openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
April 2015
- 1 participants
- 1958 discussions
Hello community,
here is the log from the commit of package python-botocore for openSUSE:Factory checked in at 2015-04-27 22:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
and /work/SRC/openSUSE:Factory/.python-botocore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes 2015-03-30 19:32:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 2015-04-27 22:09:09.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Apr 26 16:49:41 UTC 2015 - benoit.monin(a)gmx.fr
+
+- update to version 0.105.0: no upstream changelog
+- point source URL to pypi
+- increase minimum required version of python-jmespath to 0.6.2
+- remove python as BuildRequires, unneeded
+- add fdupes as BuildRequires and call it after install
+
+-------------------------------------------------------------------
Old:
----
botocore-0.97.0.tar.gz
New:
----
botocore-0.105.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.v9t1L4/_old 2015-04-27 22:09:09.000000000 +0200
+++ /var/tmp/diff_new_pack.v9t1L4/_new 2015-04-27 22:09:09.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-botocore
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,22 @@
%define baseName botocore
Name: python-botocore
-Version: 0.97.0
+Version: 0.105.0
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/boto/botocore
-Source0: %{baseName}-%{version}.tar.gz
+Source0: https://pypi.python.org/packages/source/b/%{baseName}/%{baseName}-%{version…
Patch0: hide_py_pckgmgmt.patch
Requires: python
Requires: python-dateutil >= 2.1
-Requires: python-jmespath >= 0.6.1
+Requires: python-jmespath >= 0.6.2
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
Requires: python-ordereddict >= 1.1
Requires: python-simplejson >= 3.3.0
%endif
-BuildRequires: python
+BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +58,7 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir}
+%fdupes %buildroot/%_prefix
%files
%defattr(-,root,root,-)
++++++ botocore-0.97.0.tar.gz -> botocore-0.105.0.tar.gz ++++++
++++ 32287 lines of diff (skipped)
++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.v9t1L4/_old 2015-04-27 22:09:10.000000000 +0200
+++ /var/tmp/diff_new_pack.v9t1L4/_new 2015-04-27 22:09:10.000000000 +0200
@@ -4,10 +4,12 @@
from setuptools import setup, find_packages
--requires = ['jmespath==0.6.1',
+-requires = ['jmespath==0.6.2',
- 'python-dateutil>=2.1,<3.0.0']
--
--
++#requires = ['jmespath==0.6.2',
++# 'python-dateutil>=2.1,<3.0.0']
+
+
-if sys.version_info[:2] == (2, 6):
- # For python2.6 we have a few other dependencies.
- # First we need an ordered dictionary so we use the
@@ -19,10 +21,6 @@
- # JSON objects. The 2.7 json module has this. For 2.6
- # we need simplejson.
- requires.append('simplejson==3.3.0')
-+#requires = ['jmespath==0.6.1',
-+# 'python-dateutil>=2.1,<3.0.0']
-+
-+
+#if sys.version_info[:2] == (2, 6):
+# # For python2.6 we have a few other dependencies.
+# # First we need an ordered dictionary so we use the
@@ -37,7 +35,7 @@
setup(
-@@ -42,7 +42,7 @@ setup(
+@@ -41,7 +41,7 @@ setup(
'botocore.vendored.requests': ['*.pem']},
package_dir={'botocore': 'botocore'},
include_package_data=True,
1
0
Hello community,
here is the log from the commit of package python3-blosc for openSUSE:Factory checked in at 2015-04-27 22:08:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-blosc (Old)
and /work/SRC/openSUSE:Factory/.python3-blosc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-blosc"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-blosc/python3-blosc.changes 2015-04-25 11:25:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-blosc.new/python3-blosc.changes 2015-04-27 22:09:10.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 22:03:50 UTC 2015 - arun(a)gmx.de
+
+- specfile:
+ * added tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-blosc.spec ++++++
--- /var/tmp/diff_new_pack.moFlEv/_old 2015-04-27 22:09:10.000000000 +0200
+++ /var/tmp/diff_new_pack.moFlEv/_new 2015-04-27 22:09:10.000000000 +0200
@@ -27,6 +27,7 @@
BuildRequires: blosc-devel
BuildRequires: gcc-c++
BuildRequires: python3-devel
+BuildRequires: python3-numpy
Requires: blosc-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +41,9 @@
%build
CFLAGS="%{optflags}" python3 setup.py build_ext --inplace --blosc=%{_prefix}
+%check
+PYTHONPATH="." python3 blosc/test.py
+
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
1
0
27 Apr '15
Hello community,
here is the log from the commit of package perl-Mojolicious-Plugin-CHI for openSUSE:Factory checked in at 2015-04-27 22:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious-Plugin-CHI"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes 2014-04-25 16:11:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes 2015-04-27 22:09:07.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Apr 25 07:24:15 UTC 2015 - coolo(a)suse.com
+
+- updated to 0.11
+ see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+ 0.11 2015-01-16
+ - Improve error handling in commands.
+
+ 0.10 2015-01-16
+ - Improve documentation regarding precedence of configuration.
+ - Improve config check.
+ - Improve license information in M::P::CHI::chi.
+ - Update year.
+
+-------------------------------------------------------------------
Old:
----
Mojolicious-Plugin-CHI-0.09.tar.gz
New:
----
Mojolicious-Plugin-CHI-0.11.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojolicious-Plugin-CHI.spec ++++++
--- /var/tmp/diff_new_pack.GfgXXe/_old 2015-04-27 22:09:07.000000000 +0200
+++ /var/tmp/diff_new_pack.GfgXXe/_new 2015-04-27 22:09:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojolicious-Plugin-CHI
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,33 @@
Name: perl-Mojolicious-Plugin-CHI
-Version: 0.09
+Version: 0.11
Release: 0
%define cpan_name Mojolicious-Plugin-CHI
-Summary: Use CHI caches in Mojolicious
+Summary: Use CHI Caches in Mojolicious
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mojolicious-Plugin-CHI/
-Source: http://www.cpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CHI)
BuildRequires: perl(Mojolicious) >= 4.77
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Output) >= 1.0
+BuildRequires: perl(Test::Output) >= 1
Requires: perl(CHI)
Requires: perl(Mojolicious) >= 4.77
%{perl_requires}
%description
-Mojolicious::Plugin::CHI is a simple plugin to work with CHI caches within Mojolicious.
+the Mojolicious::Plugin::CHI manpage is a simple plugin to work with the
+CHI manpage caches within Mojolicious.
%prep
%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
++++++ Mojolicious-Plugin-CHI-0.09.tar.gz -> Mojolicious-Plugin-CHI-0.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/Changes new/Mojolicious-Plugin-CHI-0.11/Changes
--- old/Mojolicious-Plugin-CHI-0.09/Changes 2014-04-20 20:27:56.000000000 +0200
+++ new/Mojolicious-Plugin-CHI-0.11/Changes 2015-01-16 03:34:16.000000000 +0100
@@ -1,3 +1,12 @@
+0.11 2015-01-16
+ - Improve error handling in commands.
+
+0.10 2015-01-16
+ - Improve documentation regarding precedence of configuration.
+ - Improve config check.
+ - Improve license information in M::P::CHI::chi.
+ - Update year.
+
0.09 2014-04-20
- Bugfix test suite.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/META.json new/Mojolicious-Plugin-CHI-0.11/META.json
--- old/Mojolicious-Plugin-CHI-0.09/META.json 2014-04-20 20:31:41.000000000 +0200
+++ new/Mojolicious-Plugin-CHI-0.11/META.json 2015-01-16 04:08:36.000000000 +0100
@@ -4,7 +4,7 @@
"Nils Diewald"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 2.120351",
+ "generated_by" : "ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 2.141170",
"license" : [
"artistic_2"
],
@@ -48,5 +48,5 @@
"url" : "https://github.com/Akron/Mojolicious-Plugin-CHI"
}
},
- "version" : "0.09"
+ "version" : "0.11"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/META.yml new/Mojolicious-Plugin-CHI-0.11/META.yml
--- old/Mojolicious-Plugin-CHI-0.09/META.yml 2014-04-20 20:31:41.000000000 +0200
+++ new/Mojolicious-Plugin-CHI-0.11/META.yml 2015-01-16 04:08:36.000000000 +0100
@@ -8,7 +8,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 2.120351'
+generated_by: 'ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 2.141170'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,4 @@
resources:
license: http://www.opensource.org/licenses/artistic-license-2.0
repository: https://github.com/Akron/Mojolicious-Plugin-CHI
-version: '0.09'
+version: '0.11'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/lib/Mojolicious/Plugin/CHI/chi.pm new/Mojolicious-Plugin-CHI-0.11/lib/Mojolicious/Plugin/CHI/chi.pm
--- old/Mojolicious-Plugin-CHI-0.09/lib/Mojolicious/Plugin/CHI/chi.pm 2014-04-17 17:39:45.000000000 +0200
+++ new/Mojolicious-Plugin-CHI-0.11/lib/Mojolicious/Plugin/CHI/chi.pm 2015-01-16 04:05:20.000000000 +0100
@@ -1,12 +1,16 @@
package Mojolicious::Plugin::CHI::chi;
use Mojo::Base 'Mojolicious::Command';
-use Mojo::Util 'tablify';
+use Mojo::Util qw/tablify quote/;
use Getopt::Long qw/GetOptions :config no_auto_abbrev no_ignore_case/;
has description => 'Interact with CHI caches.';
has usage => sub { shift->extract_usage };
+sub _unknown {
+ return 'Unknown cache handle ' . quote($_[0]) . ".\n\n"
+};
+
# Run chi
sub run {
my $self = shift;
@@ -36,6 +40,9 @@
my $chi = $app->chi($cache);
+ # Cache is unknown
+ print _unknown($cache) and return unless $chi;
+
# Do not modify non-persistant in-process caches!
if ($chi->short_driver_name =~ /^(?:Raw)?Memory$/) {
$log->warn("You are trying to $command a ".
@@ -61,6 +68,9 @@
my $chi = $app->chi($cache);
+ # Cache is unknown
+ print _unknown($cache) and return unless $chi;;
+
# Do not modify non-persistant in-process caches!
if ($chi->short_driver_name =~ /^(?:Raw)?Memory$/) {
$log->warn("You are trying to $command " .
@@ -194,10 +204,10 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013-2014, L<Nils Diewald||http://nils-diewald.de>.
+Copyright (C) 2013-2015, L<Nils Diewald||http://nils-diewald.de>.
This program is free software, you can redistribute it
-and/or modify it under the same terms as Perl.
+and/or modify it under the terms of the Artistic License version 2.0.
The documentation is based on L<Mojolicious::Command::eval>,
written by Sebastian Riedel.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/lib/Mojolicious/Plugin/CHI.pm new/Mojolicious-Plugin-CHI-0.11/lib/Mojolicious/Plugin/CHI.pm
--- old/Mojolicious-Plugin-CHI-0.09/lib/Mojolicious/Plugin/CHI.pm 2014-04-20 20:23:47.000000000 +0200
+++ new/Mojolicious-Plugin-CHI-0.11/lib/Mojolicious/Plugin/CHI.pm 2015-01-16 03:33:02.000000000 +0100
@@ -3,7 +3,7 @@
use Scalar::Util 'weaken';
use CHI;
-our $VERSION = '0.09';
+our $VERSION = '0.11';
# Register Plugin
sub register {
@@ -11,7 +11,7 @@
# Load parameter from config file
if (my $config_param = $mojo->config('CHI')) {
- $param = { %$config_param, %$param };
+ $param = { %$param, %$config_param };
};
# Hash of cache handles
@@ -47,6 +47,8 @@
foreach my $name (keys %$param) {
my $cache_param = $param->{$name};
+ next unless ref $cache_param && ref $cache_param eq 'HASH';
+
# Already exists
if (exists $caches->{$name}) {
$mojo->log->warn(qq{Multiple attempts to establish cache "$name"});
@@ -191,8 +193,9 @@
overridden using L<on_get_error|CHI/CONSTRUCTOR> and
L<on_set_error|CHI/CONSTRUCTOR>.
-All parameters can be set either on registration or
-as part of the configuration file with the key C<CHI>.
+All parameters can be set as part of the configuration
+file with the key C<CHI> or on registration
+(that can be overwritten by configuration).
=head1 HELPERS
@@ -280,7 +283,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2012-2014, L<Nils Diewald|http://nils-diewald.de/>.
+Copyright (C) 2012-2015, L<Nils Diewald|http://nils-diewald.de/>.
This program is free software, you can redistribute it
and/or modify it under the terms of the Artistic License version 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.09/t/CHI-Command.t new/Mojolicious-Plugin-CHI-0.11/t/CHI-Command.t
--- old/Mojolicious-Plugin-CHI-0.09/t/CHI-Command.t 2014-04-18 15:03:26.000000000 +0200
+++ new/Mojolicious-Plugin-CHI-0.11/t/CHI-Command.t 2015-01-16 04:07:25.000000000 +0100
@@ -92,6 +92,12 @@
ok($flat_file->get_object('key_2')->is_expired, 'Key is expired');
stdout_is(
+ sub { $chi->run('purge', 'Unknown') },
+ "Unknown cache handle \"Unknown\".\n\n",
+ 'Purge cache'
+);
+
+stdout_is(
sub { $chi->run('purge', 'MyFlatFile') },
"Cache \"MyFlatFile\" was purged.\n\n",
'Purge cache'
@@ -101,6 +107,12 @@
is($flat_file->get('key_1'), 'value_1', 'Get key');
stdout_is(
+ sub { $chi->run('clear', 'Unknown') },
+ "Unknown cache handle \"Unknown\".\n\n",
+ 'Clear cache'
+);
+
+stdout_is(
sub { $chi->run('clear', 'MyFlatFile') },
"Cache \"MyFlatFile\" was cleared.\n\n",
'Clear cache'
@@ -114,6 +126,12 @@
is($flat_file->get('key_4'), 'value_4', 'Get key');
stdout_is(
+ sub { $chi->run('remove', 'Unknown', 'key') },
+ "Unknown cache handle \"Unknown\".\n\n",
+ 'Remove key'
+);
+
+stdout_is(
sub { $chi->run('remove', 'MyFlatFile', 'key_3') },
"Key \"key_3\" from cache \"MyFlatFile\" was removed.\n\n",
'Remove key'
@@ -123,6 +141,12 @@
is($flat_file->get('key_4'), 'value_4', 'Get key');
stdout_is(
+ sub { $chi->run('expire', 'Unknown', 'key') },
+ "Unknown cache handle \"Unknown\".\n\n",
+ 'Expire key'
+);
+
+stdout_is(
sub { $chi->run('expire', 'MyFlatFile', 'key_4') },
"Key \"key_4\" from cache \"MyFlatFile\" was expired.\n\n",
'Expire key'
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
1
0
27 Apr '15
Hello community,
here is the log from the commit of package perl-Task-Kensho-Scalability for openSUSE:Factory checked in at 2015-04-27 22:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-Scalability (Old)
and /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Scalability.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Task-Kensho-Scalability"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Task-Kensho-Scalability/perl-Task-Kensho-Scalability.changes 2014-03-21 12:15:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Task-Kensho-Scalability.new/perl-Task-Kensho-Scalability.changes 2015-04-27 22:09:06.000000000 +0200
@@ -1,0 +2,21 @@
+Sat Apr 25 07:37:49 UTC 2015 - coolo(a)suse.com
+
+- updated to 0.38
+ see /usr/share/doc/packages/perl-Task-Kensho-Scalability/Changes
+
+ 0.38 2014-09-13
+ - WebDev: Template::Toolkit is not indexed (see RT#92588) -
+ refer to Template instead
+ - subtask distributions now just use regular prereqs on their
+ component modules, rather than using optional_features metadata
+ - Task-Kensho now once again prompts at install time for each
+ subtask to be optionally installed
+
+ 0.37 2014-08-16
+ - ModuleDev: Switch Carp::Always over to Devel::Confess (per mst)
+ - ModuleDev: Add Data::Printer (per Sawyer X)
+ - ModuleDev: Add Devel::Dwarn (per mst)
+ - Toolchain: Add Pinto (per Sawyer X)
+ - Toolchain: Add App::FatPacker (per perigrin)
+
+-------------------------------------------------------------------
Old:
----
Task-Kensho-Scalability-0.36.tar.gz
New:
----
Task-Kensho-Scalability-0.38.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Task-Kensho-Scalability.spec ++++++
--- /var/tmp/diff_new_pack.6HKvc6/_old 2015-04-27 22:09:07.000000000 +0200
+++ /var/tmp/diff_new_pack.6HKvc6/_new 2015-04-27 22:09:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Task-Kensho-Scalability
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,24 @@
Name: perl-Task-Kensho-Scalability
-Version: 0.36
+Version: 0.38
Release: 0
%define cpan_name Task-Kensho-Scalability
-Summary: A Glimpse at an Enlightened Perl: Scalability
+Summary: Glimpse at an Enlightened Perl: Scalability
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Task-Kensho-Scalability/
-Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CHI)
-BuildRequires: perl(Module::Build::Tiny) >= 0.035
+BuildRequires: perl(Module::Build::Tiny) >= 0.038
BuildRequires: perl(Redis)
-BuildRequires: perl(version)
-Recommends: perl(CHI)
-Recommends: perl(Redis)
+Requires: perl(CHI)
+Requires: perl(Redis)
%{perl_requires}
%description
@@ -86,6 +86,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README README.md
+%doc Changes LICENSE README
%changelog
++++++ Task-Kensho-Scalability-0.36.tar.gz -> Task-Kensho-Scalability-0.38.tar.gz ++++++
++++ 2274 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
1
0
Hello community,
here is the log from the commit of package perl-CHI for openSUSE:Factory checked in at 2015-04-27 22:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CHI (Old)
and /work/SRC/openSUSE:Factory/.perl-CHI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CHI"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CHI/perl-CHI.changes 2015-04-15 16:22:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CHI.new/perl-CHI.changes 2015-04-27 22:09:05.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 16:13:34 UTC 2015 - coolo(a)suse.com
+
+- fix requires to Time::Duration
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CHI.spec ++++++
--- /var/tmp/diff_new_pack.GUo5av/_old 2015-04-27 22:09:06.000000000 +0200
+++ /var/tmp/diff_new_pack.GUo5av/_new 2015-04-27 22:09:06.000000000 +0200
@@ -24,7 +24,8 @@
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/CHI/
-Source: http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -48,7 +49,7 @@
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Warn)
-BuildRequires: perl(Time::Duration) >= 1.06
+BuildRequires: perl(Time::Duration) >= 1.060000
BuildRequires: perl(Time::Duration::Parse) >= 0.03
BuildRequires: perl(Try::Tiny) >= 0.05
Requires: perl(Carp::Assert) >= 0.20
@@ -65,7 +66,7 @@
Requires: perl(MooX::Types::MooseLike::Numeric)
Requires: perl(String::RewritePrefix)
Requires: perl(Task::Weaken)
-Requires: perl(Time::Duration) >= 1.06
+Requires: perl(Time::Duration) >= 1.060000
Requires: perl(Time::Duration::Parse) >= 0.03
Requires: perl(Try::Tiny) >= 0.05
%{perl_requires}
@@ -101,6 +102,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE perltidy.LOG README
+%doc Changes LICENSE README
%changelog
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
#ignore_requires: Bizarre::Module
1
0
Hello community,
here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2015-04-27 22:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
and /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2"
Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2015-04-02 16:01:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-04-27 22:08:56.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Apr 10 10:48:04 CEST 2015 - schubi(a)suse.de
+
+- New autoinst flag in general/mode section:
+ activate_systemd_default_target.
+ The default target of systemd will be activated in the second
+ stage of autoyast installation.
+ The default is "true" which is a backward compatible value.
+ (bnc#923992)
+- 3.1.74
+
+-------------------------------------------------------------------
+Tue Apr 7 15:26:44 UTC 2015 - igonzalezsosa(a)suse.com
+
+- Avoid ayast_probe module crashing when called from an installed
+ system.
+ (bnc#926241)
+- 3.1.73
+
+-------------------------------------------------------------------
Old:
----
autoyast2-3.1.72.tar.bz2
New:
----
autoyast2-3.1.74.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.MqxT48/_old 2015-04-27 22:08:57.000000000 +0200
+++ /var/tmp/diff_new_pack.MqxT48/_new 2015-04-27 22:08:57.000000000 +0200
@@ -17,7 +17,7 @@
Name: autoyast2
-Version: 3.1.72
+Version: 3.1.74
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ autoyast2-3.1.72.tar.bz2 -> autoyast2-3.1.74.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/CONTRIBUTING.md new/autoyast2-3.1.74/CONTRIBUTING.md
--- old/autoyast2-3.1.72/CONTRIBUTING.md 2015-03-27 09:54:14.000000000 +0100
+++ new/autoyast2-3.1.74/CONTRIBUTING.md 2015-04-27 10:29:12.000000000 +0200
@@ -12,13 +12,13 @@
-----------
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount…
if you don't have an account yet.)
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
that every bug will be fixed, but we'll try.
When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
[widely used
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-message….
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
you mention it in the commit message for cross-reference. Use format like
bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
autolinking](https://help.github.com/articles/github-flavored-markdown#refe…
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/README.md new/autoyast2-3.1.74/README.md
--- old/autoyast2-3.1.72/README.md 2015-03-27 09:54:14.000000000 +0100
+++ new/autoyast2-3.1.74/README.md 2015-04-27 10:29:12.000000000 +0200
@@ -1,5 +1,66 @@
-# YaST - The AutoYaST Framework #
+YaST - The AutoYaST Framework
+=============================
[![Travis Build](https://travis-ci.org/yast/yast-autoinstallation.svg?branch=master)]…
[![Jenkins Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-autoinsta…
+
+Development
+===========
+
+This module is developed as part of YaST. See the
+[development documentation](http://yastgithubio.readthedocs.org/en/latest/development/).
+
+
+Getting the Sources
+===================
+
+To get the source code, clone the GitHub repository:
+
+ $ git clone https://github.com/yast/yast-autoinstallation.git
+
+If you want to contribute into the project you can
+[fork](https://help.github.com/articles/fork-a-repo/) the repository and clone your fork.
+
+
+Testing Environment
+===================
+
+There are several possibilities how test an updated code. It also depends on
+the fact in which stage of installation it comes into effect. First stage runs
+between the start from installation media to reboot (or kexec), then continues
+second stage.
+
+### First Stage ###
+
+Either use *StartShell=1* option in [Linuxrc](https://en.opensuse.org/SDB:Linuxrc),
+edit the installation system and run *yast* manually or use
+a [DriverUpdate](https://en.opensuse.org/SDB:Linuxrc#p_dud) via Linuxrc.
+
+### Second Stage ###
+
+There are two possible ways how to rerun this stage, just keep in mind that
+the system might be already configured and thus it might behave
+a bit differently:
+
+ ```
+ cp /var/lib/YaST2/install.inf /etc/
+ touch /var/lib/YaST2/runme_at_boot
+ cp /var/adm/autoinstall/cache/installedSystem.xml \
+ /var/lib/autoinstall/autoconf/autoconf.xml
+ reboot
+ ```
+
+or faster without rebooting but with possible side-effects:
+
+ ```
+ yast ayast_setup setup filename=/var/adm/autoinstall/cache/installedSystem.xml
+ ```
+
+
+Contact
+=======
+
+If you have any question, feel free to ask at the [development mailing
+list](http://lists.opensuse.org/yast-devel/) or at the
+[#yast](https://webchat.freenode.net/?channels=%23yast) IRC channel on freenode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/package/autoyast2.changes new/autoyast2-3.1.74/package/autoyast2.changes
--- old/autoyast2-3.1.72/package/autoyast2.changes 2015-03-27 09:54:14.000000000 +0100
+++ new/autoyast2-3.1.74/package/autoyast2.changes 2015-04-27 10:29:12.000000000 +0200
@@ -1,4 +1,23 @@
-------------------------------------------------------------------
+Fri Apr 10 10:48:04 CEST 2015 - schubi(a)suse.de
+
+- New autoinst flag in general/mode section:
+ activate_systemd_default_target.
+ The default target of systemd will be activated in the second
+ stage of autoyast installation.
+ The default is "true" which is a backward compatible value.
+ (bnc#923992)
+- 3.1.74
+
+-------------------------------------------------------------------
+Tue Apr 7 15:26:44 UTC 2015 - igonzalezsosa(a)suse.com
+
+- Avoid ayast_probe module crashing when called from an installed
+ system.
+ (bnc#926241)
+- 3.1.73
+
+-------------------------------------------------------------------
Thu Mar 26 17:00:32 CET 2015 - schubi(a)suse.de
- New autoinst flag in general/mode section: final_restart_services.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/package/autoyast2.spec new/autoyast2-3.1.74/package/autoyast2.spec
--- old/autoyast2-3.1.72/package/autoyast2.spec 2015-03-27 09:54:14.000000000 +0100
+++ new/autoyast2-3.1.74/package/autoyast2.spec 2015-04-27 10:29:12.000000000 +0200
@@ -17,7 +17,7 @@
Name: autoyast2
-Version: 3.1.72
+Version: 3.1.74
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/src/clients/inst_autoconfigure.rb new/autoyast2-3.1.74/src/clients/inst_autoconfigure.rb
--- old/autoyast2-3.1.72/src/clients/inst_autoconfigure.rb 2015-03-27 09:54:15.000000000 +0100
+++ new/autoyast2-3.1.74/src/clients/inst_autoconfigure.rb 2015-04-27 10:29:12.000000000 +0200
@@ -39,7 +39,8 @@
"Profile general,mode:%1",
Ops.get_map(Profile.current, ["general", "mode"], {})
)
- @need_systemd_isolate = true
+ @need_systemd_isolate = Ops.get_boolean(
+ Profile.current,["general", "mode", "activate_systemd_default_target"], true)
final_restart_services = Ops.get_boolean(
Profile.current,["general", "mode", "final_restart_services"], true)
@max_steps = Y2ModuleConfig.ModuleMap.size + 3 # additional for scripting and finished message
@@ -299,6 +300,8 @@
Builtins.y2milestone("after calling \"%1\"", @cmd)
Builtins.y2milestone("ret=%1", @out)
wait_systemd_finished(@max_wait, @ser_ignore)
+ else
+ Builtins.y2milestone("Do not activate systemd default target (defined in autoyast.xml)")
end
# Just in case, remove this file to avoid reconfiguring...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/src/include/autoinstall/ask.rb new/autoyast2-3.1.74/src/include/autoinstall/ask.rb
--- old/autoyast2-3.1.72/src/include/autoinstall/ask.rb 2015-03-27 09:54:15.000000000 +0100
+++ new/autoyast2-3.1.74/src/include/autoinstall/ask.rb 2015-04-27 10:29:12.000000000 +0200
@@ -144,6 +144,10 @@
if Ops.greater_than(Ops.get_integer(ask, "height", 0), min_height)
min_height = Ops.get_integer(ask, "height", 0)
end
+
+ #
+ # Script to calculate the default value (optional)
+ #
if Builtins.haskey(ask, "default_value_script")
interpreter = Ops.get_string(
ask,
@@ -192,6 +196,10 @@
Ops.get_string(out, "stderr", "")
)
end
+
+ #
+ # Start to handle questions: widgets creation (checkbox, combobox)
+ #
dlg = Dummy()
if type == "boolean"
on = Ops.get(ask, "default") == "true" ? true : false
@@ -216,7 +224,7 @@
elsif type == "static_text"
widget = Label(Id(entry_id), Ops.get_string(ask, "default", ""))
dlg = createWidget(widget, frametitle)
- else
+ else # integer or string
if Ops.get_boolean(ask, "password", false) == true
widget1 = Password(
Id(entry_id),
@@ -225,7 +233,7 @@
Ops.get_string(ask, "default", "")
)
widget2 = Password(
- Id(:pass2),
+ Id("#{entry_id}_pass2"),
Opt(:notify),
"",
Ops.get_string(ask, "default", "")
@@ -261,35 +269,47 @@
end
end
end
- if frametitle != ""
- if frameBuffer == nil
- frameBufferVBox = VBox(dlg)
- else
- if frametitle == frameBufferTitle
- frameBufferVBox = Builtins.add(frameBufferVBox, dlg)
- else
- dialog_term = Builtins.add(dialog_term, frameBuffer)
+ #
+ # At this time, widgets are created.
+ #
+
+ #
+ # Add the widget to the correct frame (using the frametitle).
+ #
+ if frametitle != "" # some frametitle is set
+ if frameBuffer == nil # and no frameBuffer exists
+ frameBufferVBox = VBox(dlg) # create a new frameBuffer
+ else # a frameBuffer exists
+ if frametitle == frameBufferTitle # with same title
+ frameBufferVBox = Builtins.add(frameBufferVBox, dlg) # add current to frameBuffer
+ else # with different title
+ dialog_term = Builtins.add(dialog_term, frameBuffer) # add frameBuffer to dialog
dialog_term = Builtins.add(dialog_term, VSpacing(1))
- frameBufferVBox = VBox(dlg)
+ frameBufferVBox = VBox(dlg) # populate the frameBuffer with the new frame
end
end
- frameBuffer = Frame(frametitle, frameBufferVBox)
+ frameBuffer = Frame(frametitle, frameBufferVBox) # set frameBuffer values for the next iteration
frameBufferTitle = frametitle
- else
- if frameBuffer != nil
- dialog_term = Builtins.add(dialog_term, frameBuffer)
+ else # frametitle is in blank
+ if frameBuffer != nil # a previous frameBuffer exists
+ dialog_term = Builtins.add(dialog_term, frameBuffer) # add frameBuffer to dialog
dialog_term = Builtins.add(dialog_term, VSpacing(1))
frameBuffer = nil
frameBufferVBox = nil
end
- dialog_term = Builtins.add(dialog_term, dlg)
+ dialog_term = Builtins.add(dialog_term, dlg) # add new element (with no frame) to dialog
dialog_term = Builtins.add(dialog_term, VSpacing(1))
end
end
+
+ # If some frameBuffer left after iterations, it's added to the dialog.
if frameBuffer != nil
dialog_term = Builtins.add(dialog_term, frameBuffer)
end
+ #
+ # Let's build the dialog
+ #
help_term = HWeight(30, RichText(helptext)) if helptext != ""
title_term = Heading(title) if title != ""
backButton = PushButton(Id(:back), back_label)
@@ -316,6 +336,10 @@
if Ops.less_than(Builtins.size(history), 2)
UI.ChangeWidget(Id(:back), :Enabled, false)
end
+
+ #
+ # Wait for user input
+ #
while true
ret = nil
if timeout == 0
@@ -324,13 +348,13 @@
ret = UI.TimeoutUserInput(Ops.multiply(timeout, 1000))
end
timeout = 0
- if ret == :ok || ret == :timeout
+ if ret == :ok || ret == :timeout # Process users' input and save asks into dialogs hash.
runAgain = 0
element_cnt2 = 0
Ops.set(
dialogs,
dialog_nr,
- Builtins.maplist(
+ Builtins.maplist( # Iterate through widgets building a list of asks (containing responses)
Convert.convert(
Ops.get(dialogs, dialog_nr, []),
:from => "list",
@@ -350,10 +374,10 @@
val = Builtins.tointeger(Convert.to_string(val))
end
if Ops.get_boolean(ask, "password", false) == true
- pass2 = Convert.to_string(UI.QueryWidget(Id(:pass2), :Value))
+ pass2 = Convert.to_string(UI.QueryWidget(Id("#{entry_id}_pass2"), :Value))
if pass2 != Convert.to_string(val)
Popup.Error("The two passwords mismatch.")
- runAgain = 1
+ runAgain = 1 # Run the same dialog again.
end
end
Builtins.y2debug(
@@ -361,9 +385,11 @@
Ops.get_string(ask, "question", ""),
val
)
+
+ # Save the value in the profile (and also as default value)
Ops.set(ask, "default", val)
pos = path2pos(Ops.get_string(ask, "path", ""))
- if Ops.get_string(ask, "path", "") != ""
+ if Ops.get_string(ask, "path", "") != "" # Set value in the profile
Profile.current = Profile.setElementByList(
pos,
val,
@@ -378,6 +404,8 @@
Profile.current
)
end
+
+ # Save the value into a file (if 'file' property was set)
if file != ""
if Ops.get_string(ask, "type", "string") == "boolean"
if !SCR.Write(
@@ -400,6 +428,8 @@
end
end
end
+
+ # If ask must run an script, let's run it
if script != {}
scriptName = Ops.get_string(
script,
@@ -426,7 +456,7 @@
SCR.Execute(path(".target.mkdir"), current_logdir)
end
executionString = ""
- if Ops.get_boolean(script, "environment", false)
+ if Ops.get_boolean(script, "environment", false) # FIXME: why not pass the variable always?
if Ops.get_string(ask, "type", "string") == "boolean"
val = Builtins.sformat(
"%1",
@@ -461,15 +491,19 @@
executionString
)
end
- runAgain = Ops.add(
- runAgain,
- Convert.to_integer(
- SCR.Execute(path(".target.bash"), executionString)
+ Popup.Feedback("", _("A user defined script is running. This may take a while.")) do
+ runAgain = Ops.add(
+ runAgain,
+ Convert.to_integer(
+ SCR.Execute(path(".target.bash"), executionString)
+ )
)
- )
+ end
if Ops.get_boolean(script, "rerun_on_error", false) == false
runAgain = 0
end
+
+ # Show feedback in a dialog
showFeedback = Ops.get_boolean(script, "feedback", false)
feedback = ""
if showFeedback
@@ -487,10 +521,12 @@
Popup.LongText(
"",
RichText(Opt(:plainText), feedback),
- 40,
+ 70,
15
)
end
+
+ # Save the next_dialog
if Ops.greater_than(
SCR.Read(path(".target.size"), "/tmp/next_dialog"),
0
@@ -511,7 +547,7 @@
end
)
break if runAgain == 0
- elsif ret == :back
+ elsif ret == :back # back button pressed: one step back on history.
jumpToDialog = Ops.get(
history,
Ops.subtract(Builtins.size(history), 2),
@@ -529,7 +565,7 @@
end
end
UI.CloseDialog
- if jumpToDialog != -2
+ if jumpToDialog != -2 # If we must jump to another dialog (as read on /tmp/next_dialog)
dialog_nr = jumpToDialog
jumpToDialog = -2
i = 0
@@ -540,7 +576,7 @@
end
i = Ops.add(i, 1)
end
- else
+ else # Next dialog
dialogCounter = Ops.add(dialogCounter, 1)
dialog_nr = Ops.get(keys, dialogCounter, -1)
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/src/modules/AutoInstallRules.rb new/autoyast2-3.1.74/src/modules/AutoInstallRules.rb
--- old/autoyast2-3.1.72/src/modules/AutoInstallRules.rb 2015-03-27 09:54:15.000000000 +0100
+++ new/autoyast2-3.1.74/src/modules/AutoInstallRules.rb 2015-04-27 10:29:12.000000000 +0200
@@ -36,6 +36,15 @@
Yast.include self, "autoinstall/io.rb"
+ reset
+ end
+
+ # Reset the module's state
+ #
+ # @return nil
+ #
+ # @see #AutoInstallRules
+ def reset
@userrules = false
@dontmergeIsDefault = true
@dontmergeBackup = []
@@ -50,19 +59,12 @@
@ATTR = {}
@installed_product = ""
-
@installed_product_version = ""
-
@hostname = ""
-
@hostaddress = ""
-
@network = ""
-
@domain = ""
-
@arch = ""
-
@karch = ""
# Taken from smbios
@@ -78,31 +80,19 @@
@board = ""
@memsize = 0
-
@disksize = []
-
@totaldisk = 0
-
@hostid = ""
-
@mac = ""
-
@linux = 0
-
@others = 0
-
@xserver = ""
-
@haspcmcia = "0"
#///////////////////////////////////////////
#///////////////////////////////////////////
-
@NonLinuxPartitions = []
-
@LinuxPartitions = []
-
-
@UserRules = {}
# Local Variables
@@ -110,7 +100,6 @@
@env = {}
@tomerge = []
-
@element2file = {}
AutoInstallRules()
end
@@ -322,8 +311,8 @@
distro_str = SCR.Read(path(".content.DISTRO"))
log.info "DISTRO: #{distro_str}"
- distro = distro_map(distro_str)
- cpe = distro ? cpeid_map(distro["cpeid"]) : {}
+ distro = distro_map(distro_str) || {}
+ cpe = cpeid_map(distro["cpeid"]) || {}
@installed_product = distro["name"] || ""
@installed_product_version = cpe["version"] || ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/src/modules/AutoinstClass.rb new/autoyast2-3.1.74/src/modules/AutoinstClass.rb
--- old/autoyast2-3.1.72/src/modules/AutoinstClass.rb 2015-03-27 09:54:15.000000000 +0100
+++ new/autoyast2-3.1.74/src/modules/AutoinstClass.rb 2015-04-27 10:29:12.000000000 +0200
@@ -19,7 +19,10 @@
class AutoinstClassClass < Module
include Yast::Logger
+ MERGE_XSLT_PATH = "/usr/share/autoinstall/xslt/merge.xslt"
+
def main
+
Yast.import "AutoinstConfig"
Yast.import "XML"
Yast.import "Summary"
@@ -38,21 +41,21 @@
AutoinstClass()
end
- # find a profile path
+ # Finds a profile path
# @param string profile name
# @return [String] profile Path
def findPath(name, class_)
- result = @confs.find { |c| c['name'] == name && c['class'] == class_ }
- result ||= { 'class' => '', 'name' => 'default' }
- File.join(@classDir, result['class'], result['name'])
+ result = @confs.find { |c| c["name"] == name && c["class"] == class_ }
+ result ||= { "class" => "", "name" => "default" }
+ File.join(@classDir, result["class"], result["name"])
end
- # Read classes
+ # Reads classes
def Read
if SCR.Read(path(".target.size"), @classPath) != -1
# TODO: use XML module
classes_map = Convert.to_map(SCR.Read(path(".xml"), @classPath))
- @Classes = (classes_map && classes_map['classes']) || []
+ @Classes = (classes_map && classes_map["classes"]) || []
else
@Classes = []
end
@@ -64,15 +67,15 @@
# classes.xml files, one for each repository
def Compat
if !class_file_exists? && compat_class_file_exists?
- log.info "Compat: #{@classPath} no found but #{compat_class_file} exists"
- new_classes_map = { 'classes' => read_old_classes }
+ log.info "Compat: #{@classPath} not found but #{compat_class_file} exists"
+ new_classes_map = { "classes" => read_old_classes }
log.info "creating #{new_classes_map}"
XML.YCPToXMLFile(:class, new_classes_map, @classPath)
end
nil
end
- # Change the directory and read the class definitions
+ # Changes the directory and reads the class definitions
#
# @param [String] Path of the new directory
# @return nil
@@ -84,7 +87,7 @@
nil
end
- # Change the directory of classes definitions.
+ # Changes the directory of classes definitions.
#
# AutoinstConfig#classDir= is called to set the new value
# in the configuration. It does not check if the directory
@@ -108,76 +111,39 @@
nil
end
- # Merge Classes
+ # Merge classes
#
def MergeClasses(configuration, base_profile, resultFileName)
- configuration = deep_copy(configuration)
dontmerge_str = ""
- i = 1
- Builtins.foreach(AutoinstConfig.dontmerge) do |dm|
- dontmerge_str = Ops.add(
- dontmerge_str,
- Builtins.sformat(" --param dontmerge%1 \"'%2'\" ", i, dm)
- )
- i = Ops.add(i, 1)
+ AutoinstConfig.dontmerge.each_with_index do |dm, i|
+ dontmerge_str << " --param dontmerge#{i+1} \"'#{dm}'\" "
end
- tmpdir = AutoinstConfig.tmpDir
- _MergeCommand = Builtins.sformat(
- "/usr/bin/xsltproc --novalid --param replace \"'false'\" %1 --param with ",
- dontmerge_str
- )
-
- _MergeCommand = Ops.add(
- Ops.add(
- Ops.add(_MergeCommand, "\"'"),
- findPath(
- Ops.get_string(configuration, "name", ""),
- Ops.get_string(configuration, "class", "")
- )
- ),
- "'\" "
- )
- _MergeCommand = Ops.add(
- Ops.add(
- Ops.add(Ops.add(Ops.add(_MergeCommand, "--output "), tmpdir), "/"),
- resultFileName
- ),
- " "
- )
- _MergeCommand = Ops.add(
- _MergeCommand,
- " /usr/share/autoinstall/xslt/merge.xslt "
- )
- _MergeCommand = Ops.add(Ops.add(_MergeCommand, base_profile), " ")
-
-
- Builtins.y2milestone("Merge command: %1", _MergeCommand)
-
- out = Convert.to_map(
- SCR.Execute(path(".target.bash_output"), _MergeCommand, {})
- )
- Builtins.y2milestone(
- "Merge stdout: %1, stderr: %2",
- Ops.get_string(out, "stdout", ""),
- Ops.get_string(out, "stderr", "")
- )
- deep_copy(out)
+ merge_command =
+ "/usr/bin/xsltproc --novalid --param replace \"'false'\" #{dontmerge_str} --param with " \
+ "\"'#{findPath(configuration["name"], configuration["class"])}'\" " \
+ "--output #{File.join(AutoinstConfig.tmpDir, resultFileName)} " \
+ "#{MERGE_XSLT_PATH} #{base_profile} "
+
+ out = SCR.Execute(path(".target.bash_output"), merge_command, {})
+ log.info "Merge command: #{merge_command}"
+ log.info "Merge stdout: #{out["stdout"]}, stderr: #{out["stderr"]}"
+ out
end
- # Read files from class directories
+ # Reads files from class directories
# @return [void]
def Files
@confs = []
@Classes.each do |class_|
- class_name_ = class_['name'] || 'xxx'
+ class_name_ = class_["name"] || "xxx"
files_path = File.join(@classDir, class_name_)
- files = Convert.convert(SCR.Read(path('.target.dir'), files_path),
+ files = Convert.convert(SCR.Read(path(".target.dir"), files_path),
:from => "any", :to => "list <string>")
next if files.nil?
log.info "Files in class #{class_name_}: #{files}"
- new_confs = files.map { |f| { 'class' => class_name_, 'name' => f } }
+ new_confs = files.map { |f| { "class" => class_name_, "name" => f } }
log.info "Configurations: #{new_confs}"
@confs.concat(new_confs)
end
@@ -185,15 +151,11 @@
nil
end
- # Save Class definitions
+ # Saves classes definitions
def Save
- Builtins.foreach(@deletedClasses) do |c|
- toDel = Builtins.sformat(
- "/bin/rm -rf %1/%2",
- AutoinstConfig.classDir,
- c
- )
- SCR.Execute(path(".target.bash"), toDel)
+ @deletedClasses.each do |c|
+ to_del = "/bin/rm -rf #{File.join(AutoinstConfig.classDir, c)}"
+ SCR.Execute(path(".target.bash"), to_del)
end
@deletedClasses = []
tmp = { "classes" => @Classes }
@@ -202,34 +164,29 @@
end
- # Import configuration
+ # Imports configuration
+ # @params [Array<Hash>] settings Configuration
+ # @return true
def Import(settings)
- settings = deep_copy(settings)
@profile_conf = deep_copy(settings)
true
end
- # Export configuration
+ # Exports configuration
+ # @return [Array<Hash>] Copy of the configuration
def Export
deep_copy(@profile_conf)
end
- # Configuration Summary
+ # Builds the configuration summary
+ # @return [String] Configuration summary
def Summary
summary = ""
-
- Builtins.foreach(@profile_conf) do |c|
- summary = Summary.AddHeader(
- summary,
- Ops.get_string(c, "class_name", "None")
- )
- summary = Summary.AddLine(
- summary,
- Ops.get_string(c, "configuration", "None")
- )
+ @profile_conf.each do |conf|
+ summary = Summary.AddHeader(summary, conf["class_name"] || "None")
+ summary = Summary.AddLine(summary, conf["configuration"] || "None")
end
- return Summary.NotConfigured if Builtins.size(summary) == 0
- summary
+ summary.empty? ? Summary.NotConfigured : summary
end
publish :variable => :classDir, :type => "string"
@@ -276,10 +233,10 @@
# Builds a map of classes to import from /etc/autoinstall/classes.xml
# @return [Array<Hash>] Classes defined in the file.
def read_old_classes
- old_classes_map = Convert.to_map(SCR.Read(path('.xml'), compat_class_file))
- old_classes = old_classes_map['classes'] || []
+ old_classes_map = Convert.to_map(SCR.Read(path(".xml"), compat_class_file))
+ old_classes = (old_classes_map && old_classes_map["classes"]) || []
old_classes.each_with_object([]) do |class_, new_classes|
- class_path_ = File.join(@classDir, class_['name'] || '')
+ class_path_ = File.join(@classDir, class_["name"] || "")
log.info "looking for #{class_path_}"
new_classes << class_ unless SCR.Read(path(".target.dir"), class_path_).nil?
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/AutoInstallRules_test.rb new/autoyast2-3.1.74/test/AutoInstallRules_test.rb
--- old/autoyast2-3.1.72/test/AutoInstallRules_test.rb 2015-03-27 09:54:15.000000000 +0100
+++ new/autoyast2-3.1.74/test/AutoInstallRules_test.rb 2015-04-27 10:29:12.000000000 +0200
@@ -1,12 +1,10 @@
#!/usr/bin/env rspec
-ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)
-
-require "yast"
+require_relative "test_helper"
Yast.import "AutoInstallRules"
-describe "Yast::AutoInstallRules" do
+describe Yast::AutoInstallRules do
subject { Yast::AutoInstallRules }
describe "#cpeid_map" do
@@ -96,6 +94,22 @@
expect(Yast::AutoInstallRules.installed_product).to eq("SUSE Linux Enterprise Server 12")
expect(Yast::AutoInstallRules.installed_product_version).to eq("12")
end
+
+ context "when .content.DISTRO is not found" do
+ before(:each) do
+ subject.reset
+ allow(Yast::SCR).to receive(:Read).with(any_args)
+ allow(Yast::Arch).to receive(:architecture).and_return("x86_64")
+ end
+
+ it 'set installed_product and installed_product_version to blank string' do
+ expect(Yast::SCR).to receive(:Read).with(Yast::Path.new(".content.DISTRO")).
+ and_return(nil)
+ subject.ProbeRules
+ expect(Yast::AutoInstallRules.installed_product).to eq('')
+ expect(Yast::AutoInstallRules.installed_product_version).to eq('')
+ end
+ end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/AutoinstClass_test.rb new/autoyast2-3.1.74/test/AutoinstClass_test.rb
--- old/autoyast2-3.1.72/test/AutoinstClass_test.rb 2015-03-27 09:54:15.000000000 +0100
+++ new/autoyast2-3.1.74/test/AutoinstClass_test.rb 2015-04-27 10:29:12.000000000 +0200
@@ -1,19 +1,17 @@
#!/usr/bin/env rspec
-root_path = File.expand_path('../..', __FILE__)
-ENV["Y2DIR"] = File.join(root_path, 'src')
-
-require "yast"
+require_relative "test_helper"
Yast.import "AutoinstClass"
describe Yast::AutoinstClass do
subject { Yast::AutoinstClass }
+ let(:root_path) { File.expand_path('../..', __FILE__) }
let(:test_xml_dir) { File.join(root_path, 'test', 'fixtures') }
let(:class_dir) { File.join(test_xml_dir, 'classes') }
let(:class_path) { File.join(class_dir, 'classes.xml') }
- let(:faked_autoinstall_dir) { File.join(test_xml_dir, 'etc', 'autoinstall') }
+ let(:settings) { [ { 'class_name' => 'swap', 'configuration' => 'largeswap.xml' } ] }
before(:each) do
subject.class_dir = class_dir
@@ -159,20 +157,27 @@
describe '#Compat' do
let(:faked_autoinstall_dir) { File.join(test_xml_dir, 'etc', 'autoinstall') }
- context 'when /etc/autoinstall/classes.xml exists' do
- around(:each) do |example|
- subject.ClassConf = faked_autoinstall_dir
- example.call
- subject.ClassConf = '/etc/autoinstall'
+ around(:each) do |example|
+ subject.ClassConf = faked_autoinstall_dir
+ example.call
+ subject.ClassConf = '/etc/autoinstall'
+ end
+
+ context 'when a classes.xml file exists in the new location' do
+ it 'does not overwrite classes.xml file' do
+ expect(Yast::XML).to_not receive(:YCPToXMLFile)
+ subject.Compat
end
+ end
- context 'and a classes.xml file does not exist in the new location' do
- before(:each) do
- allow(Yast::SCR).to receive(:Read).and_call_original
- allow(Yast::SCR).to receive(:Read).
- with(Yast::Path.new('.target.size'), class_path).and_return(-1)
- end
+ context 'when a classes.xml file does not exist in the new location' do
+ before(:each) do
+ allow(Yast::SCR).to receive(:Read).and_call_original
+ allow(Yast::SCR).to receive(:Read).
+ with(Yast::Path.new('.target.size'), class_path).and_return(-1)
+ end
+ context 'and /etc/autoinstall/classes.xml exists' do
it 'creates a classes.xml file in the new location' do
expect(Yast::XML).to receive(:YCPToXMLFile) do |type, data, path|
expect(type).to eq(:class)
@@ -183,9 +188,16 @@
end
end
- context 'and a classes.xml file exists in the new location' do
- it 'does not create a classes.xml file' do
- expect(Yast::XML).to_not receive(:YCPToXMLFile)
+ context 'and /etc/autoinstall/classes.xml is empty or not valid XML' do
+ before(:each) do
+ allow(Yast::SCR).to receive(:Read).
+ with(Yast::Path.new('.xml'), File.join(faked_autoinstall_dir, 'classes.xml')).
+ and_return(nil)
+ end
+
+ it 'creates a classes.xmlfile in the new location with no classes' do
+ expect(Yast::XML).to receive(:YCPToXMLFile).
+ with(:class, {"classes" => []}, File.join(class_dir, 'classes.xml'))
subject.Compat
end
end
@@ -198,4 +210,176 @@
expect(subject.classDir).to eq(test_xml_dir)
end
end
+
+ describe '#MergeClasses' do
+ let(:base_profile_path) { File.join('test', 'fixtures', 'profiles', 'partitions.xml') }
+ let(:tmp_dir) { File.join(root_path, 'tmp') }
+ let(:expected_xml) { File.read(expected_xml_path) }
+ let(:output_path) { File.join(tmp_dir, 'output.xml') }
+ let(:output_xml) { File.read(output_path) }
+ let(:dontmerge) { [] }
+ let(:merge_xslt_path) { File.join('xslt', 'merge.xslt') }
+ let(:xsltproc_command) {
+ "/usr/bin/xsltproc --novalid --param replace \"'false'\" " \
+ "--param with \"'#{subject.findPath("largeswap.xml", "swap")}'\" "\
+ "--output #{File.join(tmp_dir, "output.xml")} " \
+ "#{merge_xslt_path} test/fixtures/profiles/partitions.xml "
+ }
+
+ before(:each) do
+ stub_const("Yast::AutoinstClassClass::MERGE_XSLT_PATH", merge_xslt_path)
+ end
+
+ around(:each) do |example|
+ FileUtils.rm_rf(tmp_dir) if Dir.exist?(tmp_dir)
+ FileUtils.mkdir(tmp_dir)
+ example.run
+ FileUtils.rm_rf(tmp_dir)
+ end
+
+ before(:each) do
+ allow(Yast::AutoinstConfig).to receive(:tmpDir).and_return(tmp_dir)
+ allow(Yast::AutoinstConfig).to receive(:dontmerge).and_return(dontmerge)
+ subject.Files
+ end
+
+ it 'executes xsltproc and returns a hash with info about the result' do
+ expect(Yast::SCR).to receive(:Execute).
+ with(Yast::Path.new(".target.bash_output"), xsltproc_command, {}).and_call_original
+ out = subject.MergeClasses(subject.confs[0], base_profile_path, 'output.xml')
+ expect(out).to eq({ 'exit' => 0, 'stderr' => '', 'stdout' => '' })
+ end
+
+ context 'when all elements must be merged' do
+ let(:expected_xml_path) { File.join(root_path, 'test', 'fixtures', 'output', 'partitions-merged.xml') }
+
+ it 'merges elements from profile and configuration' do
+ expect(Yast::SCR).to receive(:Execute).
+ with(Yast::Path.new(".target.bash_output"), xsltproc_command, {}).and_call_original
+ subject.MergeClasses(subject.confs[0], base_profile_path, 'output.xml')
+ expect(output_xml).to eq(expected_xml)
+ end
+ end
+
+ context 'when some elements are not intended to be merged' do
+ let(:expected_xml_path) { File.join(root_path, 'test', 'fixtures', 'output', 'partitions-dontmerge.xml') }
+ let(:dontmerge) { ['partition'] }
+ let(:xsltproc_command) {
+ "/usr/bin/xsltproc --novalid --param replace \"'false'\" " \
+ "--param dontmerge1 \"'partition'\" " \
+ "--param with \"'#{subject.findPath("largeswap.xml", "swap")}'\" "\
+ "--output #{File.join(tmp_dir, "output.xml")} " \
+ "#{merge_xslt_path} test/fixtures/profiles/partitions.xml "
+ }
+
+ it 'does not merge those elements' do
+ expect(Yast::SCR).to receive(:Execute).
+ with(Yast::Path.new(".target.bash_output"), xsltproc_command, {}).and_call_original
+ subject.MergeClasses(subject.confs[0], base_profile_path, 'output.xml')
+ expect(output_xml).to eq(expected_xml)
+ end
+ end
+ end
+
+ describe '#Import' do
+ it 'sets profile_conf variable as a copy of the given settings' do
+ subject.Import(settings)
+ expect(subject.profile_conf).to eq(settings)
+ expect(subject.profile_conf).to_not equal(settings)
+ end
+
+ after(:each) do
+ subject.Import([])
+ end
+ end
+
+ describe '#Export' do
+ around(:each) do |example|
+ subject.Import(settings)
+ example.call
+ subject.Import([]) # reset settings
+ end
+
+ it 'returns a copy of profile_conf' do
+ exported = subject.Export
+ expect(exported).to eq(settings)
+ expect(exported).to_not equal(settings)
+ end
+ end
+
+ describe '#Summary' do
+ context 'when some settings are given' do
+ around(:each) do |example|
+ subject.Import(settings)
+ example.call
+ subject.Import([]) # reset settings
+ end
+
+ it 'returns a summary containing class names and configurations' do
+ expect(Yast::Summary).to receive(:AddHeader).with(anything, 'swap').
+ and_return('<h3>swap</h3>')
+ expect(Yast::Summary).to receive(:AddLine).with(anything, 'largeswap.xml').
+ and_return('<h3>swap</h3><p>largeswap.xml</p>')
+ expect(subject.Summary).to eq('<h3>swap</h3><p>largeswap.xml</p>')
+ end
+
+ context 'when no class name is given' do
+ let(:settings) { [ { 'configuration' => 'largeswap.xml' } ] }
+
+ it "'None' is used instead" do
+ expect(Yast::Summary).to receive(:AddHeader).with(anything, 'None').
+ and_return('<h3>None</h3>')
+ subject.Summary
+ end
+ end
+
+ context 'when no configuration is given' do
+ let(:settings) { [ { 'class_name' => 'swap' } ] }
+
+ it "'None' is used instead" do
+ expect(Yast::Summary).to receive(:AddLine).with(anything, 'None').
+ and_return('<h3>None</h3><p>largeswap.xml</p>')
+ subject.Summary
+ end
+ end
+ end
+
+ context 'when no settings are given' do
+ it 'returns an empty summary' do
+ expect(subject.Summary).to eq(Yast::Summary.NotConfigured)
+ end
+ end
+ end
+
+ describe '#Save' do
+ before(:each) do
+ subject.Read
+ end
+
+ it 'creates a classes.xml file in the new location' do
+ expect(Yast::XML).to receive(:YCPToXMLFile) do |type, data, path|
+ expect(type).to eq(:class)
+ expect(data['classes']).to be_kind_of(Array)
+ expect(path).to eq(File.join(class_dir, 'classes.xml'))
+ end
+ subject.Save
+ end
+
+ context 'when classes are marked for deletion' do
+ around(:each) do |example|
+ subject.deletedClasses = ['swap']
+ example.call
+ subject.deletedClasses = []
+ end
+
+ it 'deletes classes files' do
+ allow(Yast::XML).to receive(:YCPToXMLFile).with(any_args)
+ expect(Yast::SCR).to receive(:Execute).with(
+ Yast::Path.new('.target.bash'),
+ "/bin/rm -rf #{class_dir}/swap")
+
+ subject.Save
+ end
+ end
+ end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/fixtures/output/partitions-dontmerge.xml new/autoyast2-3.1.74/test/fixtures/output/partitions-dontmerge.xml
--- old/autoyast2-3.1.72/test/fixtures/output/partitions-dontmerge.xml 1970-01-01 01:00:00.000000000 +0100
+++ new/autoyast2-3.1.74/test/fixtures/output/partitions-dontmerge.xml 2015-04-27 10:29:12.000000000 +0200
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
+ <partitioning config:type="list">
+ <drive>
+ <device>/dev/sda</device><disklabel>msdos</disklabel><enable_snapshots config:type="boolean">true</enable_snapshots><initialize config:type="boolean">true</initialize><partitions config:type="list">
+ <partition>
+ <create config:type="boolean">true</create>
+ <crypt_fs config:type="boolean">false</crypt_fs>
+ <filesystem config:type="symbol">swap</filesystem>
+ <format config:type="boolean">true</format>
+ <loop_fs config:type="boolean">false</loop_fs>
+ <mount>swap</mount>
+ <mountby config:type="symbol">uuid</mountby>
+ <partition_id config:type="integer">130</partition_id>
+ <partition_nr config:type="integer">1</partition_nr>
+ <resize config:type="boolean">false</resize>
+ <size>1043496448</size>
+ </partition><partition>
+ <create config:type="boolean">true</create>
+ <crypt_fs config:type="boolean">false</crypt_fs>
+ <filesystem config:type="symbol">ext4</filesystem>
+ <format config:type="boolean">true</format>
+ <fstopt>acl,user_xattr</fstopt>
+ <loop_fs config:type="boolean">false</loop_fs>
+ <mount>/</mount>
+ <mountby config:type="symbol">uuid</mountby>
+ <partition_id config:type="integer">131</partition_id>
+ <partition_nr config:type="integer">2</partition_nr>
+ <resize config:type="boolean">false</resize>
+ <size>5381455360</size>
+ </partition><partition>
+ <filesystem config:type="symbol">swap</filesystem>
+ <format config:type="boolean">true</format>
+ <mount>swap</mount>
+ <partition_id config:type="integer">130</partition_id>
+ <size>2000mb</size>
+ </partition>
+ <partition>
+ <filesystem config:type="symbol">ext3</filesystem>
+ <partition_type>primary</partition_type>
+ <size>4Gb</size>
+ <mount>/</mount>
+ </partition>
+ </partitions>
+ <pesize/><type config:type="symbol">CT_DISK</type><use>all</use>
+ </drive>
+ </partitioning>
+</profile>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/fixtures/output/partitions-merged.xml new/autoyast2-3.1.74/test/fixtures/output/partitions-merged.xml
--- old/autoyast2-3.1.72/test/fixtures/output/partitions-merged.xml 1970-01-01 01:00:00.000000000 +0100
+++ new/autoyast2-3.1.74/test/fixtures/output/partitions-merged.xml 2015-04-27 10:29:12.000000000 +0200
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
+ <partitioning config:type="list">
+ <drive>
+ <device>/dev/sda</device><disklabel>msdos</disklabel><enable_snapshots config:type="boolean">true</enable_snapshots><initialize config:type="boolean">true</initialize><partitions config:type="list">
+ <partition>
+ <create config:type="boolean">true</create><crypt_fs config:type="boolean">false</crypt_fs><filesystem config:type="symbol">swap</filesystem>
+ <format config:type="boolean">true</format>
+ <loop_fs config:type="boolean">false</loop_fs><mount>swap</mount>
+ <mountby config:type="symbol">uuid</mountby><partition_id config:type="integer">130</partition_id>
+ <partition_nr config:type="integer">1</partition_nr><resize config:type="boolean">false</resize><size>2000mb</size>
+ </partition>
+ <partition>
+ <create config:type="boolean">true</create><crypt_fs config:type="boolean">false</crypt_fs><filesystem config:type="symbol">ext3</filesystem>
+ <format config:type="boolean">true</format><fstopt>acl,user_xattr</fstopt><loop_fs config:type="boolean">false</loop_fs><partition_type>primary</partition_type>
+ <size>4Gb</size>
+ <mount>/</mount>
+ <mountby config:type="symbol">uuid</mountby>
+ <partition_id config:type="integer">131</partition_id>
+ <partition_nr config:type="integer">2</partition_nr>
+ <resize config:type="boolean">false</resize>
+ <size>5381455360</size>
+ </partition>
+ </partitions>
+ <pesize/><type config:type="symbol">CT_DISK</type><use>all</use>
+ </drive>
+ </partitioning>
+</profile>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/fixtures/profiles/partitions.xml new/autoyast2-3.1.74/test/fixtures/profiles/partitions.xml
--- old/autoyast2-3.1.72/test/fixtures/profiles/partitions.xml 1970-01-01 01:00:00.000000000 +0100
+++ new/autoyast2-3.1.74/test/fixtures/profiles/partitions.xml 2015-04-27 10:29:12.000000000 +0200
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!DOCTYPE profile>
+<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
+ <partitioning config:type="list">
+ <drive>
+ <device>/dev/sda</device>
+ <disklabel>msdos</disklabel>
+ <enable_snapshots config:type="boolean">true</enable_snapshots>
+ <initialize config:type="boolean">true</initialize>
+ <partitions config:type="list">
+ <partition>
+ <create config:type="boolean">true</create>
+ <crypt_fs config:type="boolean">false</crypt_fs>
+ <filesystem config:type="symbol">swap</filesystem>
+ <format config:type="boolean">true</format>
+ <loop_fs config:type="boolean">false</loop_fs>
+ <mount>swap</mount>
+ <mountby config:type="symbol">uuid</mountby>
+ <partition_id config:type="integer">130</partition_id>
+ <partition_nr config:type="integer">1</partition_nr>
+ <resize config:type="boolean">false</resize>
+ <size>1043496448</size>
+ </partition>
+ <partition>
+ <create config:type="boolean">true</create>
+ <crypt_fs config:type="boolean">false</crypt_fs>
+ <filesystem config:type="symbol">ext4</filesystem>
+ <format config:type="boolean">true</format>
+ <fstopt>acl,user_xattr</fstopt>
+ <loop_fs config:type="boolean">false</loop_fs>
+ <mount>/</mount>
+ <mountby config:type="symbol">uuid</mountby>
+ <partition_id config:type="integer">131</partition_id>
+ <partition_nr config:type="integer">2</partition_nr>
+ <resize config:type="boolean">false</resize>
+ <size>5381455360</size>
+ </partition>
+ </partitions>
+ <pesize/>
+ <type config:type="symbol">CT_DISK</type>
+ <use>all</use>
+ </drive>
+ </partitioning>
+</profile>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/include/ask_test.rb new/autoyast2-3.1.74/test/include/ask_test.rb
--- old/autoyast2-3.1.72/test/include/ask_test.rb 1970-01-01 01:00:00.000000000 +0100
+++ new/autoyast2-3.1.74/test/include/ask_test.rb 2015-04-27 10:29:12.000000000 +0200
@@ -0,0 +1,337 @@
+#!/usr/bin/env rspec
+
+require_relative "../test_helper"
+
+require "yast"
+
+Yast.import "Profile"
+Yast.import "Stage"
+Yast.import "UI"
+
+describe "Yast::AutoinstallAskInclude" do
+ module DummyYast
+ class AutoinstallAskClient < Yast::Client
+ def main
+ Yast.include self, "autoinstall/ask.rb"
+ end
+
+ def initialize
+ main
+ end
+ end
+ end
+
+ BASE_ASK = {
+ "type" => "string", "question" => "hostname?", "default" => "my.site.de",
+ "help" => "Some help", "dialog" => 0, "element" => 0,
+ "stage" => "initial" }
+
+ subject(:client) { DummyYast::AutoinstallAskClient.new }
+ let(:profile) { { "general" => { "ask-list" => ask_list } } }
+ let(:pressed_button) { :ok }
+
+ describe "#askDialog" do
+ let(:ask_list) { [ask] }
+
+ before do
+ allow(Yast::Profile).to receive(:current).and_return(profile)
+ allow(Yast::Stage).to receive(:initial).and_return(true)
+ allow(Yast::UI).to receive(:UserInput).and_return(pressed_button)
+ end
+
+ context "when ask-list is empty" do
+ let(:ask_list) { [] }
+
+ it "no dialog is shown" do
+ expect(Yast::UI).to_not receive(:OpenDialog)
+ client.askDialog
+ end
+ end
+
+ describe "dialogs creation" do
+ context "when the ask-list contains a question with type 'string'" do
+ let(:ask) { BASE_ASK }
+
+ it "creates a TextEntry widget" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expect(client).to receive(:TextEntry).
+ with(Id("0_0"), Opt(:notify), ask["question"], ask["default"]).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains a question with type 'selection'" do
+ let(:ask) { BASE_ASK.merge("selection" => items, "default" => "desktop") }
+ let(:items) {
+ %w(desktop server).map { |i| { "value" => i, "label" => i.capitalize } }
+ }
+
+ it "creates a ComboBox widget" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expected_options = [
+ Item(Id("desktop"), "Desktop", true),
+ Item(Id("server"), "Server", false)
+ ]
+ expect(client).to receive(:ComboBox).
+ with(Id("0_0"), Opt(:notify), ask["question"], expected_options).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains a question with type 'password'" do
+ let(:ask) { BASE_ASK.merge("password" => true) }
+
+ it "creates two Password widgets" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expect(client).to receive(:Password).
+ with(Id("0_0"), Opt(:notify), ask["question"], ask["default"]).
+ and_call_original
+ expect(client).to receive(:Password).
+ with(Id("0_0_pass2"), Opt(:notify), "", ask["default"]).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains a question with type 'static_text'" do
+ let(:ask) { BASE_ASK.merge("type" => "static_text") }
+
+ it "creates a Label widget" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expect(client).to receive(:Label).
+ with(Id("0_0"), ask["default"]).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains question with type 'symbol'" do
+ let(:ask) {
+ BASE_ASK.merge("type" => "symbol", "default" => :desktop, "selection" => items)
+ }
+ let(:items) {
+ %w(desktop server).map { |i| { "value" => i.to_sym, "label" => i.capitalize } }
+ }
+
+ it "creates a ComboBox widget" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expected_options = [
+ Item(Id(:desktop), "Desktop", true),
+ Item(Id(:server), "Server", false)
+ ]
+ expect(client).to receive(:ComboBox).
+ with(Id("0_0"), Opt(:notify), ask["question"], expected_options).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains a question with type 'boolean'" do
+ let(:ask) do
+ BASE_ASK.merge("type" => "boolean", "question" => "Register system?", "default" => "true")
+ end
+
+ it "creates a CheckBox widget" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expect(client).to receive(:CheckBox).
+ with(Id("0_0"), Opt(:notify), ask["question"], true).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains more than one question" do
+ let(:string_ask) { BASE_ASK }
+ let(:boolean_ask) do
+ BASE_ASK.merge("type" => "boolean", "element" => 1, "default" => "true")
+ end
+ let(:ask_list) { [string_ask, boolean_ask] }
+
+ it "creates one widget for each one of them" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ expect(client).to receive(:TextEntry).
+ with(Id("0_0"), Opt(:notify), string_ask["question"], string_ask["default"]).
+ and_call_original
+ expect(client).to receive(:CheckBox).
+ with(Id("0_1"), Opt(:notify), boolean_ask["question"], true).
+ and_call_original
+ client.askDialog
+ end
+ end
+
+ context "when ask-list contains more than one password question" do
+ let(:first_pass_ask) { BASE_ASK.merge("password" => true)}
+ let(:second_pass_ask) { BASE_ASK.merge("password" => true, "element" => 1)}
+ let(:ask_list) { [first_pass_ask, second_pass_ask] }
+
+ it "creates two password widgets for each question without repeating the Ids" do
+ expect(Yast::UI).to receive(:OpenDialog)
+ ["0_0", "0_0_pass2", "0_1", "0_1_pass2"].each do |wid|
+ expect(client).to receive(:Password).
+ with(Id(wid), anything, anything, anything).and_call_original
+ end
+ client.askDialog
+ end
+ end
+ end
+
+ describe "dialogs actions" do
+
+ context "when ok button is pressed" do
+ let(:pressed_button) { :ok }
+ let(:response) { "some-user-response" }
+
+ before do
+ allow(Yast::UI).to receive(:QueryWidget).
+ with(Id("0_0"), :Value).and_return(response)
+ end
+
+ context "when a path was specified" do
+ let(:ask) { BASE_ASK.merge("path" => "users,0,gecos") }
+
+ it "response is saved into the Profile at the specified path" do
+ expect(Yast::Profile).to receive(:setElementByList).
+ with(["users", 0, "gecos"], response, profile)
+ client.askDialog
+ end
+ end
+
+ context "when a pathlist was specified" do
+ let(:ask) { BASE_ASK.merge("pathlist" => ["users,1000,login", "groups,1000,name"]) }
+
+ it "saves response into Profile at the paths specified in the pathlist" do
+ expect(Yast::Profile).to receive(:setElementByList).
+ with(["users", 1000, "login"], response, profile)
+ expect(Yast::Profile).to receive(:setElementByList).
+ with(["groups", 1000, "name"], response, profile)
+ client.askDialog
+ end
+ end
+
+ context "when a file was specified" do
+ let(:file_path) { "/tmp/response" }
+ let(:ask) { BASE_ASK.merge("file" => file_path) }
+
+ it "saves the user answer in the file" do
+ expect(Yast::SCR).to receive(:Write).
+ with(Yast::Path.new(".target.string"), file_path, response).
+ and_return(true)
+ client.askDialog
+ end
+
+ context "when response is a boolean" do
+ let(:response) { true }
+ let(:ask) { BASE_ASK.merge("type" => "boolean", "file" => file_path)}
+
+ it "converts the answer to a string and saves it in the file" do
+ expect(Yast::SCR).to receive(:Write).
+ with(Yast::Path.new(".target.string"), file_path, "true").
+ and_return(true)
+ client.askDialog
+ end
+ end
+
+ context "when asking for a 'password' and values don't match" do
+ let(:ask) { BASE_ASK.merge("password" => true) }
+
+ it "shows an error message and try run the dialog again" do
+ expect(Yast::UI).to receive(:QueryWidget).
+ with(Id("0_0_pass2"), :Value).and_return("some-other-thing", response)
+ expect(Yast::Popup).to receive(:Error).with("The two passwords mismatch.")
+ client.askDialog
+ end
+ end
+ end
+
+ context "when a script was specified" do
+ let(:script) { { "source" => "echo", "filename" => "test.sh" } }
+ let(:ask) { BASE_ASK.merge("script" => script) }
+ let(:tmp_dir) { "/tmp" }
+ let(:log_dir) { "/var/log/YaST2" }
+
+ before do
+ allow(Yast::AutoinstConfig).to receive(:tmpDir).and_return(tmp_dir)
+ allow(Yast::AutoinstConfig).to receive(:logs_dir).
+ and_return(log_dir)
+ script_path = "#{tmp_dir}/#{script["filename"]}"
+ allow(Yast::SCR).to receive(:Write).
+ with(Yast::Path.new(".target.string"), script_path, script["source"]).
+ and_return(true)
+ allow(Yast::SCR).to receive(:Execute).
+ with(Yast::Path.new(".target.mkdir"), File.join(tmp_dir, "ask_scripts_log"))
+ end
+
+ context "when 'environment' property is not set" do
+ it "runs the script without passing the ask response" do
+ expect(Yast::SCR).to receive(:Execute).
+ with(Yast::Path.new(".target.bash"),
+ "/bin/sh -x /tmp/test.sh 2&> /tmp/ask_scripts_log/test.sh.log ")
+ client.askDialog
+ end
+ end
+
+ context "when 'environment' property is set" do
+ let(:script) { { "source" => "echo", "filename" => "test.sh", "environment" => true } }
+
+ it "runs the script passing the ask response" do
+ expect(Yast::SCR).to receive(:Execute).
+ with(Yast::Path.new(".target.bash"),
+ "VAL=\"some-user-response\" /bin/sh -x /tmp/test.sh 2&> /tmp/ask_scripts_log/test.sh.log ")
+ client.askDialog
+ end
+ end
+
+ it "shows some feedback while script is running" do
+ message = "A user defined script is running. This may take a while."
+ allow(Yast::SCR).to receive(:Execute)
+ expect(Yast::Popup).to receive(:Feedback).
+ with("", client._(message))
+ client.askDialog
+ end
+ end
+
+ context "when more dialogs left" do
+ let(:ask_list) { [BASE_ASK, BASE_ASK.merge("dialog" => "1")] }
+
+ it "next dialog is shown" do
+ expect(Yast::UI).to receive(:UserInput).twice
+ client.askDialog
+ end
+ end
+
+ context "when no more dialogs left" do
+ let(:ask_list) { [BASE_ASK] }
+
+ it "finishes dialog processing and returns" do
+ expect(Yast::UI).to receive(:UserInput).once
+ client.askDialog
+ end
+ end
+
+ context "when a value for 'next dialog' is set" do
+ let(:ask_list) { [BASE_ASK, BASE_ASK.merge("dialog" => 1), BASE_ASK.merge("dialog" => 2)] }
+
+ before do
+ expect(Yast::SCR).to receive(:Read).
+ with(Yast::Path.new(".target.size"), "/tmp/next_dialog").
+ and_return(1)
+ expect(Yast::SCR).to receive(:Read).
+ with(Yast::Path.new(".target.string"), "/tmp/next_dialog").
+ and_return("2")
+ end
+
+ it "jumps to that dialog" do
+ expect(Yast::UI).to_not receive(:QueryWidget).
+ with(Id("1_0"), :Value) # Skips dialog 1.
+ expect(Yast::UI).to receive(:QueryWidget).
+ with(Id("2_0"), :Value)
+ expect(Yast::UI).to receive(:UserInput).twice.and_return(:ok)
+ client.askDialog
+ end
+ end
+ end
+ end
+ end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.72/test/test_helper.rb new/autoyast2-3.1.74/test/test_helper.rb
--- old/autoyast2-3.1.72/test/test_helper.rb 1970-01-01 01:00:00.000000000 +0100
+++ new/autoyast2-3.1.74/test/test_helper.rb 2015-04-27 10:29:12.000000000 +0200
@@ -0,0 +1,12 @@
+root_location = File.expand_path("../../", __FILE__)
+ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)
+
+require "yast"
+require "yast/rspec"
+require "fileutils"
+
+if ENV["COVERAGE"]
+ STDERR.puts "COVERAGE is disabled because when requiring some modules (like AutoinstPartition) "\
+ "errors are raised in other YaST components."
+end
+
1
0
Hello community,
here is the log from the commit of package kernel-source for openSUSE:Factory checked in at 2015-04-27 22:07:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
and /work/SRC/openSUSE:Factory/.kernel-source.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kernel-source"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes 2015-04-15 17:42:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes 2015-04-27 22:08:43.000000000 +0200
@@ -1,0 +2,57 @@
+Wed Apr 22 16:37:02 CEST 2015 - pmladek(a)suse.cz
+
+- ftrace/x86/xen: use kernel identity mapping only when really needed
+ (bsc#873195, bsc#886272, bsc#903727, bsc#927725)
+- commit 63ed720
+
+-------------------------------------------------------------------
+Wed Apr 22 13:54:15 CEST 2015 - mmarek(a)suse.cz
+
+- scripts/refresh: Obsoleted by refresh_patch.sh
+- commit d1dd729
+
+-------------------------------------------------------------------
+Wed Apr 22 09:26:15 CEST 2015 - mmarek(a)suse.cz
+
+- rpm/kernel-obs-build.spec.in: Add .build.hostarch.kvm to the filelist
+- commit c65f3ca
+
+-------------------------------------------------------------------
+Tue Apr 21 17:04:11 CEST 2015 - jbeulich(a)suse.com
+
+- Update Xen patches to 4.0-final.
+- commit eee4e07
+
+-------------------------------------------------------------------
+Tue Apr 21 16:33:44 CEST 2015 - mmarek(a)suse.cz
+
+- rpm/mkspec: Do not build kernel-obs-* on 32bit ppc
+ The buildservice uses the ppc64 kernel-obs-build package for 32bit
+ workers.
+- commit d1e0beb
+
+-------------------------------------------------------------------
+Tue Apr 21 16:23:11 CEST 2015 - dvaleev(a)suse.com
+
+- create .build.hostarch.kvm for kernel-obs-build
+ OBS needs to know hostarch, with ppc64/ppc64le this is not that easy.
+ Lets create a marker file to help with it.
+ See obs-build commit: e47399d738e51
+- commit e5d9da9
+
+-------------------------------------------------------------------
+Tue Apr 14 15:36:11 CEST 2015 - mmarek(a)suse.cz
+
+- rpm/kernel-obs-qa.spec.in: Do not fail if the kernel versions do not match
+- commit 28e9e74
+
+-------------------------------------------------------------------
+Tue Apr 14 08:32:12 CEST 2015 - jlee(a)suse.com
+
+- Update config files. (boo#925479)
+ Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future
+ openSUSE version:
+ e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new)
+- commit 5c4d917
+
+-------------------------------------------------------------------
@@ -10,0 +68,6 @@
+Mon Apr 13 16:11:20 CEST 2015 - jeffm(a)suse.com
+
+- Update to 4.0-final.
+- commit 6dbc1a6
+
+-------------------------------------------------------------------
@@ -16,0 +80,20 @@
+Fri Apr 10 16:44:35 CEST 2015 - jeffm(a)suse.com
+
+- Update to 4.0-rc7.
+- Config changes:
+ - x86_64/pv:
+ - CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512 (default)
+- commit 1925449
+
+-------------------------------------------------------------------
+Thu Apr 9 21:17:01 CEST 2015 - agraf(a)suse.de
+
+- of: Fix size when dma-range is not used.
+- of: Move of_dma_configure() to device.c to help re-use.
+- of: iommu: Add ptr to OF node arg to of_iommu_configure().
+- PCI: Add helper functions pci_get[put]_host_bridge_device().
+- PCI: Update DMA configuration from DT.
+- of/pci: Add of_pci_dma_configure() to update DMA configuration.
+- commit 7d1f328
+
+-------------------------------------------------------------------
@@ -20 +103 @@
-- commit 0f5134a
+- commit ba5700e
@@ -34,0 +118,97 @@
+Tue Apr 7 18:45:12 CEST 2015 - agraf(a)suse.de
+
+- Update XGBE-A0 support to latest code
+- commit 2121347
+
+-------------------------------------------------------------------
+Mon Apr 6 11:40:41 CEST 2015 - dmueller(a)suse.com
+
+- ARMv7: config: Enable more features
+ Sync over config settings that have been enabled on x86_64 in the
+ last few years also to ARMv7
+- commit d480a34
+
+-------------------------------------------------------------------
+Sun Apr 5 18:06:56 CEST 2015 - dmueller(a)suse.com
+
+- ARMv8: config: Enable more modules / feature flags
+- commit 107eae5
+
+-------------------------------------------------------------------
+Sun Apr 5 06:25:25 CEST 2015 - dmueller(a)suse.com
+
+- ARM64: config: Disable CONFIG_INPUT_E3X0_BUTTON
+- commit 9774a1b
+
+-------------------------------------------------------------------
+Sun Apr 5 06:16:00 CEST 2015 - dmueller(a)suse.com
+
+- ARMv6/v7/v8: config: Disable ISA bus related drivers
+ There is no ISA bus here
+- commit 469d5c3
+
+-------------------------------------------------------------------
+Sun Apr 5 06:09:18 CEST 2015 - dmueller(a)suse.com
+
+- ARMv7/v8: config: Disable IIO dummy drivers
+ Not enabled on any other arch either.
+- commit b10b70d
+
+-------------------------------------------------------------------
+Sun Apr 5 05:59:33 CEST 2015 - dmueller(a)suse.com
+
+- ARMv7: config: Disable accessibility
+ Its not enabled on any other architecture, and enablement was
+ an accident.
+- commit 7197f38
+
+-------------------------------------------------------------------
+Sun Apr 5 05:47:29 CEST 2015 - dmueller(a)suse.com
+
+- ARMv6/v7/v8: config: Disable debug/compat/self test options
+ Disable those options that shouldn't be enabled on a production
+ kernel and are not either enabled on x86_64
+- commit 5f7e741
+
+-------------------------------------------------------------------
+Sun Apr 5 05:04:45 CEST 2015 - dmueller(a)suse.com
+
+- ARMv8/v7: config: Sync more features from x86_64
+ Enable various feature flags on ARM if they're also set on x86_64
+ to ensure that the feature sets available is roughly compareable
+- commit f250654
+
+-------------------------------------------------------------------
+Sat Apr 4 14:39:27 CEST 2015 - dmueller(a)suse.com
+
+- ARMv6/v7: config: build uncommon HID drivers as modules
+ 92db3f1ad forgot to update ARM configs accordingly.
+- commit a83ec68
+
+-------------------------------------------------------------------
+Sat Apr 4 13:46:11 CEST 2015 - dmueller(a)suse.com
+
+- ARM64: config: Sync vanilla with default config
+- commit 7be032d
+
+-------------------------------------------------------------------
+Sat Apr 4 13:40:00 CEST 2015 - dmueller(a)suse.com
+
+- ARM64/ARMv6/ARMv7: config: Sync tunables with x86_64
+ Set numeric tunables to the same values as on x86_64 if they're
+ available for both platforms.
+- commit e4e34f2
+
+-------------------------------------------------------------------
+Fri Apr 3 17:49:40 CEST 2015 - mmarek(a)suse.cz
+
+- Automatically Provide/Obsolete all subpackages of old flavors (bnc#925567)
+- commit e3547a5
+
+-------------------------------------------------------------------
+Thu Apr 2 13:32:51 CEST 2015 - dmueller(a)suse.com
+
+- ARMv6: config: Update and reenable for 4.0-rc6
+- commit e32301a
+
+-------------------------------------------------------------------
@@ -41 +221,7 @@
-- commit a30f81d
+- commit f54483c
+
+-------------------------------------------------------------------
+Tue Mar 31 22:38:51 CEST 2015 - dmueller(a)suse.com
+
+- ARM: config: Enable Stack Protector
+- commit 0f06efd
@@ -52 +238,26 @@
-- commit b5dbf85
++++ 500 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes
++++ and /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-pv.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change
Old:
----
linux-3.19.tar.xz
New:
----
linux-4.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kernel-debug.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -149,7 +149,11 @@
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
%endif
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+%ifarch ppc64
+Provides: kernel-kdump-base = 2.6.28
+Obsoletes: kernel-kdump-base <= 2.6.28
+%endif
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@@ -955,7 +959,10 @@
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
-
+%ifarch ppc64
+Provides: kernel-kdump-base = 2.6.28
+Obsoletes: kernel-kdump-base <= 2.6.28
+%endif
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@@ -994,7 +1001,10 @@
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
-
+%ifarch ppc64
+Provides: kernel-kdump-extra = 2.6.28
+Obsoletes: kernel-kdump-extra <= 2.6.28
+%endif
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@@ -1046,7 +1056,10 @@
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
-
+%ifarch ppc64
+Provides: kernel-kdump-devel = 2.6.28
+Obsoletes: kernel-kdump-devel <= 2.6.28
+%endif
PreReq: coreutils
%description devel
++++++ kernel-default.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -150,8 +150,6 @@
Obsoletes: kernel-smp <= 2.6.17
Provides: kernel-trace = 3.13
Obsoletes: kernel-trace <= 3.13
-Provides: kernel-trace-base = 3.13
-Obsoletes: kernel-trace-base <= 3.13
%endif
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
@@ -160,20 +158,34 @@
%ifarch s390x
Provides: kernel-trace = 3.13
Obsoletes: kernel-trace <= 3.13
-Provides: kernel-trace-base = 3.13
-Obsoletes: kernel-trace-base <= 3.13
%endif
%ifarch x86_64
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
Provides: kernel-trace = 3.13
Obsoletes: kernel-trace <= 3.13
-Provides: kernel-trace-base = 3.13
-Obsoletes: kernel-trace-base <= 3.13
Provides: kernel-bigsmp = 3.1
Obsoletes: kernel-bigsmp <= 3.1
%endif
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+%ifarch %ix86
+Provides: kernel-trace-base = 3.13
+Obsoletes: kernel-trace-base <= 3.13
+%endif
+%ifarch ppc64
+Provides: kernel-kdump-base = 2.6.28
+Obsoletes: kernel-kdump-base <= 2.6.28
+%endif
+%ifarch s390x
+Provides: kernel-trace-base = 3.13
+Obsoletes: kernel-trace-base <= 3.13
+%endif
+%ifarch x86_64
+Provides: kernel-trace-base = 3.13
+Obsoletes: kernel-trace-base <= 3.13
+Provides: kernel-bigsmp-base = 3.1
+Obsoletes: kernel-bigsmp-base <= 3.1
+%endif
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@@ -978,7 +990,24 @@
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
-
+%ifarch %ix86
+Provides: kernel-trace-base = 3.13
+Obsoletes: kernel-trace-base <= 3.13
+%endif
+%ifarch ppc64
+Provides: kernel-kdump-base = 2.6.28
+Obsoletes: kernel-kdump-base <= 2.6.28
+%endif
+%ifarch s390x
+Provides: kernel-trace-base = 3.13
+Obsoletes: kernel-trace-base <= 3.13
+%endif
+%ifarch x86_64
+Provides: kernel-trace-base = 3.13
+Obsoletes: kernel-trace-base <= 3.13
+Provides: kernel-bigsmp-base = 3.1
+Obsoletes: kernel-bigsmp-base <= 3.1
+%endif
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@@ -1020,6 +1049,10 @@
Provides: kernel-trace-extra = 3.13
Obsoletes: kernel-trace-extra <= 3.13
%endif
+%ifarch ppc64
+Provides: kernel-kdump-extra = 2.6.28
+Obsoletes: kernel-kdump-extra <= 2.6.28
+%endif
%ifarch s390x
Provides: kernel-trace-extra = 3.13
Obsoletes: kernel-trace-extra <= 3.13
@@ -1027,6 +1060,8 @@
%ifarch x86_64
Provides: kernel-trace-extra = 3.13
Obsoletes: kernel-trace-extra <= 3.13
+Provides: kernel-bigsmp-extra = 3.1
+Obsoletes: kernel-bigsmp-extra <= 3.1
%endif
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
@@ -1082,6 +1117,10 @@
Provides: kernel-trace-devel = 3.13
Obsoletes: kernel-trace-devel <= 3.13
%endif
+%ifarch ppc64
+Provides: kernel-kdump-devel = 2.6.28
+Obsoletes: kernel-kdump-devel <= 2.6.28
+%endif
%ifarch s390x
Provides: kernel-trace-devel = 3.13
Obsoletes: kernel-trace-devel <= 3.13
@@ -1089,6 +1128,8 @@
%ifarch x86_64
Provides: kernel-trace-devel = 3.13
Obsoletes: kernel-trace-devel <= 3.13
+Provides: kernel-bigsmp-devel = 3.1
+Obsoletes: kernel-bigsmp-devel <= 3.1
%endif
PreReq: coreutils
++++++ kernel-desktop.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: Kernel optimized for the desktop
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -146,7 +146,8 @@
%endif
Provides: kernel = %version-%source_rel
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
++++++ kernel-docs.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -16,7 +16,7 @@
#
-%define patchversion 3.19.4
+%define patchversion 4.0.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -27,9 +27,9 @@
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
++++++ kernel-ec2.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: The Amazon EC2 Xen Kernel
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -146,7 +146,8 @@
%endif
Provides: kernel = %version-%source_rel
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
kernel-lpae.spec: same change
++++++ kernel-obs-build.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
-%define patchversion 3.19.4
+%define patchversion 4.0.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -33,7 +33,7 @@
%ifarch %ix86 x86_64
BuildRequires: kernel-xen
%endif
-ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
+ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1315
# For SLE 11
BuildRequires: mkinitrd
@@ -45,9 +45,9 @@
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -147,9 +147,14 @@
cp -v /tmp/initrd.xen $RPM_BUILD_ROOT/.build.initrd.xen
%endif
+#inform worker about arch
+#see obs-build commit e47399d738e51
+uname -m > $RPM_BUILD_ROOT/.build.hostarch.kvm
+
%files
%defattr(-,root,root)
/.build.kernel.*
/.build.initrd.*
+/.build.hostarch.*
%changelog
++++++ kernel-obs-qa-xen.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -17,7 +17,7 @@
# needsrootforbuild
-%define patchversion 3.19.4
+%define patchversion 4.0.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -36,9 +36,9 @@
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -59,15 +59,12 @@
# test suites should be packaged in other packages, but build required
# and called here.
-if ! /sbin/modprobe loop; then
- echo "ERROR: Unable to load the kernel loop module."
- echo "Usually the wrong kernel is running, this is atm"
- cat /proc/version
- echo "Installed kernel modules are:"
- rpm -q kernel-xen
- exit 1
+krel=$(uname -r)
+if test ! -d "/lib/modules/$krel/kernel"; then
+ echo "Kernel package for $krel not installed; exiting"
+ exit 0
fi
-
+/sbin/modprobe loop
%install
mkdir -p %{buildroot}/usr/share/%name
++++++ kernel-obs-qa.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -17,7 +17,7 @@
# needsrootforbuild
-%define patchversion 3.19.4
+%define patchversion 4.0.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -28,7 +28,7 @@
# here as well to avoid that qa and build package build parallel
BuildRequires: kernel-obs-build
BuildRequires: modutils
-ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
+ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
%if 0%{?suse_version} < 1200
# for SLE 11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -36,9 +36,9 @@
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -59,15 +59,12 @@
# test suites should be packaged in other packages, but build required
# and called here.
-if ! /sbin/modprobe loop; then
- echo "ERROR: Unable to load the kernel loop module."
- echo "Usually the wrong kernel is running, this is atm"
- cat /proc/version
- echo "Installed kernel modules are:"
- rpm -q kernel-default
- exit 1
+krel=$(uname -r)
+if test ! -d "/lib/modules/$krel/kernel"; then
+ echo "Kernel package for $krel not installed; exiting"
+ exit 0
fi
-
+/sbin/modprobe loop
%install
mkdir -p %{buildroot}/usr/share/%name
++++++ kernel-pae.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -151,7 +151,11 @@
Provides: kernel-vmi = 2.6.38
Obsoletes: kernel-vmi <= 2.6.38
%endif
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+%ifarch %ix86
+Provides: kernel-vmi-base = 2.6.38
+Obsoletes: kernel-vmi-base <= 2.6.38
+%endif
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@@ -1011,7 +1015,10 @@
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
-
+%ifarch %ix86
+Provides: kernel-vmi-extra = 2.6.38
+Obsoletes: kernel-vmi-extra <= 2.6.38
+%endif
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@@ -1069,7 +1076,10 @@
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
-
+%ifarch %ix86
+Provides: kernel-vmi-devel = 2.6.38
+Obsoletes: kernel-vmi-devel <= 2.6.38
+%endif
PreReq: coreutils
%description devel
++++++ kernel-pv.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: The para-virtualized Kernel
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -146,7 +146,8 @@
%endif
Provides: kernel = %version-%source_rel
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
++++++ kernel-source.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -17,8 +17,8 @@
# icecream 0
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -30,9 +30,9 @@
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -45,7 +45,7 @@
Provides: %name = %version-%source_rel
Provides: linux
Provides: multiversion(kernel)
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
++++++ kernel-syms.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -24,10 +24,10 @@
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
-Version: 3.19.4
+Version: 4.0.0
%if %using_buildservice
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
++++++ kernel-vanilla.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -146,7 +146,8 @@
%endif
Provides: kernel = %version-%source_rel
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
++++++ kernel-xen.spec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:52.000000000 +0200
@@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
-%define srcversion 3.19
-%define patchversion 3.19.4
+%define srcversion 4.0
+%define patchversion 4.0.0
%define variant %{nil}
%define vanilla_only 0
@@ -59,9 +59,9 @@
Summary: The Xen Kernel
License: GPL-2.0
Group: System/Kernel
-Version: 3.19.4
+Version: 4.0.0
%if 0%{?is_kotd}
-Release: <RELEASE>.g74c332b
+Release: <RELEASE>.g27299c0
%else
Release: 0
%endif
@@ -149,7 +149,8 @@
Provides: kernel-xenpae = 2.6.17
Obsoletes: kernel-xenpae <= 2.6.17
%endif
-Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
+
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -1,5 +1,5 @@
# The version of the main tarball to use
-SRCVERSION=3.19
+SRCVERSION=4.0
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against
++++++ config.tar.bz2 ++++++
++++ 30154 lines of diff (skipped)
++++++ guards ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -53,7 +53,17 @@
my $dh = new FileHandle;
my (@files, $file);
-
+ # @<file> syntax
+ if ($path =~ s/^@//) {
+ my $fh;
+ open($fh, '<', $path) or die "$path: $!\n";
+ @files = <$fh>;
+ close($fh);
+ chomp(@files);
+ s:^$dir:: for @files;
+ return @files;
+ }
+ $path = slashme($path);
opendir $dh, length("$dir$path") ? "$dir$path" : '.'
or die "$dir$path: $!\n";
while ($file = readdir($dh)) {
@@ -112,8 +122,8 @@
print "SYNOPSIS: $0 [--prefix=dir] [--path=dir1:dir2:...]\n" .
" [--default=0|1] [--check|--list] [--invert-match]\n" .
" [--with-guards] [--config=file] symbol ...\n\n" .
- " (Default values: --path='" . join(':', @path) . "', " .
- "--default=$default)\n";
+ " Defaults: --default=$default\n" .
+ " Use --path=\@<file> to read the list of entries from <file>\n";
exit 0;
}
@@ -158,7 +168,7 @@
my @files;
foreach (@path) {
- @files = (@files, files_in($dir, slashme($_)));
+ @files = (@files, files_in($dir,$_));
}
my %files = map { $_ => 0 } @files;
@@ -167,7 +177,11 @@
if (exists $files{$patch}) {
$files{$patch}++;
} else {
- print "Not found: $dir$patch\n";
+ if ($config eq '-') {
+ print "Not found: $dir$patch\n";
+ } else {
+ print "Not found in $config: $dir$patch\n";
+ }
$problems++;
}});
++++++ kernel-binary.spec.in ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -146,6 +146,7 @@
%endif
Provides: kernel = %version-%source_rel
@PROVIDES_OBSOLETES@
+@PROVIDES_OBSOLETES_BASE@
@SOURCES@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: @ARCHS@
++++++ kernel-obs-build.spec.in ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -147,9 +147,14 @@
cp -v /tmp/initrd.xen $RPM_BUILD_ROOT/.build.initrd.xen
%endif
+#inform worker about arch
+#see obs-build commit e47399d738e51
+uname -m > $RPM_BUILD_ROOT/.build.hostarch.kvm
+
%files
%defattr(-,root,root)
/.build.kernel.*
/.build.initrd.*
+/.build.hostarch.*
%changelog
++++++ kernel-obs-qa.spec.in ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -59,15 +59,12 @@
# test suites should be packaged in other packages, but build required
# and called here.
-if ! /sbin/modprobe loop; then
- echo "ERROR: Unable to load the kernel loop module."
- echo "Usually the wrong kernel is running, this is atm"
- cat /proc/version
- echo "Installed kernel modules are:"
- rpm -q kernel-@FLAVOR@
- exit 1
+krel=$(uname -r)
+if test ! -d "/lib/modules/$krel/kernel"; then
+ echo "Kernel package for $krel not installed; exiting"
+ exit 0
fi
-
+/sbin/modprobe loop
%install
mkdir -p %{buildroot}/usr/share/%name
++++++ linux-3.19.tar.xz -> linux-4.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kernel-source/linux-3.19.tar.xz /work/SRC/openSUSE:Factory/.kernel-source.new/linux-4.0.tar.xz differ: char 26, line 1
++++++ mkspec ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -99,19 +99,19 @@
$description = $binary_descriptions{"kernel-$flavor"}->[1];
}
+ my %obsolete_macros;
+ for my $subpac ("", "-base", "-extra", "-devel", "-hmac") {
+ (my $macro = "PROVIDES_OBSOLETES" . uc($subpac)) =~ s/-/_/;
+ $obsolete_macros{$macro} =
+ provides_obsoletes($flavor, $subpac, @{$flavor_archs{$flavor}});
+ }
+
do_spec('binary', "kernel-$flavor.spec", %macros,
FLAVOR => $flavor,
SUMMARY => $summary,
DESCRIPTION => $description,
ARCHS => join(" ", arch2rpm(@{$flavor_archs{$flavor}})),
- PROVIDES_OBSOLETES =>
- provides_obsoletes($flavor, @{$flavor_archs{$flavor}}),
- PROVIDES_OBSOLETES_BASE =>
- provides_obsoletes("$flavor-base", @{$flavor_archs{$flavor}}),
- PROVIDES_OBSOLETES_EXTRA =>
- provides_obsoletes("$flavor-extra", @{$flavor_archs{$flavor}}),
- PROVIDES_OBSOLETES_DEVEL =>
- provides_obsoletes("$flavor-devel", @{$flavor_archs{$flavor}}),
+ %obsolete_macros
);
}
# kernel-source.spec
@@ -144,7 +144,10 @@
# kernel-obs-*.spec
{
- my $default_archs = join(" ", arch2rpm(@{$flavor_archs{default}}));
+ my @default_archs = arch2rpm(@{$flavor_archs{default}});
+ # No kernel-obs-* for 32bit ppc
+ @default_archs = grep { $_ ne "ppc" } @default_archs;
+ my $default_archs = join(" ", @default_archs);
my $xen_archs = join(" ", arch2rpm(@{$flavor_archs{xen} || []}));
if (!$variant) {
do_spec('obs-build', "kernel-obs-build.spec", %macros,
@@ -329,22 +332,34 @@
sub provides_obsoletes {
my $flavor = shift;
+ my $subpac = shift;
my @archs = @_;
my $res = "";
for my $arch (@archs) {
my @packs = @{$obsolete_packages{$arch}{$flavor} || []};
+ my $printed;
+
next if (!@packs);
my $rpmarch = arch2rpm($arch);
chomp $rpmarch;
- $res .= "\%ifarch $rpmarch\n";
for my $pack (@packs) {
- my $name = $pack->[0];
+ my $name = $pack->[0] . $subpac;
my $version = $pack->[1];
+ if ($subpac) {
+ # The -base and -extra split has been
+ # introduced in SLE11 (2.6.27)
+ my ($v1, $v2, $v3) = split(/\./, $version);
+ next if ($v1 <= 2 && $v2 <= 6 && $v3 < 27);
+ }
+ if (!$printed) {
+ $res .= "\%ifarch $rpmarch\n";
+ $printed = 1;
+ }
$res .= "Provides: $name = $version\n";
$res .= "Obsoletes: $name <= $version\n";
}
- $res .= "\%endif\n";
+ $res .= "\%endif\n" if $printed;
}
chomp $res;
return $res;
++++++ old-flavors ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:53.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:53.000000000 +0200
@@ -26,21 +26,11 @@
# SLES 11 GA only / 11.4
i386/pae vmi 2.6.38
-i386/pae-base vmi-base 2.6.38
# SLES 11 SP3 / openSUSE 13.1
i386/default trace 3.13
-i386/default trace-base 3.13
-i386/default-extra trace-extra 3.13
-i386/default-devel trace-devel 3.13
x86_64/default trace 3.13
-x86_64/default trace-base 3.13
-x86_64/default-extra trace-extra 3.13
-x86_64/default-devel trace-devel 3.13
x86_64/default bigsmp 3.1
s390x/default trace 3.13
-s390x/default trace-base 3.13
-s390x/default-extra trace-extra 3.13
-s390x/default-devel trace-devel 3.13
++++++ patches.arch.tar.bz2 ++++++
++++ 8653 lines of diff (skipped)
++++++ patches.drivers.tar.bz2 ++++++
++++++ patches.fixes.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches.fixes/0001-DocBook-Do-not-exceed-argument-list-limit.patch new/patches.fixes/0001-DocBook-Do-not-exceed-argument-list-limit.patch
--- old/patches.fixes/0001-DocBook-Do-not-exceed-argument-list-limit.patch 2015-04-08 15:45:02.000000000 +0200
+++ new/patches.fixes/0001-DocBook-Do-not-exceed-argument-list-limit.patch 1970-01-01 01:00:00.000000000 +0100
@@ -1,35 +0,0 @@
-From f06b6b4778a54a4b5af39b59af01ff6106c8ab68 Mon Sep 17 00:00:00 2001
-From: Michal Marek <mmarek(a)suse.cz>
-Date: Mon, 26 Jan 2015 11:25:26 +0100
-Subject: [PATCH] DocBook: Do not exceed argument list limit
-Patch-mainline: Submitted 2015-01-26
-
-Use find + xargs to compress the generated manpages. Without this patch,
-the build can fail with
-
- gzip -f Documentation/DocBook/man/*.9
- /bin/bash: /usr/bin/gzip: Argument list too long
-
-This happened with qemu user mode emulation on aarch64.
-
-Signed-off-by: Michal Marek <mmarek(a)suse.cz>
----
- Documentation/DocBook/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
-index 9c7d92d..b6a6a2e 100644
---- a/Documentation/DocBook/Makefile
-+++ b/Documentation/DocBook/Makefile
-@@ -56,7 +56,7 @@ htmldocs: $(HTML)
-
- MAN := $(patsubst %.xml, %.9, $(BOOKS))
- mandocs: $(MAN)
-- $(if $(wildcard $(obj)/man/*.9),gzip -f $(obj)/man/*.9)
-+ find $(obj)/man -name '*.9' | xargs gzip -f
-
- installmandocs: mandocs
- mkdir -p /usr/local/man/man9/
---
-2.1.2
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches.fixes/btrfs-simplify-insert_orphan_item.patch new/patches.fixes/btrfs-simplify-insert_orphan_item.patch
--- old/patches.fixes/btrfs-simplify-insert_orphan_item.patch 2015-04-08 15:45:02.000000000 +0200
+++ new/patches.fixes/btrfs-simplify-insert_orphan_item.patch 1970-01-01 01:00:00.000000000 +0100
@@ -1,51 +0,0 @@
-From: David Sterba <dsterba(a)suse.cz>
-Date: Fri, 2 Jan 2015 19:12:57 +0100
-Subject: [PATCH 13/97] btrfs: simplify insert_orphan_item
-References: boo#926385
-Git-commit: 9c4f61f01d269815bb7c37be3ede59c5587747c6
-Patch-mainline: 4.0
-
-We can search and add the orphan item in one go,
-btrfs_insert_orphan_item will find out if the item already exists.
-
-[Bug introduced in 3.19.1 stable, depends on
-381cf6587f8a8a8e981bc0c1aaaa8859b51dc756 ]
-
-Signed-off-by: David Sterba <dsterba(a)suse.cz>
----
- fs/btrfs/tree-log.c | 16 ++++------------
- 1 file changed, 4 insertions(+), 12 deletions(-)
-
-diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
-index 5be45c12dd71..25a1c363a5f4 100644
---- a/fs/btrfs/tree-log.c
-+++ b/fs/btrfs/tree-log.c
-@@ -1254,21 +1254,13 @@ out:
- }
-
- static int insert_orphan_item(struct btrfs_trans_handle *trans,
-- struct btrfs_root *root, u64 offset)
-+ struct btrfs_root *root, u64 ino)
- {
- int ret;
-- struct btrfs_path *path;
--
-- path = btrfs_alloc_path();
-- if (!path)
-- return -ENOMEM;
-
-- ret = btrfs_find_item(root, path, BTRFS_ORPHAN_OBJECTID,
-- offset, BTRFS_ORPHAN_ITEM_KEY, NULL);
-- if (ret > 0)
-- ret = btrfs_insert_orphan_item(trans, root, offset);
--
-- btrfs_free_path(path);
-+ ret = btrfs_insert_orphan_item(trans, root, ino);
-+ if (ret == -EEXIST)
-+ ret = 0;
-
- return ret;
- }
---
-2.1.3
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches.fixes/drm-Fixup-racy-refcounting-in-plane_force_disable new/patches.fixes/drm-Fixup-racy-refcounting-in-plane_force_disable
--- old/patches.fixes/drm-Fixup-racy-refcounting-in-plane_force_disable 2015-04-08 15:45:02.000000000 +0200
+++ new/patches.fixes/drm-Fixup-racy-refcounting-in-plane_force_disable 1970-01-01 01:00:00.000000000 +0100
@@ -1,73 +0,0 @@
-From 8218c3f4df3bb1c637c17552405039a6dd3c1ee1 Mon Sep 17 00:00:00 2001
-From: Daniel Vetter <daniel.vetter(a)ffwll.ch>
-Date: Fri, 27 Feb 2015 12:58:13 +0100
-Subject: [PATCH] drm: Fixup racy refcounting in plane_force_disable
-Git-commit: 8218c3f4df3bb1c637c17552405039a6dd3c1ee1
-Patch-mainline: 4.0-rc6
-References: boo#925946
-
-Originally it was impossible to be dropping the last refcount in this
-function since there was always one around still from the idr. But in
-
-commit 83f45fc360c8e16a330474860ebda872d1384c8c
-Author: Daniel Vetter <daniel.vetter(a)ffwll.ch>
-Date: Wed Aug 6 09:10:18 2014 +0200
-
- drm: Don't grab an fb reference for the idr
-
-we've switched to weak references, broke that assumption but forgot to
-fix it up.
-
-Since we still force-disable planes it's only possible to hit this
-when racing multiple rmfb with fbdev restoring or similar evil things.
-As long as userspace is nice it's impossible to hit the BUG_ON.
-
-But the BUG_ON would most likely be hit from fbdev code, which usually
-invovles the console_lock besides all modeset locks. So very likely
-we'd never get the bug reports if this was hit in the wild, hence
-better be safe than sorry and backport.
-
-Spotted by Matt Roper while reviewing other patches.
-
-[airlied: pull this back into 4.0 - the oops happens there]
-
-Cc: stable(a)vger.kernel.org
-Cc: Matt Roper <matthew.d.roper(a)intel.com>
-Reviewed-by: Matt Roper <matthew.d.roper(a)intel.com>
-Signed-off-by: Daniel Vetter <daniel.vetter(a)intel.com>
-Signed-off-by: Dave Airlie <airlied(a)redhat.com>
-Acked-by: Takashi Iwai <tiwai(a)suse.de>
-
----
- drivers/gpu/drm/drm_crtc.c | 13 +------------
- 1 file changed, 1 insertion(+), 12 deletions(-)
-
---- a/drivers/gpu/drm/drm_crtc.c
-+++ b/drivers/gpu/drm/drm_crtc.c
-@@ -531,17 +531,6 @@ void drm_framebuffer_reference(struct dr
- }
- EXPORT_SYMBOL(drm_framebuffer_reference);
-
--static void drm_framebuffer_free_bug(struct kref *kref)
--{
-- BUG();
--}
--
--static void __drm_framebuffer_unreference(struct drm_framebuffer *fb)
--{
-- DRM_DEBUG("%p: FB ID: %d (%d)\n", fb, fb->base.id, atomic_read(&fb->refcount.refcount));
-- kref_put(&fb->refcount, drm_framebuffer_free_bug);
--}
--
- /**
- * drm_framebuffer_unregister_private - unregister a private fb from the lookup idr
- * @fb: fb to unregister
-@@ -1322,7 +1311,7 @@ void drm_plane_force_disable(struct drm_
- return;
- }
- /* disconnect the plane from the fb and crtc: */
-- __drm_framebuffer_unreference(plane->old_fb);
-+ drm_framebuffer_unreference(plane->old_fb);
- plane->old_fb = NULL;
- plane->fb = NULL;
- plane->crtc = NULL;
++++++ patches.kernel.org.tar.bz2 ++++++
++++ 22023 lines of diff (skipped)
++++++ patches.rpmify.tar.bz2 ++++++
++++++ patches.suse.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch new/patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch
--- old/patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch 1970-01-01 01:00:00.000000000 +0100
+++ new/patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch 2015-04-24 13:46:53.000000000 +0200
@@ -0,0 +1,82 @@
+From: Petr Mladek <pmladek(a)suse.cz>
+Date: Tue, 3 Jun 2014 16:19:24 +0200
+Subject: [PATCH 3/3] ftrace/x86/xen: use kernel identity mapping only when
+ really needed
+Patch-mainline: Cleaner solution is needed once the related Xen part gets upstream
+Reference: bsc#873195, bsc#886272, bsc#903727, bsc#927725
+
+The dynamic ftrace is not correctly initialized when the kernel is being loaded
+using the Xen hypervisor:
+
+[ 0.150025] ftrace: allocating 27371 entries in 107 pages
+[ 0.156405] ------------[ cut here ]------------
+[ 0.156594] WARNING: CPU: 0 PID: 0 at kernel/trace/ftrace.c:1759 ftrace_bug+0x21f/0x250()
+[ 0.156909] Modules linked in:
+[ 0.157126] Supported: Yes
+[ 0.157282] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.12.20-77.gb9ca132-xen+ #402
+[ 0.157563] Hardware name: /DG965WH, BIOS MQ96510J.86A.1687.2007.0510.0258 05/10/2007
+[ 0.157869] ffffffff809c4902 ffffffff80c2fee8 ffffffff80737e9d ffffffff80c2fee8
+[ 0.158406] ffffffff800361bc ffff880000004018 0000000000000000 ffffffff80004018
+[ 0.158915] 0000000000000000 ffff8800abc87820 0000000000000000 ffffffff80004018
+[ 0.159426] Call Trace:
+[ 0.159616] [<ffffffff80008e38>] dump_trace+0x78/0x1c0
+[ 0.159808] [<ffffffff80008b00>] show_stack_log_lvl+0xf0/0x150
+[ 0.160000] [<ffffffff8000a5b5>] show_stack+0x25/0x50
+[ 0.160000] [<ffffffff80737e9d>] dump_stack+0x6a/0x7d
+[ 0.160000] [<ffffffff800361bc>] warn_slowpath_common+0x8c/0xc0
+[ 0.160000] [<ffffffff800d835f>] ftrace_bug+0x21f/0x250
+[ 0.160000] [<ffffffff800d8642>] ftrace_update_code+0x212/0x330
+[ 0.160000] [<ffffffff800dac29>] ftrace_process_locs+0x1b9/0x270
+[ 0.160000] [<ffffffff80d27ed4>] ftrace_init+0xd2/0x15e
+[ 0.160000] [<ffffffff80d14cff>] start_kernel+0x407/0x4c8
+[ 0.160000] ---[ end trace 0b1cf71181aff5a9 ]---
+[ 0.160000] ftrace faulted on writing [<ffffffff80004018>] do_one_initcall+0x18/0x1e0
+
+The problem is that the kernel identity mapping is set read only very early
+in this situation, see make_readonly() that is called from xen_init_pt().
+
+This patch uses the fact that the kernel text mapping is set read only in
+kernel_init() that is called after ftrace_init(). Therefore we could safely
+use the kernel text mapping during the ftrace initialization.
+
+The change of the kernel text mapping permissions is signalized by the global
+variable "kernel_set_to_readonly", see mark_rodata_ro().
+
+A cleaner solution would be to introduce another global variable that would
+signalize the change of permissions in the kernel identity mapping. Then we
+could create another helper functions that could modify permission only
+of the kernel identity mapping and call them from ftrace_init(). Note that
+the existing set_kernel_text_rw() and set_kernel_text_ro() modify the kernel
+text mapping as well. But this is complicated and can not be accepted upstream
+because the Xen code is still not there.
+
+Signed-off-by: Petr Mladek <pmladek(a)suse.cz>
+---
+ arch/x86/kernel/ftrace.c | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+--- a/arch/x86/kernel/ftrace.c
++++ b/arch/x86/kernel/ftrace.c
+@@ -84,12 +84,20 @@ static unsigned long text_ip_addr(unsign
+ * CONFIG_DEBUG_RODATA. So we use the kernel identity mapping instead
+ * of the kernel text mapping to modify the kernel text.
+ *
++ * This is not needed when the kernel is not set read only. In fact,
++ * the kernel text mapping might be read only when this function is
++ * called from ftrace_init() and the kernel was loaded under
++ * Xen hypervisor. In this situation, we could safely use the
++ * kernel text mapping.
++ *
+ * For 32bit kernels, these mappings are same and we can use
+ * kernel identity mapping to modify code.
+ */
+- if (within(ip, (unsigned long)_text, (unsigned long)_etext))
++#ifdef CONFIG_DEBUG_RODATA
++ if (kernel_set_to_readonly &&
++ within(ip, (unsigned long)_text, (unsigned long)_etext))
+ ip = (unsigned long)__va(__pa_symbol(ip));
+-
++#endif
+ return ip;
+ }
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches.suse/supported-flag new/patches.suse/supported-flag
--- old/patches.suse/supported-flag 2015-01-21 19:22:32.000000000 +0100
+++ new/patches.suse/supported-flag 2015-04-24 13:46:53.000000000 +0200
@@ -48,9 +48,9 @@
--- a/Documentation/sysctl/kernel.txt
+++ b/Documentation/sysctl/kernel.txt
@@ -843,6 +843,18 @@ can be ORed together:
- 8192 - An unsigned module has been loaded in a kernel supporting module
signature.
16384 - A soft lockup has previously occurred on the system.
+ 32768 - The kernel has been live patched.
+ 0x40000000 - An unsupported kernel module was loaded.
+ 0x80000000 - An kernel module with external support was loaded.
+
@@ -93,8 +93,8 @@
/*
* Only to be used by arch init code. If the user over-wrote the default
@@ -472,6 +475,15 @@ extern enum system_states {
- #define TAINT_UNSIGNED_MODULE 13
#define TAINT_SOFTLOCKUP 14
+ #define TAINT_LIVEPATCH 15
+#ifdef CONFIG_SUSE_KERNEL_SUPPORTED
+/*
@@ -322,9 +322,9 @@
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -226,6 +226,10 @@ static const struct tnt tnts[] = {
- { TAINT_OOT_MODULE, 'O', ' ' },
{ TAINT_UNSIGNED_MODULE, 'E', ' ' },
{ TAINT_SOFTLOCKUP, 'L', ' ' },
+ { TAINT_LIVEPATCH, 'K', ' ' },
+#ifdef CONFIG_SUSE_KERNEL_SUPPORTED
+ { TAINT_NO_SUPPORT, 'N', ' ' },
+ { TAINT_EXTERNAL_SUPPORT, 'X', ' ' },
@@ -333,9 +333,9 @@
/**
@@ -246,6 +250,8 @@ static const struct tnt tnts[] = {
- * 'O' - Out-of-tree module has been loaded.
* 'E' - Unsigned module has been loaded.
* 'L' - A soft lockup has previously occurred.
+ * 'K' - Kernel has been live patched.
+ * 'N' - Unsuported modules loaded.
+ * 'X' - Modules with external support loaded.
*
++++++ patches.xen.tar.bz2 ++++++
++++ 11480 lines of diff (skipped)
++++++ series.conf ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:55.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:55.000000000 +0200
@@ -27,10 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
- patches.kernel.org/patch-3.19.1
- patches.kernel.org/patch-3.19.1-2
- patches.kernel.org/patch-3.19.2-3
- patches.kernel.org/patch-3.19.3-4
########################################################
# Build fixes that apply to the vanilla kernel too.
@@ -66,7 +62,6 @@
patches.suse/supported-flag-external
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
- patches.fixes/0001-DocBook-Do-not-exceed-argument-list-limit.patch
########################################################
# Simple export additions/removals
@@ -174,8 +169,26 @@
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch
patches.arch/arm64-0011-Enable-CONFIG_COMPAT-also-for-64k-page-size.patch
- patches.arch/arm64-0012-generic-pci.patch
- patches.arch/arm64-fix-mmap2-compat-syscall.patch
+ patches.arch/arm64-0012-fix-mmap2-compat-syscall.patch
+
+ # Generic PCIe host bridge, necessary for QEMU and Seattle, upstreaming wip
+ patches.arch/arm64-gpex-0001-device-core-Introduce-per-device-MSI-domain-pointer.patch
+ patches.arch/arm64-gpex-0002-PCI-MSI-add-hooks-to-populate-the-msi_domain-field.patch
+ patches.arch/arm64-gpex-0003-PCI-MSI-of-add-support-for-OF-provided-msi_domain.patch
+ patches.arch/arm64-gpex-0004-PCI-MSI-Let-pci_msi_get_domain-use-struct-device-s-m.patch
+ patches.arch/arm64-gpex-0005-irqchip-GICv2m-Get-rid-of-struct-msi_controller.patch
+ patches.arch/arm64-gpex-0006-irqchip-gicv3-its-Get-rid-of-struct-msi_controller.patch
+ patches.arch/arm64-gpex-0007-PCI-MSI-Drop-domain-field-from-msi_controller.patch
+ patches.arch/arm64-gpex-0008-PCI-MSI-of-Allow-msi_domain-lookup-using-the-PHB-nod.patch
+ patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch
+
+ # DMA Cache coherency fixups with PCIe, necessary for m400, all are backports from 4.1
+ patches.arch/arm64-pci-0001-of-pci-Add-of_pci_dma_configure-to-update-DMA-config.patch
+ patches.arch/arm64-pci-0002-PCI-Update-DMA-configuration-from-DT.patch
+ patches.arch/arm64-pci-0003-PCI-Add-helper-functions-pci_get-put-_host_bridge_de.patch
+ patches.arch/arm64-pci-0004-of-iommu-Add-ptr-to-OF-node-arg-to-of_iommu_configur.patch
+ patches.arch/arm64-pci-0005-of-Move-of_dma_configure-to-device.c-to-help-re-use.patch
+ patches.arch/arm64-pci-0006-of-Fix-size-when-dma-range-is-not-used.patch
########################################################
# S/390
@@ -261,7 +274,6 @@
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
- patches.fixes/btrfs-simplify-insert_orphan_item.patch
patches.fixes/btrfs-fix-inode-eviction-infinite-loop-after-cloning.patch
########################################################
@@ -347,7 +359,6 @@
# DRM/Video
########################################################
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
- patches.fixes/drm-Fixup-racy-refcounting-in-plane_force_disable
########################################################
# video4linux
@@ -486,6 +497,9 @@
# Performance Monitoring, Tracing etc
########################################################
+ # failed to initialize ftrace in kernel-xen (bsc#873195)
+ patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch
+
########################################################
# KVM patches
########################################################
@@ -588,6 +602,7 @@
patches.xen/xen3-patch-3.17
patches.xen/xen3-patch-3.18
patches.xen/xen3-patch-3.19
+ patches.xen/xen3-patch-4.0
# ports of other patches
patches.xen/xen3-stack-unwind
++++++ source-timestamp ++++++
--- /var/tmp/diff_new_pack.bGKv3H/_old 2015-04-27 22:08:56.000000000 +0200
+++ /var/tmp/diff_new_pack.bGKv3H/_new 2015-04-27 22:08:56.000000000 +0200
@@ -1,3 +1,3 @@
-2015-04-14 06:39:50 +0200
-GIT Revision: 74c332ba11409dc319e7ed43fbf41416eabe8534
+2015-04-24 14:39:28 +0200
+GIT Revision: 27299c0b9ca0fe19144d2e22df9bbf0acfa01938
GIT Branch: stable
1
0
Hello community,
here is the log from the commit of package valgrind for openSUSE:Factory checked in at 2015-04-27 22:07:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
and /work/SRC/openSUSE:Factory/.valgrind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "valgrind"
Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes 2015-04-06 00:25:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes 2015-04-27 22:08:42.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 24 07:08:01 UTC 2015 - dimstar(a)opensuse.org
+
+- Add valgrind-linux-4.0.patch: Fix build with linux kernel 4.0+.
+ Taken from svn, rev 14955.
+
+-------------------------------------------------------------------
New:
----
valgrind-linux-4.0.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.pj6Zkf/_old 2015-04-27 22:08:43.000000000 +0200
+++ /var/tmp/diff_new_pack.pj6Zkf/_new 2015-04-27 22:08:43.000000000 +0200
@@ -38,6 +38,7 @@
Patch2: armv6-support.diff
Patch3: glibc-version.patch
Patch4: gcc-version.patch
+Patch5: valgrind-linux-4.0.patch
BuildRequires: automake
BuildRequires: docbook-xsl-stylesheets
BuildRequires: docbook_4
@@ -113,6 +114,7 @@
%patch2
%patch3 -p1
%patch4
+%patch5
%build
%ifarch %arm
++++++ valgrind-linux-4.0.patch ++++++
Index: configure.ac
===================================================================
--- configure.ac (revision 14954)
+++ configure.ac (revision 14955)
@@ -325,20 +325,14 @@
kernel=`uname -r`
case "${kernel}" in
- 2.6.*|3.*)
- AC_MSG_RESULT([2.6.x/3.x family (${kernel})])
- AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x or Linux 3.x])
+ 0.*|1.*|2.0.*|2.1.*|2.2.*|2.3.*|2.4.*|2.5.*)
+ AC_MSG_RESULT([unsupported (${kernel})])
+ AC_MSG_ERROR([Valgrind needs a Linux kernel >= 2.6])
;;
- 2.4.*)
- AC_MSG_RESULT([2.4 family (${kernel})])
- AC_DEFINE([KERNEL_2_4], 1, [Define to 1 if you're using Linux 2.4.x])
- ;;
-
- *)
- AC_MSG_RESULT([unsupported (${kernel})])
- AC_MSG_ERROR([Valgrind works on kernels 2.4, 2.6])
- ;;
+ *)
+ AC_MSG_RESULT([2.6 or later (${kernel})])
+ ;;
esac
;;
1
0
Hello community,
here is the log from the commit of package yast2-trans for openSUSE:Factory checked in at 2015-04-27 22:07:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-trans (Old)
and /work/SRC/openSUSE:Factory/.yast2-trans.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-trans"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-trans/yast2-trans.changes 2014-12-21 12:03:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-trans.new/yast2-trans.changes 2015-04-27 22:07:57.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr 20 18:21:46 CEST 2015 - ke(a)suse.de
+
+- Updated languages: af am ar be bg bn bs ca cs cy da de el eo es et eu
+ fa fi fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms my
+ nb nl nn pa pl pt ro ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu
+ en_GB en_US pt_BR zh_CN zh_TW ast nds.
+
+------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans.spec ++++++
--- /var/tmp/diff_new_pack.LbfZXe/_old 2015-04-27 22:08:04.000000000 +0200
+++ /var/tmp/diff_new_pack.LbfZXe/_new 2015-04-27 22:08:04.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-trans
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ yast2-trans-af-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-af-3.1.0/po/installation.af.po new/yast2-trans-af-3.1.0/po/installation.af.po
--- old/yast2-trans-af-3.1.0/po/installation.af.po 2014-10-29 16:46:36.000000000 +0100
+++ new/yast2-trans-af-3.1.0/po/installation.af.po 2015-04-20 18:12:11.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-11-03 14:26\n"
"Last-Translator: Novell Language <language(a)novell.com>\n"
"Language-Team: Novell Language <language(a)novell.com>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Fop"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Fop"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -44,15 +34,19 @@
" benodig 'n profiel om te weet hoe die geïnstalleerde stelsel daar behoort uit te sien. As hierdie opsie \n"
" gekies word, word 'n profiel van die huidige stelsel in /root/autoyast.xml geberg.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Skryf van die stelselkonfigurasie"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -60,27 +54,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopieer van lêers na geïnstalleerde stelsel ..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopieer van opgawelêers na geïnstalleerde stelsel ..."
@@ -1099,7 +1089,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Wysig ..."
@@ -1511,161 +1501,161 @@
"Staak van installasie."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Verwyder"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Ontsperde"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Versperde"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Kies bykomende hulpbronne:"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Huidige status:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "&Profielbewaarplek:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Knikkerstatus"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Onbekend"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Bronne om te registreer"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "program is nie gekonfigureer nie"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Kies bykomende hulpbronne:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"Wag asseblief terwyl die afbeelding onttrek word.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Lees konfigurasie wat voorheen geberg is"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Lees van konfigurasie wat voorheen geberg is ..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Lees konfigurasie wat voorheen geberg is"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Kies bykomende hulpbronne:"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Lees konfigurasie wat voorheen geberg is"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Kies bykomende hulpbronne:"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1675,7 +1665,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1685,7 +1675,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1697,7 +1687,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1707,7 +1697,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1718,7 +1708,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1843,13 +1833,6 @@
msgstr "Lees van veiligheidsinstellings ..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Berg van klankkaartinstellings ..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Berg van hardewarekonfigurasie ..."
@@ -2036,19 +2019,19 @@
" Nota: U sal dalk weer van die inligting moet invoer."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Bevestig installasie"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Alle inligting wat vir die basisinstallasie vereis word, is nou volledig.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2062,7 +2045,7 @@
" ooreenkomstig die installasie-instellings in die vorige dialoë.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2075,24 +2058,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>As u onseker is, gaan terug en gaan die instellings na.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Bevestig bywerking"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Alle inligting wat vereis word om 'n bywerking uit te voer, is nou volledig.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2104,7 +2087,7 @@
" ooreenkomstig die instellings in die vorige dialoë.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Begin &bywerking"
@@ -2197,6 +2180,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Fop"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Fop"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Berg van klankkaartinstellings ..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "moet weer geïnstalleer word"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-af-3.1.0/po/status.txt new/yast2-trans-af-3.1.0/po/status.txt
--- old/yast2-trans-af-3.1.0/po/status.txt 2014-12-16 14:20:09.000000000 +0100
+++ new/yast2-trans-af-3.1.0/po/status.txt 2015-04-20 18:12:27.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7362
-Fuzzy : 6271
+Translated : 7360
+Fuzzy : 6270
Untranslated : 3841
--------------------
- All strings : 17474
+ All strings : 17471
42 % are translated
++++++ yast2-trans-am-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-am-3.1.0/po/installation.am.po new/yast2-trans-am-3.1.0/po/installation.am.po
--- old/yast2-trans-am-3.1.0/po/installation.am.po 2014-10-29 16:52:21.000000000 +0100
+++ new/yast2-trans-am-3.1.0/po/installation.am.po 2015-04-20 17:54:41.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2002-07-18 14:04+0200\n"
"Last-Translator: Alemayehu Gemeda <netsasoft(a)gmail.com>\n"
"Language-Team: Amharic <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-am-3.1.0/po/status.txt new/yast2-trans-am-3.1.0/po/status.txt
--- old/yast2-trans-am-3.1.0/po/status.txt 2014-12-16 15:00:00.000000000 +0100
+++ new/yast2-trans-am-3.1.0/po/status.txt 2015-04-20 17:54:43.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 0
Fuzzy : 0
-Untranslated : 17474
+Untranslated : 17471
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-ar-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ar-3.1.0/po/installation.ar.po new/yast2-trans-ar-3.1.0/po/installation.ar.po
--- old/yast2-trans-ar-3.1.0/po/installation.ar.po 2014-10-29 17:09:17.000000000 +0100
+++ new/yast2-trans-ar-3.1.0/po/installation.ar.po 2015-04-20 18:01:51.000000000 +0200
@@ -13,7 +13,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2014-09-07 10:12+0300\n"
"Last-Translator: malhargan <malham1(a)gmail.com>\n"
"Language-Team: openSUSE\n"
@@ -24,16 +24,6 @@
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Virtaal 0.7.1\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "وهمي"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "و&همي"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -52,39 +42,39 @@
"المستخدم. AutoYaST يحتاج تشكيل جانبي لمعرفة كيف ينبغي أن يبدو نظام التثبيت. إذا تم تحديد هذا الخيار، يتم تخزين ملف تعريف \n"
"للنظام الحالي في <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "إعداد نظام الاستنساخ"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "إعداد نظام الاستنساخ"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "ستتم كتابة ملف تعريف AutoYaST في/root/autoinst.xml (<a href=\"%1\">لا تكتب عليه</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "لن يتم حفظ تشكيل AutoYaST الجانبي (<a href=\"%1\">كتابة</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "كتابة ملف تعريف AutoYaST في/root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "يتم الآن نسخ الملفات إلى النظام المثبَّت..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "يتم الآن نسخ ملفات السجل إلى النظام المثبَّت..."
@@ -1050,7 +1040,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "ت&غيير..."
@@ -1420,31 +1410,31 @@
"إحباط عملية التثبيت."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "تمت إزالته"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "مُمكّن"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "معطل"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "المستودعات المستخدمة سابقا"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1453,27 +1443,27 @@
"أنت تقوم بالترقية:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "الوضع الحالي"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "المتسودع"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "رابط"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "تبدي&ل الحالة"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1482,7 +1472,7 @@
"على النظام الذي تقوم بترقيتة. تمكين تلك التي تريد تضمينها في عملية الترقية.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1491,30 +1481,30 @@
"فوق العنصر الذي تريد في الجدول.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>لتغيير عنوان المسار، انقر فوق الزر <b>تغيير...</b> .</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "غير معروف"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "مسار المستودع"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "لم يتم إعداد شبكة الاتصال"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1523,49 +1513,49 @@
"إعداده؟"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "إضافة وإزالة المستودعات..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>الرجاء الانتظار بينما يتم الآن إضافة وإزالة المستودعات.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "إزالة المستودعات غير المستخدمة"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "يتم الآن إزالة المستودعات غير المستخدمة..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "إضافة المستودعات الممكنة"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "يتم الآن إضافة المستودعات الممكنة..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "إضافة المستودعات المعطلة"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "يتم الآن إضافة المستودعات المعطلة..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "الوسائط الصحيحة التي طلبت"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1579,7 +1569,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1594,7 +1584,7 @@
"سيتم إضافة مستودع ووضعه في حالة تعطيل."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1606,7 +1596,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1618,7 +1608,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1629,7 +1619,7 @@
"المسار: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1742,11 +1732,6 @@
msgstr "يتم الآن حفظ إعدادات الأمان..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "يتم الآن حفظ مخططات الإعدادات الإقلاع..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "يتم الآن حفظ إعداد الأجهزة..."
@@ -1918,17 +1903,17 @@
"ملاحظة: قد يلزم إدخال بعض المعلومات مرة أخرى."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "تأكيد التثبيت"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>اكتملت كافة المعلومات المطلوبة للتثبيت الأساسي الآن.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1941,7 +1926,7 @@
"التثبيت في مربعات الحوار السابقة.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1953,22 +1938,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>ارجع إلى الإعدادات وراجعها إذا كنت غير متأكد.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "تأكيد التحديث"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>اكتملت كافة المعلومات المطلوبة لإجراء تحديث الآن.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1979,7 +1964,7 @@
"وفقا للإعدادات الموجودة في مربعات الحوار السابقة.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "بدء الت&حديث"
@@ -2063,6 +2048,18 @@
"التثبيت غير قادر على حل تبعيات الحزمة تلقائياً.\n"
"سيفتتح مدير البرامج لكي تتمكن من حل هذه المشاكل يدوياً."
+#~ msgid "Dummy"
+#~ msgstr "وهمي"
+
+#~ msgid "&Dummy"
+#~ msgstr "و&همي"
+
+#~ msgid "Write AutoYaST profile to /root/autoinst.xml"
+#~ msgstr "كتابة ملف تعريف AutoYaST في/root/autoinst.xml"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "يتم الآن حفظ مخططات الإعدادات الإقلاع..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "البحث عن أقسام لينكس"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ar-3.1.0/po/network.ar.po new/yast2-trans-ar-3.1.0/po/network.ar.po
--- old/yast2-trans-ar-3.1.0/po/network.ar.po 2014-10-29 17:09:19.000000000 +0100
+++ new/yast2-trans-ar-3.1.0/po/network.ar.po 2015-04-20 18:01:52.000000000 +0200
@@ -5,13 +5,13 @@
# محمد الحرقان <malham1(a)gmail.com>, 2012, 2013.
# Mohammad Alhargan <malham1(a)gmail.com>, 2012.
# mohammad <malham1(a)gmail.com>, 2012.
-# malhargan <malham1(a)gmail.com>, 2014.
+# malhargan <malham1(a)gmail.com>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: YaST2 (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-09-10 14:54+0300\n"
+"PO-Revision-Date: 2015-01-11 09:48+0300\n"
"Last-Translator: malhargan <malham1(a)gmail.com>\n"
"Language-Team: openSUSE\n"
"Language: ar\n"
@@ -4600,6 +4600,9 @@
"To take the changes in remote administration into account, \n"
"please restart it manually or log out and log in again."
msgstr ""
+"يجب إعادة تشغيل مدير العرض.\n"
+"ليتم تطبيق التغييرات في الإدارة عن بعد، \n"
+"يرجى إعادة التشغيل يدوياً أو قم بالخروج وتسجيل الدخول مرة أخرى."
#. description in proposal
#: src/modules/Remote.rb:409
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ar-3.1.0/po/status.txt new/yast2-trans-ar-3.1.0/po/status.txt
--- old/yast2-trans-ar-3.1.0/po/status.txt 2014-12-16 14:58:45.000000000 +0100
+++ new/yast2-trans-ar-3.1.0/po/status.txt 2015-04-20 18:01:53.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 16565
+Translated : 16562
Fuzzy : 60
Untranslated : 849
--------------------
- All strings : 17474
+ All strings : 17471
95 % are translated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ar-3.1.0/po/storage.ar.po new/yast2-trans-ar-3.1.0/po/storage.ar.po
--- old/yast2-trans-ar-3.1.0/po/storage.ar.po 2014-10-29 17:09:19.000000000 +0100
+++ new/yast2-trans-ar-3.1.0/po/storage.ar.po 2015-04-20 18:01:53.000000000 +0200
@@ -5,13 +5,13 @@
# mohammad <malham1(a)gmail.com>, 2012.
# Mohammad Alhargan <malham1(a)hotmail.com>, 2012.
# Mohammad Alhargan <malham1(a)gmail.com>, 2012.
-# malhargan <malham1(a)gmail.com>, 2014.
+# malhargan <malham1(a)gmail.com>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: YaST2 (partitioning)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-09-07 07:57+0300\n"
+"PO-Revision-Date: 2015-01-11 09:08+0300\n"
"Last-Translator: malhargan <malham1(a)gmail.com>\n"
"Language-Team: openSUSE\n"
"Language: ar\n"
@@ -4369,7 +4369,7 @@
#. tree node label
#: src/include/partitioning/ep-main.rb:429
msgid "Btrfs"
-msgstr "btrfs"
+msgstr "Btrfs"
#. tree node label
#: src/include/partitioning/ep-main.rb:436
++++++ yast2-trans-ast-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ast-3.1.0/po/installation.ast.po new/yast2-trans-ast-3.1.0/po/installation.ast.po
--- old/yast2-trans-ast-3.1.0/po/installation.ast.po 2014-10-29 17:05:03.000000000 +0100
+++ new/yast2-trans-ast-3.1.0/po/installation.ast.po 2015-04-20 17:53:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2009-10-29 21:04+0100\n"
"Last-Translator: Xandru Armesto <xandru(a)softastur.org>\n"
"Language-Team: Asturian <alministradores(a)softastur.org>\n"
@@ -16,16 +16,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Simuláu"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "Simulá&u"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -51,15 +41,19 @@
"el sistema instaláu. Si esta opción ta escoyida, se almacenará un perfil del sistema actual en\n"
" <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Escribiendo la configuración del sistema"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -67,27 +61,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copiando los ficheros al sistema instaláu..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copiando los ficheros de rexistru al sistema instaláu..."
@@ -1157,7 +1147,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Camudar..."
@@ -1583,31 +1573,31 @@
"Cancelando la instalación."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Activado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Desactivado"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Repositorios usados anteriormente"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1616,27 +1606,27 @@
"que ta actualizando:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Estáu actual"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repositorio"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Direición URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Camudar estáu"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1646,7 +1636,7 @@
"desee incluyir nel procesu de anovamientu.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
#, fuzzy
#| msgid ""
#| "<p>To enable or disable an URL, click on the\n"
@@ -1659,30 +1649,30 @@
"<b>Camudar estáu</b>o calca dos vegaes nel elementu respectivo de la tabla.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Pa camudar la direición URL, calca sobro el botón <b>Camudar....</b> .</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Desconocíu"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Direición URL del &repositorio"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "La red no ta configurada"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1691,53 +1681,53 @@
"¿Quies configurarla?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Amestando y desaniciando repositorios..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Por favor, espere mientres se añaden y se eliminan los repositorios.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Quitar repositorios sin usar"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Quitando repositorios sin usar..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Amestar repositorios habilitados"
# include/users/ui.ycp:515 menuentries/menuentry_add_user.ycp:51
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Amestando repositorios habilitaos..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Amestar repositorios deshabilitados"
# include/users/ui.ycp:515 menuentries/menuentry_add_user.ycp:51
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Amestando repositorios deshabilitaos..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1747,7 +1737,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1757,7 +1747,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1774,7 +1764,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1786,7 +1776,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1802,7 +1792,7 @@
"URL: %2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1931,13 +1921,6 @@
msgstr "Escribiendo la configuración del proxy..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving automatical installation settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Guardando los axustes automáticos de la instalación..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Guardando la configuración del hardware..."
@@ -2132,19 +2115,19 @@
"Nota: es posible que ten introducir dellos datos de nuevu."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirmar la instalación"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Toda la información necesaria pa la instalación básica ta completa.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2157,7 +2140,7 @@
"nos diálogos anteriores.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2168,24 +2151,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Si no ta seguru, entá puede retroceder y revisar les opciones escoyíes.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirmar anovamientu"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Toda la información necesaria pa realizar una anovamientu ta completa.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2196,7 +2179,7 @@
"conforme a les opciones escoyíes nos diálogos anteriores.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Entamar &anovamientu"
@@ -2301,6 +2284,17 @@
"La instalación no ha lográu resolver les dependencias de paquetes automáticamente.\n"
"Se abrirá el xestor de paquetes pa resolverlas manualmente."
+#~ msgid "Dummy"
+#~ msgstr "Simuláu"
+
+#~ msgid "&Dummy"
+#~ msgstr "Simulá&u"
+
+#, fuzzy
+#~| msgid "Saving automatical installation settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Guardando los axustes automáticos de la instalación..."
+
# clients/online_update_load.ycp:1004
#~ msgid "License needs to be accepted"
#~ msgstr "Tien d'aceutar la llicencia"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ast-3.1.0/po/status.txt new/yast2-trans-ast-3.1.0/po/status.txt
--- old/yast2-trans-ast-3.1.0/po/status.txt 2014-12-16 14:21:17.000000000 +0100
+++ new/yast2-trans-ast-3.1.0/po/status.txt 2015-04-20 17:53:15.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 1645
-Fuzzy : 928
+Translated : 1643
+Fuzzy : 927
Untranslated : 14901
--------------------
- All strings : 17474
+ All strings : 17471
9 % are translated
++++++ yast2-trans-be-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-be-3.1.0/po/installation.be.po new/yast2-trans-be-3.1.0/po/installation.be.po
--- old/yast2-trans-be-3.1.0/po/installation.be.po 2014-10-29 17:09:02.000000000 +0100
+++ new/yast2-trans-be-3.1.0/po/installation.be.po 2015-04-20 17:49:59.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2009-09-03 00:21-0700\n"
"Last-Translator: \n"
"Language-Team: Belarusian <>\n"
@@ -21,16 +21,6 @@
"Plural-Forms: Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.0\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Фіктыўны"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Фіктыўны"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -57,15 +47,19 @@
" Калі выбрана<b>Кланіраваць</b>,то профіль бягучай \n"
" сістэмы будзе запісаны ў <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Запіс сістэмнай канфігурацыі"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -73,27 +67,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Капіраванне файлаў ва ўсталяваную сістэму..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Капіраванне файлаў журналаў ва усталяваную сістэму..."
@@ -1131,7 +1121,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "Змяніць..."
@@ -1551,33 +1541,33 @@
"Перапыненне ўсталёўкі."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remo&ve"
msgid "Removed"
msgstr "Выдаліць"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Уключана"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Выключана"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Раней скарыстаныя сховішча"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1586,27 +1576,27 @@
"перад абнаўленнем:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Бягучы стан"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Сховішча"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Пераключыць стан"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1615,7 +1605,7 @@
"у сістэме перад абнаўленнем. Уключыце тыя, якія вы жадаеце выкарыстоўваць падчас абнаўленні.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
#, fuzzy
#| msgid ""
#| "<p>To enable or disable an URL, click on the\n"
@@ -1628,30 +1618,30 @@
"кнопку <b>Пераключыць стан</b> ці двойчы пстрыкніце на адпаведным запісе ў табліцы.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Каб змяніць URL, націсніце кнопку <b>Змяніць...</b> </p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Невядомы"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&URL сховішча"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Сетка не наладжана"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1660,51 +1650,51 @@
"Наладзіць яго цяпер?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Даданне і выдаленне сховішчаў..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Калі ласка,пачакайце пакуль ідзе апрацоўка сховішчаў.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Выдаліць непатрэбныя сховішчы"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Выдаленне непатрэбных сховішчаў..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Дадаць уключаныя сховішчы"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Даданне ўключаных сховішчаў..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Дадаць выключаныя сховішчы"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Даданне выключаных сховішчаў..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1714,7 +1704,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1724,7 +1714,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1741,7 +1731,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1753,7 +1743,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1769,7 +1759,7 @@
"URL: %2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1898,13 +1888,6 @@
msgstr "Запіс наладаў сеткі..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving automatical installation settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Захаванне наладаў аўтаматычнай усталёўкі..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Захаванне канфігурацыі абсталявання..."
@@ -2095,19 +2078,19 @@
"Заўвага: Можа запатрабавацца паўторны ўвод некаторых звестак."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Падцверджанне ўсталёўкі..."
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Сабрана ўся інфармацыя, неабходная для базавай усталёўкі.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2120,7 +2103,7 @@
"у адпаведнасці з наладамі ўсталёўкі ў папярэдніх дыялогах.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2131,24 +2114,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Вярніцеся назад і праверце налады, калі вы не ўпэўнены.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Пацвердзіць абнаўленне"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Сабрана ўся інфармацыя для выканання абнаўлення.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2159,7 +2142,7 @@
"у адпаведнасці з наладамі ў папярэдніх дыялогах.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Пачаць &Абнаўленне"
@@ -2257,6 +2240,17 @@
"Усталёўка не змагла дазволіць залежнасці пакетаў аўтаматычна.\n"
"Будзе адкрыты мэнэджар пакетаў, каб вы дазволілі іх уручную."
+#~ msgid "Dummy"
+#~ msgstr "Фіктыўны"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Фіктыўны"
+
+#, fuzzy
+#~| msgid "Saving automatical installation settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Захаванне наладаў аўтаматычнай усталёўкі..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Неабходна прыняць ліцэнзію"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-be-3.1.0/po/status.txt new/yast2-trans-be-3.1.0/po/status.txt
--- old/yast2-trans-be-3.1.0/po/status.txt 2014-12-16 14:22:07.000000000 +0100
+++ new/yast2-trans-be-3.1.0/po/status.txt 2015-04-20 17:50:05.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 3549
-Fuzzy : 1548
+Translated : 3547
+Fuzzy : 1547
Untranslated : 12377
--------------------
- All strings : 17474
+ All strings : 17471
20 % are translated
++++++ yast2-trans-bg-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-bg-3.1.0/po/installation.bg.po new/yast2-trans-bg-3.1.0/po/installation.bg.po
--- old/yast2-trans-bg-3.1.0/po/installation.bg.po 2014-10-29 17:04:19.000000000 +0100
+++ new/yast2-trans-bg-3.1.0/po/installation.bg.po 2015-04-20 17:47:02.000000000 +0200
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: installation.bg\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2012-06-05 17:28+0300\n"
"Last-Translator: Borislav Mitev <morbid_viper(a)tkzs.org>\n"
"Language-Team: Bulgarian <kde-i18n-doc(a)kde.org>\n"
@@ -25,16 +25,6 @@
"X-Generator: Lokalize 1.4\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Фиктивно"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Фиктивно"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -61,15 +51,19 @@
"С избирането на тази отметка настоящата система ще бъде\n"
"описана и съхранена в <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Записване на системните настройки…"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -77,27 +71,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Копиране на файловете върху инсталираната система…"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Копиране на файловете-дневници върху инсталираната система…"
@@ -1100,7 +1090,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "Пром&яна"
@@ -1487,31 +1477,31 @@
"Инсталацията ще бъде преустановена."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Премахнат"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Включено"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Изключено"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Предварително използвани хранилища"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1520,27 +1510,27 @@
"В процес на обновяване"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Текущ статус"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Хранилище"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Промяна на статуса"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1549,7 +1539,7 @@
"на системата, която обновявате. Позволете тези, които искате да бъдат включени в процеса на обновяване.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1558,30 +1548,30 @@
"<b>Промяна на статуса</b> или натиснете два пъти върху съответния елемент от списъка.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>За да промените избрания адрес, натиснете върху <b>Промени…</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Неизвестно"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Хранилище URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Мрежата не е конфигурирана"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1590,49 +1580,49 @@
"Желаете ли да я конфигурираме сега?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Добавяне и отстраняване на хранилища…"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Хранилищата се добавят и/или премахват.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Премахни ненужните хранилища"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Премахване на ненужните хранилища…"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Добави разрешените хранилища"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Добавяне на разрешените хранилища…"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Добави изключените хранилища"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Добавяне на изключените хранилища…"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Изискан е правилен носител"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1646,7 +1636,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1656,7 +1646,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1668,7 +1658,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1680,7 +1670,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1691,7 +1681,7 @@
"Адрес: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1805,11 +1795,6 @@
msgstr "Запазване настройките на сигурността..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Запазване настройките на зареждащите скриптове..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Запазване настройката на хардуера…"
@@ -1981,17 +1966,17 @@
"информацията отново."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Потвърждение на инсталацията"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Вече е събрана цялата информация, която е необходима за основната инсталация.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2004,7 +1989,7 @@
"в съответствие с настройките, които са направени в предишните екрани.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2016,22 +2001,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Ако сте несигурен все още може да се върнете назад и да проверите настройките.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Потвърждение на надграждането"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Вече е събрана цялата информация, която е необходима за извършване надграждането.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2043,7 +2028,7 @@
"които са направени в предишните екрани.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Надграждане"
@@ -2137,6 +2122,15 @@
"Инсталацията не можа да разреши автоматично зависимостите на пакетите.\n"
"Мениджърът на пакети ще бъде зареден и ще трябва да го направите ръчно."
+#~ msgid "Dummy"
+#~ msgstr "Фиктивно"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Фиктивно"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Запазване настройките на зареждащите скриптове..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Лицензът изисква да бъде приет"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-bg-3.1.0/po/status.txt new/yast2-trans-bg-3.1.0/po/status.txt
--- old/yast2-trans-bg-3.1.0/po/status.txt 2014-12-16 14:12:38.000000000 +0100
+++ new/yast2-trans-bg-3.1.0/po/status.txt 2015-04-20 17:47:25.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 9499
+Translated : 9496
Fuzzy : 4472
Untranslated : 3503
--------------------
- All strings : 17474
+ All strings : 17471
54 % are translated
++++++ yast2-trans-bn-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-bn-3.1.0/po/installation.bn.po new/yast2-trans-bn-3.1.0/po/installation.bn.po
--- old/yast2-trans-bn-3.1.0/po/installation.bn.po 2014-10-29 16:53:51.000000000 +0100
+++ new/yast2-trans-bn-3.1.0/po/installation.bn.po 2015-04-20 17:45:13.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2007-08-10 04:33+0600\n"
"Last-Translator: Mahay Alam Khan (মাহে আলম খান) <mahayalamkhan(a)gmail.com>\n"
"Language-Team: Ankur <core(a)bengalinux.org>\n"
@@ -12,16 +12,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "নকল"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "নকল (&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -41,15 +31,19 @@
"একটা প্রোফাইল দরকার হয়. এই বিকল্প নির্বাচন করলে বর্তমান সিস্টেমের একটা\n"
"প্রোফাইল /root/autoyast.xml.</p> এ সংরক্ষিতহয়.\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "সিস্টেম কনফিগারেশন লেখা হচ্ছে"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -57,27 +51,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "ইনস্টলকৃত সিস্টেমে ফাইল কপি করা হচ্ছে..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "ইনস্টলকৃত সিস্টেমে লগ ফাইল কপি করা হচ্ছে..."
@@ -1098,7 +1088,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "পরিবর্তন... (&C)"
@@ -1509,77 +1499,77 @@
msgstr "প্রয়োজনীয় প্যাকেজগুলোর ইনস্টলেশন ব্যর্থ হয়েছে।"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "সরাও"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "সক্রিয় হয়েছে"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "নিষ্ক্রিয়"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "অতিরিক্ত ভান্ডারসমূহ"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "বর্তমান অবস্থা: "
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "এবং প্রোফাইল ভাণ্ডার:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "ইউ-আর-এল"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&টগল স্টেটাস"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
@@ -1588,84 +1578,84 @@
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "অজানা"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "ভান্ডারসমূহ যা রেজিস্টার করা হবে"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "গঠন করতে নেটওয়ার্ক কার্ডগুলি"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "অতিরিক্ত ভান্ডারসমূহ"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"ছবি উদ্ধার না হওয়া অবধি অপেক্ষা করুন.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "পূর্বে সংরক্ষিত সংরূপণ পড়ুন"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "পূর্বে সংরক্ষিত সংরূপণ পড়ছে..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "অতিরিক্ত ভান্ডারসমূহ"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "অতিরিক্ত ভান্ডারসমূহ"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "অতিরিক্ত ভান্ডারসমূহ"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "অতিরিক্ত ভান্ডারসমূহ"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1675,7 +1665,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1685,7 +1675,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1697,7 +1687,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1707,7 +1697,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1718,7 +1708,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1846,13 +1836,6 @@
msgstr "নিরাপত্তা সেটিংগুলি পড়িতেছি..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "ভাষা এবং কনসোল সেটিংসমূহ সংরক্ষন করা হচ্ছে..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "হার্ডওয়্যার কনফিগারেশন সংরক্ষন করা হচ্ছে..."
@@ -2039,19 +2022,19 @@
"টীকা: আপনাকে কিছু তথ্য আবার লিখতে হতে পারে।"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "ইনস্টলেশন নিশ্চিতকরণ"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>প্রাথমিক ইনস্টলেশনর জন্য দরকারী সকল তথ্য নেয়া সম্পন্ন হয়েছে।</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2066,7 +2049,7 @@
"<b>তথ্য পুনরায় লেখা হবে</b>।</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2079,24 +2062,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>আপনি নিশ্চিত না হলে আবার পেছনে গিয়ে বৈশিষ্ট্যসমুহ পরীক্ষা করুন।</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "পরিবর্ধন নিশ্চিতকরণ"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>পরিবর্ধন করার জন্য দরকারী সকল তথ্য নেয়া সমপন্ন।</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2108,7 +2091,7 @@
"সকল তথ্য মুছে যাবে।</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "পরিবর্ধন আরম্ভ করো (&U)"
@@ -2205,6 +2188,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "নকল"
+
+#~ msgid "&Dummy"
+#~ msgstr "নকল (&D)"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "ভাষা এবং কনসোল সেটিংসমূহ সংরক্ষন করা হচ্ছে..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "আবারো ইনস্টল করা প্রয়োজন"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-bn-3.1.0/po/status.txt new/yast2-trans-bn-3.1.0/po/status.txt
--- old/yast2-trans-bn-3.1.0/po/status.txt 2014-12-16 15:16:49.000000000 +0100
+++ new/yast2-trans-bn-3.1.0/po/status.txt 2015-04-20 17:45:34.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7429
-Fuzzy : 5415
+Translated : 7427
+Fuzzy : 5414
Untranslated : 4630
--------------------
- All strings : 17474
+ All strings : 17471
43 % are translated
++++++ yast2-trans-bs-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-bs-3.1.0/po/installation.bs.po new/yast2-trans-bs-3.1.0/po/installation.bs.po
--- old/yast2-trans-bs-3.1.0/po/installation.bs.po 2014-10-29 17:12:16.000000000 +0100
+++ new/yast2-trans-bs-3.1.0/po/installation.bs.po 2015-04-20 18:04:36.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: YaST2 (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-12-20 21:56+1000\n"
"Last-Translator: Haris Hromadžić <harishromadzic(a)gmail.com>\n"
"Language-Team: Bosnian <lokal(a)lugbih.org>\n"
@@ -19,16 +19,6 @@
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Poedit 1.6.3\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Model"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Model"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -53,41 +43,41 @@
"treba profil, da bi znao kako bi instalirani sistem trebao izgledati. Ako je ova opcija\n"
"odabrana, profil trenutnog sistema je zabilježen u <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "Nadogradi konfiguraciju"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "Nadogradi konfiguraciju"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopiraj datoteke na instalirani sistem..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopiram log datoteke na instalirani sistem..."
@@ -1065,7 +1055,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Promijeni..."
@@ -1469,115 +1459,115 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Uključeno"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Isključeno"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Podesi dodatne servise"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "&Koristi trenutnu vrijednost"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "&Profil repository:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
#, fuzzy
msgid "&Toggle Status"
msgstr "Status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nepoznato"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Trenutni odabir:"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "Podešavanje inetd-a"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Podesi dodatne servise"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
@@ -1585,45 +1575,45 @@
"Molim sačekajte dok se sistem konfiguriše.\n"
"</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Učitaj prethodne postavke"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Učitavam informacije o paketima; Moment molim..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Učitaj prethodne postavke"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Podesi dodatne servise"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Učitaj prethodne postavke"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Podesi dodatne servise"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1633,7 +1623,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1643,7 +1633,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1653,7 +1643,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1663,7 +1653,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1672,7 +1662,7 @@
msgstr "Učitavam informacije o paketima; Moment molim..."
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1785,13 +1775,6 @@
msgstr "Snimam postavke..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Snimam postavke..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
#, fuzzy
msgid "Saving hardware configuration..."
@@ -1959,19 +1942,19 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
#, fuzzy
msgid "Confirm Installation"
msgstr "&Nastavi instalaciju"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "Inicijalizujem uobičajeni window menadžer"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1980,7 +1963,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1989,7 +1972,7 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
#, fuzzy
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
@@ -1998,18 +1981,18 @@
"</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
#, fuzzy
msgid "Confirm Update"
msgstr "Nadogradnja sistema"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2017,7 +2000,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
#, fuzzy
msgid "Start &Update"
msgstr "Start-up States"
@@ -2111,6 +2094,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Model"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Model"
+
+#, fuzzy
+#~| msgid "Saving settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Snimam postavke..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Licenca mora biti prihvaćena"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-bs-3.1.0/po/status.txt new/yast2-trans-bs-3.1.0/po/status.txt
--- old/yast2-trans-bs-3.1.0/po/status.txt 2014-12-16 14:30:43.000000000 +0100
+++ new/yast2-trans-bs-3.1.0/po/status.txt 2015-04-20 18:04:39.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 2128
-Fuzzy : 5999
+Translated : 2126
+Fuzzy : 5998
Untranslated : 9347
--------------------
- All strings : 17474
+ All strings : 17471
12 % are translated
++++++ yast2-trans-ca-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ca-3.1.0/po/base.ca.po new/yast2-trans-ca-3.1.0/po/base.ca.po
--- old/yast2-trans-ca-3.1.0/po/base.ca.po 2014-12-16 14:15:52.000000000 +0100
+++ new/yast2-trans-ca-3.1.0/po/base.ca.po 2015-04-20 18:11:45.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:22+0100\n"
-"PO-Revision-Date: 2014-11-28 17:36+0100\n"
+"PO-Revision-Date: 2015-01-23 18:41+0100\n"
"Last-Translator: David Medina <opensusecatala(a)gmail.com>\n"
"Language-Team: Catalan <opensusecatala(a)gmail.com>\n"
"Language: ca\n"
@@ -17,7 +17,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.6.9\n"
+"X-Generator: Poedit 1.6.11\n"
#. Translators: a warning message in a continue-cancel question
#. Opscode Chef is a different way to configure the system.
@@ -3427,7 +3427,7 @@
"Ask PackageKit to quit again?"
msgstr ""
"El PackageKit encara està funcionant (probablement ocupat).\n"
-"Torno a demano al PackageKit que ho deixi estar?"
+"Torno a demanar al PackageKit que ho deixi estar?"
#: library/packages/src/modules/PackageLock.rb:61
msgid ""
@@ -3439,7 +3439,7 @@
msgstr ""
"El PackageKit està bloquejant la gestió de programari.\n"
"Això passa quan l'aplicació d'actualització o algun altre gestor de programari\n"
-"s'estan executant.\n"
+"s'està executant.\n"
"\n"
"Demano al PackageKit que ho deixi estar?"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ca-3.1.0/po/installation.ca.po new/yast2-trans-ca-3.1.0/po/installation.ca.po
--- old/yast2-trans-ca-3.1.0/po/installation.ca.po 2014-12-16 14:15:50.000000000 +0100
+++ new/yast2-trans-ca-3.1.0/po/installation.ca.po 2015-04-20 18:11:44.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-11-28 09:09+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-02-02 11:54+0100\n"
"Last-Translator: David Medina <opensusecatala(a)gmail.com>\n"
"Language-Team: Softcatalà\n"
"Language: ca\n"
@@ -20,16 +20,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.9\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Fictici"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Fictici"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -48,39 +38,39 @@
"necessita un perfil per saber quina aparença ha de tenir el sistema instal·lat. Si se selecciona\n"
"aquesta opció, s'emmagatzema un perfil del sistema actual a <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Escriure el perfil d'AutoYaST a /root/autoinst.xml al final de la instal·lació?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Clona la configuració de sistema"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Clona la configuració de sistema"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "El perfil d'AutoYaST serà desat a /root/autoinst.xml (<a href=\"%1\">no l'escriguis</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "El perfil d'AutoYaST no es desarà (<a href=\"%1\">escriu-lo</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Escriure el perfil AutoYaST a /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copiant els fitxers al sistema instal·lat..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copiant els fitxers de registre al sistema instal·lat..."
@@ -1045,7 +1035,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Canvia..."
@@ -1414,31 +1404,31 @@
"Interrompent la instal·lació."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Eliminat"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Habilitat"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Inhabilitat"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Dipòsits utilitzats anteriorment"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1447,27 +1437,27 @@
"que esteu actualitzant:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Estat actual"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Dipòsit"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Commuta l'estat"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1477,7 +1467,7 @@
"vulgueu incloure en el procés d'actualització.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1486,30 +1476,30 @@
"<b>Commuta l'estat</b> o feu doble clic a l'element respectiu de la taula.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Per canviar l'URL, feu clic al botó <b>Canvia....</b> .</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Desconegut"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL del &dipòsit"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "La xarxa no està configurada"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1518,49 +1508,49 @@
"Voleu configurar-la?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Afegint i eliminant repositoris..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Espereu mentre s'afegeixen i s'eliminen dipòsits.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Elimina els dipòsits no utilitzats"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Eliminant els repositoris no utilitzats..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Afegeix els dipòsits habilitats"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Afegint els repositoris habilitats..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Afegeix els dipòsits inhabilitats"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Afegint els repositoris inhabilitats..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "S'ha sol·licitat un mitjà correcte"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1574,7 +1564,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1589,7 +1579,7 @@
"S'afegirà el repositori com a inhabilitat."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1601,7 +1591,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1613,7 +1603,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1624,7 +1614,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1737,11 +1727,6 @@
msgstr "Desant els paràmetres de seguretat..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Desant els paràmetres d'scripts d'arrencada..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Desant la configuració del maquinari..."
@@ -1913,17 +1898,17 @@
"Nota: és possible que hagueu de tornar a introduir informació."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirma la instal·lació"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Tota la informació necessària per a la instal·lació bàsica és ara completa.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1936,7 +1921,7 @@
"segons els paràmetres d'instal·lació dels quadres de diàleg anteriors.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1948,22 +1933,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Aneu enrere i comproveu els paràmetres si no esteu segur.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirma l'actualització"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Tota la informació necessària per fer una actualització és ara completa.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1974,7 +1959,7 @@
"segons els paràmetres dels quadres de diàleg anteriors.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Inicia &l'actualització"
@@ -2058,6 +2043,15 @@
"La instal·lació no ha estat capaç de resoldre les dependències dels paquets automàticament\n"
"S'obrirà el gestor de programari perquè les resolgueu manualment."
+#~ msgid "Dummy"
+#~ msgstr "Fictici"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Fictici"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Desant els paràmetres d'scripts d'arrencada..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Cerca particions Linux"
@@ -2120,291 +2114,3 @@
#~ msgid "No additional information"
#~ msgstr "No hi ha informació addicional"
-
-#~| msgid ""
-#~| "No network card has been selected.\n"
-#~| "\n"
-#~| "Please select a network card to configure it later."
-#~ msgid ""
-#~ "No network card has been selected.\n"
-#~ "\n"
-#~ "Select a network card to configure it later.\n"
-#~ msgstr ""
-#~ "No s'ha seleccionat cap targeta de xarxa.\n"
-#~ "\n"
-#~ "Seleccioneu una targeta de xarxa per configurar-la més endavant.\n"
-
-#~ msgid "Warning"
-#~ msgstr "Advertiment"
-
-#~ msgid ""
-#~ "The link of the selected interface %1 is disconnected.\n"
-#~ "It needs to be connected for a proper network configuration.\n"
-#~ "Are you sure you want to use it?"
-#~ msgstr ""
-#~ "L'enllaç de la interfície seleccionada %1 està desconnectat.\n"
-#~ "S'ha de connectar perquè la configuració de xarxa sigui correcta.\n"
-#~ "Segur que voleu utilitzar-la?"
-
-#~| msgid "&Yes, Use It"
-#~ msgid "&Yes, Use it"
-#~ msgstr "&Sí, utilitza-la"
-
-#~| msgid "Please, select a network card to be configured"
-#~ msgid "Select a network card to be configured."
-#~ msgstr "Seleccioneu una targeta de xarxa per configurar."
-
-#~ msgid "Network Card"
-#~ msgstr "Targeta de xarxa"
-
-#~ msgid "Device"
-#~ msgstr "Dispositiu"
-
-#~ msgid "Hardware Information of the Selected Network Card"
-#~ msgstr "Informació de maquinari de la targeta de xarxa seleccionada"
-
-#~ msgid "<p>Here you can configure your network cards to be used immediately.</p>"
-#~ msgstr "<p>Aquí podeu configurar les targetes de xarxa per utilitzar-les immediatament.</p>"
-
-#~ msgid ""
-#~ "<p>If you do not need a network connection now,\n"
-#~ "you can safely skip the configuration.</p>"
-#~ msgstr ""
-#~ "<p>Si no necessiteu una connexió de xarxa ara,\n"
-#~ "podeu ometre la configuració.</p>"
-
-#~| msgid ""
-#~| "<p>To configure a network card, select it from the list\n"
-#~| "and click the <b>Next</b> button.\n"
-#~| "Otherwise,click<b>Cancel</b>.</p>"
-#~ msgid ""
-#~ "<p>To configure a network card, select it from the list\n"
-#~ "and click the <b>Next</b> button.\n"
-#~ "Otherwise, click <b>Cancel</b>.</p>\n"
-#~ msgstr ""
-#~ "<p>Per configurar una targeta de xarxa, seleccioneu-la de la llista\n"
-#~ "i feu clic al botó <b>Següent</b> button.\n"
-#~ "En cas contrari, feu clic a <b>Cancel·la</b>.</p>\n"
-
-#~ msgid "IP address cannot be empty."
-#~ msgstr "L'adreça IP no pot estar en blanc."
-
-#~ msgid "'%1' is an invalid IP address."
-#~ msgstr "'%1' no és una adreça d'IP vàlida."
-
-#~ msgid "Netmask cannot be empty."
-#~ msgstr "La màscara de subxarxa no pot ser buida."
-
-#~ msgid "'%1' is an invalid netmask."
-#~ msgstr "'%1' no és una màscara de subxarxa vàlida."
-
-#~ msgid "Gateway IP address cannot be empty."
-#~ msgstr "L'adreça IP de la màscara de subxarxa no pot ser buida."
-
-#~ msgid "'%1' is an invalid IP address of the gateway."
-#~ msgstr "'%1' no és una adreça IP de la màscara de subxarxa vàlida."
-
-#~ msgid "DNS server IP address cannot be empty."
-#~ msgstr "L'adreça IP del servidor DNS no pot ser buida."
-
-#~ msgid "'%1' is an invalid IP address of the DNS server."
-#~ msgstr "'%1' no és una adreça IP del servidor de DNS vàlida."
-
-#~ msgid "Proxy server name or IP address must be set."
-#~ msgstr "Heu d'establir l'adreça IP o el nom del servidor intermediari."
-
-#~ msgid ""
-#~ "'%1' is an invalid IP address or invalid hostname\n"
-#~ "of a proxy server."
-#~ msgstr ""
-#~ "'%1' no és una adreça IP o un nom d'ordinador central vàlid\n"
-#~ "de servidor intermediari."
-
-#~ msgid "Proxy port must be set."
-#~ msgstr "S'ha de definir un port de servidor intermediari."
-
-#~ msgid ""
-#~ "'%1' is an invalid proxy port number.\n"
-#~ "\n"
-#~ "Port number must be between 1 and 65535 inclusive."
-#~ msgstr ""
-#~ "'%1' no és un número de port del servidor intermediari vàlid.\n"
-#~ "\n"
-#~ "El número de port ha d'estar comprès entre l'1 i el 65535."
-
-#~| msgid "Please, select your network setup type for %1"
-#~ msgid "Select your network setup type for %1"
-#~ msgstr "Seleccioneu el tipus de configuració de xarxa per a %1"
-
-#~ msgid "Automatic Address Setup (via &DHCP)"
-#~ msgstr "Configuració d'adreça automàtica (mitjançant &DHCP)"
-
-#~ msgid "&Static Address Setup"
-#~ msgstr "Configuració de l'adreça &estàtica"
-
-#~ msgid "Static Address Settings"
-#~ msgstr "Configuració de l'adreça estàtica"
-
-#~ msgid "&IP Address"
-#~ msgstr "Adreça &IP"
-
-#~ msgid "Net&mask"
-#~ msgstr "&Màscara de subxarxa"
-
-#~ msgid "Default &Gateway IP"
-#~ msgstr "IP de la &passarel·la predeterminada"
-
-#~ msgid "D&NS Server IP"
-#~ msgstr "IP del servidor D&NS"
-
-#~ msgid "&Use Proxy for Accessing the Internet"
-#~ msgstr "&Utilitza el servidor intermediari per accedir a Internet"
-
-#~ msgid "&HTTP Proxy Server"
-#~ msgstr "Servidor intermediari &HTTP"
-
-#~ msgid "&Port"
-#~ msgstr "&Port"
-
-#~| msgid "Us&er (Optional)"
-#~ msgid "Us&er (optional)"
-#~ msgstr "Usuari (opcional)"
-
-#~| msgid "Pass&word (Optional)"
-#~ msgid "Pass&word (optional)"
-#~ msgstr "Contrasenya (opcional)"
-
-#~| msgid ""
-#~| "<p><big><b>Network Setup</b></big>\n"
-#~| "<br>Here you can configure your network card.\n"
-#~| "Select either DHCP or static setup. DHCP fits for most cases.\n"
-#~| "For details contact your Internet provider or your network\n"
-#~| "administrator.</p>"
-#~ msgid ""
-#~ "<p><big><b>Network Setup</b></big>\n"
-#~ "<br>Configure your network card.\n"
-#~ "Select either DHCP or static setup. DHCP fits for most cases.\n"
-#~ "For details contact your Internet provider or your network\n"
-#~ "administrator.</p>\n"
-#~ msgstr ""
-#~ "<p><big><b>Configuració de la xarxa</b></big>\n"
-#~ "<br>Aquí podeu configurar la targeta de xarxa.\n"
-#~ "Seleccioneu la configuració de DHCP o estàtica. En la majoria de casos, podeu utilitzar DHCP.\n"
-#~ "Per obtenir-ne més informació, poseu-vos en contacte amb el proveïdor d'accés\n"
-#~ "a Internet o amb l'administrador de la xarxa.</p>\n"
-
-#~| msgid ""
-#~| "<p><big><b>Proxy</b></big>\n"
-#~| "<br>Proxy is a server-based cache for accessing the web.\n"
-#~| "In most cases, if you have a direct connection to the Internet,\n"
-#~| "it doesn't need to be used.</p>"
-#~ msgid ""
-#~ "<p><big><b>Proxy</b></big>\n"
-#~ "<br>Proxy is a server-based cache for accessing the web.\n"
-#~ "In most cases, if you have a direct connection to the Internet,\n"
-#~ "you do not need to use one.</p>\n"
-#~ msgstr ""
-#~ "<p><big><b>Servidor intermediari</b></big>\n"
-#~ "<br>Un servidor intermediari és un servidor amb memòria cau\n"
-#~ "que s'utilitza per accedir a Internet.\n"
-#~ "En la majoria de casos, si teniu connexió directa a Internet\n"
-#~ "no us caldrà utilitzar-lo.</p>\n"
-
-#~ msgid ""
-#~ "<p>Command: <tt>%1</tt> has failed.</p>\n"
-#~ "<p>The output of the command was:\n"
-#~ "<pre>%2</pre></p>"
-#~ msgstr ""
-#~ "<p>S'ha produït un error en l'ordre: <tt>%1</tt>.</p>\n"
-#~ "<p>La sortida de l'ordre ha estat la següent:\n"
-#~ "<pre>%2</pre></p>"
-
-#~ msgid "Setting up Network Failed"
-#~ msgstr "S'ha produït un error en configurar la xarxa"
-
-#~ msgid ""
-#~ "A failure occurred during preparing\n"
-#~ "the installation system for writing the proxy configuration."
-#~ msgstr ""
-#~ "S'ha produït un error en mentre es preparava\n"
-#~ "el sistema d'instal·lació per escriure la configuració del servidor intermediari."
-
-#~ msgid "Internet Test Failed"
-#~ msgstr "Ha fallat la comprovació d'Internet"
-
-#~ msgid ""
-#~ "The Internet connection test failed. You should be\n"
-#~ "redirected to the previous dialog to change the configuration.\n"
-#~ "Go back and change it?"
-#~ msgstr ""
-#~ "Ha fallat la prova de connexió a Internet. Hauríeu d'anar\n"
-#~ "al diàleg anterior i canviar la configuració.\n"
-#~ "Voleu tornar enrere?"
-
-#~ msgid "Go Back"
-#~ msgstr "Enrere"
-
-#~ msgid "Skip"
-#~ msgstr "Omet"
-
-#~ msgid "Adjust automatic network setup (via DHCP)"
-#~ msgstr "Ajusta la configuració automàtica (mitjançant el DHCP)"
-
-#~ msgid "Adjusting automatic network setup (via DHCP)..."
-#~ msgstr "S'està ajustant la configuració automàtica (mitjançant el DHCP)..."
-
-#~ msgid "Adjust static network setup"
-#~ msgstr "Ajusta la configuració de la xarxa estàtica"
-
-#~ msgid "Adjusting static network setup..."
-#~ msgstr "S'està ajustant la configuració de la xarxa automàtica..."
-
-#~ msgid ""
-#~ "Unknown network setup.\n"
-#~ "\n"
-#~ "Please, go back and provide a valid network setup."
-#~ msgstr ""
-#~ "Configuració de la xarxa desconeguda.\n"
-#~ "\n"
-#~ "Torneu enrere i configureu la xarxa correctament."
-
-#~ msgid "Write proxy settings"
-#~ msgstr "Escriu els paràmetres del servidor intermediari"
-
-#~ msgid "Writing proxy settings..."
-#~ msgstr "S'estan escrivint els paràmetres del servidor intermediari..."
-
-#~ msgid "Adjust installation system"
-#~ msgstr "Ajusta el sistema d'instal·lació"
-
-#~ msgid "Adjusting installation system..."
-#~ msgstr "S'està ajustant el sistema d'instal·lació..."
-
-#~ msgid "Test Internet connection"
-#~ msgstr "Prova la connexió a Internet"
-
-#~ msgid "Testing Internet connection..."
-#~ msgstr "S'està provant la connexió a Internet..."
-
-#~| msgid "Writing Network Setup"
-#~ msgid "Writing Network Setup..."
-#~ msgstr "S'està escrivint la configuració de la xarxa..."
-
-#~ msgid "<p>Please, wait while network configuration is being written and tested...</p>"
-#~ msgstr "<p>Espereu mentre s'escriu i es prova la configuració de la xarxa...</p>"
-
-#~| msgid ""
-#~| "Writing the network settings failed.\n"
-#~| "You will be returned to the previous dialog to either\n"
-#~| "change the settings, or cancel the network setup."
-#~ msgid ""
-#~ "Writing the network settings failed.\n"
-#~ "You will be returned to the previous dialog to either\n"
-#~ "change the settings or cancel the network setup.\n"
-#~ msgstr ""
-#~ "S'ha produït un error en escriure la configuració de la xarxa.\n"
-#~ "Tornareu al diàleg anterior per canviar-ne la configuració\n"
-#~ "o bé cancel·lar la configuració de la xarxa.\n"
-
-#~ msgid "Enabling SSH service on installed system..."
-#~ msgstr "S'està habilitant el servei SSH al sistema instal·lat..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ca-3.1.0/po/status.txt new/yast2-trans-ca-3.1.0/po/status.txt
--- old/yast2-trans-ca-3.1.0/po/status.txt 2014-12-16 14:16:12.000000000 +0100
+++ new/yast2-trans-ca-3.1.0/po/status.txt 2015-04-20 18:12:04.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17352
+Translated : 17349
Fuzzy : 0
Untranslated : 122
--------------------
- All strings : 17474
+ All strings : 17471
99 % are translated
++++++ yast2-trans-cs-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-cs-3.1.0/po/auth-client.cs.po new/yast2-trans-cs-3.1.0/po/auth-client.cs.po
--- old/yast2-trans-cs-3.1.0/po/auth-client.cs.po 2014-12-16 14:16:49.000000000 +0100
+++ new/yast2-trans-cs-3.1.0/po/auth-client.cs.po 2015-04-20 18:09:51.000000000 +0200
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the opensuse-i package.
#
# Automatically generated, 2014.
-# Jan Papez (honyczek) <honyczek(a)centrum.cz>, 2014.
+# Jan Papez (honyczek) <honyczek(a)centrum.cz>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: opensuse-i 18n\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-11-19 21:29+0100\n"
+"PO-Revision-Date: 2015-02-10 22:29+0100\n"
"Last-Translator: Jan Papez (honyczek) <honyczek(a)centrum.cz>\n"
"Language-Team: Czech <opensuse-translation(a)opensuse.org>\n"
"Language: cs\n"
@@ -1011,7 +1011,6 @@
msgstr "Určuje hlavní server pro použití k FAST."
#: src/include/sssd-parameters.rb:1068
-#, fuzzy
msgid "Specifies if the host and user principal should be canonicalized."
msgstr "Určuje, zda by měl být kanonizován hostitelský a uživatelský principál."
@@ -1059,27 +1058,27 @@
#. The Active Directory domain section
#: src/include/sssd-parameters.rb:1145
msgid "Specifies the name of the IPA domain."
-msgstr ""
+msgstr "Určuje název domény IPA."
#: src/include/sssd-parameters.rb:1149
msgid "The comma-separated list of IP addresses or hostnames of the IPA servers to which SSSD should connect in the order of preference."
-msgstr ""
+msgstr "Seznam IP adres nebo hostitelských názvů IPA serverů oddělený čárkou, vyjadřující ke kterým by se SSSD mělo připojit dle preferovaného pořadí."
#: src/include/sssd-parameters.rb:1153
msgid "May be set on machines where the hostname(5) does not reflect the fully qualified name."
-msgstr ""
+msgstr "Může být nastaveno na strojích, kde název hostitele (hostname(5)) neodpovídá plně kvalifikovanému názvu."
#: src/include/sssd-parameters.rb:1158
msgid "This option tells SSSD to automatically update the DNS server built into FreeIPA v2 with the IP address of this client."
-msgstr ""
+msgstr "Tato volba SSSD říká, aby automaticky aktualizoval DNS server postavený do FreeIPA v2 pomocí IP adresy tohoto klienta."
#: src/include/sssd-parameters.rb:1163
msgid "The TTL to apply to the client DNS record when updating it."
-msgstr ""
+msgstr "Životnost (TTL), která se má použít pro klientský DNS záznam při jeho aktualizaci."
#: src/include/sssd-parameters.rb:1167
msgid "Choose the interface whose IP address should be used for dynamic DNS updates."
-msgstr ""
+msgstr "Vyberte rozhraní, jehož IP adresa by měla být použita pro dynamické aktualizace DNS."
#. end Export
#. ################################################################
@@ -1089,19 +1088,19 @@
#. @return summary
#: src/modules/AuthClient.rb:336
msgid "System is configured for using nss_ldap.\n"
-msgstr ""
+msgstr "Systém je nastaven tak, aby používal nss_ldap.\n"
#: src/modules/AuthClient.rb:339
msgid "System is configured for using sssd.\n"
-msgstr ""
+msgstr "Systém je nastaven tak, aby používal sssd.\n"
#: src/modules/AuthClient.rb:345
msgid "System is configured for using OES.\n"
-msgstr ""
+msgstr "Systém je nastaven tak, aby používal OES.\n"
#: src/modules/AuthClient.rb:348
msgid "System is configured for using /etc/passwd only.\n"
-msgstr ""
+msgstr "Systém je nastaven tak, aby používal pouze /etc/passwd.\n"
#~ msgid "SPAM Prevention"
#~ msgstr "Opatření proti SPAMu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-cs-3.1.0/po/installation.cs.po new/yast2-trans-cs-3.1.0/po/installation.cs.po
--- old/yast2-trans-cs-3.1.0/po/installation.cs.po 2014-10-29 17:10:14.000000000 +0100
+++ new/yast2-trans-cs-3.1.0/po/installation.cs.po 2015-04-20 18:09:27.000000000 +0200
@@ -20,13 +20,13 @@
# Jaromír Červenka cervajz(a)cervajz.com, 2009.
# Vojtěch Zeisek <Vojtech.Zeisek(a)opensuse.org>, 2010.
# Jan Papež <honyczek(a)centrum.cz>, 2011.
-# Jan Papez <honyczek(a)centrum.cz>, 2012, 2013, 2014.
+# Jan Papez <honyczek(a)centrum.cz>, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-10-06 20:46+0200\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-02-10 22:22+0100\n"
"Last-Translator: Jan Papez (honyczek) <honyczek(a)centrum.cz>\n"
"Language-Team: Czech <opensuse-translation(a)opensuse.org>\n"
"Language: cs\n"
@@ -37,16 +37,6 @@
"10<=4 && (n%100<10 || n%100>=20) ? 1: 2);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -65,39 +55,39 @@
"provedl správnou instalaci a nastavení nainstalovaného systému, potřebuje\n"
"profil. Pokud volbu klonování zaškrtnete, uloží se profil v <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Zapsat na konci instalace profil AutoYaSTu do /root/autoinst.xmlat?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Klonovat konfiguraci systému"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Klonovat konfiguraci systému"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Profil AutoYaSTu bude zapsán jako /root/autoinst.xml (<a href=\"%1\">nezapisovat jej</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Profil AutoYaSTu nebude uložen (<a href=\"%1\">zapsat jej</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Zapsat profil AutoYaSTu do /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Do instalovaného systému se kopírují soubory..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopírují se záznamy (logy) do nainstalovaného systému..."
@@ -1066,7 +1056,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Změnit..."
@@ -1438,31 +1428,31 @@
"Instalace se ruší."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Odstraněné"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Povoleno"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Zakázáno"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Používané repozitáře"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1471,27 +1461,27 @@
"který aktualizujete:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Aktuální stav"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repozitář"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Změnit s&tatus"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1500,7 +1490,7 @@
"na systému, který aktualizujete. Povolte ty, které si přejete zahrnout při procesu aktualizace.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1509,30 +1499,30 @@
"nebo dvojklikem na položku v tabulce.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>URL změníte kliknutím na tlačítko <b>Změnit...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Neznámé"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&URL repozitáře"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Síť není nastavena"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1541,49 +1531,49 @@
"Chcete připojení nastavit?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Přidávání a odebírání repozitářů..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Přidávají nebo odstraňují se repozitáře.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Odstranit nepoužité repozitáře"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Odstraňuji nepoužité repozitáře..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Přidat dostupné repozitáře "
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Přidávají se povolené repozitáře..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Přidat zakázané repozitáře"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Přidávají se zakázané repozitáře..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Vyžádáno správné médium"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1597,7 +1587,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1612,7 +1602,7 @@
"Repozitář bude přidán v zakázaném stavu."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1624,7 +1614,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1636,7 +1626,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1647,7 +1637,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1759,11 +1749,6 @@
msgstr "Ukládání bezpečnostního nastavení..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Ukládání nastavení startovacích skriptů..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Ukládají se konfigurace hardwaru..."
@@ -1935,17 +1920,17 @@
"Poznámka: Některé informace bude nutné zadat znovu."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Potvrzení instalace"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Všechny informace potřebné pro základní instalaci jsou nyní kompletní.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1958,7 +1943,7 @@
"podle nastavení v předchozích dialozích.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1969,22 +1954,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Pokud si nejste jisti, můžete se stále vrátit zpět a nastavení zkontrolovat.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Potvrzení aktualizace"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Všechny informace potřebné pro aktualizaci jsou nyní kompletní.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1995,7 +1980,7 @@
"podle nastavení v předchozích dialozích.</p> "
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Sp&ustit aktualizaci"
@@ -2079,6 +2064,15 @@
"Instalátor nebyl schopný vyřešit závislosti balíčků automaticky.\n"
"Bude otevřen správce softwaru, abyste je mohli vyřešit ručně."
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Ukládání nastavení startovacích skriptů..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Hledání linuxových oddílů"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-cs-3.1.0/po/network.cs.po new/yast2-trans-cs-3.1.0/po/network.cs.po
--- old/yast2-trans-cs-3.1.0/po/network.cs.po 2014-10-29 17:10:40.000000000 +0100
+++ new/yast2-trans-cs-3.1.0/po/network.cs.po 2015-04-20 18:09:50.000000000 +0200
@@ -20,13 +20,13 @@
# Vojtěch Zeisek <Vojtech.Zeisek(a)opensuse.org>, 2010.
# Vít Pelčák <vit(a)pelcak.org>, 2011.
# Jan Papež <honyczek(a)centrum.cz>, 2011, 2012.
-# Jan Papez <honyczek(a)centrum.cz>, 2012, 2013, 2014.
+# Jan Papez <honyczek(a)centrum.cz>, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: network.cs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-10-13 20:57+0200\n"
+"PO-Revision-Date: 2015-02-17 20:00+0100\n"
"Last-Translator: Jan Papez (honyczek) <honyczek(a)centrum.cz>\n"
"Language-Team: Czech <opensuse-translation(a)opensuse.org>\n"
"Language: cs\n"
@@ -2354,7 +2354,7 @@
"IP addresses. This value must be entered as an <b>IP address</b>\n"
"(for example, 192.168.0.42), not as a hostname.</p>\n"
msgstr ""
-"<p>Nameserver je počítač, který převádí názvy počítačů\n"
+"<p>Jmenný server je počítač, který převádí názvy počítačů\n"
"na příslušné IP adresy. Tato hodnota musí být zadána jako\n"
"<b>IP adresa</b> (např. 10.10.0.1), ne jako název počítače.</p>\n"
@@ -3590,12 +3590,12 @@
#. textentry label
#: src/include/network/services/dns.rb:178
msgid "Name Server &1"
-msgstr "Nameserver &1"
+msgstr "Jmenný server &1"
#. validation error popup
#: src/include/network/services/dns.rb:194
msgid "The IP address of the name server is invalid."
-msgstr "Jméno primárního nameserveru je chybné."
+msgstr "Jméno primárního jmenného serveru je chybné."
#. textentry label
#: src/include/network/services/dns.rb:202
@@ -3605,12 +3605,12 @@
#. text entry label
#: src/include/network/services/dns.rb:229
msgid "Name Server &2"
-msgstr "Nameserver &2"
+msgstr "Jmenný server &2"
#. text entry label
#: src/include/network/services/dns.rb:231
msgid "Name Server &3"
-msgstr "Nameserver &3"
+msgstr "Jmenný server &3"
#. Frame label
#. dialog caption
@@ -3623,7 +3623,7 @@
#. Frame label
#: src/include/network/services/dns.rb:252
msgid "Name Servers and Domain Search List"
-msgstr "Nameservery a seznam prohledávaných domén"
+msgstr "Jmenné servery a seznam prohledávaných domén"
#: src/include/network/services/dns.rb:269
msgid "Hostname/DNS"
@@ -3665,7 +3665,7 @@
#. via CWMTab
#: src/include/network/services/dns.rb:737
msgid "Hostname and Name Server Configuration"
-msgstr "Konfigurace jména počítače a nameserveru"
+msgstr "Konfigurace jména počítače a jmenného serveru"
#. Warning popup text 1/2
#: src/include/network/services/host.rb:57
@@ -4187,7 +4187,7 @@
#. Summary text
#: src/modules/DNS.rb:588
msgid "Name Servers: %1"
-msgstr "Nameservery: %1"
+msgstr "Jmenné servery: %1"
#. Summary text
#: src/modules/DNS.rb:598
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-cs-3.1.0/po/status.txt new/yast2-trans-cs-3.1.0/po/status.txt
--- old/yast2-trans-cs-3.1.0/po/status.txt 2014-12-16 14:16:59.000000000 +0100
+++ new/yast2-trans-cs-3.1.0/po/status.txt 2015-04-20 18:10:01.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17463
-Fuzzy : 1
-Untranslated : 10
+Translated : 17471
+Fuzzy : 0
+Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-cy-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-cy-3.1.0/po/installation.cy.po new/yast2-trans-cy-3.1.0/po/installation.cy.po
--- old/yast2-trans-cy-3.1.0/po/installation.cy.po 2014-10-29 16:45:34.000000000 +0100
+++ new/yast2-trans-cy-3.1.0/po/installation.cy.po 2015-04-20 17:57:03.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2004-03-10 21:24+0000\n"
"Last-Translator: KD at KGyfieithu <kyfieithu(a)dotmon.com>\n"
"Language-Team: Cymraeg <cy(a)li.org>\n"
@@ -19,16 +19,6 @@
"Plural-Forms: nplurals=5; plural=(n == 0 ? 0 : n == 1 ? 1 : n < 6 ? 2 : n == 6 ? 3 : 4);\n"
"X-Generator: KBabel 1.2\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dymi"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dymi"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -43,34 +33,34 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "Diweddaru Ffurfweddiad"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "Diweddaru Ffurfweddiad"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
#, fuzzy
@@ -78,7 +68,7 @@
msgstr "Copïo ffeiliau i'r cysawd gosodedig"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
#, fuzzy
msgid "Copying log files to installed system..."
msgstr "Copïo ffeiliau cofnodion i'r cysawd a osodwyd"
@@ -1056,7 +1046,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Newid..."
@@ -1463,19 +1453,19 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remo&ve"
msgid "Removed"
msgstr "Gwa&redu"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Alluogir"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
#, fuzzy
msgid "Disabled"
msgstr "A&nalluogi"
@@ -1483,99 +1473,99 @@
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Tarddiad &arsefydlu"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Dewisiad Cyfredol:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "Cynnyrch"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
#, fuzzy
msgid "&Toggle Status"
msgstr "&Cychwyn / Aros"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
#, fuzzy
msgid "Unknown"
msgstr "anhysbys"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Cynnyrch"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "ni ffurfweddir y rhaglen"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Tarddiad &arsefydlu"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
@@ -1583,45 +1573,45 @@
"Arhoswch tra mae'r cysawd sylfaenol yn cael ei osod.\n"
"</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Darllen gwybodaeth am y pecynnau. Arhoswch am eiliad..."
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Darllen gwybodaeth am y pecynnau. Arhoswch am eiliad..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Darllen gwybodaeth am y pecynnau. Arhoswch am eiliad..."
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Tarddiad &arsefydlu"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Darllen gwybodaeth am y pecynnau. Arhoswch am eiliad..."
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Tarddiad &arsefydlu"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1631,7 +1621,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1641,7 +1631,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1651,7 +1641,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1661,7 +1651,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1670,7 +1660,7 @@
msgstr "Digwyddodd gwall wrth ddarllen y cofnodion."
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1793,13 +1783,6 @@
msgstr "Ysgrifennu'r gosodiadau..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Cannot write settings!"
-msgid "Saving boot scripts settings..."
-msgstr "Methu ysgrifennu'r gosodiadau!"
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
#, fuzzy
msgid "Saving hardware configuration..."
@@ -1987,19 +1970,19 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
#, fuzzy
msgid "Confirm Installation"
msgstr "&Parhau'r Gosod"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "Gweithredu sgriptiau hunan-arsefydlu yn yr amgylchedd arsefydlu."
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2008,7 +1991,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2017,23 +2000,23 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
#, fuzzy
msgid "Confirm Update"
msgstr "&Parhau Diweddaru"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2041,7 +2024,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
#, fuzzy
msgid "Start &Update"
msgstr "Erthylu Diweddaru"
@@ -2132,6 +2115,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Dymi"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dymi"
+
+#, fuzzy
+#~| msgid "Cannot write settings!"
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Methu ysgrifennu'r gosodiadau!"
+
#, fuzzy
#~ msgid "Evaluating update possibility..."
#~ msgstr "Ymgychwyn ar gyfer diweddaraiad CD..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-cy-3.1.0/po/status.txt new/yast2-trans-cy-3.1.0/po/status.txt
--- old/yast2-trans-cy-3.1.0/po/status.txt 2014-12-16 14:13:49.000000000 +0100
+++ new/yast2-trans-cy-3.1.0/po/status.txt 2015-04-20 17:57:05.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 1064
-Fuzzy : 5534
+Translated : 1062
+Fuzzy : 5533
Untranslated : 10876
--------------------
- All strings : 17474
+ All strings : 17471
6 % are translated
++++++ yast2-trans-da-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-da-3.1.0/po/installation.da.po new/yast2-trans-da-3.1.0/po/installation.da.po
--- old/yast2-trans-da-3.1.0/po/installation.da.po 2014-10-29 16:43:01.000000000 +0100
+++ new/yast2-trans-da-3.1.0/po/installation.da.po 2015-04-20 18:11:35.000000000 +0200
@@ -20,7 +20,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-08-19 20:39+0200\n"
"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
"Language-Team: Danish <opensuse-translation(a)opensuse.org>\n"
@@ -31,16 +31,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -65,15 +55,19 @@
"kræver en profil for at vide hvordan det installerede system skal se ud. Hvis denne mulighed vælges, vil\n"
"en profil af det nuværende system blive gemt i <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Skriver systemkonfigurationen..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -81,27 +75,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopierer filer til det installerede system..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopierer logfiler til det installerede system..."
@@ -1089,7 +1079,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "Æ&ndr..."
@@ -1471,18 +1461,18 @@
"Afbryder installationen."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Fjernet"
#
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Aktiveret"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Deaktiveret"
@@ -1490,14 +1480,14 @@
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Tidligere anvendte softwarekilder"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1506,28 +1496,28 @@
"du er ved at opgradere:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Nuværende status"
#
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Softwarekilde"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Skif&t status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1536,7 +1526,7 @@
"på det system, du opgraderer. Aktivér dem, du ønsker at inkludere i opgraderingsprocessen.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1545,31 +1535,31 @@
"<b>Skift status</b>-knappen eller dobbeltklik på de respektive punkter i tabellen.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>For at ændre URL, clik på <b>Ændr...</b>-knappen.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Ukendt"
#
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "U&RL for softwarekilde"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Netværk er ikke konfigureret"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1579,53 +1569,53 @@
#
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Tilføjer og fjerner softwarekilder..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Softwarekilder tilføjes og fjernes.</p>"
# label text
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Fjern ikke-anvendte softwarekilder"
# label text
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Fjerner ikke-anvendte softwarekilder..."
# label text
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Tilføj aktiverede softwarekilder"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Tilføjer aktiverede softwarekilder..."
# label text
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Tilføj deaktiverede softwarekilder"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Tilføjer deaktiverede softwarekilder..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Anmodning om korrekt medie"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1639,7 +1629,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1654,7 +1644,7 @@
"Softwarekilden vil blive tilføjet i deaktiveret tilstand."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1666,7 +1656,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1678,7 +1668,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1689,7 +1679,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1805,11 +1795,6 @@
msgstr "Gemmer sikkerhedsindstillinger..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Gemmer indstillinger for boot-scripts..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Gemmer hardwarekonfiguration..."
@@ -1979,17 +1964,17 @@
"Bemærk: Du vil måske skulle indtaste noget information igen."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Bekræft Installation"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Al nødvendig information for basisinstallationen er nu indsamlet.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2002,7 +1987,7 @@
"installationsindstillingerne i de forrige dialoger.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2014,22 +1999,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Hvis du er usikker, så gå tilbage og tjek indstillingerne.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Bekræft opdatering"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Nødvendig information for at udføre en opdatering er nu indsamlet.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2040,7 +2025,7 @@
"i henhold til indstillingerne i de forrige dialoger.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Start opdatering"
@@ -2135,6 +2120,15 @@
"Installationen kunne ikke løse pakkeafhængigheder automatisk.\n"
"Softwarehåndteringen vil blive åbnet så du kan løse dem manuelt."
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Gemmer indstillinger for boot-scripts..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Licensen skal accepteres"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-da-3.1.0/po/status.txt new/yast2-trans-da-3.1.0/po/status.txt
--- old/yast2-trans-da-3.1.0/po/status.txt 2014-12-16 14:56:26.000000000 +0100
+++ new/yast2-trans-da-3.1.0/po/status.txt 2015-04-20 18:11:37.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 15308
+Translated : 15305
Fuzzy : 172
Untranslated : 1994
--------------------
- All strings : 17474
+ All strings : 17471
88 % are translated
++++++ yast2-trans-de-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-de-3.1.0/po/cluster.de.po new/yast2-trans-de-3.1.0/po/cluster.de.po
--- old/yast2-trans-de-3.1.0/po/cluster.de.po 2014-10-29 17:14:00.000000000 +0100
+++ new/yast2-trans-de-3.1.0/po/cluster.de.po 2015-04-20 17:56:43.000000000 +0200
@@ -7,15 +7,15 @@
# Karl Eichwalder <ke(a)suse.de>, 1999-2003.
# Martin Lohner <ml(a)suse.de>, 2000.
# Michael Skiba <trans(a)michael-skiba.de>, 2013, 2014.
-# Sarah Kriesch <ada.lovelace(a)gmx.de>, 2013, 2014.
+# Sarah Kriesch <ada.lovelace(a)gmx.de>, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-17 18:45+0200\n"
-"Last-Translator: Michael Skiba <trans(a)michael-skiba.de>\n"
-"Language-Team: German <opensuse-translation-de(a)opensuse.org>\n"
+"PO-Revision-Date: 2015-01-02 21:34+0100\n"
+"Last-Translator: Sarah Kriesch <ada.lovelace(a)gmx.de>\n"
+"Language-Team: German <kde-i18n-de(a)kde.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -102,60 +102,48 @@
msgstr "Redundante IP-Adresse"
#: src/include/cluster/dialogs.rb:115 src/include/cluster/dialogs.rb:499
-#, fuzzy
-#| msgid "Node IP"
msgid "Node ID"
-msgstr "Knoten-IP"
+msgstr "Knoten-ID"
#. Set need to require 'set'
#: src/include/cluster/dialogs.rb:163
msgid "Node ID has to be fulfilled with a positive integer"
-msgstr ""
+msgstr "Die Knoten-ID muss mit einem positiven Integer ausgefüllt sein"
#: src/include/cluster/dialogs.rb:170
-#, fuzzy
-#| msgid "The hardware address must be unique."
msgid "Node ID must be unique"
-msgstr "Die Hardware-Adresse muss eindeutig sein."
+msgstr "Die Knoten-ID muss einmalig sein"
#. BNC#871970, change member address struct
#: src/include/cluster/dialogs.rb:191 src/include/cluster/dialogs.rb:245
-#, fuzzy
-#| msgid "Bind Network Address:"
msgid "The Bind Network Address has to be fulfilled"
-msgstr "Netzwerkadresse zuweisen:"
+msgstr "Die Bind-Netzwerkadresse muss ausgefüllt sein"
#: src/include/cluster/dialogs.rb:197
msgid "The cluster name has to be fulfilled"
-msgstr ""
+msgstr "Der Cluster-Name muss ausgefüllt sein"
#: src/include/cluster/dialogs.rb:214
-#, fuzzy
-#| msgid "The hardware address must be defined."
msgid "The Member Address has to be fulfilled"
-msgstr "Die Hardware-Adresse muss angegeben werden."
+msgstr "Die Mitgliedsadresse muss ausgefüllt sein"
#. BNC#880242, expected_votes must have value when "udp"
#: src/include/cluster/dialogs.rb:220
-#, fuzzy
-#| msgid "Play the test sound when the card is configured"
msgid "The Expected Votes has to be fulfilled when udp is configured"
-msgstr "Nach der Konfiguration der Karte Testsound spielen"
+msgstr "Die Erwarteten Stimmen müssen ausgefüllt sein, wenn UDP konfiguriert ist"
#: src/include/cluster/dialogs.rb:226 src/include/cluster/dialogs.rb:254
#: src/include/cluster/dialogs.rb:1463
msgid "The Multicast Address has to be fulfilled"
-msgstr ""
+msgstr "Die Multicast-Adresse muss ausgefüllt sein"
#: src/include/cluster/dialogs.rb:236 src/include/cluster/dialogs.rb:264
-#, fuzzy
-#| msgid "The value for pos must be a positive integer."
msgid "The Multicast port must be a positive integer"
-msgstr "Der Wert für pos muss eine positive Ganzzahl sein."
+msgstr "Der Multicast-Port muss ein positiver Integer sein"
#: src/include/cluster/dialogs.rb:270
msgid "Only passive or active can be chosen if multiple interface used. Set to passive."
-msgstr ""
+msgstr "Nur passiv oder aktiv kann ausgewählt sein, wenn mehrere Schnittstellen verwendet werden. Setzen Sie auf passiv."
#. BNC#871970, change member address struct to memberaddr
#: src/include/cluster/dialogs.rb:439
@@ -208,10 +196,8 @@
msgstr "IP"
#: src/include/cluster/dialogs.rb:499
-#, fuzzy
-#| msgid "Redundant IP Address"
msgid "Redundant IP"
-msgstr "Redundante IP-Adresse"
+msgstr "Redundante IP"
#. BNC#879596, check the corosync.conf format
#: src/include/cluster/dialogs.rb:539
@@ -219,15 +205,17 @@
" NOTICE: Detected old corosync configuration.\n"
" Please reconfigure the member list and confirm all other settings."
msgstr ""
+"NOTIZ: Alte corosync-Konfiguration festgestellt.\n"
+"Bitte konfigurieren Sie die Mitgliedschaftsliste um und bestätigen Sie alle anderen Einstellungen."
#. Notice, current could be "nil" if the list is empty.
#: src/include/cluster/dialogs.rb:690
msgid "Number of threads must be integer"
-msgstr ""
+msgstr "Nummer der Threads muss ein Integer sein"
#: src/include/cluster/dialogs.rb:696
msgid "Number of threads must larger then 0"
-msgstr ""
+msgstr "Nummer der Threads muss größer als 0 sein"
#: src/include/cluster/dialogs.rb:734
msgid "Enable Security Auth"
@@ -247,11 +235,11 @@
#: src/include/cluster/dialogs.rb:773
msgid "Failed to create /etc/corosync/authkey"
-msgstr ""
+msgstr "Erstellung von /etc/corosync/authkey fehlgeschlagen"
#: src/include/cluster/dialogs.rb:775
msgid "Create /etc/corosync/authkey succeeded"
-msgstr ""
+msgstr "/etc/corosync/authkey darauf folgend erstellen"
#: src/include/cluster/dialogs.rb:850 src/include/cluster/dialogs.rb:920
msgid "Running"
@@ -268,16 +256,12 @@
msgstr "Systemstart"
#: src/include/cluster/dialogs.rb:898
-#, fuzzy
-#| msgid "On -- Start pacemaker at booting"
msgid "On -- Start pacemaker during boot"
-msgstr "AN -- pacemaker beim Systemstart starten"
+msgstr "An -- pacemaker beim Systemstart starten"
#: src/include/cluster/dialogs.rb:905
-#, fuzzy
-#| msgid "Off -- Start pacemaker manually only"
msgid "Off -- Start pacemaker manually"
-msgstr "Aus -- pacemaker nur manuell starten"
+msgstr "Aus -- pacemaker manuell starten"
#: src/include/cluster/dialogs.rb:914
msgid "Switch On and Off"
@@ -410,23 +394,11 @@
msgstr "/etc/conntrackd/conntrackd.conf erstellen"
#: src/include/cluster/dialogs.rb:1471
-#, fuzzy
-#| msgid "The value for pos must be a positive integer."
msgid "The Group Number must be a positive integer"
-msgstr "Der Wert für pos muss eine positive Ganzzahl sein."
+msgstr "Die Gruppen-Nummer muss ein positiver Integer sein"
#. All helps are here
#: src/include/cluster/helps.rb:35
-#, fuzzy
-#| msgid ""
-#| "<p><b><big>Bind Network Address</big></b><br>This specifies the address which the openais executive should bind. This address should always end in zero. If the totem traffic should be routed over 192.168.5.92, set bindnetaddr to 192.168.5.0.<br>This may also be an IPV6 address, in which case IPV6 networking will be used. In this case, the full address must be specified and there is no automatic selection of the network interface within a specific subnet as with IPv4. If IPv6 networking is used, the nodeid field must be specified.<br></p>\n"
-#| "<p><b><big>Multicast Address</big></b><br>This is the multicast address used by openais executive. The default should work for most networks, but the network administrator should be queried about a multicast address to use. Avoid 224.x.x.x because this is a \"config\" multicast address.<br>This may also be an IPV6 multicast address, in which case IPV6 networking will be used. If IPv6 networking is used, the nodeid field must be specified.</p>\n"
-#| "<p><b><big>Port</big></b><br>This specifies the UDP port number. It is possible to use the same multicast address on a network with the openais services configured for different UDP ports.<br></p>\n"
-#| "<p><b><big>Member Address</big></b><br>This list specifies all the nodes in the cluster by IP address. This could be configurable when using udpu <br></p>\n"
-#| "<p><b><big>Node ID</big></b><br>This configuration option is optional when using IPv4 and required when using IPv6. This is a 32 bit value specifying the node identifier delivered to the cluster membership service. If this is not specified with IPv4, the node id will be determined from the 32 bit IP address the system to which the system is bound with ring identifier of 0. The node identifier value of zero is reserved and should not be used.<br></p>\n"
-#| "<p><b><big>rrp_mode</big></b><br>This specifies the mode of redundant ring, which may be none, active, or passive. Active replication offers slightly lower latency from transmit to delivery in faulty network environments but with less performance. Passive replication may nearly double the speed of the totem protocol if the protocol doesn't become cpu bound. The final option is none, in which case only one network interface will be used to operate the totem protocol. If only one interface directive is specified, none is automatically chosen. If multiple interface directives are specified, only active or passive may be chosen.<br></p>\n"
-#| "<p><b><big>Expected votes</big></b><br>Expect vote number for voting quorum. Will be automatically calculated when the nodelist {} section is present in corosync.conf or can be specified in the quorum {} section.<br></p>\n"
-#| "<p><b><big>Auto Generate Node ID</big></b><br>Nodeid is required when using IPv6. Auto node ID enabled will generate nodeid automatically.<br></p>\n"
msgid ""
"<p><b><big>Bind Network Address</big></b><br>This specifies the address which the openais executive should bind. This address should always end in zero. If the totem traffic should be routed over 192.168.5.92, set bindnetaddr to 192.168.5.0.<br>This may also be an IPV6 address, in which case IPV6 networking will be used. In this case, the full address must be specified and there is no automatic selection of the network interface within a specific subnet as with IPv4. If IPv6 networking is used, the nodeid field must be specified.<br></p>\n"
"<p><b><big>Multicast Address</big></b><br>This is the multicast address used by openais executive. The default should work for most networks, but the network administrator should be queried about a multicast address to use. Avoid 224.x.x.x because this is a \"config\" multicast address.<br>This may also be an IPV6 multicast address, in which case IPV6 networking will be used. If IPv6 networking is used, the nodeid field must be specified.</p>\n"
@@ -437,8 +409,8 @@
"<p><b><big>Expected votes</big></b><br>Expect vote number for voting quorum. Will be automatically calculated when the nodelist {} section is present in corosync.conf or can be specified in the quorum {} section.<br></p>\n"
"<p><b><big>Auto Generate Node ID</big></b><br>Nodeid is required when using IPv6. Auto node ID enabled will generate nodeid automatically.<br></p>\n"
msgstr ""
-"<p><b><big>Netzwerk-Adresse zuweisen</big></b><br>Das legt die Adresse fest, der den openais-Leiter binden sollte. Diese Adresse sollte immer mit einer Null enden. Wenn der Totem-Netzwerkverkehr über 192.168.5.92 geroutet werden sollte, setzen Sie die bindnetaddr auf 192.168.5.0.<br>Das kann auch eine IPv6-Adresse sein, in welchem Fall ein IPv6-Netzwerkbetrieb verwendet wird. In diesem Fall muss die vollständige Adresse angegeben werden und es gibt keine automatische Auswahl der Netzwerk-Schnittstelle innerhalb eines speziellen Subnetzes wie bei IPv4. Wenn ein IPv6-Netzwerkbetrieb eingesetzt wird, muss das Feld der Knoten-ID festgelegt sein.<br></p>\n"
-"<p><b><big>Multicast-Adresse</big></b><br>Das ist die Multicast-Adressse, die vom openais-Leiter genutzt wird. Der Standard sollte für die meisten Netzwerke funktionieren, aber der Netzwerk-Administrator sollte hinterfragt werden, ob eine Multicast-Adresse verwendet werden soll. Meiden Sie 224.x.x.x, weil das eine \"config\"-Multicast-Adresse ist.<br>Das kann auch eine IPv6-Multicast-Adresse sein, in welchem Fall ein IPv6-Netzwerkbetrieb verwendet wird. Wenn ein IPv6-Netzwerkbetrieb eingesetzt wird, muss das Feld der Knoten-ID festgelegt sein.</p>\n"
+"<p><b><big>Bind-Netzwerkadresse</big></b><br>Das legt die Adresse fest, der den openais-Leiter binden sollte. Diese Adresse sollte immer mit einer Null enden. Wenn der Totem-Netzwerkverkehr über 192.168.5.92 geroutet werden sollte, setzen Sie die bindnetaddr auf 192.168.5.0.<br>Das kann auch eine IPv6-Adresse sein, in welchem Fall ein IPv6-Netzwerkbetrieb verwendet wird. In diesem Fall muss die vollständige Adresse angegeben werden und es gibt keine automatische Auswahl der Netzwerk-Schnittstelle innerhalb eines speziellen Subnetzes wie bei IPv4. Wenn ein IPv6-Netzwerkbetrieb eingesetzt wird, muss das Feld der Knoten-ID festgelegt sein.<br></p>\n"
+"<p><b><big>Multicast-Adresse</big></b><br>Das ist die Multicast-Adresse, die vom openais-Leiter genutzt wird. Der Standard sollte für die meisten Netzwerke funktionieren, aber der Netzwerk-Administrator sollte hinterfragt werden, ob eine Multicast-Adresse verwendet werden soll. Meiden Sie 224.x.x.x, weil das eine \"config\"-Multicast-Adresse ist.<br>Das kann auch eine IPv6-Multicast-Adresse sein, in welchem Fall ein IPv6-Netzwerkbetrieb verwendet wird. Wenn ein IPv6-Netzwerkbetrieb eingesetzt wird, muss das Feld der Knoten-ID festgelegt sein.</p>\n"
"<p><b><big>Port</big></b><br>Das legt die Nummer des UDP-Ports fest. Es ist möglich die gleiche Multicast-Adresse in einem Netzwerk zu verwenden, mit der die Dienste von openais für unterschiedliche UDP-Ports konfiguriert sind.<br></p>\n"
"<p><b><big>Mitgliedschaft-Adresse</big></b><br>Diese Liste bestimmt alle Knoten im Cluster mit IP-Adressen. Das könnte konfigurierbar sein, wenn udpu verwendet wird.<br></p>\n"
"<p><b><big>Knoten-ID</big></b><br>Diese Konfigurations-Option ist optional, wenn IPv4 verwendet wird und wird bei IPv6 benötigt. Das ist ein 32Bit-Wert, der die Knoten-Identifikation für den Dienst der Cluster-Mitgliedschaft, festlegt. Wenn das nicht mit IPv4 spezifiziert wird, wird die Knoten-ID von der 32Bit großen IP-Adresse des Systems bestimmt, an die das System mit der Ring-Kennung von 0 gebunden ist. Der Wert der Knoten-Kennung von Null ist reserviert und sollte nicht verwendet werden.<br></p>\n"
@@ -447,19 +419,14 @@
"<p><b><big>Automatisch generierte Knoten-ID</big></b><br> Die Knoten-ID wird benötigt, wenn IPv6 verwendet wird. Eine aktivierte Auto Knoten-ID wird die Knoten-ID automatisch generieren.<br></p>\n"
#: src/include/cluster/helps.rb:45
-#, fuzzy
-#| msgid ""
-#| "\n"
-#| "<p><b><big>Threads</big></b><br>This directive controls how many threads are used to encrypt and send multicast messages. If secauth is off, the protocol will never use threaded sending. If secauth is on, this directive allows systems to be configured to use multiple threads to encrypt and send multicast messages. A thread directive of 0 indicates that no threaded send should be used. This mode offers best performance for non-SMP systems. The default is 0. <br></p>\n"
-#| "<p><b><big>Enable Security Auth</big></b><br>This specifies that HMAC/SHA1 authentication should be used to authenticate all messages. It further specifies that all data should be encrypted with the sober128 encryption algorithm to protect data from eavesdropping. Enabling this option adds a 36 byte header to every message sent by totem which reduces total throughput. Encryption and authentication consume 75% of CPU cycles in aisexec as measured with gprof when enabled. For 100mbit networks with 1500 MTU frame transmissions: A throughput of 9mb/sec is possible with 100% cpu utilization when this option is enabled on 3ghz cpus. A throughput of 10mb/sec is possible wth 20% cpu utilization when this option is disabled on 3ghz cpus. For gig-e networks with large frame transmissions: A throughput of 20mb/sec is possible when this option is enabled on 3ghz cpus. A throughput of 60mb/sec is possible when this option is disabled on 3ghz cpus. The default is on. <br></p>\n"
msgid ""
"\n"
"<p><b><big>Threads</big></b><br>This directive controls how many threads are used to encrypt and send multicast messages. If secauth is off, the protocol will never use threaded sending. If secauth is on, this directive allows systems to be configured to use multiple threads to encrypt and send multicast messages. A thread directive of 0 indicates that no threaded send should be used. This mode offers best performance for non-SMP systems. The default is 0. <br></p>\n"
"<p><b><big>Enable Security Auth</big></b><br>This specifies that HMAC/SHA1 authentication should be used to authenticate all messages. It further specifies that all data should be encrypted with the sober128 encryption algorithm to protect data from eavesdropping. Enabling this option adds a 36 byte header to every message sent by totem which reduces total throughput. Encryption and authentication consume 75% of CPU cycles in aisexec as measured with gprof when enabled. For 100Mbit networks with 1500 MTU frame transmissions: A throughput of 9Mb/s is possible with 100% cpu utilization when this option is enabled on 3GHz cpus. A throughput of 10Mb/s is possible wth 20% cpu utilization when this option is disabled on 3GHz cpus. For gig-e networks with large frame transmissions: A throughput of 20Mb/s is possible when this option is enabled on 3GHz cpus. A throughput of 60Mb/s is possible when this option is disabled on 3GHz cpus. The default is on. <br></p>\n"
msgstr ""
"\n"
-"<p><b><big>Threads</big></b><br>Diese Angabe steuert, wie viele Threads benutzt werden, um Multicast-Nachrichten zu verschlüsseln und senden. Wenn sichere Authentifizierung ausgeschaltet ist, wird nie mit mehreren Threads gesendet. Wenn sichere Authentifizierung angeschaltet ist, erlaubt diese Angabe, die Systeme so zu konfigurieren, dass mehrere Threads zum Verschlüsseln und Senden von Multicast-Nachrichten benutzt werden. Der Wert 0 bewirkt, dass nicht mit mehreren Threads gesendet wird. Diese Betriebsart verspricht die beste Leistung auf auf Systemen mit nur einem CPU-Kern. Der Vorgabewert ist 0. <br></p>\n"
-"<p><b><big>Sichere Authentifizierung aktivieren</big></b><br>Das bewirkt, dass HMAC/SHA1-Authentifizierung zur Authentifizierung aller Nachrichten benutzt wird. Zusätzlich werden alle Daten mit dem sober128-Algorithmus verschlüsselt, um sie vor Abhören zu schützen. Die Aktivierung dieser Option fügt einen 36-Byte-Header zu jeder von Totem gesendeten Nachricht hinzu, was den Gesamtdurchsatz verringert. Verschlüsselung und Authentifizierung verbrauchen 75% der CPU-Leistung in aisexec; gemessen mit aktiviertem gprof. Für 100MBit-Netzwerke mit einer MTU von 1500: Ein Durchsatz von 9 MB/s ist möglich bei 100% CPU-Auslastung, wenn diese Option auf 3-GHz-CPUs aktiviert ist. Ein Durchsatz von 10 MB/s ist möglich bei einer CPU-Auslastung von 20%, wenn diese Option auf 3-GHz-CPUs deaktiviert ist. Für Gigabit-Netzwerke mit großen Netzwerkpaketen: Ein Durchsatz von 20 MB/s ist möglich, wenn diese Option auf 3-GHz-CPUs aktiviert ist. Ein Durchsatz von 60 MB/s ist möglich, wenn diese Option auf 3-GHz-CPUs deaktiviert ist. Der Vorgabewert ist \"an\". <br></p>\n"
+"<p><b><big>Threads</big></b><br>This directive controls how many threads are used to encrypt and send multicast messages. If secauth is off, the protocol will never use threaded sending. If secauth is on, this directive allows systems to be configured to use multiple threads to encrypt and send multicast messages. A thread directive of 0 indicates that no threaded send should be used. This mode offers best performance for non-SMP systems. The default is 0. <br></p>\n"
+"<p><b><big>Enable Security Auth</big></b><br>This specifies that HMAC/SHA1 authentication should be used to authenticate all messages. It further specifies that all data should be encrypted with the sober128 encryption algorithm to protect data from eavesdropping. Enabling this option adds a 36 byte header to every message sent by totem which reduces total throughput. Encryption and authentication consume 75% of CPU cycles in aisexec as measured with gprof when enabled. For 100Mbit networks with 1500 MTU frame transmissions: A throughput of 9Mb/s is possible with 100% cpu utilization when this option is enabled on 3GHz cpus. A throughput of 10Mb/s is possible wth 20% cpu utilization when this option is disabled on 3GHz cpus. For gig-e networks with large frame transmissions: A throughput of 20Mb/s is possible when this option is enabled on 3GHz cpus. A throughput of 60Mb/s is possible when this option is disabled on 3GHz cpus. The default is on. <br></p>\n"
#: src/include/cluster/helps.rb:50
msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-de-3.1.0/po/installation.de.po new/yast2-trans-de-3.1.0/po/installation.de.po
--- old/yast2-trans-de-3.1.0/po/installation.de.po 2014-10-29 17:13:37.000000000 +0100
+++ new/yast2-trans-de-3.1.0/po/installation.de.po 2015-04-20 17:56:21.000000000 +0200
@@ -15,14 +15,14 @@
# Jannick Kuhr <opensource(a)kuhr.org>, 2008.
# Hermann-Josef Beckers <hj.beckers(a)onlinehome.de>, 2009.
# Nanuk Krinner <nkrinner(a)suse.de>, 2011.
-# Hendrik Woltersdorf <hendrikw(a)arcor.de>, 2013, 2014.
+# Hendrik Woltersdorf <hendrikw(a)arcor.de>, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation.de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-13 14:24+0200\n"
-"Last-Translator: Michael Skiba <trans(a)michael-skiba.de>\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-02-14 20:20+0100\n"
+"Last-Translator: Hendrik Woltersdorf <hendrikw(a)arcor.de>\n"
"Language-Team: German <opensuse-translation-de(a)opensuse.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -31,16 +31,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -59,39 +49,39 @@
"ist ein Profil erforderlich, das festlegt, wie das installierte System aussehen soll. Wenn diese Option\n"
"ausgewählt ist, wird ein Profil des aktuellen Systems in <tt>/root/autoinst.xml</tt> gespeichert.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Soll das AutoYaST-Profil am Ende der Installation in /root/autoinst.xmlat geschrieben werden?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Klonen der Systemkonfiguration"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Klonen der Systemkonfiguration"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Das AutoYaST-Profile wird in /root/autoinst.xml geschrieben (<a href=\"%1\">Nicht schreiben</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Das AutoYaST-Profile wird nicht gespeichert (<a href=\"%1\">Schreiben</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Das AutoYaST-Profile wird in /root/autoinst.xml geschrieben"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Dateien werden in das installierte System kopiert ..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Protokolldateien werden in das installierte System kopiert ..."
@@ -1061,7 +1051,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "Ä&ndern ..."
@@ -1434,31 +1424,31 @@
"Installation wird abgebrochen."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Entfernt"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Aktiviert"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Deaktiviert"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Zuvor verwendete Repositories"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1467,27 +1457,27 @@
"aktualisieren möchten gefunden:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Aktueller Status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repository"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Status &wechseln"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1496,7 +1486,7 @@
"Aktivieren Sie diejenigen, die Sie in den Aktualisierungsprozess einschließen möchten.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1505,30 +1495,30 @@
"Schaltfläche <b>Status wechseln</b> oder doppelklicken Sie auf den jeweiligen Tabelleneintrag.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Zum Ändern einer URL klicken Sie auf die Schaltfläche <b>Ändern ...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Unbekannt"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Repository-URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Netzwerk ist nicht eingerichtet"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1537,49 +1527,49 @@
"Möchten Sie diese einrichten?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Repositories werden hinzugefügt bzw. entfernt ..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Repositorys werden hinzugefügt bzw. entfernt.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Nicht verwendete Repositories entfernen"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Nicht verwendete Repositories werden entfernt ..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Aktivierte Repositories hinzufügen"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Aktivierte Repositories werden hinzugefügt ..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Deaktivierte Repositories hinzufügen"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Deaktivierte Repositories werden hinzugefügt ..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Korrektes Medium erforderlich"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1593,7 +1583,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1608,7 +1598,7 @@
"Repository wird in deaktiviertem Zustand hinzugefügt."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1620,7 +1610,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1632,7 +1622,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1643,7 +1633,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1757,11 +1747,6 @@
msgstr "Sicherheitseinstellungen werden geschrieben ..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "bootscript-Einstellungen werden gespeichert ..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Hardware-Konfiguration wird gespeichert ..."
@@ -1935,17 +1920,17 @@
"Hinweis: Eventuell müssen Sie einige Informationen erneut eingeben."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Installation bestätigen"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Alle für die Basisinstallation erforderlichen Informationen sind nun vollständig.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1958,7 +1943,7 @@
"(dabei werden alle bestehenden Daten in diesen Partitionen gelöscht).</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1969,22 +1954,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Falls Sie sich unsicher sind, gehen Sie zurück und überprüfen Sie die Einstellungen.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Aktualisierung bestätigen"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Alle für eine Aktualisierung erforderlichen Informationen sind nun vollständig.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1995,7 +1980,7 @@
"entsprechend den Einstellungen aus den vorherigen Dialogen.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Akt&ualisierung starten"
@@ -2079,6 +2064,18 @@
"Installation konnte eine Paketabhängigkeit nicht automatisch auflösen.\n"
"Die Paketverwaltung wird geöffnet um sie manuell aufzulösen."
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Write AutoYaST profile to /root/autoinst.xml"
+#~ msgstr "Das AutoYaST-Profile wird in /root/autoinst.xml geschrieben"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "bootscript-Einstellungen werden gespeichert ..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Linux-Partitionen suchen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-de-3.1.0/po/status.txt new/yast2-trans-de-3.1.0/po/status.txt
--- old/yast2-trans-de-3.1.0/po/status.txt 2014-12-16 14:30:36.000000000 +0100
+++ new/yast2-trans-de-3.1.0/po/status.txt 2015-04-20 17:56:59.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17442
-Fuzzy : 23
-Untranslated : 9
+Translated : 17460
+Fuzzy : 11
+Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-el-3.1.0.tar.bz2 ++++++
++++ 2874 lines of diff (skipped)
++++++ yast2-trans-en_GB-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-en_GB-3.1.0/po/installation.en_GB.po new/yast2-trans-en_GB-3.1.0/po/installation.en_GB.po
--- old/yast2-trans-en_GB-3.1.0/po/installation.en_GB.po 2014-10-29 17:01:30.000000000 +0100
+++ new/yast2-trans-en_GB-3.1.0/po/installation.en_GB.po 2015-04-20 17:53:24.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: installation.en_GB\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2008-05-16 13:44+0200\n"
"Last-Translator: Benjamin Weber\n"
"Language-Team: British English\n"
@@ -19,16 +19,6 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: KAider 0.1\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -48,15 +38,19 @@
"needs a profile to know what the installed system should look like. If this option is\n"
"selected, a profile of the current system is stored in /root/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Writing the system configuration"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -64,27 +58,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copying files to installed system..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copying log files to installed system..."
@@ -1101,7 +1091,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Change..."
@@ -1510,33 +1500,33 @@
"Aborting the installation."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Remove"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Enabled"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Disabled"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Previously Used Repositories"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
#, fuzzy
msgid ""
"These repositories were found on the system\n"
@@ -1546,27 +1536,27 @@
"you are just upgrading:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Current Status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repository"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Toggle Status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
#, fuzzy
msgid ""
"<p>Here you see all software repositories found\n"
@@ -1577,7 +1567,7 @@
"those you want to include in the upgrade process.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
#, fuzzy
#| msgid ""
#| "<p>To enable or disable an URL, click on the\n"
@@ -1590,30 +1580,30 @@
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>To change the URL, click on the <b>Change...</b> button.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Unknown"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Repository URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Network is not Configured"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
#, fuzzy
msgid ""
"Remote repositories require an Internet connection.\n"
@@ -1624,57 +1614,57 @@
"Would you like to configure it?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Adding and removing repositories..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Please wait while repositories are being added and removed.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Read previously used repositories"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Reading previously used repositories..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Available Repositories"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Adding Repositories..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Available Repositories"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Adding Repositories..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1684,7 +1674,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1694,7 +1684,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1706,7 +1696,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1716,7 +1706,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1727,7 +1717,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1851,13 +1841,6 @@
msgstr "Reading security settings..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Saving sound card settings..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Saving hardware configuration..."
@@ -2053,19 +2036,19 @@
"Note: You may have to enter some information again."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirm Installation"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>All information required for the base installation is now complete.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2079,7 +2062,7 @@
"according to the installation settings in the previous dialogs.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2092,24 +2075,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Go back and check the settings if you are unsure.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirm Update"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>All information required to perform an update is now complete.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2121,7 +2104,7 @@
"according to the settings in the previous dialogs.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Start &Update"
@@ -2216,6 +2199,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Saving sound card settings..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "needs to be reinstalled"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-en_GB-3.1.0/po/status.txt new/yast2-trans-en_GB-3.1.0/po/status.txt
--- old/yast2-trans-en_GB-3.1.0/po/status.txt 2014-12-16 14:19:38.000000000 +0100
+++ new/yast2-trans-en_GB-3.1.0/po/status.txt 2015-04-20 17:53:49.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 11798
-Fuzzy : 4231
+Translated : 11796
+Fuzzy : 4230
Untranslated : 1445
--------------------
- All strings : 17474
+ All strings : 17471
68 % are translated
++++++ yast2-trans-en_US-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-en_US-3.1.0/po/installation.en_US.po new/yast2-trans-en_US-3.1.0/po/installation.en_US.po
--- old/yast2-trans-en_US-3.1.0/po/installation.en_US.po 2014-10-29 16:52:08.000000000 +0100
+++ new/yast2-trans-en_US-3.1.0/po/installation.en_US.po 2015-04-20 18:09:08.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2008-05-16 13:44+0200\n"
"Last-Translator: proofreader <i18n(a)suse.de>\n"
"Language-Team: English <i18n(a)suse.de>\n"
@@ -16,16 +16,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -40,41 +30,41 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "Reading NTP configuration..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "Configure Online Update"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -1025,7 +1015,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1374,58 +1364,58 @@
"Aborting the installation."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
#, fuzzy
msgid ""
"<p>Here you see all software repositories found\n"
@@ -1436,93 +1426,93 @@
"those you want to include in the upgrade process.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>To change the URL, click the <b>Change...</b> button.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Network is not configured"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Please, wait while the network configuration is being written and tested...</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Online Repositories"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Online Repositories"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Online Repositories"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Online Repositories"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Online Repositories"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Online Repositories"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1532,7 +1522,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1542,7 +1532,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1552,7 +1542,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1561,7 +1551,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1570,7 +1560,7 @@
msgstr "Online Repositories"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1687,13 +1677,6 @@
msgstr "Saving system settings..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving System Settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Saving system settings..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
#, fuzzy
msgid "Saving hardware configuration..."
@@ -1883,18 +1866,18 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "Initializing installation repository..."
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1903,7 +1886,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1912,22 +1895,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1935,7 +1918,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
@@ -2023,6 +2006,11 @@
msgstr ""
#, fuzzy
+#~| msgid "Saving System Settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Saving system settings..."
+
+#, fuzzy
#~ msgid "Wired"
#~ msgstr "Expired"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-en_US-3.1.0/po/status.txt new/yast2-trans-en_US-3.1.0/po/status.txt
--- old/yast2-trans-en_US-3.1.0/po/status.txt 2014-12-16 14:24:33.000000000 +0100
+++ new/yast2-trans-en_US-3.1.0/po/status.txt 2015-04-20 18:09:11.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 1669
-Fuzzy : 2939
-Untranslated : 12866
+Fuzzy : 2938
+Untranslated : 12864
--------------------
- All strings : 17474
+ All strings : 17471
10 % are translated
++++++ yast2-trans-eo-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-eo-3.1.0/po/installation.eo.po new/yast2-trans-eo-3.1.0/po/installation.eo.po
--- old/yast2-trans-eo-3.1.0/po/installation.eo.po 2014-11-03 17:10:19.000000000 +0100
+++ new/yast2-trans-eo-3.1.0/po/installation.eo.po 2015-04-20 17:51:49.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2014-11-03 08:47-0400\n"
"Last-Translator: Manuel Ortega <manuel(a)enkidu.coop>\n"
"Language-Team: Esperanto <i18n(a)suse.de>\n"
@@ -16,16 +16,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Lokokupa"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Lokokupa"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -44,39 +34,41 @@
"bezonas profilon por scii kia devas esti la instalota sistemo. Se ĉi tiu elekteblo estas\n"
"elektita, profilo de la aktuala sistemo estas konversita en <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+#, fuzzy
+#| msgid "Write AutoYaST profile to /root/autoinst.xml"
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Konservi la AutoYaST-profilon en /root/autoinst.xml"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Agordo de la klonsistemo"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Agordoj de la klonsistemo"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "La AutoYaST-profilo konserviĝos en /root/autoinst.xml (<a href=\"%1\">ne konversi ĝin</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "La AutoYaST-profilo ne konserviĝos (<a href=\"%1\">konversi ĝin</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Konservi la AutoYaST-profilon en /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopiado de la dosieroj al la instalita sistemo..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopiado de la protokoldosieroj al la instalita sistemo..."
@@ -1041,7 +1033,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "Ŝ&anĝi..."
@@ -1410,31 +1402,31 @@
"Ĉesigado de la instalo."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Forigite"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Ŝaltita"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Malŝaltita"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Antaŭe Uzitaj Deponejoj"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1443,27 +1435,27 @@
"kiun vi promocias:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Aktuala Stato"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Deponejo"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Baskuligi Staton"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1472,7 +1464,7 @@
"en la sistemo kiun vi promocias. Ŝaltu tiujn kiujn vi volas inkluzivigi en la promocian procezon.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1481,30 +1473,30 @@
"la butono <b>Ŝanĝi staton</b> aŭ duoble alklaku la kocernan elementon de la tabelo.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Por ŝanĝi la URL, klaku sur la butono <b>Ŝanĝi...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nekonata"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL de la &Deponejo"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Reto ne estas agordita"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1513,49 +1505,49 @@
"Ĉu agordi ĝin?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Aldonado kaj forigado de deponejoj..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Prilaborado de la deponejoj.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Forigi neuzatajn deponejojn"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Forigado de neuzataj deponejoj."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Aldoni ŝaltitajn deponejojn"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Aldonado de ŝaltitaj deponejoj..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Aldoni malŝaltitajn deponejojn"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Aldonado de malŝaltitaj deponejoj..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Necesas ĝusta memorilo"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1569,7 +1561,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1584,7 +1576,7 @@
"La deponejo estos aldonita je malŝaltita stato."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1596,7 +1588,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1608,7 +1600,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1619,7 +1611,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1732,11 +1724,6 @@
msgstr "Konservado de la sekurecaj agordoj..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Konservado de la agordoj de la praŝargaj skriptoj..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Konservado de la agordoj de la aparataro..."
@@ -1908,17 +1895,17 @@
"Notoj: Eble vi devos replenigi kelkajn informojn denove."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Konfirmi Instaladon"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Devigitaj informoj por la baza instalo nun plenas.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1931,7 +1918,7 @@
"instalagordoj en la antaŭaj dialogoj.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1943,22 +1930,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Iru reen kaj kontrolu la agordojn se vi ne estas certa.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Konfirmi Ĝisdatigon"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>La postulata informo por efektivigi ĝisdatigon estas nun kompleta.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1969,7 +1956,7 @@
"laŭ la agordoj de la pasintaj dialogoj.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Startigi Ĝis&datigon"
@@ -2053,6 +2040,15 @@
"La instalilo ne sukcesis aŭtomate solvi la pakaĵdependaĵojn.\n"
"Programarmastrumilo malfermiĝos por ke vi permane solvu ilin."
+#~ msgid "Dummy"
+#~ msgstr "Lokokupa"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Lokokupa"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Konservado de la agordoj de la praŝargaj skriptoj..."
+
#~ msgid "Network Device: %1"
#~ msgstr "Retaparato: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-eo-3.1.0/po/status.txt new/yast2-trans-eo-3.1.0/po/status.txt
--- old/yast2-trans-eo-3.1.0/po/status.txt 2014-12-16 14:28:48.000000000 +0100
+++ new/yast2-trans-eo-3.1.0/po/status.txt 2015-04-20 17:51:50.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 879
-Fuzzy : 55
+Translated : 875
+Fuzzy : 56
Untranslated : 16540
--------------------
- All strings : 17474
+ All strings : 17471
5 % are translated
++++++ yast2-trans-es-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-es-3.1.0/po/base.es.po new/yast2-trans-es-3.1.0/po/base.es.po
--- old/yast2-trans-es-3.1.0/po/base.es.po 2014-10-29 16:58:24.000000000 +0100
+++ new/yast2-trans-es-3.1.0/po/base.es.po 2015-04-20 18:04:53.000000000 +0200
@@ -12,20 +12,21 @@
# César Sánchez Alonso <csalinux(a)gmail.com>, 2007.
# Luis Martinez <lmartinez(a)sct.ictnet.es>, 2008, 2009.
# Ricardo Varas Santana <rivarass(a)gmail.com>, 2009.
+# Javier Llorente <javier(a)opensuse.org>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: base\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:22+0100\n"
-"PO-Revision-Date: 2014-10-18 12:31-0300\n"
-"Last-Translator: Sergio Gabriel Teves <gabriel(a)opensuse.org>\n"
+"PO-Revision-Date: 2015-03-05 01:12+0100\n"
+"Last-Translator: Javier Llorente <javier(a)opensuse.org>\n"
"Language-Team: Spanish <opensuse-translation-es(a)opensuse.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.6.9\n"
+"X-Generator: Lokalize 1.5\n"
#. Translators: a warning message in a continue-cancel question
#. Opscode Chef is a different way to configure the system.
@@ -4085,7 +4086,7 @@
#. open a new wizard dialog if needed
#: library/packages/src/modules/PackagesUI.rb:661
msgid "After Installing Packages"
-msgstr "Luego de instalar paquetes"
+msgstr "Después de instalar paquetes"
#: library/packages/src/modules/PackagesUI.rb:662
msgid "Show This Report"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-es-3.1.0/po/installation.es.po new/yast2-trans-es-3.1.0/po/installation.es.po
--- old/yast2-trans-es-3.1.0/po/installation.es.po 2014-12-16 14:22:18.000000000 +0100
+++ new/yast2-trans-es-3.1.0/po/installation.es.po 2015-04-20 18:04:50.000000000 +0200
@@ -18,7 +18,7 @@
msgstr ""
"Project-Id-Version: installation.es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2014-11-25 16:08-0300\n"
"Last-Translator: Sergio Gabriel Teves <gabriel(a)opensuse.org>\n"
"Language-Team: Spanish <opensuse-translation-es(a)opensuse.org>\n"
@@ -29,16 +29,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.9\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Simulado"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "Simula&do"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -58,39 +48,39 @@
"el sistema instalado. Si esta opción está seleccionada, se almacenará un perfil del sistema actual en\n"
" <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Configuración del Sistema de Duplicación"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Configuración del Sistema de Duplicación"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "El perfil de AutoYaST se guardará en /root/autoinst.xml (<a href=\"%1\">no guardar</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "No se guardará un perfil de AutoYaST (<a href=\"%1\">guardar</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Escribir perfil de AutoYaST en /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copiando los archivos al sistema instalado..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copiando los archivos de registro al sistema instalado..."
@@ -1096,7 +1086,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Cambiar..."
@@ -1474,31 +1464,31 @@
# include/partitioning/lvm_ui_lib.ycp:363 include/partitioning/raid_ui.ycp:349
# include/partitioning/lvm_ui_lib.ycp:389 include/partitioning/raid_ui.ycp:349
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Eliminado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Activado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Desactivado"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Repositorios usados anteriormente"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1507,27 +1497,27 @@
"que está actualizando:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Estado actual"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repositorio"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Dirección URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Cambiar estado"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1537,7 +1527,7 @@
"desee incluir en el proceso de actualización.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1546,30 +1536,30 @@
"<b>Cambiar estado</b>o pulse dos veces sobre el elemento respectivo en la tabla.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Para cambiar la dirección URL, pulse sobre el botón <b>Cambiar....</b> .</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Desconocido"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Dirección URL del &repositorio"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "La red no está configurada"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1578,51 +1568,51 @@
"¿Desea configurarla?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Añadiendo y eliminando repositorios..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Realizando cambios en los repositorios.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Quitar repositorios sin usar"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Quitando repositorios sin usar..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Añadir repositorios habilitados"
# include/users/ui.ycp:515 menuentries/menuentry_add_user.ycp:51
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Añadiendo repositorios habilitados..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Añadir repositorios deshabilitados"
# include/users/ui.ycp:515 menuentries/menuentry_add_user.ycp:51
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Añadiendo repositorios deshabilitados..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Se necesita el medio correcto"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1636,7 +1626,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1651,7 +1641,7 @@
"El repositorio se añadirá deshabilitado."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1663,7 +1653,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1675,7 +1665,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1686,7 +1676,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1800,11 +1790,6 @@
msgstr "Guardando configuració de seguridad..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Guardando configuración de los scripts de inicio..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Guardando la configuración del hardware..."
@@ -1976,17 +1961,17 @@
"Nota: es posible que tenga introducir algunos datos de nuevo."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirmar la instalación"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>La información necesaria para la instalación básica está completa.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1999,7 +1984,7 @@
"en los diálogos anteriores.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2010,22 +1995,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Si no está seguro, todavía puede retroceder y revisar las opciones seleccionadas.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirmar actualización"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Se ha completado toda la información necesaria para realizar una actualización.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2036,7 +2021,7 @@
"conforme a las opciones seleccionadas en los diálogos anteriores.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Iniciar &actualización"
@@ -2127,6 +2112,18 @@
"La instalación no ha logrado resolver las dependencias de paquetes automáticamente.\n"
"Se abrirá el gestor de paquetes para que pueda resolverlas manualmente."
+#~ msgid "Dummy"
+#~ msgstr "Simulado"
+
+#~ msgid "&Dummy"
+#~ msgstr "Simula&do"
+
+#~ msgid "Write AutoYaST profile to /root/autoinst.xml"
+#~ msgstr "Escribir perfil de AutoYaST en /root/autoinst.xml"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Guardando configuración de los scripts de inicio..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Buscar particiones Linux"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-es-3.1.0/po/network.es.po new/yast2-trans-es-3.1.0/po/network.es.po
--- old/yast2-trans-es-3.1.0/po/network.es.po 2014-10-29 16:58:54.000000000 +0100
+++ new/yast2-trans-es-3.1.0/po/network.es.po 2015-04-20 18:05:19.000000000 +0200
@@ -23,20 +23,21 @@
# Javier Llorente <javier(a)opensuse.org>, 2010.
# lluis, 2011.
# lluis <lmartinez(a)ingelin.es>, 2011, 2012.
+# jcsl <trcs(a)gmx.com>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: network\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-10-14 19:19-0300\n"
-"Last-Translator: Sergio Gabriel Teves <gabriel(a)opensuse.org>\n"
-"Language-Team: Spanish <opensuse-translation-es(a)opensuse.org>\n"
+"PO-Revision-Date: 2015-03-30 15:01+0200\n"
+"Last-Translator: jcsl <trcs(a)gmx.com>\n"
+"Language-Team: Spanish <kde-i18n-doc(a)kde.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.6.9\n"
+"X-Generator: Lokalize 1.5\n"
#. Commandline help title
#: src/clients/dns.rb:63
@@ -193,11 +194,11 @@
#: src/clients/firewall_stage1_proposal.rb:287
msgid "SSH service will be enabled (<a href=\"%s\">disable</a>)"
-msgstr "El servicio SSH será habilitado (<a href=\"%1\">deshabilitar</a>)"
+msgstr "El servicio SSH será habilitado (<a href=\"%s\">deshabilitar</a>)"
#: src/clients/firewall_stage1_proposal.rb:291
msgid "SSH service will be disabled (<a href=\"%s\">enable</a>)"
-msgstr "El servicio SSH será deshabilitado (<a href=\"%1\">habilitar</a>)"
+msgstr "El servicio SSH será deshabilitado (<a href=\"%s\">habilitar</a>)"
#. TRANSLATORS: check-box label
#: src/clients/firewall_stage1_proposal.rb:307
@@ -212,22 +213,22 @@
#. Show VNC port only if installing over VNC
#: src/clients/firewall_stage1_proposal.rb:339
msgid "VNC ports will be open (<a href=\"%s\">close</a>)"
-msgstr "Los puertos VNC estarán abiertos (<a href=\"%1\">cerrar</a>)"
+msgstr "Los puertos VNC estarán abiertos (<a href=\"%s\">cerrar</a>)"
#: src/clients/firewall_stage1_proposal.rb:341
msgid "VNC ports will be blocked (<a href=\"%s\">open</a>)"
-msgstr "Los puertos VNC estarán cerrados (<a href=\"%1\">abrir</a>)"
+msgstr "Los puertos VNC estarán cerrados (<a href=\"%s\">abrir</a>)"
#. Returns the SSH-port part of the firewall proposal description
#. Returns nil if this part should be skipped
#. @return [String] proposal html text
#: src/clients/firewall_stage1_proposal.rb:352
msgid "SSH port will be open (<a href=\"%s\">block</a>)"
-msgstr "El puerto SSH estará abierto (<a href=\"%1\">cerrar</a>)"
+msgstr "El puerto SSH estará abierto (<a href=\"%s\">cerrar</a>)"
#: src/clients/firewall_stage1_proposal.rb:354
msgid "SSH port will be blocked (<a href=\"%s\">open</a>)"
-msgstr "El puerto SSH estará cerrado (<a href=\"%1\">abrir</a>)"
+msgstr "El puerto SSH estará cerrado (<a href=\"%s\">abrir</a>)"
#. Commandline help title
#. configuration of hosts
@@ -4785,7 +4786,7 @@
#: src/modules/LanItems.rb:1378
msgid "enslaved in %s"
-msgstr "esclavizado en %1"
+msgstr "esclavizado en %s"
#: src/modules/LanItems.rb:1379
msgid "Bonding master"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-es-3.1.0/po/packager.es.po new/yast2-trans-es-3.1.0/po/packager.es.po
--- old/yast2-trans-es-3.1.0/po/packager.es.po 2014-10-29 16:58:18.000000000 +0100
+++ new/yast2-trans-es-3.1.0/po/packager.es.po 2015-04-20 18:04:47.000000000 +0200
@@ -12,18 +12,18 @@
# Miguel Angel Alvarez <maacruz(a)gmail.com>, 2007.
# Sergio Gabriel Teves <gabriel(a)opensuse.org>, 2008.
# Ricardo Varas Santana <rivarass(a)gmail.com>, 2009.
-# Javier Llorente <javier(a)opensuse.org>, 2009.
+# Javier Llorente <javier(a)opensuse.org>, 2009, 2015.
# Lluis <lmartinez(a)sct.ictnet.es>, 2010.
# lluis, 2011.
# lluis <lmartinez(a)sct.ictnet.es>, 2011, 2012.
-# Carlos E. Robinson <carlos.e.r(a)opensuse.org>, 2012, 2013.
+# Carlos E. Robinson <carlos.e.r(a)opensuse.org>, 2012, 2013, 2015.
msgid ""
msgstr ""
"Project-Id-Version: packager.es\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2013-09-16 13:10+0200\n"
-"Last-Translator: Carlos E. Robinson <carlos.e.r(a)opensuse.org>\n"
+"PO-Revision-Date: 2015-03-05 01:05+0100\n"
+"Last-Translator: Javier Llorente <javier(a)opensuse.org>\n"
"Language-Team: Spanish <opensuse-translation-es(a)opensuse.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -1849,7 +1849,7 @@
#. help text for software proposal
#: src/modules/Packages.rb:325
msgid "<P>The pattern list states which functionality will be available after installing the system.</P>"
-msgstr "<P>La lista de patrones muestra que funcionalidad estará disponible luego de instalar el sistema.</P>"
+msgstr "<P>La lista de patrones muestra que funcionalidad estará disponible después de instalar el sistema.</P>"
#. (see bnc#178357 why these numbers)
#. translators: help text for software proposal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-es-3.1.0/po/status.txt new/yast2-trans-es-3.1.0/po/status.txt
--- old/yast2-trans-es-3.1.0/po/status.txt 2014-12-16 14:23:02.000000000 +0100
+++ new/yast2-trans-es-3.1.0/po/status.txt 2015-04-20 18:05:31.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17249
+Translated : 17245
Fuzzy : 90
-Untranslated : 135
+Untranslated : 136
--------------------
- All strings : 17474
+ All strings : 17471
99 % are translated
++++++ yast2-trans-et-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-et-3.1.0/po/installation.et.po new/yast2-trans-et-3.1.0/po/installation.et.po
--- old/yast2-trans-et-3.1.0/po/installation.et.po 2014-10-29 16:49:31.000000000 +0100
+++ new/yast2-trans-et-3.1.0/po/installation.et.po 2015-04-20 17:48:03.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: installation.et\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-12-13 01:57+0200\n"
"Last-Translator: Jaan Vajakas <jaanvajakas(a)hot.ee>\n"
"Language-Team: Estonian <>\n"
@@ -20,16 +20,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Näidis"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "Näi&dis"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -54,15 +44,19 @@
"vajab profiili, mis ütleb, kuidas paigaldatud süsteem välja peaks nägema. Kui see suvand\n"
"on valitud, salvestatakse käesoleva süsteemi profiil asukohta <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Süsteemi häälestuse kirjutamine..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -70,27 +64,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Failide kopeerimine paigaldatud süsteemi..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Logifailide kopeerimine paigaldatud süsteemi..."
@@ -1078,7 +1068,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Muuda..."
@@ -1463,31 +1453,31 @@
"Paigaldamine katkestatakse."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Eemaldatud"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Lubatud"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Keelatud"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Eelnevalt kasutatud hoidlad"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1496,27 +1486,27 @@
"järgmised hoidlad:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Praegune olek"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Hoidla"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Lüli&ta olek ümber"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1525,7 +1515,7 @@
"süsteemilt leiti. Luba need hoidlad, mille tahad uuendamisel kaasata.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1534,30 +1524,30 @@
"<b>Lülita olek ümber</b> või tee topeltklõps vastaval tabeli kirjel.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>URL-i muutmiseks vajuta nuppu <b>Muuda...</b></p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Tundmatu"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Hoidla U&RL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Võrk pole häälestatud"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1566,49 +1556,49 @@
"Kas seadistada see?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Hoidlate lisamine ja eemaldamine..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Hoidlaid lisatakse ja eemaldatakse.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Kasutamata hoidlate eemaldamine"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Eemaldatakse kasutamata hoidlaid..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Lubatud hoidlate lisamine"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Lisatakse lubatud hoidlaid..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Keelatud hoidlate lisamine"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Lisatakse keelatud hoidlaid..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Sisesta õige andmekandja"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1622,7 +1612,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1632,7 +1622,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1644,7 +1634,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1656,7 +1646,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1667,7 +1657,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1787,13 +1777,6 @@
msgstr "Turvasätete lugemine..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Helikaardi sätete salvestamine..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Riistvara häälestuse salvestamine..."
@@ -1932,17 +1915,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Paigaldamise kinnitamine"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Põhipaigalduseks vajalik teave on nüüd olemas.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -1956,7 +1939,7 @@
"vastavalt eelmistes dialoogides määratud paigaldamise sätetele.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -1969,22 +1952,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Mine tagasi ja kontrolli sätteid, kui kahtled.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Uuendamise kinnitamine"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Uuendamiseks vajalik teave on nüüd olemas.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -1996,7 +1979,7 @@
"vastavalt eelmistes dialoogides määratud sätetele.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Käivita &uuendamine"
@@ -2091,6 +2074,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Näidis"
+
+#~ msgid "&Dummy"
+#~ msgstr "Näi&dis"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Helikaardi sätete salvestamine..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Litsentsiga peab nõustutama"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-et-3.1.0/po/status.txt new/yast2-trans-et-3.1.0/po/status.txt
--- old/yast2-trans-et-3.1.0/po/status.txt 2014-12-16 14:17:48.000000000 +0100
+++ new/yast2-trans-et-3.1.0/po/status.txt 2015-04-20 17:48:14.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 9192
-Fuzzy : 3388
+Translated : 9190
+Fuzzy : 3387
Untranslated : 4894
--------------------
- All strings : 17474
+ All strings : 17471
53 % are translated
++++++ yast2-trans-eu-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-eu-3.1.0/po/installation.eu.po new/yast2-trans-eu-3.1.0/po/installation.eu.po
--- old/yast2-trans-eu-3.1.0/po/installation.eu.po 2014-10-29 16:55:50.000000000 +0100
+++ new/yast2-trans-eu-3.1.0/po/installation.eu.po 2015-04-20 17:47:56.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-01-11 22:36+0100\n"
"Last-Translator: etxondoko <ander.elor(a)gmail.com>\n"
"Language-Team: Basque <librezale(a)librezale.org>\n"
@@ -17,16 +17,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Probakoa"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Probakoa"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -41,39 +31,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -955,7 +945,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1277,144 +1267,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1424,7 +1414,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1434,7 +1424,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1443,7 +1433,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1452,7 +1442,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1460,7 +1450,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1564,11 +1554,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1703,17 +1688,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1722,7 +1707,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1731,22 +1716,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1754,7 +1739,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
@@ -1835,3 +1820,9 @@
"Installation was unable to solve package dependencies automatically.\n"
"Software manager will be opened for you to solve them manually."
msgstr ""
+
+#~ msgid "Dummy"
+#~ msgstr "Probakoa"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Probakoa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-eu-3.1.0/po/status.txt new/yast2-trans-eu-3.1.0/po/status.txt
--- old/yast2-trans-eu-3.1.0/po/status.txt 2014-12-16 14:29:43.000000000 +0100
+++ new/yast2-trans-eu-3.1.0/po/status.txt 2015-04-20 17:47:57.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 118
+Translated : 116
Fuzzy : 5
-Untranslated : 17351
+Untranslated : 17350
--------------------
- All strings : 17474
+ All strings : 17471
1 % are translated
++++++ yast2-trans-fa-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fa-3.1.0/po/installation.fa.po new/yast2-trans-fa-3.1.0/po/installation.fa.po
--- old/yast2-trans-fa-3.1.0/po/installation.fa.po 2014-10-29 16:59:15.000000000 +0100
+++ new/yast2-trans-fa-3.1.0/po/installation.fa.po 2015-04-20 18:09:14.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: yast2 memory\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2010-02-15 23:53+0330\n"
"Last-Translator: \n"
"Language-Team: Persian <i18n(a)suse.de>\n"
@@ -17,16 +17,6 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.0\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "مصنوع"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&مصنوع"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -52,15 +42,19 @@
"به اطلاعات عمومی برای داشتن دانش این که سیستمی که نصب می شود چگونه باشد ،احتیاج دارد. اگر این گزینه \n"
"انتخاب شده باشد، اطلاعات عمومی سیستم در مسیر <tt>/root/autoinst.xml</tt> ذخیره خواهد شد.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "نوشتن قالب بندی سیستم"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -68,27 +62,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "در حال نسخه سازی فایل ها در سیستم نصب شده.."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "در حال ذخیره سازی فایل وضعیت در سیستم نصب شده.."
@@ -1110,7 +1100,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&تغییر"
@@ -1453,31 +1443,31 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "فعال"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "غیر فعال"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "مخزن از قبل استفاده شده"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1486,113 +1476,113 @@
"می کنید پیدا شده است:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "حالت جاری"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "خزانه"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "آدرس"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "تغییر &حالت"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "ناشناس"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "شبکه قالب بندی شده است"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "اضافه و کم کردن خزانه ها"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "خزانه های که استفاده نمیشود را حذف کن"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "در حال حذف خزانه های غیر ملزوم.."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "اضافه کردن خزانه های فعال"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "درحال اضافه کردن خزانه های فعال"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "اضافه کردن خزانه های غیر فعال"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "در حال اضافه کردن خزانه های غیر فعال"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1602,7 +1592,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1612,7 +1602,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid "Add enabled repositories"
msgid ""
@@ -1623,7 +1613,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1632,7 +1622,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid "Add enabled repositories"
msgid ""
@@ -1642,7 +1632,7 @@
msgstr "اضافه کردن خزانه های فعال"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid "Add disabled repositories"
msgid ""
@@ -1762,13 +1752,6 @@
msgstr "در حال نوشتن تنظیمات proxy...."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving automatical installation settings..."
-msgid "Saving boot scripts settings..."
-msgstr "در حال ذخیره سازی تنظیمات نصب به صورت خودکار..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "در حال ذخیره سازی قالب بندی سخت افزار..."
@@ -1915,19 +1898,19 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p> تمام اطلاعاتی که برای روند نصب پایه مورد نیاز است کامل شده است.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1936,7 +1919,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1948,24 +1931,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>در صورتی که اطمینان ندارید به عقب برگردید و تنظیمات خود را دوباره برسی کنید.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "تصدیق به روز رسانی"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>تمام اطلاعاتی که برای اجرای به روز رسانی مورد نیاز است کامل شده.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1976,7 +1959,7 @@
"این عمل بر اساس تنظیمات قبلی شما اتفاق خواهد افتاد.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "آغاز به &روزرسانی"
@@ -2074,6 +2057,17 @@
"روند نصب قادر نیست که وابستگی بین بسته ها را به صورت خود کار حل کند.\n"
"برنامه مدیریت بسته ها برای شما باز می شود تا ان را به صورت دستی انجام دهید."
+#~ msgid "Dummy"
+#~ msgstr "مصنوع"
+
+#~ msgid "&Dummy"
+#~ msgstr "&مصنوع"
+
+#, fuzzy
+#~| msgid "Saving automatical installation settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "در حال ذخیره سازی تنظیمات نصب به صورت خودکار..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "جستجو برای فایلبندی لینوکس"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fa-3.1.0/po/status.txt new/yast2-trans-fa-3.1.0/po/status.txt
--- old/yast2-trans-fa-3.1.0/po/status.txt 2014-12-16 14:11:11.000000000 +0100
+++ new/yast2-trans-fa-3.1.0/po/status.txt 2015-04-20 18:09:17.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 1102
-Fuzzy : 1082
+Translated : 1100
+Fuzzy : 1081
Untranslated : 15290
--------------------
- All strings : 17474
+ All strings : 17471
6 % are translated
++++++ yast2-trans-fi-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/audit-laf.fi.po new/yast2-trans-fi-3.1.0/po/audit-laf.fi.po
--- old/yast2-trans-fi-3.1.0/po/audit-laf.fi.po 2014-10-29 17:07:07.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/audit-laf.fi.po 2015-04-20 17:50:22.000000000 +0200
@@ -10,13 +10,13 @@
# Asko Isonokari <askoin(a)opensuse.fi>, 2009, 2012.
# Jyri Palokangas <jyri.palokangas(a)opensuse.org>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012.
# Katariina Kemppainen <katariina(a)opensuse.fi>, 2010.
-# Harri Miettinen <harmie(a)opensuse.fi>, 2013.
+# Harri Miettinen <harmie(a)opensuse.fi>, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: audit-laf.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2013-08-15 18:38+0300\n"
+"PO-Revision-Date: 2014-12-17 22:59+0200\n"
"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
"Language: fi\n"
@@ -892,23 +892,21 @@
#. question shown in a popup about start of audit daemon
#: src/modules/AuditLaf.rb:463
+#, fuzzy
msgid ""
"Do you want to start it and enable start at boot\n"
"or only start the daemon for now?"
msgstr ""
+"Haluatko käynnistää audit-demonin nyt ja käynnistyksen yhteydessä\n"
+"vai pelkästään nyt?"
#: src/modules/AuditLaf.rb:466
+#, fuzzy
msgid "The daemon 'auditd' doesn't run.\n"
-msgstr ""
+msgstr "auditd-demoni ei ole käynnissä.\n"
#. message about loaded kernel module
#: src/modules/AuditLaf.rb:470
-#, fuzzy
-#| msgid ""
-#| " The 'apparmor' kernel module is loaded.\n"
-#| "The kernel uses a running audit daemon to log audit\n"
-#| "events to /var/log/audit/audit.log (default). \n"
-#| "Do you want to start the daemon now?"
msgid ""
"The 'apparmor' kernel module is loaded.\n"
"The kernel uses a running audit daemon to log audit\n"
@@ -917,19 +915,18 @@
"Ytimen moduuli 'apparmor' on ladattu.\n"
"Ydin käyttää audit-demonia kirjaamaan audit-\n"
"tapahtumat /var/log/audit/audit.log-tiedostoon (oletus). \n"
-"Haluatko käynnistää demonin nyt?"
#. Headline of a popup
#: src/modules/AuditLaf.rb:477
#, fuzzy
#| msgid "Start daemon."
msgid "Start of Audit Daemon"
-msgstr "Käynnistä demoni."
+msgstr "Käynnistä Audit-demoni."
#. label of three buttons belonging to the popup
#: src/modules/AuditLaf.rb:479
msgid "Start and &Enable"
-msgstr ""
+msgstr "Käynnistä ja ota käyttöön"
#: src/modules/AuditLaf.rb:479
msgid "&Start"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/autoinst.fi.po new/yast2-trans-fi-3.1.0/po/autoinst.fi.po
--- old/yast2-trans-fi-3.1.0/po/autoinst.fi.po 2014-10-29 17:07:28.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/autoinst.fi.po 2015-04-20 17:50:41.000000000 +0200
@@ -15,14 +15,14 @@
# Asko Isonokari <askoin(a)netsonic.fi>, 2009.
# Harri Miettinen <harri.miettinen(a)opensuse.fi>, 2010.
# Katariina Kemppainen <katariina(a)opensuse.fi>, 2010.
-# Harri Miettinen <harmie(a)opensuse.fi>, 2011, 2013.
+# Harri Miettinen <harmie(a)opensuse.fi>, 2011, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: autoinst.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-10-12 20:51+0300\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
+"PO-Revision-Date: 2014-12-17 21:06+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -148,10 +148,8 @@
#. TRANSLATORS: Warning that an already existing autoyast configuration file will be overwritten.
#: src/clients/clone_system.rb:94
-#, fuzzy
-#| msgid "%1 exists! Really overwrite?"
msgid "File %s exists! Really overwrite?"
-msgstr "%1 on jo olemassa! Korvataanko se varmasti?"
+msgstr "Tiedosto %s on jo olemassa! Korvataanko se varmasti?"
#: src/clients/clone_system.rb:98
msgid "Cloning the system..."
@@ -551,10 +549,8 @@
msgstr "Määritetään käynnistyslatain..."
#: src/clients/inst_autosetup.rb:69 src/clients/inst_autosetup_upgrade.rb:63
-#, fuzzy
-#| msgid "Repairing file system..."
msgid "Registering the system..."
-msgstr "Korjataan tiedostojärjestelmää..."
+msgstr "Rekisteröidään järjestelmää..."
#: src/clients/inst_autosetup.rb:70 src/clients/inst_autosetup_upgrade.rb:64
msgid "Configuring Software selections..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/bootloader.fi.po new/yast2-trans-fi-3.1.0/po/bootloader.fi.po
--- old/yast2-trans-fi-3.1.0/po/bootloader.fi.po 2014-10-29 17:07:18.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/bootloader.fi.po 2015-04-20 17:50:31.000000000 +0200
@@ -21,8 +21,8 @@
"Project-Id-Version: bootloader.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-10-27 21:57+0200\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
+"PO-Revision-Date: 2014-12-17 21:13+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -43,10 +43,8 @@
#. command line help text for delete action
#: src/clients/bootloader.rb:58
-#, fuzzy
-#| msgid "Set a global option"
msgid "Delete a global option"
-msgstr "Aseta yleinen valinta"
+msgstr "Poista yleinen valinta"
#. command line help text for set action
#: src/clients/bootloader.rb:65
@@ -80,10 +78,8 @@
#. command line, %1 is the value of bootloader option
#: src/clients/bootloader.rb:182
-#, fuzzy
-#| msgid "Value: %1"
msgid "Value: %s"
-msgstr "Arvo: %1"
+msgstr "Arvo: %s"
#. command line error report
#: src/clients/bootloader.rb:185
@@ -263,16 +259,12 @@
"ottaaksesi käyttöön GRUB:in kirjoituksen MBR:lle molemmissa levyissä.</p>"
#: src/include/bootloader/grub/helps.rb:65
-#, fuzzy
-#| msgid ""
-#| "<p><b>Use Serial Console</b> lets you define the parameters to use\n"
-#| "for a serial console. Please see the grub documentation (<code>info grub</code>) for details.</p>"
msgid ""
"<p><b>Use Serial Console</b> lets you define the parameters to use\n"
"for a serial console. Please see the grub documentation (<code>info grub2</code>) for details.</p>"
msgstr ""
-"<p><b>Sarjayhteyden parametrit</b> -vaihtoehdon avulla voit määrittää sarjakonsolille\n"
-"käytettävät parametrit. Lisätietoja on grub-ohjeissa (<code>info grub</code>).</p>"
+"<p><b>Käytä Sarjakonsolia</b> -vaihtoehdon avulla voit määrittää sarjakonsolille\n"
+"käytettävät parametrit. Lisätietoja on grub-ohjeissa (<code>info grub2</code>).</p>"
#: src/include/bootloader/grub/helps.rb:68
msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/cluster.fi.po new/yast2-trans-fi-3.1.0/po/cluster.fi.po
--- old/yast2-trans-fi-3.1.0/po/cluster.fi.po 2014-10-29 17:07:20.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/cluster.fi.po 2015-04-20 17:50:33.000000000 +0200
@@ -11,8 +11,8 @@
"Project-Id-Version: autoinst.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-10-26 20:34+0200\n"
-"Last-Translator: Tommi Nieminen <translator(a)legisign.org>\n"
+"PO-Revision-Date: 2014-12-17 21:38+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: American English <kde-i18n-doc(a)kde.org>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
@@ -97,63 +97,53 @@
#: src/include/cluster/dialogs.rb:113
msgid "Redundant IP Address"
-msgstr "Tarpeeton IP-osoite"
+msgstr "Varayhteyden IP-osoite"
#: src/include/cluster/dialogs.rb:115 src/include/cluster/dialogs.rb:499
-#, fuzzy
-#| msgid "Node IP"
msgid "Node ID"
-msgstr "Solmun IP "
+msgstr "Solmun ID"
#. Set need to require 'set'
#: src/include/cluster/dialogs.rb:163
msgid "Node ID has to be fulfilled with a positive integer"
-msgstr ""
+msgstr "Solmun ID pitää olla asetettu positiiviseksi kokonaisluvuksi"
#: src/include/cluster/dialogs.rb:170
-#, fuzzy
-#| msgid "The hardware address must be unique."
msgid "Node ID must be unique"
-msgstr "Laitteisto-osoitteen pitää olla yksilöivä."
+msgstr "Solmun ID pitää olla yksilöllinen"
#. BNC#871970, change member address struct
#: src/include/cluster/dialogs.rb:191 src/include/cluster/dialogs.rb:245
-#, fuzzy
-#| msgid "Bind Network Address:"
msgid "The Bind Network Address has to be fulfilled"
-msgstr "Sidottu verkko-osoite:"
+msgstr "Sidottu verkko-osoite pitää olla asetettu"
#: src/include/cluster/dialogs.rb:197
msgid "The cluster name has to be fulfilled"
-msgstr ""
+msgstr "Klusterin nimi pitää olla määritetty"
#: src/include/cluster/dialogs.rb:214
#, fuzzy
#| msgid "The hardware address must be defined."
msgid "The Member Address has to be fulfilled"
-msgstr "Laitteisto-osoite pitää olla määritelty."
+msgstr "Jäsenosoite pitää olla määritetty"
#. BNC#880242, expected_votes must have value when "udp"
#: src/include/cluster/dialogs.rb:220
-#, fuzzy
-#| msgid "Play the test sound when the card is configured"
msgid "The Expected Votes has to be fulfilled when udp is configured"
-msgstr "Soita testiääni, kun äänikortti on määritetty"
+msgstr "Odotettujen äänien määrä pitää olla määritetty kun udp on käytössä"
#: src/include/cluster/dialogs.rb:226 src/include/cluster/dialogs.rb:254
#: src/include/cluster/dialogs.rb:1463
msgid "The Multicast Address has to be fulfilled"
-msgstr ""
+msgstr "Ryhmälähetysosoite pitää olla määritetty"
#: src/include/cluster/dialogs.rb:236 src/include/cluster/dialogs.rb:264
-#, fuzzy
-#| msgid "The value for pos must be a positive integer."
msgid "The Multicast port must be a positive integer"
-msgstr "pos arvon täytyy olla positiivinen kokonaisluku."
+msgstr "Ryhmälähetysportti pitää olla positiivinen kokonaisluku"
#: src/include/cluster/dialogs.rb:270
msgid "Only passive or active can be chosen if multiple interface used. Set to passive."
-msgstr ""
+msgstr "Voit valita vain passiivisen tai aktiivisen, kun useampi liitäntä käytössä. Aseta passiiviseksi."
#. BNC#871970, change member address struct to memberaddr
#: src/include/cluster/dialogs.rb:439
@@ -209,7 +199,7 @@
#, fuzzy
#| msgid "Redundant IP Address"
msgid "Redundant IP"
-msgstr "Tarpeeton IP-osoite"
+msgstr "Varayhteyden IP-osoite"
#. BNC#879596, check the corosync.conf format
#: src/include/cluster/dialogs.rb:539
@@ -217,15 +207,17 @@
" NOTICE: Detected old corosync configuration.\n"
" Please reconfigure the member list and confirm all other settings."
msgstr ""
+"ILMOITUS: Havaittiin vanha corosync määritys.\n"
+"Määritä jäsenlista uudelleen ja tarkista muutkin määritykset."
#. Notice, current could be "nil" if the list is empty.
#: src/include/cluster/dialogs.rb:690
msgid "Number of threads must be integer"
-msgstr ""
+msgstr "Säikeiden määrä pitää olla kokonaisluku"
#: src/include/cluster/dialogs.rb:696
msgid "Number of threads must larger then 0"
-msgstr ""
+msgstr "Säikeiden määrä pitää olla suurempi kuin 0"
#: src/include/cluster/dialogs.rb:734
msgid "Enable Security Auth"
@@ -245,11 +237,11 @@
#: src/include/cluster/dialogs.rb:773
msgid "Failed to create /etc/corosync/authkey"
-msgstr ""
+msgstr "Tiedoston /etc/corosync/authkey luonti epäonnistui"
#: src/include/cluster/dialogs.rb:775
msgid "Create /etc/corosync/authkey succeeded"
-msgstr ""
+msgstr "Tiedoston /etc/corosync/authkey luonti onnistui"
#: src/include/cluster/dialogs.rb:850 src/include/cluster/dialogs.rb:920
msgid "Running"
@@ -265,16 +257,12 @@
msgstr "Käynnistys"
#: src/include/cluster/dialogs.rb:898
-#, fuzzy
-#| msgid "On -- Start pacemaker at booting"
msgid "On -- Start pacemaker during boot"
msgstr "Käytössä – Käynnistä pacemaker käynnistettäessä"
#: src/include/cluster/dialogs.rb:905
-#, fuzzy
-#| msgid "Off -- Start pacemaker manually only"
msgid "Off -- Start pacemaker manually"
-msgstr "Poissa käytöstä – Käynnistä pacemaker käsin"
+msgstr "Poissa käytöstä – Käynnistä pacemaker manuaalisesti"
#: src/include/cluster/dialogs.rb:914
msgid "Switch On and Off"
@@ -405,10 +393,8 @@
msgstr "Luo etc/conntrackd/conntrackd.conf"
#: src/include/cluster/dialogs.rb:1471
-#, fuzzy
-#| msgid "The value for pos must be a positive integer."
msgid "The Group Number must be a positive integer"
-msgstr "pos arvon täytyy olla positiivinen kokonaisluku."
+msgstr "Ryhmänumero pitää olla kokonaisluku"
#. All helps are here
#: src/include/cluster/helps.rb:35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/control.fi.po new/yast2-trans-fi-3.1.0/po/control.fi.po
--- old/yast2-trans-fi-3.1.0/po/control.fi.po 2014-10-29 17:06:59.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/control.fi.po 2015-04-20 17:50:13.000000000 +0200
@@ -11,14 +11,14 @@
# Mikko Piippo <mikko.piippo(a)opensuse.fi>, 2008.
# Asko Isonokari <askoin(a)netsonic.fi>, 2009.
# Katariina Kemppainen <katariina(a)opensuse.fi>, 2010.
-# Harri Miettinen <harmie(a)opensuse.fi>, 2013.
+# Harri Miettinen <harmie(a)opensuse.fi>, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: control.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-10-12 20:58+0300\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
+"PO-Revision-Date: 2014-12-17 23:01+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -28,15 +28,6 @@
"X-Generator: Lokalize 1.5\n"
#: control/control.openSUSE.glade.translations.glade:3
-#, fuzzy
-#| msgid ""
-#| "\n"
-#| "<p><b>Congratulations!</b></p>\n"
-#| "<p>The installation of openSUSE on your machine is complete.\n"
-#| "After clicking <b>Finish</b>, you can log in to the system.</p>\n"
-#| "<p>Visit us at %1.</p>\n"
-#| "<p>Have a lot of fun!<br>Your openSUSE Development Team</p>\n"
-#| "\t "
msgid ""
"\n"
"<p><b>Congratulations!</b></p>\n"
@@ -52,7 +43,7 @@
"Voit kirjautua järjestelmään <b>Valmis</b>-painikkeen painamisen jälkeen.</p>\n"
"<p>Vieraile osoitteessa %1.</p>\n"
"<p>Pidä hauskaa!<br>Terveisin openSUSEn kehitysryhmä</p>\n"
-"\t "
+" "
#: control/control.openSUSE.glade.translations.glade:10
msgid ""
@@ -141,8 +132,6 @@
#: control/control.openSUSE.glade.translations.glade:36
#: control/control.openSUSE.glade.translations.glade:63
-#, fuzzy
-#| msgid "Load Linuxrc Network Configuration"
msgid "Load linuxrc Network Configuration"
msgstr "Lataa Linuxrc verkkomääritys"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/crowbar.fi.po new/yast2-trans-fi-3.1.0/po/crowbar.fi.po
--- old/yast2-trans-fi-3.1.0/po/crowbar.fi.po 2014-10-29 17:07:16.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/crowbar.fi.po 2015-04-20 17:50:30.000000000 +0200
@@ -4,14 +4,14 @@
# Copyright (C) 2003 SuSE Linux AG.
#
# Jyri Palokangas <jyri.palokangas(a)opensuse.org>, 2005, 2006, 2007, 2008, 2013.
-# Harri Miettinen <harmie(a)opensuse.fi>, 2013.
+# Harri Miettinen <harmie(a)opensuse.fi>, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: autoinst.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2013-08-20 14:20+0300\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
+"PO-Revision-Date: 2014-12-17 22:27+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
#, fuzzy
#| msgid "&Repository Name"
msgid "Repository Name"
-msgstr "&Asennuslähteen nimi"
+msgstr "Asennuslähteen nimi"
#: src/include/crowbar/complex.rb:96
msgid "URL"
@@ -44,6 +44,7 @@
#. help text
#: src/include/crowbar/complex.rb:106
+#, fuzzy
msgid ""
"<p>Here you can edit the location of your <b>Update Repositories</b>.</p>\n"
"<p>\n"
@@ -56,6 +57,16 @@
"For detailed description, check the Deployment Guide.\n"
"</p>"
msgstr ""
+"<p>Tässä voit muokata <b>Päivityslähteidesi</b> sijaintia.</p>\n"
+"<p>\n"
+"Joitain esimerkkejä miltä päivitysosoitteen tulisi näyttää:\n"
+"</p><p>\n"
+"<ul>\n"
+"<li><i>http://smt.example.com/repo/$RCE/SLES11-SP3-Pool/sle-11-x86_64/</i> SMT-palvelin\n"
+"<li><i>http://manager.example.com/ks/dist/child/suse-cloud-3.0-pool-x86_64/sles11-…</i> SUSE Manager palvelin\n"
+"</p><p>\n"
+"Tarkempaa tietoa löytyy käyttöönotto ohjeesta.\n"
+"</p>"
#. textentry label
#: src/include/crowbar/complex.rb:122
@@ -67,35 +78,38 @@
#. textentry label
#: src/include/crowbar/complex.rb:135
msgid "&Ask On Error"
-msgstr ""
+msgstr "&Kirjautumisvirhe"
#. table header
#: src/include/crowbar/complex.rb:155
#, fuzzy
#| msgid "Administrator DN"
msgid "Administrator Name"
-msgstr "Ylläpitäjän DN"
+msgstr "Ylläpitäjän nimi"
#. help text
#: src/include/crowbar/complex.rb:165
#, fuzzy
#| msgid "<p>Enter the password for Crowbar administrator.</p>"
msgid "<p>Manage user names and passwords for Crowbar administrators.</p>"
-msgstr "<p>Anna salasana Crowbar ylläpitäjälle.</p>"
+msgstr "<p>Hallitse käyttäjätunnuksia ja salasanoja Crowbar ylläpitäjille.</p>"
#. textentry label
#: src/include/crowbar/complex.rb:201
#, fuzzy
#| msgid "&Model"
msgid "&Mode"
-msgstr "&Malli"
+msgstr "&Tila"
#. help text for the Network mode tab (do not translate bastion)
#: src/include/crowbar/complex.rb:203
+#, fuzzy
msgid ""
"<p>Here, define a <b>Network Mode</b> with relevant <b>Bonding Policy</b>.</p>\n"
"<p>You can also specify interface names for the bastion network conduits as space-separated list.</p>"
msgstr ""
+"<p>Tässä voit muokata <b>verkkotilan</b> oleellisella <b>liitoskäytännöllä</b>.</p>\n"
+"<p>Voit myös määrittää liitosverkkojen liitäntöjen nimet välilyönnillä erotettuun listaan.</p>"
#. textentry label
#: src/include/crowbar/complex.rb:213
@@ -106,16 +120,21 @@
#. textentry label
#: src/include/crowbar/complex.rb:222
+#, fuzzy
msgid "P&hysical interfaces mapping for bastion network"
-msgstr ""
+msgstr "Liitosverkkojen kartoitus fyysisiin liitäntöihin"
#. help text for conduit if list
#: src/include/crowbar/complex.rb:231
+#, fuzzy
msgid ""
"<p>Each physical interface definition needs to fit the pattern\n"
"<tt>[Quantifier][Speed][Order]</tt>.\n"
"Valid examples are <tt>+1g2</tt>, <tt>10g1</tt> or <tt>?1g2</tt>.</p>"
msgstr ""
+"<p>Jokaisen fyysisen liitännän määritys tulee täyttää kuvio\n"
+"<tt>[Quantifier][Speed][Order]</tt>.\n"
+"Esimerkkejä <tt>+1g2</tt>, <tt>10g1</tt> or <tt>?1g2</tt>.</p>"
#. table header
#: src/include/crowbar/complex.rb:265
@@ -139,26 +158,22 @@
#, fuzzy
#| msgid "Use VLAN"
msgid "Use &VLAN"
-msgstr "Käytä VLAN:ia"
+msgstr "Käytä &VLAN:ia"
#. textentry label
#: src/include/crowbar/complex.rb:296
-#, fuzzy
-#| msgid "VLAN ID"
msgid "VLAN &ID"
-msgstr "VLAN ID"
+msgstr "VLAN &ID"
#. textentry label
#: src/include/crowbar/complex.rb:306
msgid "Rou&ter"
-msgstr ""
+msgstr "Rei&titin"
#. textentry label
#: src/include/crowbar/complex.rb:328
-#, fuzzy
-#| msgid "Restoring user preferences..."
msgid "Router pre&ference"
-msgstr "Palautetaan käyttäjän valintoja..."
+msgstr "Reitittimen asetukset"
#. textentry label
#: src/include/crowbar/complex.rb:338
@@ -171,22 +186,16 @@
msgstr "&Aliverkon peite"
#: src/include/crowbar/complex.rb:383
-#, fuzzy
-#| msgid "Broadcast"
msgid "Broa&dcast"
-msgstr "Broadcast"
+msgstr "Yleislähetys"
#. checkbox label
#: src/include/crowbar/complex.rb:393
-#, fuzzy
-#| msgid "Add Bridge"
msgid "&Add Bridge"
msgstr "Lisää silta"
#. push button label&
#: src/include/crowbar/complex.rb:402
-#, fuzzy
-#| msgid "&Edit Ranges..."
msgid "Edit Ran&ges..."
msgstr "Muo&kkaa alueita..."
@@ -195,7 +204,7 @@
#, fuzzy
#| msgid "Bond Network"
msgid "Add &Bastion Network"
-msgstr "Liitosverkko"
+msgstr "Lisää Liitosverkko"
#. textentry label
#: src/include/crowbar/complex.rb:425
@@ -228,15 +237,11 @@
#. error popup
#: src/include/crowbar/complex.rb:636
-#, fuzzy
-#| msgid ""
-#| "Configuration name %1 already exists.\n"
-#| "Choose a different one."
msgid ""
"User '%1' already exists.\n"
"Choose a different name."
msgstr ""
-"Määritys nimellä %1 on jo olemassa.\n"
+"Käyttäjä %1 on jo olemassa.\n"
"Valitse toinen nimi."
#. error popup
@@ -244,7 +249,7 @@
#, fuzzy
#| msgid "The entered URL is not valid."
msgid "The interface format '%1' is not valid"
-msgstr "Annettu verkko-osoite ei kelpaa."
+msgstr "Liittymän '%1' muotoilu on virheellinen"
#. table entry (VLAN status)
#: src/include/crowbar/complex.rb:861
@@ -289,7 +294,7 @@
#, fuzzy
#| msgid "The address '%1' is not part of network '%2'."
msgid "The IP address '%1' is not part of network '%2'."
-msgstr "Osoite '%1' ei ole osa '%2' verkkoa."
+msgstr "IP-osoite '%1' ei ole osa '%2' aliverkkoa."
#. popup message
#: src/include/crowbar/complex.rb:1068
@@ -333,8 +338,9 @@
#. label (hint for user)
#: src/include/crowbar/complex.rb:1385
+#, fuzzy
msgid "If no user is present, user 'crowbar' with default password will be used."
-msgstr ""
+msgstr "Mikäli yhtään käyttäjää ei ole saatavilla, Käytetään käyttäjää 'crowbar' oletussalasanalla."
#. tab header
#: src/include/crowbar/complex.rb:1403
@@ -366,7 +372,7 @@
#. label (hint for user)
#: src/include/crowbar/complex.rb:1501
msgid "Empty URL means that default value will be used."
-msgstr ""
+msgstr "Tyhjä URL tarkoittaa, että käytetään oletusasetuksia."
#. popup message %1 is FQDN
#: src/include/crowbar/complex.rb:1653
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/geo-cluster.fi.po new/yast2-trans-fi-3.1.0/po/geo-cluster.fi.po
--- old/yast2-trans-fi-3.1.0/po/geo-cluster.fi.po 2014-12-16 14:26:09.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/geo-cluster.fi.po 2015-04-20 17:50:12.000000000 +0200
@@ -2,42 +2,44 @@
# Copyright (C) 2005 SUSE Linux Products GmbH.
# Finnish message file for YaST2 (@memory@).
# Copyright (C) 2003 SuSE Linux AG.
-# Jyri Palokangas <jyri.palokangas(a)opensuse.org>, 2005, 2006, 2007, 2008.
#
+# Jyri Palokangas <jyri.palokangas(a)opensuse.org>, 2005, 2006, 2007, 2008.
+# Harri Miettinen <harmie(a)opensuse.fi>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: autoinst.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2003-09-22 13:26+0200\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
-"Language-Team: Suomi <opensuse-fi(a)opensuse.fi>\n"
-"Language: \n"
+"PO-Revision-Date: 2015-03-20 20:02+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
+"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
#. Command line help text for the Xgeo-cluster module
#: src/clients/geo-cluster.rb:54
#, fuzzy
#| msgid "Configuration of printer"
msgid "Configuration of geo-cluster"
-msgstr "Tulostinmääritykset"
+msgstr "Geo-Klusterin määritys"
#. Rich text title for GeoCluster in proposals
#: src/clients/geo-cluster_proposal.rb:83
#, fuzzy
#| msgid "Clustering"
msgid "GeoCluster"
-msgstr "Ryvästys"
+msgstr "GeoKlusteri"
#. Menu title for GeoCluster in proposals
#: src/clients/geo-cluster_proposal.rb:87
#, fuzzy
#| msgid "Clustering"
msgid "&GeoCluster"
-msgstr "Ryvästys"
+msgstr "&GeoKlusteri"
#. GeoCluster summary dialog caption
#. GeoCluster configure2 dialog caption
@@ -75,14 +77,14 @@
#, fuzzy
#| msgid "Printer Configuration"
msgid "Geo Cluster Configuration"
-msgstr "Tulostinmääritykset"
+msgstr "Geo-Klusterin määritys"
#. GeoCluster overview dialog caption
#: src/include/geo-cluster/complex.rb:143
#, fuzzy
#| msgid "Printer Overview"
msgid "Geo Cluster Overview"
-msgstr "Tulostimen yhteenveto"
+msgstr "Geo-Klusterin yhteenveto"
#. encoding: utf-8
#. ------------------------------------------------------------------------------
@@ -113,21 +115,22 @@
#, fuzzy
#| msgid "Read configuration file"
msgid "configuration file"
-msgstr "Lue määritystiedosto"
+msgstr "määritystiedosto"
#: src/include/geo-cluster/dialogs.rb:58
#, fuzzy
#| msgid "Transport"
msgid "transport"
-msgstr "Siirto"
+msgstr "kuljetus"
#: src/include/geo-cluster/dialogs.rb:65
msgid "port"
msgstr "portti"
#: src/include/geo-cluster/dialogs.rb:71
+#, fuzzy
msgid "arbitrator"
-msgstr ""
+msgstr "välittäjä"
#: src/include/geo-cluster/dialogs.rb:74 src/include/geo-cluster/dialogs.rb:85
#: src/include/geo-cluster/dialogs.rb:679
@@ -148,14 +151,14 @@
#, fuzzy
#| msgid "Website:"
msgid "site"
-msgstr "WWW-sivut:"
+msgstr "sijaintipaikka"
#: src/include/geo-cluster/dialogs.rb:94
#: src/include/geo-cluster/dialogs.rb:186
#, fuzzy
#| msgid "Packet"
msgid "ticket"
-msgstr "Paketti"
+msgstr "lippu"
#. return `cacel or a string
#: src/include/geo-cluster/dialogs.rb:106
@@ -174,85 +177,87 @@
#, fuzzy
#| msgid "Enter a valid e-mail address"
msgid "Please enter a valid ip address"
-msgstr "Anna voimassa oleva sähköpostiosoite"
+msgstr "Anna kelvollinen ip-osoite"
#: src/include/geo-cluster/dialogs.rb:184
msgid "Enter ticket and timeout"
-msgstr ""
+msgstr "Anna lippu ja aikakatkaisu"
#: src/include/geo-cluster/dialogs.rb:190
#, fuzzy
#| msgid "Timeouts"
msgid "timeout"
-msgstr "Aikakatkaisut"
+msgstr "Aikakatkaisu"
#: src/include/geo-cluster/dialogs.rb:192
#, fuzzy
#| msgid "No entries."
msgid "retries"
-msgstr "Ei tapahtumia."
+msgstr "uudelleenyrityksiä"
#: src/include/geo-cluster/dialogs.rb:194
#, fuzzy
#| msgid "Height"
msgid "weights"
-msgstr "Korkeus"
+msgstr "painot"
#: src/include/geo-cluster/dialogs.rb:196
#, fuzzy
#| msgid "Expired"
msgid "expire"
-msgstr "Mennyt vanhaksi"
+msgstr "vanhenee"
#: src/include/geo-cluster/dialogs.rb:198
#, fuzzy
#| msgid "Required patterns"
msgid "acquire-after"
-msgstr "Vaaditut ohjelmistoryhmät"
+msgstr "hanki-jälkeen"
#: src/include/geo-cluster/dialogs.rb:200
+#, fuzzy
msgid "before-acquire-handler"
-msgstr ""
+msgstr "ennen-hankintaa-käsittelijä"
#: src/include/geo-cluster/dialogs.rb:237
#, fuzzy
#| msgid "Action is invalid."
msgid "timeout is invalid"
-msgstr "Toiminto on virheellinen."
+msgstr "aikakatkaisu on virheellinen"
#: src/include/geo-cluster/dialogs.rb:239
#, fuzzy
#| msgid "Key is invalid."
msgid "expire is invalid"
-msgstr "Avain ei kelpaa."
+msgstr "vanheneminen on virheellinen"
#: src/include/geo-cluster/dialogs.rb:241
#, fuzzy
#| msgid "The name is invalid."
msgid "acquireafter is invalid"
-msgstr "Nimi on epäkelpo."
+msgstr "hanki-jälkeen on virheellinen"
#: src/include/geo-cluster/dialogs.rb:243
#, fuzzy
#| msgid "Device size is invalid."
msgid "retries is invalid"
-msgstr "Laitteen koko ei kelpaa."
+msgstr "uudelleenyritys on virheellinen"
#: src/include/geo-cluster/dialogs.rb:245
+#, fuzzy
msgid "retries values lower than 3 is illegal"
-msgstr ""
+msgstr "uudelleenyrityksen arvo ei saa olla alle 3"
#: src/include/geo-cluster/dialogs.rb:247
#, fuzzy
#| msgid "Key is invalid."
msgid "weights is invalid"
-msgstr "Avain ei kelpaa."
+msgstr "painot on virheellinen"
#: src/include/geo-cluster/dialogs.rb:249
#, fuzzy
#| msgid "Port field cannot be empty"
msgid "ticket can not be empty"
-msgstr "Portti-kenttää ei saa jättää tyhjäksi"
+msgstr "lippu ei saa olla tyhjä"
#. fill confs with global_files
#: src/include/geo-cluster/dialogs.rb:358
@@ -266,31 +271,31 @@
#, fuzzy
#| msgid "E-mail address of the server administrator"
msgid "Enter an IP address of your arbitrator"
-msgstr "Palvelimen ylläpitäjän sähköpostiosoite"
+msgstr "Anna välittäjän ip-osoite"
#: src/include/geo-cluster/dialogs.rb:505
#, fuzzy
#| msgid "E-mail address of the server administrator"
msgid "Edit IP address of your arbitrator"
-msgstr "Palvelimen ylläpitäjän sähköpostiosoite"
+msgstr "Muokkaa välittäjän ip-osoitetta"
#: src/include/geo-cluster/dialogs.rb:521
#, fuzzy
#| msgid "Enter the address of the KDC server."
msgid "Enter an IP address of your site"
-msgstr "Anna KDC-palvelimen osoite."
+msgstr "anna sijaintipaikan ip-osoite"
#: src/include/geo-cluster/dialogs.rb:532
#, fuzzy
#| msgid "IP address of master NIS server"
msgid "Edit IP address of your site"
-msgstr "NIS-isäntäpalvelimen IP-osoite"
+msgstr "Muokkaa sijaintipaikan ip-osoitetta"
#: src/include/geo-cluster/dialogs.rb:554
#, fuzzy
#| msgid "The target already exists"
msgid "Ticket name already exist!"
-msgstr "Kohde on jo olemassa"
+msgstr "lipun nimi on jo käytössä!"
#. abort?
#: src/include/geo-cluster/dialogs.rb:600
@@ -303,40 +308,40 @@
#, fuzzy
#| msgid "Configuration name cannot be empty."
msgid "Configuration name can not be duplicated."
-msgstr "Määritysnimi ei voi olla tyhjä."
+msgstr "Määrityksen nimeä ei voi monistaa."
#: src/include/geo-cluster/dialogs.rb:610
#, fuzzy
#| msgid "Key is invalid."
msgid "port is invalid!"
-msgstr "Avain ei kelpaa."
+msgstr "portti on virheellinen!"
#: src/include/geo-cluster/dialogs.rb:616
msgid "transport have to be filled!"
-msgstr ""
+msgstr "kuljetus pitää olla määritetty!"
#: src/include/geo-cluster/dialogs.rb:621
msgid "arbitrator have to be filled!"
-msgstr ""
+msgstr "välittäjä pitää olla määritetty!"
#: src/include/geo-cluster/dialogs.rb:626
#, fuzzy
#| msgid "Software to be installed:"
msgid "site have to be filled!"
-msgstr "Asennettavat ohjelmistot:"
+msgstr "sijaintipaikka pitää olla määritetty!"
#: src/include/geo-cluster/dialogs.rb:631
#, fuzzy
#| msgid "Software to be installed:"
msgid "ticket have to be filled!"
-msgstr "Asennettavat ohjelmistot:"
+msgstr "lippu pitää olla määritetty!"
#. GeoCluster choose configure dialog caption
#: src/include/geo-cluster/dialogs.rb:670
#, fuzzy
#| msgid "Host Configuration Summary:"
msgid "GeoCluster Configuration Select"
-msgstr "Koneen määritysten yhteenveto:"
+msgstr "Geo-Klusterin määrityksen valinta"
#. Wizard::SetContentsButtons(caption, contents, HELPS["c2"]:"",
#. Label::BackButton(), Label::NextButton());
@@ -344,7 +349,7 @@
#, fuzzy
#| msgid "Read configuration file"
msgid "Choose configuration file:"
-msgstr "Lue määritystiedosto"
+msgstr "Valitse määritystiedosto:"
#. Initialization dialog contents
#: src/include/geo-cluster/wizards.rb:142
@@ -356,14 +361,14 @@
#, fuzzy
#| msgid "Cannot write general settings."
msgid "Cannot write global conf settings."
-msgstr "Yleisten asetusten kirjoitus ei onnistunut."
+msgstr "Globaalin määrityksen kirjoitus ei onnistu."
#. List like site
#: src/modules/GeoCluster.rb:242
#, fuzzy
#| msgid "Cannot write general settings."
msgid "Cannot write global settings."
-msgstr "Yleisten asetusten kirjoitus ei onnistunut."
+msgstr "Ei voida kirjoittaa globaaleja asetuksia."
#. Empty (all Int) ticket will be ignore by ag_booth
#. Create a ticket item
@@ -371,20 +376,20 @@
#, fuzzy
#| msgid "Cannot write general settings."
msgid "Cannot write global ticket settings."
-msgstr "Yleisten asetusten kirjoitus ei onnistunut."
+msgstr "Ei voida kirjoittaa globaaleja lippu määrityksiä."
#. GeoCluster read dialog caption
#: src/modules/GeoCluster.rb:273
#, fuzzy
#| msgid "Initializing Printer Configuration"
msgid "Initializing Geo Cluster Configuration"
-msgstr "Valmistellaan tulostinmääritystä"
+msgstr "Alustetaan Geo-Klusterin määritystä"
#: src/modules/GeoCluster.rb:286 src/modules/GeoCluster.rb:289
#, fuzzy
#| msgid "Read Firewall Settings."
msgid "Read SuSEFirewall Settings"
-msgstr "Lue palomuurin asetukset."
+msgstr "Lue palomuurin asetukset"
#. #-#-#-#-# geo-cluster.rxgettext.pot (PACKAGE VERSION) #-#-#-#-#
#. TODO FIXME Names of real stages
@@ -412,7 +417,7 @@
#, fuzzy
#| msgid "Saving Repository Configuration"
msgid "Saving Geo Cluster Configuration"
-msgstr "Tallennetaan asennuslähteiden määritykset"
+msgstr "Tallennetaan Geo-Klusterin määritystä"
#. Progress stage 1/2
#: src/modules/GeoCluster.rb:348 src/modules/GeoCluster2.pm:223
@@ -436,7 +441,7 @@
#, fuzzy
#| msgid "Writing the firewall settings..."
msgid "Writing the SuSEFirewall settings"
-msgstr "Kirjoitetaan palomuurin asetukset..."
+msgstr "Kirjoitetaan palomuurin asetukset"
#. #-#-#-#-# geo-cluster.rxgettext.pot (PACKAGE VERSION) #-#-#-#-#
#. Error message
@@ -455,7 +460,7 @@
#, fuzzy
#| msgid "Initializing Security Configuration"
msgid "Initializing geo-cluster Configuration"
-msgstr "Valmistellaan turvamääritykset"
+msgstr "Valmistellaan Geo-Klusterin määritystä"
#. Progress stage 1/3
#: src/modules/GeoCluster2.pm:141
@@ -494,7 +499,7 @@
#, fuzzy
#| msgid "Saving Repository Configuration"
msgid "Saving geo-cluster Configuration"
-msgstr "Tallennetaan asennuslähteiden määritykset"
+msgstr "Tallennetaan Geo-Klusterin määritystä"
#. Progress stage 2/2
#: src/modules/GeoCluster2.pm:225
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/installation.fi.po new/yast2-trans-fi-3.1.0/po/installation.fi.po
--- old/yast2-trans-fi-3.1.0/po/installation.fi.po 2014-10-29 17:07:00.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/installation.fi.po 2015-04-20 17:50:15.000000000 +0200
@@ -27,7 +27,7 @@
msgstr ""
"Project-Id-Version: installation.fi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2014-10-24 19:58+0300\n"
"Last-Translator: Tommi Nieminen <translator(a)legisign.org>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
@@ -38,16 +38,6 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Malli"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Malli"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -66,39 +56,41 @@
"tarvitsee profiilin tietääkseen, miltä asennetun järjestelmän tulisi näyttää. Kun valintaruutu\n"
"on valittu, nykyisen järjestelmän profiili tallennetaan tiedostoon <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+#, fuzzy
+#| msgid "Write AutoYaST profile to /root/autoinst.xml"
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Kirjoita AutoYaST-profiili tiedostoon /root/autoinst.xml"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Monista järjestelmän määritys"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "M&onista järjestelmän määritys"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "AutoYaST-profiili kirjoitetaan tiedostoon /root/autoinst.xml (<a href=\"%1\">Älä kirjoita</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "AutoYaST-profiilia ei tallenneta (<a href=\"%1\">Tallenna</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Kirjoita AutoYaST-profiili tiedostoon /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopioidaan tiedostot asennettuun järjestelmään..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopioidaan lokitiedostot asennettuun järjestelmään..."
@@ -1063,7 +1055,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Muuta..."
@@ -1432,31 +1424,31 @@
"Asennus keskeytetään."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Poistettu"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Käytössä"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Ei käytössä"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Aiemmin käytetyt asennuslähteet"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1465,27 +1457,27 @@
"jota olet päivittämässä:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Nykyinen tila"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Asennuslähde"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Verkko-osoite"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Vaihda tilaa"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1494,7 +1486,7 @@
"päivitettävästä järjestelmästä. Ota käyttöön ne asennuslähteet, joita haluat käyttää päivitystoiminnossa.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1503,30 +1495,30 @@
"napsauta <b>Vaihda tilaa</b> tai kaksoisnapsauta vastaavaa taulukon kohtaa.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Vaihtaaksesi verkko-osoitetta napsauta <b>Muuta...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Tuntematon"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Asennuslähteen &osoite"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Verkkoa ei ole asetettu"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1535,49 +1527,49 @@
"Asetetaanko se?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Lisätään ja poistetaan asennuslähteitä..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Asennuslähteitä lisätään ja poistetaan.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Poista käyttämättömät asennuslähteet"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Poistetaan käyttämättömiä asennuslähteitä..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Lisää käyttöön otetut asennuslähteet"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Lisätään käyttöön otettuja asennuslähteitä..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Lisää käytöstä poistetut asennuslähteet"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Lisätään käytöstä poistettuja asennuslähteitä..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Pyydettiin oikeaa tietovälinettä"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1591,7 +1583,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1606,7 +1598,7 @@
"Asennuslähde lisätään, mutta sitä ei oteta käyttöön."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1618,7 +1610,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1630,7 +1622,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1641,7 +1633,7 @@
"Osoite: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1754,11 +1746,6 @@
msgstr "Tallennetaan tietoturva-asetuksia..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Tallennetaan käynnistyskomentojonojen asetuksia..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Tallennetaan laitteistomäärityksiä..."
@@ -1930,17 +1917,17 @@
"Huomaa: joitakin tietoja on ehkä annettava uudestaan."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Vahvista asennus"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Kaikki perusasennukseen tarvittavat tiedot on nyt kerätty.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1953,7 +1940,7 @@
"aiemmissa valintaikkunoissa tehtyjen valintojen mukaan.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1964,22 +1951,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Mene takaisin ja tarkista valinnat, jos olet epävarma.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Vahvista päivitys"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Kaikki päivitykseen tarvittavat tiedot on nyt kerätty.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1990,7 +1977,7 @@
"aiemmissa valintaikkunoissa tehtyjen valintojen mukaan.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Aloita päi&vitys"
@@ -2074,6 +2061,15 @@
"Asennusohjelma ei onnistunut ratkaisemaan pakettien riippuvuuksia automaattisesti.\n"
"Pakettihallintaohjelma käynnistetään nyt, jotta voit ratkaista ongelmat käsin."
+#~ msgid "Dummy"
+#~ msgstr "Malli"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Malli"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Tallennetaan käynnistyskomentojonojen asetuksia..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Käyttöoikeussopimus täytyy hyväksyä"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/iplb.fi.po new/yast2-trans-fi-3.1.0/po/iplb.fi.po
--- old/yast2-trans-fi-3.1.0/po/iplb.fi.po 2014-12-16 14:26:45.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/iplb.fi.po 2015-04-20 17:50:45.000000000 +0200
@@ -2,21 +2,23 @@
# Copyright (C) 2005 SUSE Linux Products GmbH.
# Finnish message file for YaST2 (@memory@).
# Copyright (C) 2003 SuSE Linux AG.
-# Jyri Palokangas <jyri.palokangas(a)opensuse.org>, 2005, 2006, 2007, 2008.
#
+# Jyri Palokangas <jyri.palokangas(a)opensuse.org>, 2005, 2006, 2007, 2008.
+# Harri Miettinen <harmie(a)opensuse.fi>, 2014.
msgid ""
msgstr ""
"Project-Id-Version: autoinst.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-04 15:52+0200\n"
-"PO-Revision-Date: 2003-09-22 13:26+0200\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
-"Language-Team: Suomi <opensuse-fi(a)opensuse.fi>\n"
-"Language: \n"
+"PO-Revision-Date: 2014-12-17 22:33+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
+"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
#. Command line help text for the Xiplb module
#: src/clients/iplb.rb:54
@@ -28,12 +30,12 @@
#. Rich text title for Iplb in proposals
#: src/clients/iplb_proposal.rb:81
msgid "Iplb"
-msgstr ""
+msgstr "Iplb"
#. Menu title for Iplb in proposals
#: src/clients/iplb_proposal.rb:83
msgid "&Iplb"
-msgstr ""
+msgstr "&Iplb"
#. encoding: utf-8
#. ------------------------------------------------------------------------------
@@ -196,8 +198,9 @@
msgstr "Hiljainen"
#: src/include/iplb/global_conf.rb:102
+#, fuzzy
msgid "Fork"
-msgstr ""
+msgstr "Haara"
#: src/include/iplb/global_conf.rb:103
#, fuzzy
@@ -671,10 +674,13 @@
#. split the real server ip value;
#: src/include/iplb/vserver_conf.rb:411
+#, fuzzy
msgid ""
"If using IPv6,the format should like this\n"
"[fe80::5054:ff:fe00:2]"
msgstr ""
+"Mikäli käytät IPv6, tulee sen olla alla olevassa muodossa\n"
+"[fe80::5054:ff:fe00:2]"
#: src/include/iplb/vserver_conf.rb:413
#, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/network.fi.po new/yast2-trans-fi-3.1.0/po/network.fi.po
--- old/yast2-trans-fi-3.1.0/po/network.fi.po 2014-10-29 17:07:25.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/network.fi.po 2015-04-20 17:50:38.000000000 +0200
@@ -26,8 +26,8 @@
"Project-Id-Version: network.fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-10-12 19:04+0300\n"
-"Last-Translator: Jyri Palokangas <jyri.palokangas(a)opensuse.org>\n"
+"PO-Revision-Date: 2014-12-17 22:40+0200\n"
+"Last-Translator: Harri Miettinen <harmie(a)opensuse.fi>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -4619,11 +4619,15 @@
#. Do this only if package xinetd is installed (#256385)
#: src/modules/Remote.rb:378
+#, fuzzy
msgid ""
"Your display manager must be restarted.\n"
"To take the changes in remote administration into account, \n"
"please restart it manually or log out and log in again."
msgstr ""
+"Näytönhallinta pitää käynnistää uudelleen.\n"
+"Ottaaksesi etähallinnan muutokset käyttöön,\n"
+"sinun pitää käynnistää näytönhallinta uudelleen tai kirjautua ulos ja sisään."
#. description in proposal
#: src/modules/Remote.rb:409
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-fi-3.1.0/po/status.txt new/yast2-trans-fi-3.1.0/po/status.txt
--- old/yast2-trans-fi-3.1.0/po/status.txt 2014-12-16 14:26:48.000000000 +0100
+++ new/yast2-trans-fi-3.1.0/po/status.txt 2015-04-20 17:50:48.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17199
-Fuzzy : 174
-Untranslated : 101
+Translated : 17235
+Fuzzy : 166
+Untranslated : 70
--------------------
- All strings : 17474
-98 % are translated
+ All strings : 17471
+99 % are translated
++++++ yast2-trans-fr-3.1.0.tar.bz2 ++++++
++++ 2251 lines of diff (skipped)
++++++ yast2-trans-gl-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-gl-3.1.0/po/installation.gl.po new/yast2-trans-gl-3.1.0/po/installation.gl.po
--- old/yast2-trans-gl-3.1.0/po/installation.gl.po 2014-10-29 16:42:31.000000000 +0100
+++ new/yast2-trans-gl-3.1.0/po/installation.gl.po 2015-04-20 18:08:44.000000000 +0200
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: installation.gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2012-05-05 13:48+0200\n"
"Last-Translator: Manuel A. Vazquez <xixirei(a)yahoo.es>\n"
"Language-Team: Galician <proxecto(a)trasno.net>\n"
@@ -27,16 +27,6 @@
"X-Generator: Lokalize 1.4\n"
"X-Language: gl_ES\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Proba"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Proba"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -61,15 +51,19 @@
"usuario. AutoYaST precisa un perfil para saber como debe ser o sistema instalado.\n"
"Se se selecciona esta opción, almacénase un perfil do sistema actual en <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Escribindo a configuración do sistema..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -77,27 +71,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copiando os ficheiros ao sistema instalado..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copiando os ficheiros de log ao sistema instalado..."
@@ -1049,7 +1039,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Cambiar..."
@@ -1401,31 +1391,31 @@
"Abortando a instalación."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Eliminado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Activado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Desactivado"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Repositorios usados con anterioridade"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1434,27 +1424,27 @@
"que está actualizando:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Estado actual"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repositorio"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Estado"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1463,7 +1453,7 @@
"atoparon para o sistema que está actualizando. Active os que queira incluír no proceso de actualización.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1472,30 +1462,30 @@
"<b> Cambiar estado</b> ou faga dobre clic no elemento respectivo da táboa.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Para cambiar o URL, prema no botón <b>Cambiar...</b></p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Descoñecida"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL do &repositorio"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "A rede non está configurada"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1504,49 +1494,49 @@
"Desexa configurala?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Engadindo e eliminando repositorios..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Estanse a engadir e eliminar os repositorios.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Eliminar os repositorios sen usar"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Eliminando os repositorios sen usar..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Engadir repositorios activados"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Engadindo repositorios activados..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Engadindo repositorios desactivados"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Engadindo repositorios desactivados..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Medio correcto solicitado"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1556,7 +1546,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1566,7 +1556,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1578,7 +1568,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1590,7 +1580,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1598,7 +1588,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1709,11 +1699,6 @@
msgstr "Gardando os axustes de seguridade..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Gardando os axustes do script de arrinque..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Gardando a configuración de hardware..."
@@ -1866,17 +1851,17 @@
"Nota: Pode que teña que volver introducir algunha información."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirmar a instalación"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Xa está completa a información necesaria para a instalación básica.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1889,7 +1874,7 @@
"as opcións de instalación dos cadros de diálogo anteriores.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1901,22 +1886,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Volva atrás e comprobe as opcións se non está seguro.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirmar a actualización"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Xa está completa a información necesaria para levar a cabo unha actualización.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1927,7 +1912,7 @@
"de acordo coas opcións dos cadros de diálogo anteriores.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Iniciar &actualización"
@@ -2023,6 +2008,15 @@
"A instalación non logrou resolver as dependencias de paquete automaticamente.\n"
"Abrirase o xestor de software para resolvelas de xeito manual."
+#~ msgid "Dummy"
+#~ msgstr "Proba"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Proba"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Gardando os axustes do script de arrinque..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Buscar particións Linux"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-gl-3.1.0/po/status.txt new/yast2-trans-gl-3.1.0/po/status.txt
--- old/yast2-trans-gl-3.1.0/po/status.txt 2014-12-16 14:17:26.000000000 +0100
+++ new/yast2-trans-gl-3.1.0/po/status.txt 2015-04-20 18:09:04.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 13384
+Translated : 13381
Fuzzy : 1263
Untranslated : 2827
--------------------
- All strings : 17474
+ All strings : 17471
77 % are translated
++++++ yast2-trans-gu-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-gu-3.1.0/po/installation.gu.po new/yast2-trans-gu-3.1.0/po/installation.gu.po
--- old/yast2-trans-gu-3.1.0/po/installation.gu.po 2014-10-29 16:41:56.000000000 +0100
+++ new/yast2-trans-gu-3.1.0/po/installation.gu.po 2015-04-20 17:54:50.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: Priyavert Sharma<priyavert.sharma(a)agreeya.com>\n"
"Language-Team: AgreeYa Solutions<linux_team(a)agreeya.com>\n"
@@ -12,16 +12,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "બનાવટ"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&બનાવટ"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -40,15 +30,19 @@
"વપરાશકર્તાને અસર કર્યા વિના SUSE Linux નું સ્થાપન પૂરું કરવા AutoYaST એ માર્ગ છે. સ્થપાયેલસિસ્ટમ કેવી લાગવી જોઇએ તે જાણવા AutoYaST ને પ્રોફાઇલની જરૂર છે.\n"
"જો વિકલ્પ પસંદ કરેલું હોય તો, હાલના સિસ્ટમની પ્રોફાઇલ /root/autoyast.xml માં સંગ્રહ થાય છે.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "સિસ્ટમ કન્ફિગ્યુરેશન લખાઇ રહ્યું છે"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -56,27 +50,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "સ્થપાએલ સિસ્ટમમાં ફાઇલોની નકલ થઇ રહી છે..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "સ્થપાએલ સિસ્ટમમાં લોગ ફાઇલોની નકલ થઇ રહી છે..."
@@ -1090,7 +1080,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&બદલો..."
@@ -1503,161 +1493,161 @@
msgstr "કેટાલોગ પ્રારંભ કરવામાં નિષ્ફળ."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr " દૂર કરો "
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "સક્ષમ"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "અસક્ષમ"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "એડિશનલ રીસોર્સીસ સિલેક્ટ કરોઃ"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "હાલની સ્થિતિ"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "પ્રોફાઇલ રીપોઝીટરીઃ (&P)"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&ટોગલ સ્ટેટસ"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "અજાણી"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "પ્રોડક્ટ નોંધણી"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "પ્રોગ્રામ કોન્ફીગરડ નથી"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "એડિશનલ રીસોર્સીસ સિલેક્ટ કરોઃ"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"જ્યારે ઇમેજ રીટ્રાઇવ્ડ થાય ત્યારે કૃપા કરી રાહ જુઓ.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "પહેલેથી સેવ કરેલા કોન્ફીગરેશનને વાંચો"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "પહેલેથી સેવ કરેલા કોન્ફીગરેશનને વાંચી રહયું છે..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "પહેલેથી સેવ કરેલા કોન્ફીગરેશનને વાંચો"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "એડિશનલ રીસોર્સીસ સિલેક્ટ કરોઃ"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "પહેલેથી સેવ કરેલા કોન્ફીગરેશનને વાંચો"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "એડિશનલ રીસોર્સીસ સિલેક્ટ કરોઃ"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1667,7 +1657,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1677,7 +1667,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1689,7 +1679,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1699,7 +1689,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1710,7 +1700,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1835,13 +1825,6 @@
msgstr " સુરક્ષા ના સેટિન્ગ્સ વંચાય છે... "
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "સાઉન્ડ કાર્ડ સેટીંગ્સ સેવ કરી રહયું છે..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "હાર્ડ વેર કન્ફિગ્યુરેશન સચવાઇ રહ્યું છે..."
@@ -2031,19 +2014,19 @@
" નોંધ : તમારે કેટલીક માહિતી ફરીથી દાખલ કરવાની રહેશે."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "સ્થાપનને સમર્થન કરો"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>આધારભૂત સ્થાપન માટે જરૂરી બધી માહિતી હવે પૂરી થઇ છે.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2058,7 +2041,7 @@
" જશે) થશે.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2071,24 +2054,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>જો તમે ચોક્કસ ન હોવ તો, પાછા જાઓ અને સેટિંગ્સ ચકાસો.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "અદ્યતન મંજૂર કરો"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>અદ્યતન બરાબર પુરું કરવા માટે જરૂરી બધી માહિતી હવે પૂરી થઇ છે.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2100,7 +2083,7 @@
"તમારા હાર્ડડિસ્ક પરની વિગતો ઉપર ફરીથી લખાઇ જશે.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&અદ્યતન શરૂ કરો"
@@ -2191,6 +2174,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "બનાવટ"
+
+#~ msgid "&Dummy"
+#~ msgstr "&બનાવટ"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "સાઉન્ડ કાર્ડ સેટીંગ્સ સેવ કરી રહયું છે..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "ફરીથી સ્થાપિત કરવાની જરૂર"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-gu-3.1.0/po/status.txt new/yast2-trans-gu-3.1.0/po/status.txt
--- old/yast2-trans-gu-3.1.0/po/status.txt 2014-12-16 15:09:40.000000000 +0100
+++ new/yast2-trans-gu-3.1.0/po/status.txt 2015-04-20 17:55:10.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7352
-Fuzzy : 5484
+Translated : 7350
+Fuzzy : 5483
Untranslated : 4638
--------------------
- All strings : 17474
+ All strings : 17471
42 % are translated
++++++ yast2-trans-he-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-he-3.1.0/po/installation.he.po new/yast2-trans-he-3.1.0/po/installation.he.po
--- old/yast2-trans-he-3.1.0/po/installation.he.po 2014-10-29 17:11:50.000000000 +0100
+++ new/yast2-trans-he-3.1.0/po/installation.he.po 2015-04-20 18:08:29.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: installation.he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-05-29 21:56+0200\n"
"Last-Translator: Ys\n"
"Language-Team: Hebrew <opensuse-translation(a)opensuse.org>\n"
@@ -18,16 +18,6 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 1.5.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "דמה"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&דמה"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -42,34 +32,34 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "עדכן התאמות"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "עדכן התאמות"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
#, fuzzy
@@ -77,7 +67,7 @@
msgstr "העתק קבצים למערכת שהותקנה"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
#, fuzzy
msgid "Copying log files to installed system..."
msgstr "מעתיק קובץ יומן למערכת המותקנת"
@@ -1108,7 +1098,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&שנה..."
@@ -1489,34 +1479,34 @@
# Button in RAID-WF
# button text
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "&Remove"
msgid "Removed"
msgstr "הס&ר"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "מאופשר"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "בטל שימוש"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "התקנת מקור"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
#, fuzzy
#| msgid ""
#| "These repositories were found on the system\n"
@@ -1527,79 +1517,79 @@
msgstr "מאגרים אילו אותרו על המערכת /n שהינך משדרג:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "בחירה נוכחית"
# Frame label
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "מאגר"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "כתובת אינטרנט"
# heading text
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
#, fuzzy
msgid "&Toggle Status"
msgstr "סטטוס"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "לא ידוע"
# Frame label
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "מקורות להתאמה"
# Network dialog caption
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "הגדרת רשת"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "התקנת מקור"
@@ -1607,7 +1597,7 @@
# Help text for last dialog of base installation
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
@@ -1615,45 +1605,45 @@
"נא להמתין בזמן הגדרת המערכת.\n"
"</b>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "התקנת מקור"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "התקנת מקור"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "התקנת מקור"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "התקנת מקור"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "התקנת מקור"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "התקנת מקור"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1663,7 +1653,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1673,7 +1663,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1683,7 +1673,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1693,7 +1683,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1702,7 +1692,7 @@
msgstr "התקנת מקור"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1832,14 +1822,6 @@
msgid "Saving security settings..."
msgstr "כותב את ההגדרות..."
-# Frame title
-#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Cannot write settings."
-msgid "Saving boot scripts settings..."
-msgstr "לא יכול לכתוב הגדרות."
-
#. progress step title
#: src/clients/save_hw_status_finish.rb:67
#, fuzzy
@@ -1993,19 +1975,19 @@
# Headline above bar graph that displays future partitions
# Headline above bar graph that displays future windows and linux partitions
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "אשר התקנה"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>כל המידע שנדרך להתקנה בסיסית הסתיים.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2014,7 +1996,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2023,25 +2005,25 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>לך חזרה ובדוק את ההגדרות אם אינך בטוח.</p>"
# RadioButton label
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "אשר עדכון"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>כל המידע שהיה צריך על מנת לבצע עדכון הסתיים.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2050,7 +2032,7 @@
# ComboBox label
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "התחל ו&עדכן"
@@ -2141,6 +2123,18 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "דמה"
+
+#~ msgid "&Dummy"
+#~ msgstr "&דמה"
+
+# Frame title
+#, fuzzy
+#~| msgid "Cannot write settings."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "לא יכול לכתוב הגדרות."
+
# Frame title
#, fuzzy
#~ msgid "Network Device: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-he-3.1.0/po/status.txt new/yast2-trans-he-3.1.0/po/status.txt
--- old/yast2-trans-he-3.1.0/po/status.txt 2014-12-16 14:19:44.000000000 +0100
+++ new/yast2-trans-he-3.1.0/po/status.txt 2015-04-20 18:08:33.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 1831
-Fuzzy : 5398
+Translated : 1829
+Fuzzy : 5397
Untranslated : 10245
--------------------
- All strings : 17474
+ All strings : 17471
10 % are translated
++++++ yast2-trans-hi-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-hi-3.1.0/po/installation.hi.po new/yast2-trans-hi-3.1.0/po/installation.hi.po
--- old/yast2-trans-hi-3.1.0/po/installation.hi.po 2014-10-29 16:57:29.000000000 +0100
+++ new/yast2-trans-hi-3.1.0/po/installation.hi.po 2015-04-20 18:02:01.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: Priyavert Sharma<priyavert.sharma(a)agreeya.com>\n"
"Language-Team: AgreeYa Solutions <linux_team(a)agreeya.com>\n"
@@ -13,16 +13,6 @@
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "डम्मी"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "डम्मी (&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -42,15 +32,19 @@
"को एक प्रोफाइल की आवश्यकता होती है। अगर यह विकल्प\n"
"चुना गया है, तो वर्तमान सिस्टम का एक प्रोफाइल /रूट/autoyast.xml में स्टोर हो जाता है।</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "सिस्टम समनुरूपण लिख रहा हैं"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -58,27 +52,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "फाइलों को संसथापित सिस्टम में कापी कर रहा है ..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "लोग फाइलों को संसथापित सिस्टम में कापी कर रहा है..."
@@ -1094,7 +1084,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "बदलें... (&C)"
@@ -1504,160 +1494,160 @@
msgstr "कैटलॉग का प्रारंभिकीकरण असफल"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "हटाऐ"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "समर्थ हैं"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "असमर्थ हैं"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "अतिरिक्त संसाधन चुनें:"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "हालिया स्थिति:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "भंडार"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "स्थिति बदलें (&T)"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "अनंजान"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "भंडार"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "कार्यकर्म समनुरुप नहीं है"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "अतिरिक्त संसाधन चुनें:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"कृपया प्रतिबिंब की पुर्नप्राप्ति तक प्रतीक्षा करें.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "पुराना संचय किया गया समनुरुपण पढें"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "पुराना संचय किया गया समनुरुपण पढ रहा है..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "पुराना संचय किया गया समनुरुपण पढें"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "अतिरिक्त संसाधन चुनें:"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "पुराना संचय किया गया समनुरुपण पढें"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "अतिरिक्त संसाधन चुनें:"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1667,7 +1657,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1677,7 +1667,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1689,7 +1679,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1699,7 +1689,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1710,7 +1700,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1834,13 +1824,6 @@
msgstr "सुरक्षा व्यवस्था पढ़ रहा है..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "आवाज कार्ड का व्यवस्थाऐं संचय कर रहा है..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "हार्डवैर समनुरूपण सेव कर रहा हैं... "
@@ -2027,19 +2010,19 @@
"नोट : आपको फिर से कुछ जानकारी प्रविष्ट करनी पड़ सकती है।"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "संसथापन निश्चित करें"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>बेस संसथापन के लिए सभी आवश्यक सूचनाऎं मिल गई हैं </p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2053,7 +2036,7 @@
"(इन पार्टीशन में मौजूद किसी भी डेटा का मिट जाना) हो जाएंगे।</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2066,24 +2049,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>यदी तुम निश्चित नहीं हो तो वापस जाकर व्यवस्थाओं की जाँच करें</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "नवीनीकरण निश्चित करें"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>नवीनीकरण के लिए सभी आवश्यक सूचनाऎं मिल गई हैं </p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2095,7 +2078,7 @@
"आपकी हार्ड डिस्क के डेटा पर फिर से लिख दिया जाएगा।</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "नवीनीकरण शुरू करें (&U)"
@@ -2188,6 +2171,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "डम्मी"
+
+#~ msgid "&Dummy"
+#~ msgstr "डम्मी (&D)"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "आवाज कार्ड का व्यवस्थाऐं संचय कर रहा है..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "दोबारा अधिष्ठापन की जरुरत है"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-hi-3.1.0/po/status.txt new/yast2-trans-hi-3.1.0/po/status.txt
--- old/yast2-trans-hi-3.1.0/po/status.txt 2014-12-16 15:06:40.000000000 +0100
+++ new/yast2-trans-hi-3.1.0/po/status.txt 2015-04-20 18:02:24.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 9158
-Fuzzy : 5086
+Translated : 9156
+Fuzzy : 5085
Untranslated : 3230
--------------------
- All strings : 17474
+ All strings : 17471
52 % are translated
++++++ yast2-trans-hr-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-hr-3.1.0/po/installation.hr.po new/yast2-trans-hr-3.1.0/po/installation.hr.po
--- old/yast2-trans-hr-3.1.0/po/installation.hr.po 2014-10-29 16:43:13.000000000 +0100
+++ new/yast2-trans-hr-3.1.0/po/installation.hr.po 2015-04-20 17:58:48.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: installation.hr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2010-07-22 10:52+0200\n"
"Last-Translator: Krešimir Jozić <kjozic(a)gmail.com>\n"
"Language-Team: Croatian <kde-i18n-doc(a)kde.org>\n"
@@ -21,16 +21,6 @@
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.0\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Neznalica"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Neznalica"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -45,15 +35,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Zapisujem postavke sustava"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -61,27 +55,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopiram datoteke na instalirani sustav..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopiram datoteke dnevnika na instalirani sustav..."
@@ -1025,7 +1015,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Promijeni..."
@@ -1403,31 +1393,31 @@
"Prekidam instalaciju."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Uklonjeno"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Omogućeno"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Onemogućeno"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Prethodno korišteni repozitoriji"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1436,64 +1426,64 @@
"kojega nadograđujete:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Trenutni status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repozitorij"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Promijeni status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Da biste promijenili URL, kliknite na gumb <b>Promijeni...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nepoznato"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&URL repozitorija"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Mreža nije podešena"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1502,51 +1492,51 @@
"Da li je želite podesiti?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Dodajem i uklanjam repozitorije..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Molimo pričekajte dok se repozitoriji dodaju ili uklanjaju.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Ukloni repozitorije koji se ne koriste"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Uklanjam repozitorije koji se ne koriste..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Dodaj omogućene repozitorije"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Dodajem omogućene repozitorije..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Dodaj onemogućene repozitorije"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Dodajem onemogućene repozitorije..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1556,7 +1546,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1566,7 +1556,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1583,7 +1573,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1595,7 +1585,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1611,7 +1601,7 @@
"URL: %2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1737,13 +1727,6 @@
msgstr "Čitam sigurnosne postavke..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Spremam postavke zvučne kartice..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Spremam postavke sklopovlja..."
@@ -1900,18 +1883,18 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Potvrdi instalaciju"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "Zapisujem profil o autoinstalaciji..."
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1920,7 +1903,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1929,22 +1912,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Odite natrag i provjerite postavke ako niste sigurni.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Potvrdi dogradnju"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1952,7 +1935,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Pokreni &nadogradnju"
@@ -2045,6 +2028,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Neznalica"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Neznalica"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Spremam postavke zvučne kartice..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Licenca mora biti prihvaćena"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-hr-3.1.0/po/status.txt new/yast2-trans-hr-3.1.0/po/status.txt
--- old/yast2-trans-hr-3.1.0/po/status.txt 2014-12-16 14:27:07.000000000 +0100
+++ new/yast2-trans-hr-3.1.0/po/status.txt 2015-04-20 17:58:59.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7474
-Fuzzy : 3850
+Translated : 7472
+Fuzzy : 3849
Untranslated : 6150
--------------------
- All strings : 17474
+ All strings : 17471
43 % are translated
++++++ yast2-trans-hu-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-hu-3.1.0/po/installation.hu.po new/yast2-trans-hu-3.1.0/po/installation.hu.po
--- old/yast2-trans-hu-3.1.0/po/installation.hu.po 2014-10-29 16:36:49.000000000 +0100
+++ new/yast2-trans-hu-3.1.0/po/installation.hu.po 2015-04-20 18:03:44.000000000 +0200
@@ -19,7 +19,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-01-14 18:33+0100\n"
"Last-Translator: Kalman Kemenczy <kkemenczy(a)opensuse.org>\n"
"Language-Team: Hungarian <kde-l10n-hu(a)kde.org>\n"
@@ -30,16 +30,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.2\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Üres"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "Ü&res"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -64,15 +54,19 @@
"Ahhoz, hogy az AutoYaST tudja, milyennek kell lennie a telepítendő rendszernek, egy profilra van szüksége. Az opció\n"
"bejelölésével az aktuális rendszer beállításait eltárolhatja a <tt>/root/autoinst.xml</tt> fájlban.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Rendszerbeállítások mentése..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -80,27 +74,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Fájlok másolása a telepített rendszerre…"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Naplófájlok másolása a telepített rendszerre…"
@@ -1122,7 +1112,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Változtatás…"
@@ -1491,17 +1481,17 @@
"A telepítés megszakad."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Eltávolítva"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Engedélyezve"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Letiltva"
@@ -1509,14 +1499,14 @@
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Korábban használt telepítési források"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1525,27 +1515,27 @@
"frissítendő rendszeren:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Jelenlegi állapot"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Telepítési forrás"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Állapot át&kapcsolása"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1554,7 +1544,7 @@
"forrás. Engedélyezze a frissítési folyamatba felvenni kívánt forrásokat.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1563,30 +1553,30 @@
"<b>Állapot átkapcsolása</b> gombra vagy kattintson duplán a megfelelő elemre a táblázatban.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Az URL módosításához nyomja meg a <b>Változtatás</b> gombot.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Ismeretlen"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Telepítési forrás URL-címe"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "A hálózat nincs beállítva"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1595,49 +1585,49 @@
"Szeretné most beállítani?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Telepítési források hozzáadása és eltávolítása…"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Kérem, várjon a telepítési források hozzáadásáig és eltávolításáig.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Nem használt telepítési források eltávolítása"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Nem használt telepítési források eltávolítása…"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Engedélyezett telepítési források hozzáadása"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Engedélyezett telepítési források hozzáadása…"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Letiltott telepítési források hozzáadása"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Letiltott telepítési források hozzáadása…"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "A megfelelő adathordozóra van szükség"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1651,7 +1641,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1661,7 +1651,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1673,7 +1663,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1685,7 +1675,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1696,7 +1686,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1828,11 +1818,6 @@
msgid "Saving security settings..."
msgstr "Biztonsági beállítások mentése…"
-#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Rendszerindító parancsfájlok mentése…"
-
# modules/sound/sound.ycp:540 modules/sound/sound.ycp:578
# modules/sound/sound.ycp:588
#. progress step title
@@ -2005,17 +1990,17 @@
"Megjegyzés: valószínűleg a telepítéshez szükséges információkat újra meg kell adni."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Telepítés jóváhagyása"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>A telepítéshez minden szükséges információ rendelkezésre áll.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2027,7 +2012,7 @@
"az előző párbeszédablakok telepítési beállításainak megfelelően.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2036,22 +2021,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Ha nem teljesen biztos a dolgában, az előző ablakokhoz visszatérve módosíthatja a beállításokat.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Frissítés megerősítése"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>A frissítés végrehajtásához szükséges minden információ rendelkezésre áll.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2062,7 +2047,7 @@
# modules/inst_custom_part.ycp:493
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Frissítés indítása"
@@ -2158,6 +2143,15 @@
"A telepítés nem képes automatikusan feloldani a csomagfüggőségeket,\n"
"ezért elindul a szoftverkezelő, ahol ez elvégezhető kézzel."
+#~ msgid "Dummy"
+#~ msgstr "Üres"
+
+#~ msgid "&Dummy"
+#~ msgstr "Ü&res"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Rendszerindító parancsfájlok mentése…"
+
# modules/inst_language.ycp:68
#~ msgid "Search for Linux partitions"
#~ msgstr "Linux-partíciók keresése"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-hu-3.1.0/po/status.txt new/yast2-trans-hu-3.1.0/po/status.txt
--- old/yast2-trans-hu-3.1.0/po/status.txt 2014-12-16 14:25:55.000000000 +0100
+++ new/yast2-trans-hu-3.1.0/po/status.txt 2015-04-20 18:04:25.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 16013
+Translated : 16010
Fuzzy : 433
Untranslated : 1028
--------------------
- All strings : 17474
+ All strings : 17471
92 % are translated
++++++ yast2-trans-id-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-id-3.1.0/po/installation.id.po new/yast2-trans-id-3.1.0/po/installation.id.po
--- old/yast2-trans-id-3.1.0/po/installation.id.po 2014-10-29 17:12:03.000000000 +0100
+++ new/yast2-trans-id-3.1.0/po/installation.id.po 2015-04-20 18:04:29.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-09-27 21:47+0700\n"
"Last-Translator: Tedi Heriyanto <tedi.heriyanto(a)gmail.com>\n"
"Language-Team: Indonesian <i18n(a)suse.de>\n"
@@ -19,16 +19,6 @@
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Palsu"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Palsu"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -48,15 +38,19 @@
"membutuhkan sebuah profil untuk mengetahui seperti apa sistem yang diinginkan. Jika opsi ini\n"
"dipilih, profil sistem saat ini akan disimpan di /root/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Online Update Configuration"
msgid "Clone System Configuration"
msgstr "Konfigurasi Update Online"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "Online Update Configuration"
msgid "&Clone System Configuration"
@@ -64,27 +58,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Menyalinkan file ke sistem yang diinstalasi..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Menyalinkan file log ke sistem yang diinstalasi..."
@@ -1077,7 +1067,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Ubah..."
@@ -1501,117 +1491,117 @@
"Membatalkan instalasi."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "&Remove"
msgid "Removed"
msgstr "&Hapus"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Aktifkan"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Nonaktifkan"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Ringkasan Instalasi"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Status Saat Ini: "
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "Registrasi Produk"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
#, fuzzy
msgid "&Toggle Status"
msgstr "Status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Tidak dikenal"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Registrasi Produk"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "Konfigurasi Jaringan"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Ringkasan Instalasi"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
@@ -1619,45 +1609,45 @@
"Silakan tunggu sementara sistem sedang dikonfigurasi.\n"
"</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Membaca seting sebelumnya"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Membaca paket yang tersedia pada sumber instalasi..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Membaca seting sebelumnya"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Ringkasan Instalasi"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Membaca seting sebelumnya"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Ringkasan Instalasi"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1667,7 +1657,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1677,7 +1667,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1687,7 +1677,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1697,7 +1687,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1706,7 +1696,7 @@
msgstr "Sebuah kesalahan terjadi ketika mempersiapkan instalasi sistem."
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1828,13 +1818,6 @@
msgstr "Menulis seting..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Reading the previous settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Membaca seting sebelumnya..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Menyimpan konfigurasi hardware..."
@@ -2020,19 +2003,19 @@
"Apakah anda ingin membuatnya?"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Konfirmasi Instalasi"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Semua informasi yang dibutuhkan untuk instalasi awal telah lengkap.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2046,7 +2029,7 @@
"menurut seting instalasi pada dialog sebelumnya.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2059,24 +2042,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Kembali dan periksa kembali seting bila anda tidak yakin..</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Konfirmasi Update"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Semua informasi yang dibutuhkan untuk melakukan update telah lengkap.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2088,7 +2071,7 @@
"berdasarkan seting pada dialog sebelumnya.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Mulai &Update"
@@ -2178,6 +2161,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Palsu"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Palsu"
+
+#, fuzzy
+#~| msgid "Reading the previous settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Membaca seting sebelumnya..."
+
#, fuzzy
#~ msgid "Evaluate update possibility"
#~ msgstr "Adakan Update Otomatis"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-id-3.1.0/po/status.txt new/yast2-trans-id-3.1.0/po/status.txt
--- old/yast2-trans-id-3.1.0/po/status.txt 2014-12-16 14:23:08.000000000 +0100
+++ new/yast2-trans-id-3.1.0/po/status.txt 2015-04-20 18:04:32.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 2043
-Fuzzy : 4746
+Translated : 2041
+Fuzzy : 4745
Untranslated : 10685
--------------------
- All strings : 17474
+ All strings : 17471
12 % are translated
++++++ yast2-trans-it-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-it-3.1.0/po/installation.it.po new/yast2-trans-it-3.1.0/po/installation.it.po
--- old/yast2-trans-it-3.1.0/po/installation.it.po 2014-10-29 17:03:14.000000000 +0100
+++ new/yast2-trans-it-3.1.0/po/installation.it.po 2015-04-20 17:55:31.000000000 +0200
@@ -12,13 +12,13 @@
# Giuseppe Salinaro <giuseppeit18(a)yahoo.it>, 2008.
# Andrea Florio <andrea(a)opensuse.org>, 2009.
# Giacomo Barazzetti <giacomosrv(a)gmail.com>, 2013.
-# Andrea Turrini <andrea.turrini(a)gmail.com>, 2013, 2014.
+# Andrea Turrini <andrea.turrini(a)gmail.com>, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation.it\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-02 08:10+0800\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-01-11 15:43+0800\n"
"Last-Translator: Andrea Turrini <andrea.turrini(a)gmail.com>\n"
"Language-Team: Italian <opensuse-translation(a)opensuse.org>\n"
"Language: it\n"
@@ -28,16 +28,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -56,41 +46,41 @@
"ha bisogno di un profilo per conoscere come il sistema installato debba risultare. Se questa opzione è\n"
"selezionata, verrà archiviato un profilo del sistema corrente in <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Scrivere il profilo AutoYaST in /root/autoinst.xml alla fine dell'installazione?"
+
# #-#-#-#-# installation.it.po (installation) #-#-#-#-# TLABEL modules/inst_ask_config.ycp:142
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Clona impostazioni di sistema"
# #-#-#-#-# installation.it.po (installation) #-#-#-#-# TLABEL modules/inst_ask_config.ycp:142
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Clona impostazioni di sistema"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Il profilo AutoYaST verrà salvato in /root/autoinst.xml (<a href=\"%1\">non salvarlo</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Il profilo AutoYaST non verrà salvato (<a href=\"%1\">salvalo</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Scrittura del profilo AutoYaST in /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copia dei file nel sistema installato in corso..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copia dei file di log nel sistema installato in corso..."
@@ -1091,7 +1081,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Modifica..."
@@ -1464,31 +1454,31 @@
"Interruzione dell'installazione."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Rimosso"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Abilitato"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Disabilitato"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Repository usati in precedenza"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1497,27 +1487,27 @@
"che si sta aggiornando:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Stato attuale"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repository"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Cambia &stato"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1526,7 +1516,7 @@
"sul sistema in corso di aggiornamento. È necessario abilitare quelli che si desidera siano inclusi nel processo di aggiornamento.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1535,30 +1525,30 @@
"<b>Cambia stato</b> o fare doppio clic sulla voce corrispondente nella tabella.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Per cambiare l'URL, fare clic sul pulsante <b>Modifica...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Sconosciuto"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&URL del repository"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "La rete non è configurata"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1567,49 +1557,49 @@
"Configurarla?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Aggiunta e rimozione dei repository in corso..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>I repository stanno per essere aggiunti e rimossi.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Rimozione dei repository non utilizzati"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Rimozione dei repository non utilizzati in corso..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Aggiunta dei repository abilitati"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Aggiunta dei repository abilitati in corso..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Aggiunta dei repository disabilitati"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Aggiunta dei repository disabilitati in corso..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Supporto corretto richiesto"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1623,7 +1613,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1638,7 +1628,7 @@
"Il repository verrà aggiunto ma sarà disabilitato."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1650,7 +1640,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1662,7 +1652,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1673,7 +1663,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1796,11 +1786,6 @@
msgid "Saving security settings..."
msgstr "Salvataggio delle impostazioni di sicurezza in corso..."
-#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Salvataggio delle impostazioni degli script di avvio in corso..."
-
# #-#-#-#-# installation.it.po (installation) #-#-#-#-#
# TLABEL modules/sound/sound.ycp:1038
#. progress step title
@@ -1975,17 +1960,17 @@
"Nota: potrebbe essere necessario immettere di nuovo alcune informazioni."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Conferma dell'installazione"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Le informazioni richieste per l'installazione di base sono ora complete.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1998,7 +1983,7 @@
"definite nelle precedenti finestre di dialogo.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2010,24 +1995,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Se non si è sicuri delle impostazioni, tornare indietro e verificarne la correttezza.</p>"
# #-#-#-#-# installation.it.po (installation) #-#-#-#-#
# TLABEL modules/inst_sw_select.ycp:207
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Conferma aggiornamento"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Le informazioni richieste per eseguire un aggiornamento sono ora complete.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2040,7 +2025,7 @@
# #-#-#-#-# installation.it.po (installation) #-#-#-#-#
# TLABEL modules/inst_custom_part.ycp:2170
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Avvia a&ggiornamento"
@@ -2124,6 +2109,15 @@
"L'installazione non è stata in grado di risolvere automaticamente le dipendenze dei pacchetti.\n"
"Il gestore dei programmi sarà avviato per permettere di risolverle manualmente."
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Salvataggio delle impostazioni degli script di avvio in corso..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Ricerca delle partizioni Linux"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-it-3.1.0/po/status.txt new/yast2-trans-it-3.1.0/po/status.txt
--- old/yast2-trans-it-3.1.0/po/status.txt 2014-12-16 14:21:04.000000000 +0100
+++ new/yast2-trans-it-3.1.0/po/status.txt 2015-04-20 17:56:10.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17474
+Translated : 17471
Fuzzy : 0
Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-ja-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ja-3.1.0/po/installation.ja.po new/yast2-trans-ja-3.1.0/po/installation.ja.po
--- old/yast2-trans-ja-3.1.0/po/installation.ja.po 2014-10-29 16:38:02.000000000 +0100
+++ new/yast2-trans-ja-3.1.0/po/installation.ja.po 2015-04-20 18:00:32.000000000 +0200
@@ -7,13 +7,13 @@
# "田邉 和子" <ktanabe-aromavet(a)nifty.com>, 2000, 2001, 2002, 2003.
# "Takekazu OKAMOTO" <tokamoto(a)novell.com>, 2004.
# "Novell Language" <language(a)novell.com>, 2004, 2005.
-# Yasuhiko Kamata <belphegor(a)belbel.or.jp>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
+# Yasuhiko Kamata <belphegor(a)belbel.or.jp>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-02 07:59+0900\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-01-07 20:57+0900\n"
"Last-Translator: Yasuhiko Kamata <belphegor(a)belbel.or.jp>\n"
"Language-Team: Japanese <opensuse-ja(a)opensuse.org>\n"
"Language: ja\n"
@@ -22,16 +22,6 @@
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "ダミー"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "ダミー (&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -50,39 +40,39 @@
"AutoYaST では、インストールするシステムの設定方法を指定するためのプロファイルが必要となります。\n"
"このオプションを選択すると、現在のシステムのプロファイルが <tt>/root/autoyast.xml</tt> に保存されます。</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "インストールの完了時、 AutoYaST プロファイルを /root/autoinst.xml に書き込みますか?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "システム設定の複製"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "システム設定の複製 (&C)"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "AutoYaST のプロファイルを /root/autoinst.xml に書き込みます (<a href=\"%1\">作成しない</a>)"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "AutoYaST のプロファイルを保存しません (<a href=\"%1\">作成する</a>)"
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "AutoYaST プロファイルの /root/autoinst.xml への書き込み"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "インストールしたシステムへファイルをコピーしています..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "インストールしたシステムへログファイルをコピーしています..."
@@ -1046,7 +1036,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "変更 (&C)..."
@@ -1416,31 +1406,31 @@
"インストールを中止します。"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "削除済み"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "有効"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "無効"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "以前利用していたリポジトリ"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1449,27 +1439,27 @@
"設定されています:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "現在の状態"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "リポジトリ"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "有効化/無効化 (&T)"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1479,7 +1469,7 @@
"含める場合は有効に設定してください。</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1488,30 +1478,30 @@
"ボタンを押すか、表内の項目をダブルクリックして切り替えてください。</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>URL を変更するには <b>変更...</b> ボタンを押してください。</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "不明"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "リポジトリ URL (&R)"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "ネットワークは設定されていません"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1520,49 +1510,49 @@
"ネットワークを設定しますか?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "リポジトリの追加と削除:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>リポジトリを追加/削除しています。</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "使用していないリポジトリの削除"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "使用していないリポジトリを削除しています..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "有効化したリポジトリの追加"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "有効化したリポジトリを追加しています..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "無効化したリポジトリの追加"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "無効化したリポジトリを追加しています..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "正しいメディアが必要です"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1576,7 +1566,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1591,7 +1581,7 @@
"リポジトリは無効な状態で追加されます。"
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1603,7 +1593,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1615,7 +1605,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1626,7 +1616,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1741,11 +1731,6 @@
msgstr "セキュリティの設定を保存しています..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "起動スクリプトの設定を保存しています..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "ハードウエアの設定を保存しています..."
@@ -1915,17 +1900,17 @@
"注意: 設定のうちいくつかをもう一度行なう必要があります。"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "インストールの確認"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>基本インストールに必要なすべての情報が集まりました。</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1937,7 +1922,7 @@
"(パーティション内の <b>全てのデータが消去</b>) されます。</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1949,22 +1934,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>何か不安な箇所があれば戻って確認してください。</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "更新を確認"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>更新に必要なすべての情報が集まりました。</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1975,7 +1960,7 @@
"設定したとおりに上書きされます。</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "更新開始 (&U)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ja-3.1.0/po/status.txt new/yast2-trans-ja-3.1.0/po/status.txt
--- old/yast2-trans-ja-3.1.0/po/status.txt 2014-12-16 14:14:50.000000000 +0100
+++ new/yast2-trans-ja-3.1.0/po/status.txt 2015-04-20 18:01:11.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17474
+Translated : 17471
Fuzzy : 0
Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-jv-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-jv-3.1.0/po/installation.jv.po new/yast2-trans-jv-3.1.0/po/installation.jv.po
--- old/yast2-trans-jv-3.1.0/po/installation.jv.po 2014-10-29 16:40:55.000000000 +0100
+++ new/yast2-trans-jv-3.1.0/po/installation.jv.po 2015-04-20 18:00:20.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2002-10-08 13:38+0200\n"
"Last-Translator: i18n(a)suse.de\n"
"Language-Team: Indonesian <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-jv-3.1.0/po/status.txt new/yast2-trans-jv-3.1.0/po/status.txt
--- old/yast2-trans-jv-3.1.0/po/status.txt 2014-12-16 14:15:44.000000000 +0100
+++ new/yast2-trans-jv-3.1.0/po/status.txt 2015-04-20 18:00:21.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 0
Fuzzy : 0
-Untranslated : 17474
+Untranslated : 17471
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-ka-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ka-3.1.0/po/installation.ka.po new/yast2-trans-ka-3.1.0/po/installation.ka.po
--- old/yast2-trans-ka-3.1.0/po/installation.ka.po 2014-10-29 16:37:42.000000000 +0100
+++ new/yast2-trans-ka-3.1.0/po/installation.ka.po 2015-04-20 17:48:18.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2009-03-06 15:18+0400\n"
"Last-Translator: George Machitidze <giomac(a)gmail.com>\n"
"Language-Team: Georgian <>\n"
@@ -17,16 +17,6 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 0.2\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -41,15 +31,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "მიმდინარეობს სისტემის პარამეტრების ჩაწერა"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -57,27 +51,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "ფაილების ჩადგმურ სისტემაზე კოპირება..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "ჟურნალის ფაილების ჩადგმულ სისტემაზე კოპირება..."
@@ -998,7 +988,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "შე&ცვლა..."
@@ -1332,33 +1322,33 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "ამოღება"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "ჩართულია"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "გათიშულია"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "წინათ გამოყენებული რეპოზიტორიები"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1367,64 +1357,64 @@
"თქვენ გსურთ განაახლოთ:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "მიმდინარე მდგომარეობა"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "რეპოზიტორია"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "მდგომარეობის გადარ&თვა"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "უცნობი"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&რეპოზიტორიის URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "ქსელი არ არის გამართული"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1433,51 +1423,51 @@
"გავმართო ის?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "რეპოზიტორიების დამატება ან ამოღება..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>გთხოვთ დაიცადოთ რეპოზიტორიებში ცვლიელებების დასრულებამდე.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "გამოუყენებელი რეპოზიტორიების ამოღება"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "გამოუყენებელი რეპოზიტორიების ამოღება..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "ჩართული რეპოზიტორიების დამატება"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "ჩართული რეპოზიტორიების დამატება"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "გათიშული რეპოზიტორიების დამატება"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "გათიშული რეპოზიტორიების დამატება..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1487,7 +1477,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1497,7 +1487,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid "Add enabled repositories"
msgid ""
@@ -1508,7 +1498,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1517,7 +1507,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid "Add enabled repositories"
msgid ""
@@ -1527,7 +1517,7 @@
msgstr "ჩართული რეპოზიტორიების დამატება"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid "Add disabled repositories"
msgid ""
@@ -1639,13 +1629,6 @@
msgstr "ძირითადი პარამეტრების წაკითხვა..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Can not write settings."
-msgid "Saving boot scripts settings..."
-msgstr "პარამეტრების შენახვა ვერ მოხერხდა."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "აპარატურული ნაწილის პარამეტრების შენახვა..."
@@ -1792,17 +1775,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "დაადასტურეთ ჩადგმა"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1811,7 +1794,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1820,22 +1803,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "დაადასტურეთ განახლება"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1843,7 +1826,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "განახლების დაწ&ყება"
@@ -1937,6 +1920,11 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#, fuzzy
+#~| msgid "Can not write settings."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "პარამეტრების შენახვა ვერ მოხერხდა."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Linux-ის დანაყოფების მოძებნა"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ka-3.1.0/po/status.txt new/yast2-trans-ka-3.1.0/po/status.txt
--- old/yast2-trans-ka-3.1.0/po/status.txt 2014-12-16 14:25:01.000000000 +0100
+++ new/yast2-trans-ka-3.1.0/po/status.txt 2015-04-20 17:48:22.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 3493
-Fuzzy : 1414
-Untranslated : 12567
+Fuzzy : 1413
+Untranslated : 12565
--------------------
- All strings : 17474
+ All strings : 17471
20 % are translated
++++++ yast2-trans-km-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-km-3.1.0/po/installation.km.po new/yast2-trans-km-3.1.0/po/installation.km.po
--- old/yast2-trans-km-3.1.0/po/installation.km.po 2014-10-29 17:07:54.000000000 +0100
+++ new/yast2-trans-km-3.1.0/po/installation.km.po 2015-04-20 18:13:19.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: installation.km\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2012-05-25 09:11+0700\n"
"Last-Translator: sutha <sutha(a)khmeros.info>\n"
"Language-Team: Khmer <support@khmeros>\n"
@@ -20,16 +20,6 @@
"X-Generator: WordForge 0.8 RC1\n"
"X-Language: km-CM\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -54,15 +44,19 @@
"ត្រូវការទម្រង់ដើម្បីដឹងអ្វីដែលប្រព័ន្ធបានដំឡើងមានរូបរាងយ៉ាងម៉េច ។ ប្រសិនបើជម្រើសនេះ\n"
"ត្រូវបានជ្រើស ទម្រង់របស់ប្រព័ន្ធបច្ចុប្បន្នត្រូវបានទុកនៅក្នុង <tt>/root/autoinst.xml</tt> ។</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "កំពុងសរសេរការកំណត់រចនាសម្ព័ន្ធប្រព័ន្ធ..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -70,27 +64,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "កំពុងចម្លងឯកសារទៅប្រព័ន្ធដែលបានដំឡើង..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "កំពុងចម្លងឯកសារកំណត់ហេតុទៅប្រព័ន្ធដែលបានដំឡើង..."
@@ -1078,7 +1068,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "ផ្លាស់ប្តូរ..."
@@ -1463,31 +1453,31 @@
"បោះបង់ការដំឡើង ។"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "បានយកចេញ"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "បានបើក"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "មិនអនុញ្ញាត"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "ឃ្លាំងដែលបានប្រើពីមុន"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1496,27 +1486,27 @@
"អ្នកកំពុងធ្វើឲ្យប្រសើរឡើង ៖"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "ស្ថានភាពបច្ចុប្បន្ន"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "ឃ្លាំង"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "បិទ/បើក ស្ថានភាព"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1525,7 +1515,7 @@
"នៅក្នុងប្រព័ន្ធ អ្នកកំពុងធ្វើឲ្យប្រសើរឡើង ។ បើកវាមួយ ដែលអ្នកចង់រួមបញ្ចូលនៅក្នុងដំណើរការធ្វើឲ្យប្រសើរឡើង ។</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1534,30 +1524,30 @@
"ប៊ូតុង<b>បិទ/បើកស្ថានភាព</b> ឬចុចទ្វេរដងលើធាតុតាងរាងដោយឡែកៗ ។</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>ដើម្បីផ្លាស់ប្ដូរ URL ចុចលើប៊ូតុង <b>ផ្លាស់ប្ដូរ...</b> ។</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "មិនស្គាល់"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "ឃ្លាំង URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "បណ្ដាញមិនត្រូវបានកំណត់រចនាសម្ព័ន្ធឡើយ"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1566,49 +1556,49 @@
"កំណត់រចនាសម្ព័ន្ធវាឬ ?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "កំពុងបន្ថែម និងយកឃ្លាំងចេញ..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>ឃ្លាំងកំពុងត្រូវបានបន្ថែម និងយកចេញ ។</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "យកឃ្លាំងដែលមិនប្រើចេញ"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "កំពុងយកឃ្លាំងដែលមិនប្រើចេញ..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "បន្ថែមឃ្លាំងដែលបានបើក"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "កំពុងបន្ថែមឃ្លាំងដែលបានបើក..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "បន្ថែមឃ្លាំងដែលបានបិទ"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "កំពុងបន្ថែមឃ្លាំងដែលបានបិទ..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "កែមេឌៀដែលបានស្នើ"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1622,7 +1612,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1632,7 +1622,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1644,7 +1634,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1656,7 +1646,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1667,7 +1657,7 @@
"URL ៖ %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1780,11 +1770,6 @@
msgstr "កំពុងរក្សាទុកការកំណត់សុវត្ថិភាព..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "កំពុងរក្សាទុកការកំណត់ស្គ្រីប..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "កំពុងរក្សាទុកការកំណត់រចនាសម្ព័ន្ធផ្នែករឹង..."
@@ -1954,17 +1939,17 @@
"ចំណាំ ៖ អ្នកត្រូវតែបញ្ចូលព័ត៌មានមួយចំនួនម្ដងទៀត ។"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "អះអាងដំឡើង"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>មានព័ត៌មានគ្រប់គ្រាន់ហើយ សម្រាប់ការដំឡើងគោល ។</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1977,7 +1962,7 @@
"ការកំណត់ការកំឡើងនៅក្នុងប្រអប់មុន ។</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1989,22 +1974,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>ត្រឡប់ថយក្រោយ ហើយពិនិត្យការកំណត់បើអ្នកមិនច្បាស់ ។</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "អះអាងការធ្វើបច្ចុប្បន្នភាព"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>មានព័ត៌មានគ្រប់គ្រាន់ហើយ ដើម្បីប្រតិបត្តិការធ្វើបច្ចុប្បន្នភាព ។</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2015,7 +2000,7 @@
"ដោយយោងតាមការកំណត់នៅក្នុងប្រអប់មុន ។</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "ចាប់ផ្ដើមធ្វើបច្ចុប្បន្នភាព"
@@ -2109,6 +2094,15 @@
"ការដំឡើងមិនអាចដោះស្រាយភាពអាស្រ័យរបស់កញ្ចប់ដោយស្វ័យប្រវត្តិបានទេ ។\n"
"កម្មវិធីគ្រប់គ្រងផ្នែកទន់ នឹងត្រូវបានបើកដើម្បីដោះស្រាយដោយស្វ័យប្រវត្តិ ។"
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "កំពុងរក្សាទុកការកំណត់ស្គ្រីប..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "អាជ្ញាប័ណ្ណត្រូវតែបានទទួល"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-km-3.1.0/po/status.txt new/yast2-trans-km-3.1.0/po/status.txt
--- old/yast2-trans-km-3.1.0/po/status.txt 2014-12-16 14:31:37.000000000 +0100
+++ new/yast2-trans-km-3.1.0/po/status.txt 2015-04-20 18:14:00.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 15764
+Translated : 15761
Fuzzy : 807
Untranslated : 903
--------------------
- All strings : 17474
+ All strings : 17471
90 % are translated
++++++ yast2-trans-kn-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-kn-3.1.0/po/installation.kn.po new/yast2-trans-kn-3.1.0/po/installation.kn.po
--- old/yast2-trans-kn-3.1.0/po/installation.kn.po 2014-10-29 16:44:13.000000000 +0100
+++ new/yast2-trans-kn-3.1.0/po/installation.kn.po 2015-04-20 18:03:07.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2010-02-19 19:59+0200\n"
"Last-Translator: xxx <yyy(a)example.org>\n"
"Language-Team: Kannada <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,15 +29,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Saving mouse configuration..."
msgid "Clone System Configuration"
msgstr "ಮೌಸ್ನ ಸಂರಚನೆಯನ್ನು ಉಳಿಸಲಾಗುತ್ತಿದೆ"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "Saving mouse configuration..."
msgid "&Clone System Configuration"
@@ -55,27 +49,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -955,7 +945,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1279,144 +1269,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1426,7 +1416,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1436,7 +1426,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1445,7 +1435,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1454,7 +1444,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1462,7 +1452,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1566,11 +1556,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1707,17 +1692,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1726,7 +1711,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1735,22 +1720,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1758,7 +1743,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-kn-3.1.0/po/status.txt new/yast2-trans-kn-3.1.0/po/status.txt
--- old/yast2-trans-kn-3.1.0/po/status.txt 2014-12-16 14:28:04.000000000 +0100
+++ new/yast2-trans-kn-3.1.0/po/status.txt 2015-04-20 18:03:08.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 78
Fuzzy : 179
-Untranslated : 17217
+Untranslated : 17214
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-ko-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ko-3.1.0/po/installation.ko.po new/yast2-trans-ko-3.1.0/po/installation.ko.po
--- old/yast2-trans-ko-3.1.0/po/installation.ko.po 2014-10-29 17:11:05.000000000 +0100
+++ new/yast2-trans-ko-3.1.0/po/installation.ko.po 2015-04-20 17:49:21.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: installation.ko\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2010-04-19 14:41+0900\n"
"Last-Translator: Yunseok Choi <xein(a)naver.com>\n"
"Language-Team: Korean <xein(a)naver.com>\n"
@@ -16,16 +16,6 @@
"X-Poedit-Country: KOREA, REPUBLIC OF\n"
"X-Poedit-SourceCharset: utf-8\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "더미"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "더미(&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -50,15 +40,19 @@
"AutoYaST는 설치된 시스템의 상태를 파악 하기 위해 프로필을 필요로 합니다.\n"
"이 옵션을 선택하면 현재 시스템의 프로파일이 <tt>/root/autoyast.xml</tt>에 저장됩니다.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "시스템 설정 저장 중"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -66,27 +60,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "설치될 시스템으로 파일 복사 중..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "설치될 시스템으로 로그 파일 복사 중..."
@@ -1171,7 +1161,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "변경(&C)..."
@@ -1598,33 +1588,33 @@
"설치가 중단됩니다."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "제거됨"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "활성화"
# translators: service status radio button label
# translators: server module status
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "비활성화"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "이전에 사용된 저장소"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1634,28 +1624,28 @@
# Current status
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "현재 상태"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "저장소"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
# translators: toggle button label
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "상태 변경(&T)"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1664,7 +1654,7 @@
"업그레이드 처리에 필요한 저장소를 활성화 시키세요.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1673,31 +1663,31 @@
"<b>상태 변경</b> 버튼을 클릭하거나 테이블 안의 아이템을 각각 더블 클릭하세요.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p><b>변경...</b> 버튼으로 URL을 변경 합니다.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "알 수 없음"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "저장소 URL(&R)"
# src/isdn/complex.ycp:164
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "네트워크가 설정되지 않음"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1706,53 +1696,53 @@
"설정 하시겠습니까?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "저장소 추가 및 제거 중..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>저장소가 추가 및 제거되는 동안 잠시 기다려 주십시오.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "사용하지 않는 저장소 제거"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "사용하지 않는 저장소 제거 중..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "사용 할 저장소 추가"
# command line help text for add action
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "사용 할 저장소 추가 중..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "비활성화 저장소 추가"
# command line help text for add action
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "비활성화 저장소 추가 중..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "미디어 요청이 올바름"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
#, fuzzy
#| msgid ""
#| "Make sure that media with label %1\n"
@@ -1772,7 +1762,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1785,7 +1775,7 @@
# error report
# Error report
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1797,7 +1787,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1812,7 +1802,7 @@
# Error report
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1831,7 +1821,7 @@
# error report
# Error report
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1965,13 +1955,6 @@
msgid "Saving security settings..."
msgstr "보안 설정 저장 중..."
-# progress bar item
-# progres bar label
-#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "부트 스크립트 설정 저장 중..."
-
# progress window content
#. progress step title
#: src/clients/save_hw_status_finish.rb:67
@@ -2179,19 +2162,19 @@
"참고: 몇 가지 정보를 다시 입력해야 합니다."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "설치 확인"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>기본 설치를 위해 필요한 모든 정보가 이제 완료되었습니다.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2204,7 +2187,7 @@
"</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2217,25 +2200,25 @@
# Help text for password expert dialog 5/5
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>불확실한 내용이 있으면 이전으로 돌아가 설정을 확인하십시오.</p>"
# Button that will continue with the installation
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "업데이트 확인"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>업데이트를 수행하기 위해 필요한 모든 정보가 이제 완료되었습니다.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2246,7 +2229,7 @@
"모든 데이터를 덮어쓰게 됩니다.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "업데이트 시작(&U)"
@@ -2346,6 +2329,17 @@
"설치도중에는 꾸러미의 의존성을 자동으로 해결해주지 않습니다.\n"
"나중에 꾸러미 관리자를 열어서 수동으로 해결할 수 있을것입니다."
+#~ msgid "Dummy"
+#~ msgstr "더미"
+
+#~ msgid "&Dummy"
+#~ msgstr "더미(&D)"
+
+# progress bar item
+# progres bar label
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "부트 스크립트 설정 저장 중..."
+
# text is shown in a line of a package list
#~ msgid "License needs to be accepted"
#~ msgstr "사용권 동의가 필요"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ko-3.1.0/po/status.txt new/yast2-trans-ko-3.1.0/po/status.txt
--- old/yast2-trans-ko-3.1.0/po/status.txt 2014-12-16 14:27:51.000000000 +0100
+++ new/yast2-trans-ko-3.1.0/po/status.txt 2015-04-20 17:49:55.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 13832
+Translated : 13829
Fuzzy : 2348
Untranslated : 1294
--------------------
- All strings : 17474
+ All strings : 17471
79 % are translated
++++++ yast2-trans-ku-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ku-3.1.0/po/installation.ku.po new/yast2-trans-ku-3.1.0/po/installation.ku.po
--- old/yast2-trans-ku-3.1.0/po/installation.ku.po 2014-10-29 16:46:20.000000000 +0100
+++ new/yast2-trans-ku-3.1.0/po/installation.ku.po 2015-04-20 18:08:22.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: installation.ku.po\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2009-02-26 09:01+0200\n"
"Last-Translator: Omer Ensari <oensari(a)gmail.com>\n"
"Language-Team: Kurdish Team\n"
@@ -17,16 +17,6 @@
"X-Poedit-Language: Kurdish\n"
"X-Poedit-SourceCharset: utf8\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Nederbasdar"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Nederbasdar"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -41,15 +31,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the sysconfig settings..."
msgid "Clone System Configuration"
msgstr "Mîhengên sysconfig dinivîse..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "Writing the sysconfig settings..."
msgid "&Clone System Configuration"
@@ -57,27 +51,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Pelan ji ber digire pergala hatiye sazkirin..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Pelên têketinê ji ber digire pergala hatiye saz kirin..."
@@ -1038,7 +1028,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Biguherîne..."
@@ -1368,144 +1358,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Çalak Bû"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Neçalak Bû"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Rewşên Derbasdar"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Arşîv"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nayê Zanîn"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1515,7 +1505,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1525,7 +1515,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1534,7 +1524,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1543,7 +1533,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid "Error occurred while creating the repository."
msgid ""
@@ -1553,7 +1543,7 @@
msgstr "Demê afirandina arşîvê de çewtiyek çêbû."
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1669,13 +1659,6 @@
msgstr "Veava yên mişkê tên tomarkirin..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving automatical installation settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Vebijêrkên sazkirina bixweber tên tomarkirin..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1822,17 +1805,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1841,7 +1824,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1850,22 +1833,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1873,7 +1856,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Rojanekirinê Bide Destpêkirin"
@@ -1963,6 +1946,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Nederbasdar"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Nederbasdar"
+
+#, fuzzy
+#~| msgid "Saving automatical installation settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Vebijêrkên sazkirina bixweber tên tomarkirin..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Lîsans divê were pejirandin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ku-3.1.0/po/status.txt new/yast2-trans-ku-3.1.0/po/status.txt
--- old/yast2-trans-ku-3.1.0/po/status.txt 2014-12-16 15:11:42.000000000 +0100
+++ new/yast2-trans-ku-3.1.0/po/status.txt 2015-04-20 18:08:25.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 3147
-Fuzzy : 1210
+Translated : 3145
+Fuzzy : 1209
Untranslated : 13117
--------------------
- All strings : 17474
+ All strings : 17471
18 % are translated
++++++ yast2-trans-lo-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lo-3.1.0/po/installation.lo.po new/yast2-trans-lo-3.1.0/po/installation.lo.po
--- old/yast2-trans-lo-3.1.0/po/installation.lo.po 2014-10-29 16:55:40.000000000 +0100
+++ new/yast2-trans-lo-3.1.0/po/installation.lo.po 2015-04-20 18:01:14.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-01-04 08:58+0100\n"
"Last-Translator: i18n(a)suse.de\n"
"Language-Team: Lao <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lo-3.1.0/po/status.txt new/yast2-trans-lo-3.1.0/po/status.txt
--- old/yast2-trans-lo-3.1.0/po/status.txt 2014-12-16 14:08:20.000000000 +0100
+++ new/yast2-trans-lo-3.1.0/po/status.txt 2015-04-20 18:01:16.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 1
Fuzzy : 34
-Untranslated : 17439
+Untranslated : 17436
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-lt-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/base.lt.po new/yast2-trans-lt-3.1.0/po/base.lt.po
--- old/yast2-trans-lt-3.1.0/po/base.lt.po 2014-10-29 16:52:35.000000000 +0100
+++ new/yast2-trans-lt-3.1.0/po/base.lt.po 2015-04-20 17:48:50.000000000 +0200
@@ -12,7 +12,7 @@
"Project-Id-Version: base.lt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:22+0100\n"
-"PO-Revision-Date: 2014-08-17 07:08+0300\n"
+"PO-Revision-Date: 2014-12-28 18:34+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
"Language: lt\n"
@@ -30,6 +30,9 @@
"may be overridden by Chef later.\n"
"Continue configuration with YaST?"
msgstr ""
+"Chef klientas paleistas. Atliktus pakeitimus\n"
+"vėliau gali perrašyti Chef.\n"
+"Tęsti konfigūravimą su YaST?"
#. translators: help for 'help' option on command line
#: library/commandline/src/modules/CommandLine.rb:55
@@ -458,6 +461,15 @@
"\n"
"%2"
msgstr ""
+"Konfigūracija neleis jums paleisti šio produkto šioje sistemoje.\n"
+"Pabandę paleisti sistemą galite patekti į\n"
+"į nemalonią situaciją.\n"
+" \n"
+"Sistema neišpildo tokių reikalavimų:\n"
+" \n"
+"%1\n"
+"\n"
+"%2"
#. make sure that every workflow is merged only once
#. bugzilla #332436
@@ -978,7 +990,7 @@
#. NCurses Control Center help 2/10
#: library/desktop/src/clients/menu.rb:334
msgid "<p>Tree navigation is also done by arrow keys. To open or close a branch use [SPACE]. For modules showing a tree (might look like a list) of configuration items on the left side use [ENTER] to get corresponding dialog on the right.</p>"
-msgstr ""
+msgstr "<p>Judėti galite ir klaviatūros krypčių klavišais. Norėdami atverti ar užverti šaką, spauskite [TARPĄ]. Kairėje esančius medį turinčius konfigūracijos modulius (gali atrodyti kaip sąrašas) išskleisite dešinėje pusėje nuspaudę [ĮVESTIES] klavišą.</p>"
#. NCurses Control Center help 3/10
#: library/desktop/src/clients/menu.rb:341
@@ -1495,16 +1507,12 @@
#. TRANSLATORS: Popup message
#: library/general/src/modules/Message.rb:265
-#, fuzzy
-#| msgid "Updating configuration..."
msgid "Updating system configuration..."
-msgstr "Atnaujinama konfigūracija..."
+msgstr "Atnaujinama sistemos konfigūracija..."
#: library/general/src/modules/Message.rb:269
-#, fuzzy
-#| msgid "This may take a while"
msgid "This may take a while."
-msgstr "Tai gali truputį užtrukti"
+msgstr "Tai gali truputį užtrukti."
#. Get information about the OS release
#. Throws exception Yast::OSReleaseFileMissingError if release file
@@ -1513,10 +1521,8 @@
#. @param [String] directory containing the installed system (/ in installed system)
#. @return [String] the release information
#: library/general/src/modules/OSRelease.rb:63
-#, fuzzy
-#| msgid "Specified profile not found."
msgid "Release file %{file} not found"
-msgstr "Pasirinktas profilis nerastas."
+msgstr "Pasirinktas failas %{file} nerastas."
#. Confirm user request to abort installation
#: library/general/src/modules/Popup.rb:833
@@ -2602,27 +2608,26 @@
#. Otherwise show error popup depending on Stage and return false
#. @return true if network running
#: library/network/src/modules/NetworkService.rb:349
-#, fuzzy
-#| msgid "Restart installation and configure network in Linuxrc"
msgid ""
"No running network detected.\n"
"Restart installation and configure network in Linuxrc\n"
"or continue without network."
-msgstr "Iš naujo paleiskite diegyklę ir tinklą konfigūruokite su Linuxrc"
+msgstr ""
+"Nerasta paleistų tinklo paslaugų.\n"
+"Iš naujo paleiskite diegyklę ir tinklą konfigūruokite su Linuxrc\n"
+"arba tęskite nesinaudodami tinklu."
#: library/network/src/modules/NetworkService.rb:355
-#, fuzzy
-#| msgid ""
-#| "Configure network with YaST or Network Manager plug-in\n"
-#| "and start this module again"
msgid ""
"No running network detected.\n"
"Configure network with YaST or Network Manager plug-in\n"
"and start this module again\n"
"or continue without network."
msgstr ""
+"Nerasta paleistų tinklo paslaugų.\n"
"Tinklą sukonfigūruokite su YaST arba Network Manager\n"
-"ir modulį paleiskite iš naujo"
+"ir modulį paleiskite iš naujo\n"
+"arba tęskite nesinaudodami tinklu."
#. TRANSLATORS: popup informing message, allowed characters for port-names
#: library/network/src/modules/PortAliases.rb:136
@@ -3739,6 +3744,11 @@
"\n"
"value in the YaST sysconfig editor."
msgstr ""
+"Jei norite vėl išvysti šį dialogą, redaguokite\n"
+"\n"
+"System > Yast2 > GUI > PKGMGR_ACTION_AT_EXIT\n"
+"\n"
+"reikšmę YaST sistemos konfigūracijos redaktoriuje."
#. popup question, %1 stands for the package name
#. %2 is a repository name
@@ -4214,8 +4224,6 @@
#. Dialog heading - software packages are being upgraded
#: library/packages/src/modules/SlideShow.rb:719
-#, fuzzy
-#| msgid "Perform Update"
msgid "Performing Upgrade"
msgstr "Atnaujinti"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/control.lt.po new/yast2-trans-lt-3.1.0/po/control.lt.po
--- old/yast2-trans-lt-3.1.0/po/control.lt.po 2014-10-29 16:52:33.000000000 +0100
+++ new/yast2-trans-lt-3.1.0/po/control.lt.po 2015-04-20 17:48:48.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: control\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-10-20 23:20+0300\n"
+"PO-Revision-Date: 2014-12-28 18:35+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
"Language: lt\n"
@@ -22,15 +22,6 @@
"X-Generator: Lokalize 1.5\n"
#: control/control.openSUSE.glade.translations.glade:3
-#, fuzzy
-#| msgid ""
-#| "\n"
-#| "<p><b>Congratulations!</b></p>\n"
-#| "<p>The installation of openSUSE on your machine is complete.\n"
-#| "After clicking <b>Finish</b>, you can log in to the system.</p>\n"
-#| "<p>Visit us at %1.</p>\n"
-#| "<p>Have a lot of fun!<br>Your openSUSE Development Team</p>\n"
-#| "\t "
msgid ""
"\n"
"<p><b>Congratulations!</b></p>\n"
@@ -46,7 +37,7 @@
"Nuspaudę <b>Užbaigti</b>, jūs galėsite prisijungti prie sistemos.</p>\n"
"<p>Aplankykite mus %1.</p>\n"
"<p>Linkime daug džiugių akimirkų!<br>Jūsų SUSE tobulinimo komanda</p>\n"
-"\t "
+" "
#: control/control.openSUSE.glade.translations.glade:10
msgid ""
@@ -135,10 +126,8 @@
#: control/control.openSUSE.glade.translations.glade:36
#: control/control.openSUSE.glade.translations.glade:63
-#, fuzzy
-#| msgid "Load Linuxrc Network Configuration"
msgid "Load linuxrc Network Configuration"
-msgstr "Įkelti Linuxrc tinklo konfigūraciją"
+msgstr "Įkelti linuxrc tinklo konfigūraciją"
#: control/control.openSUSE.glade.translations.glade:37
#: control/control.openSUSE.glade.translations.glade:64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/country.lt.po new/yast2-trans-lt-3.1.0/po/country.lt.po
--- old/yast2-trans-lt-3.1.0/po/country.lt.po 2014-10-07 17:28:09.000000000 +0200
+++ new/yast2-trans-lt-3.1.0/po/country.lt.po 2015-04-20 17:48:53.000000000 +0200
@@ -4,13 +4,13 @@
# Jonas Gocentas <linuxjonas(a)unitedlinux.lt>, 2000, 2001, 2002, 2003.
# Linas Spraunius <linas(a)operis.org>, 2003, 2004.
# Andrius Štikonas <stikonas(a)gmail.com>, 2006.
-# Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>, 2009, 2010, 2011, 2013.
+# Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>, 2009, 2010, 2011, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: country.lt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-04 15:52+0200\n"
-"PO-Revision-Date: 2013-02-04 13:23+0200\n"
+"PO-Revision-Date: 2014-12-28 19:06+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
"Language: lt\n"
@@ -87,10 +87,8 @@
#. help text for keyboard expert screen cont.
#: keyboard/src/include/keyboard/dialogs.rb:60
-#, fuzzy
-#| msgid "<p>Settings made here apply only to the console keyboard. Configure the keyboard for the graphical user interface with another tool, such as SaX.</p>\n"
msgid "<p>Settings made here apply only to the console keyboard. Configure the keyboard for the graphical user interface with another tool.</p>\n"
-msgstr "<p>Čia parinktos nuostatos taikomos tik konsolės klaviatūrai. Grafinei naudotojo sąsajai skirtą klaviatūrą konfigūruokite kitu įrankiu, pvz., SaX.</p>\n"
+msgstr "<p>Čia parinktos nuostatos taikomos tik konsolės klaviatūrai. Grafinei naudotojo sąsajai skirtą klaviatūrą konfigūruokite kitu įrankiu.</p>\n"
#. heading text
#: keyboard/src/include/keyboard/dialogs.rb:78
@@ -847,10 +845,8 @@
#. button text
#: timezone/src/include/timezone/dialogs.rb:541
-#, fuzzy
-#| msgid "E&xpert Settings..."
msgid "Other &Settings..."
-msgstr "Nuostatos &ekspertams..."
+msgstr "&Kitos nuostatos..."
#. frame label
#. frame label
@@ -891,10 +887,8 @@
msgstr "&Laiko juosta"
#: timezone/src/include/timezone/dialogs.rb:673
-#, fuzzy
-#| msgid "Date and Time"
msgid "Date and Time:"
-msgstr "Data ir laikas"
+msgstr "Data ir laikas:"
#. help for timezone screen
#: timezone/src/include/timezone/dialogs.rb:812
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/installation.lt.po new/yast2-trans-lt-3.1.0/po/installation.lt.po
--- old/yast2-trans-lt-3.1.0/po/installation.lt.po 2014-10-29 16:52:34.000000000 +0100
+++ new/yast2-trans-lt-3.1.0/po/installation.lt.po 2015-04-20 17:48:49.000000000 +0200
@@ -6,13 +6,13 @@
# Linas Spraunius <linas(a)operis.org>, 2003, 2004, 2005.
# Jonas Gocentas <linuxjonas(a)unitedlinux.lt>, 2003.
# Andrius Štikonas <stikonas(a)gmail.com>, 2006, 2007.
-# Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>, 2009, 2010, 2011, 2012, 2013.
+# Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>, 2009, 2010, 2011, 2012, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: installation.lt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2013-10-15 14:36+0300\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2014-12-28 18:55+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
"Language: lt\n"
@@ -22,69 +22,51 @@
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 ? 0 : n%10==1 && n%100!=11 ? 1 : n%10>=2 && (n%100<10 || n%100>=20) ? 2 : 3);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Tuščias"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Tuščias"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
-msgstr ""
+msgstr "Kuriamas AutoYaST profilis (pagal poreikį)..."
#. TRANSLATORS: help text
#: src/clients/clone_proposal.rb:39
-#, fuzzy
-#| msgid ""
-#| "<p>Use <b>Clone</b> if you want to create an AutoYaST profile.\n"
-#| "AutoYaST is a way to do a complete SUSE Linux installation without user interaction. AutoYaST\n"
-#| "needs a profile to know what the installed system should look like. If this option is\n"
-#| "selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgid ""
"<p>Use <b>Clone System Settings</b> if you want to create an AutoYaST profile.\n"
"AutoYaST is a way to do a complete SUSE Linux installation without user interaction. AutoYaST\n"
"needs a profile to know what the installed system should look like. If this option is\n"
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
-"<p>Naudokite <b>Klonavimą</b> norėdami sukurti AutoYaST profilį.\n"
+"<p><b>Sistemos nuostatos</b> leidžia sukurti AutoYaST profilį.\n"
"AutoYaST yra SUSE Linux diegimo būdas be naudotojo įsikišimo. AutoYaST\n"
"diegimui reikia profilio, kuriame nurodoma, kaip įdiegti sistemą. Pasirinkus šią\n"
"parinktį, esamos sistemos profilis bus įrašytas <tt>/root/autoinst.xml</tt>.</p>"
-#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:60
#, fuzzy
-#| msgid "Writing the system configuration..."
+#| msgid "Write AutoYaST profile to /root/autoinst.xml"
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "AutoYaST profilį rašyti į /root/autoinst.xml"
+
+#. this is a heading
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
-msgstr "Įrašoma sistemos konfigūracija..."
+msgstr "Klonuojamos sistemos konfigūracija..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
-#, fuzzy
-#| msgid "&Skip Configuration"
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
-msgstr "Pralei&sti konfigūravimą"
+msgstr "&Klonuojamos sistemos konfigūracija..."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
-msgstr ""
+msgstr "AutoYaST profilis bus įrašytas į /root/autoinst.xml (<a href=\"%1\">neįrašyti</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
-msgstr ""
-
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
+msgstr "AutoYaST profilis nebus įrašytas (<a href=\"%1\">įrašyti</a>)."
#. progress step title
#: src/clients/copy_files_finish.rb:81
@@ -92,7 +74,7 @@
msgstr "Kopijuojamos rinkmenos į įdiegtą sistemą..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Į įdiegtą sistemą kopijuojamos žurnalo rinkmenos..."
@@ -321,7 +303,7 @@
#. heading text
#: src/clients/inst_complex_welcome.rb:86
msgid "Language, Keyboard and License Agreement"
-msgstr ""
+msgstr "Kalba, klaviatūra ir licencija"
#. combo box label
#. combobox
@@ -427,14 +409,12 @@
#: src/clients/inst_complex_welcome.rb:230
#: src/clients/inst_download_release_notes.rb:139
#: src/clients/inst_system_analysis.rb:299
-#, fuzzy
-#| msgid "Release Notes"
msgid "Re&lease Notes..."
-msgstr "Pastabos šiai versijai"
+msgstr "&Pastabos šiai versijai"
#: src/clients/inst_complex_welcome.rb:342
msgid "You must accept the license to install this product"
-msgstr ""
+msgstr "Prieš diegdami produktą, turite sutikti su jo licencijos sąlygomis"
#. TRANSLATORS: check box, see #ZMD
#: src/clients/inst_congratulate.rb:107
@@ -600,23 +580,23 @@
#. FIXME: move blacklist to Storage
#: src/clients/inst_disk_for_image.rb:84
msgid "Select the disk to deploy the image to."
-msgstr ""
+msgstr "Pasirinkite diską, kuriame norite išpakuoti atvaizdį."
#: src/clients/inst_disk_for_image.rb:85
msgid "All data on the disk will be lost!!!"
-msgstr ""
+msgstr "Bus ištrinti visi to disko duomenys!!! "
#: src/clients/inst_disk_for_image.rb:87
msgid "&Disk to Use"
-msgstr ""
+msgstr "Naudotinas &diskas"
#: src/clients/inst_disk_for_image.rb:93
msgid "Select the disk, which the image will be deployed to. All data on the disk will be lost and the disk will be partitioned as defined in the image."
-msgstr ""
+msgstr "Pasirinkite diską, kuriame norite išskleisti sistemos atvaizdį. Visi diske esantys duomenys bus ištrinti, o diskas bus suskaidytas pagal atvaizdyje aprašytas taisykles. "
#: src/clients/inst_disk_for_image.rb:100
msgid "Hard Disk for Image Deployment"
-msgstr ""
+msgstr "Standusis diskas atvaizdžio išskleidimui"
#. popup label
#: src/clients/inst_disks_activate.rb:60
@@ -645,10 +625,8 @@
msgstr "Konfigūruot &iSCSIi diskus"
#: src/clients/inst_disks_activate.rb:112
-#, fuzzy
-#| msgid "Saving network configuration..."
msgid "Change Net&work Configuration"
-msgstr "Išsaugoma tinklo konfigūracija..."
+msgstr "Keisti &tinklo konfigūraciją..."
#. TRANSLATORS: dialog caption
#: src/clients/inst_doit.rb:63
@@ -791,10 +769,8 @@
#. dialog caption
#: src/clients/inst_installation_options.rb:83
-#, fuzzy
-#| msgid "Installation Mode"
msgid "Installation Options"
-msgstr "Diegimo būdas"
+msgstr "Diegimo parinktys"
#. TRANSLATORS: progress message
#. dialog caption
@@ -815,14 +791,8 @@
#. help text for installation method
#: src/clients/inst_installation_options.rb:201
-#, fuzzy
-#| msgid ""
-#| "<p><big><b>Installation Mode</b></big><br>\n"
-#| "Select what to do:</p>"
msgid "<p><big><b>Installation Options</b></big></p>"
-msgstr ""
-"<p><big><b>Diegimo būdas</b></big><br>\n"
-"Rinkitės, ką daryti:</p>"
+msgstr "<p><big><b>Diegimo parinktys</b></big><br>"
#. help text for installation option
#: src/clients/inst_installation_options.rb:204
@@ -965,7 +935,7 @@
#. hide the RN button and set the release notes for SlideShow (bnc#871158)
#: src/clients/inst_prepareprogress.rb:56
msgid "Cannot find base product. Release notes will not be shown."
-msgstr ""
+msgstr "Nepavyksta rasti pagrindinio produkto. Pastabos apie šią laidą nerodomos."
#. 1 GB is a good approximation
#: src/clients/inst_prepareprogress.rb:104
@@ -989,16 +959,14 @@
#. force_reset
#: src/clients/inst_proposal.rb:220
-#, fuzzy
-#| msgid "Automatic Configuration"
msgid "Location of Stored Configuration"
-msgstr "Automatinė konfigūracija"
+msgstr "Įrašytos konfigūracijos vieta"
#. force write, so it always write profile even if user do not want
#. to store profile after installation
#: src/clients/inst_proposal.rb:227
msgid "Failed to store configuration. Details can be found in log."
-msgstr ""
+msgstr "Nepavyko įrašyti konfigūracijos. Išsamesnė informacija žurnale."
#. message show when user has disabled the configuration
#: src/clients/inst_proposal.rb:238
@@ -1072,16 +1040,14 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Pakeisti..."
#. menu button
#: src/clients/inst_proposal.rb:998 src/clients/inst_proposal.rb:1171
-#, fuzzy
-#| msgid "&Skip Configuration"
msgid "&Export Configuration"
-msgstr "Pralei&sti konfigūravimą"
+msgstr "&Eksportuoti konfigūraciją"
#. Help message between headline and installation proposal / settings summary.
#. May contain newlines, but don't make it very much longer than the original.
@@ -1090,10 +1056,8 @@
msgstr "Norėdami pakeisti antraštę, spauskite ant jos arba paspauskite mygtuką „Pakeisti...“."
#: src/clients/inst_proposal.rb:1073
-#, fuzzy
-#| msgid "Click a headline to make changes or use the \"Change...\" menu below."
msgid "Click a headline to make changes."
-msgstr "Norėdami pakeisti antraštę, spauskite ant jos arba paspauskite mygtuką „Pakeisti...“."
+msgstr "Norėdami pakeisti parametrus, spauskite antraštę."
#. menu button item
#: src/clients/inst_proposal.rb:1170
@@ -1445,31 +1409,31 @@
"Diegimas nutraukiamas."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Pašalintas"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Įjungta"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Uždrausta"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Anksčiau naudotos saugyklos"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1478,27 +1442,27 @@
"Jūsų atnaujinamoje sistemoje:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Dabartinė būsena"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Saugykla"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Pa&keisti būseną"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1507,7 +1471,7 @@
"kurią ketinate naujovinti. Įgalinkite tas, kurias norite įtraukti į sistemos naujovinimą.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1516,30 +1480,30 @@
"<b>Keisti būseną</b> ar spragtelėkite atitinkamą lentelės įrašą.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Norėdami keisti universalų adresą (URL), spauskite mygtuką <b>Keisti...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nežinoma"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Saugyklos URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Tinklas nesukomfigūruotas"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1548,49 +1512,49 @@
"Konfigūruoti jį?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Pridedamos ir pašalinamos saugyklos..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Pridedamos ir šalinamos programinės įrangos diegimo saugyklos.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Pašalinti nenaudojamas saugyklas"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Šalinamos nenaudojamos saugyklos..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Pridėti naudojamas saugyklas"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Pridedamos naudojamos saugyklos..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Pridėti nenaudojamas saugyklas"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Pridedamos nenaudojamos saugyklos..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Reikia tinkamos laikmenos"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1604,7 +1568,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1619,7 +1583,7 @@
"Saugykla bus pridėta, bet neįjungta."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1631,7 +1595,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1643,7 +1607,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1654,7 +1618,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1767,11 +1731,6 @@
msgstr "Įrašomos saugumo nuostatos..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Įrašomos OS paleidimo scenarijų nuostatos..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Išsaugoma įrenginių informacija..."
@@ -1849,6 +1808,8 @@
"No installation control file has been found,\n"
"the installer cannot continue."
msgstr ""
+"Neradome diegimo eigos failo,\n"
+"diegyklė nežino, ką daryti toliau."
#. Somehow the graphical frontend failed and we're running in
#. text mode. Inform the user about this fact.
@@ -1941,17 +1902,17 @@
"Pastaba: informaciją galėsite įvesti iš naujo."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Patvirtinti diegimą"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Surinkta informacija, reikalinga diegimui.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1964,7 +1925,7 @@
"ankstesniuose languose atliktas diegimo nuostatas.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1976,22 +1937,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Jei nesate užtikrintas, grįžkite atgal ir patikrinkite nuostatas.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Patvirtinti atnaujinimą"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Surinkta informacija, reikalinga atnaujinimui.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2002,63 +1963,53 @@
"pagal ankstesniuose languose atliktas nustatas.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Pradėti atna&ujinimą"
#. this is a heading
#: src/lib/installation/cio_ignore.rb:42
msgid "Blacklist Devices"
-msgstr ""
+msgstr "Įrenginių juodasis sąrašas"
#. this is a menu entry
#: src/lib/installation/cio_ignore.rb:44
msgid "B&lacklist Devices"
-msgstr ""
+msgstr "Įrenginių juo&dasis sąrašas"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
#: src/lib/installation/cio_ignore.rb:63
-#, fuzzy
-#| msgid "Installation from images is enabled (<a href=\"%1\">disable</a>)."
msgid "Blacklist devices enabled (<a href=\"%s\">disable</a>)."
-msgstr "Diegimas iš atvaizdžių yra įgalintas (<a href=\"%1\">išjungti</a>)."
+msgstr "Įrenginių juodasis sąrašas yra įgalintas (<a href=\"%s\">išjungti</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
#: src/lib/installation/cio_ignore.rb:69
-#, fuzzy
-#| msgid "Installation from images is disabled (<a href=\"%1\">enable</a>)."
msgid "Blacklist devices disabled (<a href=\"%s\">enable</a>)."
-msgstr "Diegimas iš atvaizdžių yra išjungtas (<a href=\"%1\">įgalinti</a>)."
+msgstr "Įrenginių juodasis sąrašas yra išjungtas (<a href=\"%s\">įgalinti</a>)."
#. TRANSLATORS: help text
#: src/lib/installation/cio_ignore.rb:78
msgid "<p>Use <b>Blacklist devices</b> if you want to create blacklist channels to such devices which will reduce kernel memory footprint.</p>"
-msgstr ""
+msgstr "<p><b>Įrenginių juodąjį sąrašą</b> naudokite tuomet, kai nenorite, kad branduolys bandytų naudoti tuos įrenginius.</p>"
#. progress step title
#: src/lib/installation/cio_ignore.rb:135
-#, fuzzy
-#| msgid "Starting service %1..."
msgid "Blacklisting Devices..."
-msgstr "Paleidžiama paslauga %1..."
+msgstr "Įrenginiai įtraukiami į juodąjį sąrašą..."
#. progress step title
#: src/lib/installation/prep_shrink.rb:35
-#, fuzzy
-#| msgid "Searching for Linux partitions..."
msgid "Shrinking PREP partition..."
-msgstr "Ieškoma Linux skaidinių..."
+msgstr "Mažinamas PREP skaidinys..."
#. Text to display
#.
#. @return String
#: src/lib/installation/remote_finish_client.rb:68
-#, fuzzy
-#| msgid "Remote Administration"
msgid "Enabling remote administration..."
-msgstr "Nuotolinis administravimas"
+msgstr "Įgalinamas nuotolinis administravimas"
#. checking whether images are supported
#. BNC #409927
@@ -2096,6 +2047,15 @@
"Automatiškai nepavyksta išspręsti paketų priklausomybių.\n"
"Jas išspręskite rankiniu būdu atsivėrusioje programinės įrangos tvarkytuvėje."
+#~ msgid "Dummy"
+#~ msgstr "Tuščias"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Tuščias"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Įrašomos OS paleidimo scenarijų nuostatos..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Licenciją reikia priimti"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/services-manager.lt.po new/yast2-trans-lt-3.1.0/po/services-manager.lt.po
--- old/yast2-trans-lt-3.1.0/po/services-manager.lt.po 2014-10-29 16:52:35.000000000 +0100
+++ new/yast2-trans-lt-3.1.0/po/services-manager.lt.po 2015-04-20 17:48:50.000000000 +0200
@@ -9,7 +9,7 @@
"Project-Id-Version: opensuse-i 18n\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2014-08-17 07:18+0300\n"
+"PO-Revision-Date: 2014-12-28 19:00+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
"Language: lt\n"
@@ -69,16 +69,12 @@
msgstr "Nepavyksta įgalinti paslaugos %1"
#: src/data/services-manager/autoyast_summary.erb:5
-#, fuzzy
-#| msgid "Service Start"
msgid "Services Manager"
-msgstr "Paleisti paslaugą"
+msgstr "Paslaugų tvarkytuvė"
#: src/data/services-manager/autoyast_summary.erb:6
-#, fuzzy
-#| msgid "Default Value"
msgid "Default Target"
-msgstr "Numatyta reikšmė"
+msgstr "Numatyta paskirtis"
#: src/data/services-manager/autoyast_summary.erb:16
msgid "Enabled"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/status.txt new/yast2-trans-lt-3.1.0/po/status.txt
--- old/yast2-trans-lt-3.1.0/po/status.txt 2014-12-16 14:24:27.000000000 +0100
+++ new/yast2-trans-lt-3.1.0/po/status.txt 2015-04-20 17:49:06.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 14608
-Fuzzy : 822
-Untranslated : 2044
+Translated : 14666
+Fuzzy : 785
+Untranslated : 2020
--------------------
- All strings : 17474
+ All strings : 17471
84 % are translated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-lt-3.1.0/po/storage.lt.po new/yast2-trans-lt-3.1.0/po/storage.lt.po
--- old/yast2-trans-lt-3.1.0/po/storage.lt.po 2014-10-29 16:52:49.000000000 +0100
+++ new/yast2-trans-lt-3.1.0/po/storage.lt.po 2015-04-20 17:49:03.000000000 +0200
@@ -5,13 +5,13 @@
# Jonas Gocentas <linuxjonas(a)unitedlinux.lt>, 2003.
# Tomas $atkauskas <satkauskai(a)takas.lt>, 2003.
# Andrius Štikonas <stikonas(a)gmail.com>, 2006, 2007.
-# Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>, 2009, 2010, 2011, 2013.
+# Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>, 2009, 2010, 2011, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: storage\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:21+0100\n"
-"PO-Revision-Date: 2013-02-09 10:17+0200\n"
+"PO-Revision-Date: 2015-01-16 18:26+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
"Language: lt\n"
@@ -60,29 +60,23 @@
#. Commandline help title
#: src/clients/disk_worker.rb:49
-#, fuzzy
-#| msgid "Image Configuration"
msgid "Storage Configuration"
-msgstr "Atvaizdžio konfigūracija"
+msgstr "Kaupiklių konfigūravimas"
#. Commandline command help
#: src/clients/disk_worker.rb:57
-#, fuzzy
-#| msgid "Disk partitioner"
msgid "List disks and partitions"
-msgstr "Skaidymo įrankis"
+msgstr "Diskų ir skaidinių sąrašas"
#. Command line option help text
#: src/clients/disk_worker.rb:70
msgid "List disks"
-msgstr ""
+msgstr "Diskų sąrašas"
#. Command line option help text
#: src/clients/disk_worker.rb:74
-#, fuzzy
-#| msgid "Edit partition"
msgid "List partitions"
-msgstr "Keisti skaidinį"
+msgstr "Skaidinių sąrašas"
#. Title for dialogue
#: src/clients/inst_disk_proposal.rb:76
@@ -91,10 +85,8 @@
#. Radiobutton for partition dialog
#: src/clients/inst_disk_proposal.rb:78
-#, fuzzy
-#| msgid "Expert Partitioner"
msgid "&Expert Partitioner..."
-msgstr "Skaidymo ekspertas"
+msgstr "&Skaidinių tvarkytuvė patyrusiems..."
#. Radiobutton for partition dialog
#: src/clients/inst_disk_proposal.rb:80
@@ -117,10 +109,8 @@
#. this is the normal case
#: src/clients/inst_disk_proposal.rb:135 src/clients/inst_target_part.rb:164
#: src/clients/inst_target_part.rb:178 src/clients/inst_target_part.rb:185
-#, fuzzy
-#| msgid "Proposal settings"
msgid "Edit Proposal Settings"
-msgstr "Siūlomos nuostatos"
+msgstr "Keisti siūlomas nuostatas"
#. help on suggested partitioning
#: src/clients/inst_disk_proposal.rb:165
@@ -176,10 +166,8 @@
#. TRANSLATORS: popup error message
#: src/clients/inst_disk_proposal.rb:238
-#, fuzzy
-#| msgid "Not enough space available to propose separate /home."
msgid "Not enough space available to propose snapshots for root volume."
-msgstr "Atskiram /home skaidiniui nepakanka vietos."
+msgstr "Šakniniame skaidinyje nepakanka vietos momentiniams būviams kurti."
#. TRANSLATORS: popup error message
#: src/clients/inst_disk_proposal.rb:244 src/clients/inst_target_part.rb:449
@@ -1858,7 +1846,7 @@
#: src/include/partitioning/custom_part_dialogs.rb:1596
#: src/modules/StorageProposal.rb:6211
msgid "Enable Snapshots"
-msgstr ""
+msgstr "Įgalinti momentinių kopijų kūrimą"
#. heading text
#. button text
@@ -6737,38 +6725,30 @@
#. TRANSLATORS: checkbox text
#: src/modules/StorageProposal.rb:6164
-#, fuzzy
-#| msgid "Create &LVM Based Proposal"
msgid "Create &LVM-based Proposal"
msgstr "Kurti pasiūlymą &LVM pagrindu"
#. TRANSLATORS: checkbox text
#: src/modules/StorageProposal.rb:6179
msgid "Encr&ypt Volume Group"
-msgstr "&Užšifruota tomų grupė "
+msgstr "&Užšifruota tomų grupė"
#. TRANSLATORS: combobox label
#: src/modules/StorageProposal.rb:6197
-#, fuzzy
-#| msgid "File system options:"
msgid "File System for Root Partition"
-msgstr "Rinkmenų sistemos savybės:"
+msgstr "Šakninio skaidinio rinkmenų sistema:"
#. TRANSLATORS: combobox label
#: src/modules/StorageProposal.rb:6244
-#, fuzzy
-#| msgid "Propose Separate &Home Partition"
msgid "File System for Home Partition"
-msgstr "Pasiūlyti atskirą &Namų skaidinį"
+msgstr "&Namų skaidinio rinkmenų sistema"
#. TRANSLATORS: checkbox text
#: src/modules/StorageProposal.rb:6262
msgid "Enlarge &Swap for Suspend"
-msgstr ""
+msgstr "Padidinti &mainų sritį sustabdant kompiuterį į atmintį"
#: src/modules/StorageProposal.rb:6272
-#, fuzzy
-#| msgid "Proposal settings"
msgid "Proposal Settings"
msgstr "Siūlomos nuostatos"
++++++ yast2-trans-mk-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-mk-3.1.0/po/installation.mk.po new/yast2-trans-mk-3.1.0/po/installation.mk.po
--- old/yast2-trans-mk-3.1.0/po/installation.mk.po 2014-10-29 16:40:33.000000000 +0100
+++ new/yast2-trans-mk-3.1.0/po/installation.mk.po 2015-04-20 17:48:39.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: installation.mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-10-12 19:56+0200\n"
"Last-Translator: Zoran Dimovski <zoki.dimovski(a)gmail.com>\n"
"Language-Team: Macedonian\n"
@@ -17,16 +17,6 @@
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -46,15 +36,19 @@
"корисникот. На „AutoYaST“ му е потребен профил за да знае како треба да изгледа системот.\n"
"Ако оваа опција е избрана, профилот од тековниот систем ќе се зачува во /root/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Запишување на системската конфигурација"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -62,27 +56,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Копирам датотеки во инсталираниот систем..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Копирам дневници во инсталираниот систем..."
@@ -1041,7 +1031,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Промени..."
@@ -1408,115 +1398,115 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "&Remove"
msgid "Removed"
msgstr "&Отстрани"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Овозможено"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Оневозможено"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Резиме на инсталацијата"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Тековен статус: "
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
#, fuzzy
msgid "&Toggle Status"
msgstr "Статус"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Непознато"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "Конфигурација на мрежата"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Резиме на инсталацијата"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
@@ -1524,45 +1514,45 @@
"Ве молам почекајте додека системот се конфигурира.\n"
"</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Читај ги претходните поставувања"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Читање на достапни пакетите од изворите на инсталацијата..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Читај ги претходните поставувања"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Резиме на инсталацијата"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Читај ги претходните поставувања"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Резиме на инсталацијата"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1572,7 +1562,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1582,7 +1572,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1592,7 +1582,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1602,7 +1592,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1611,7 +1601,7 @@
msgstr "Се појави грешка при поврзување со серверот."
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1723,13 +1713,6 @@
msgstr "Зачувување на поставувањата..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Reading the previous settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Читање не претходните поставувања..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1877,19 +1860,19 @@
"Дали сакате да ја креирате?"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Поврдете ја инсталацијата"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Сите потребни информации за основната инсталација се земени.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -1903,7 +1886,7 @@
"според поставувањата на инсталацијата во претходните дијалози.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -1916,24 +1899,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Ако не сте сигурни, вратете се назад и проверете ги поставувањата.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Потвди надградба"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Сите потребни информации за извршување на надградувањето се земени.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -1945,7 +1928,7 @@
"според поставувањата во претходните дијалози.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
@@ -2036,6 +2019,11 @@
msgstr ""
#, fuzzy
+#~| msgid "Reading the previous settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Читање не претходните поставувања..."
+
+#, fuzzy
#~ msgid "Evaluate update possibility"
#~ msgstr "Овозможи автоматско надградување"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-mk-3.1.0/po/status.txt new/yast2-trans-mk-3.1.0/po/status.txt
--- old/yast2-trans-mk-3.1.0/po/status.txt 2014-12-16 14:23:37.000000000 +0100
+++ new/yast2-trans-mk-3.1.0/po/status.txt 2015-04-20 17:48:41.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 1700
-Fuzzy : 3487
-Untranslated : 12287
+Fuzzy : 3486
+Untranslated : 12285
--------------------
- All strings : 17474
+ All strings : 17471
10 % are translated
++++++ yast2-trans-mr-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-mr-3.1.0/po/installation.mr.po new/yast2-trans-mr-3.1.0/po/installation.mr.po
--- old/yast2-trans-mr-3.1.0/po/installation.mr.po 2014-10-29 17:05:19.000000000 +0100
+++ new/yast2-trans-mr-3.1.0/po/installation.mr.po 2015-04-20 17:47:33.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: @PACKAGE@\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: Priyavert Sharma<priyavert.sharma(a)agreeya.com>\n"
"Language-Team: AgreeYa Solutions <linux_team(a)agreeya.com>\n"
@@ -13,16 +13,6 @@
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "त्याच्यासारखा दिसणारा"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "त्याच्यासारखा दिसणारा"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -42,15 +32,19 @@
" जाणून घेण्यासाठी\n"
"प्रोफाईलची गरज असते. /रुट/autoyast.xml.मधे जतन होतो.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "प्रणाली संरचना लिहीत आहे"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -58,27 +52,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "स्थापित यंत्रणेवर फाईल्स प्रतिकृत होत आहेत..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "स्थापित यंत्रणेवर लॉग फाईल्स प्रतिकृत होत आहेत..."
@@ -1093,7 +1083,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&बदला..."
@@ -1502,161 +1492,161 @@
msgstr "नामावली कार्यान्वयन करण्यात अयशस्वी."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "कमी करा"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Enabled"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "अक्षम केले "
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "अतिरिक्त स्त्रोत निवडा:"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "सध्याची स्थिती: "
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "कार्यक्रम साठा:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "यूआरएल"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "टॉगलची स्थिती"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "अज्ञात"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "उत्पादवस्तू नोंदणी"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "कार्यक्रम संरचित झाली नाही"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "अतिरिक्त स्त्रोत निवडा:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"प्रतिमा पुन्हा मिळेपर्यंत कृपया प्रतिक्षा करा.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "आधी संग्रहीत केलेली संरचना वाचा"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "आधी संग्रहीत केलेली संरचना वाचत आहे..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "आधी संग्रहीत केलेली संरचना वाचा"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "अतिरिक्त स्त्रोत निवडा:"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "आधी संग्रहीत केलेली संरचना वाचा"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "अतिरिक्त स्त्रोत निवडा:"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1666,7 +1656,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1676,7 +1666,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1688,7 +1678,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1698,7 +1688,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1709,7 +1699,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1833,13 +1823,6 @@
msgstr "सुरक्षा सेटिंग्ज वाचत आहे..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "ध्वनीकार्ड मांडणी संग्रहीत करत आहे..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "हार्डवेअर संरचना संग्रहीत करत आहे..."
@@ -2025,19 +2008,19 @@
"टीप – आपणास कदाचित पुन्हा काही माहीती प्रविष्ट करावी लागेल."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "स्थापना नक्की करा"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>मूळ स्थापनेकरता लागणारी सर्व माहिती आता पूर्ण आहे.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2051,7 +2034,7 @@
"असल्यास ते पुसून).</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2064,24 +2047,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>तुम्हाला खात्री वाटत नसेल तर मागे जाऊन व सेटींग्ज तपासा.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "अपडेट नक्की करा"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>अपडेट करण्यासाठी हवी असलेली सर्व माहिती आता पूर्ण आहे.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2093,7 +2076,7 @@
"सेटिग्जच्या अनुसार आपल्या हार्डडिस्क वरील माहितीवरच पुन्हा लिहिले जाईल.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "अपडेट सुरु करा"
@@ -2184,6 +2167,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "त्याच्यासारखा दिसणारा"
+
+#~ msgid "&Dummy"
+#~ msgstr "त्याच्यासारखा दिसणारा"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "ध्वनीकार्ड मांडणी संग्रहीत करत आहे..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "पुर्नस्थापित करायला हवा आहे"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-mr-3.1.0/po/status.txt new/yast2-trans-mr-3.1.0/po/status.txt
--- old/yast2-trans-mr-3.1.0/po/status.txt 2014-12-16 15:26:07.000000000 +0100
+++ new/yast2-trans-mr-3.1.0/po/status.txt 2015-04-20 17:47:52.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7456
-Fuzzy : 4705
+Translated : 7454
+Fuzzy : 4704
Untranslated : 5313
--------------------
- All strings : 17474
+ All strings : 17471
43 % are translated
++++++ yast2-trans-ms-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ms-3.1.0/po/installation.ms.po new/yast2-trans-ms-3.1.0/po/installation.ms.po
--- old/yast2-trans-ms-3.1.0/po/installation.ms.po 2014-10-29 16:40:45.000000000 +0100
+++ new/yast2-trans-ms-3.1.0/po/installation.ms.po 2015-04-20 17:48:25.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2007-10-28 13:38+0200\n"
"Last-Translator: Malay <i18n(a)suse.de>\n"
"Language-Team: Malay <i18n(a)suse.de>\n"
@@ -16,16 +16,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -40,39 +30,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -954,7 +944,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1276,144 +1266,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1423,7 +1413,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1433,7 +1423,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1442,7 +1432,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1451,7 +1441,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1459,7 +1449,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1563,11 +1553,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1702,17 +1687,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1721,7 +1706,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1730,22 +1715,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1753,7 +1738,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ms-3.1.0/po/status.txt new/yast2-trans-ms-3.1.0/po/status.txt
--- old/yast2-trans-ms-3.1.0/po/status.txt 2014-12-16 14:13:56.000000000 +0100
+++ new/yast2-trans-ms-3.1.0/po/status.txt 2015-04-20 17:48:26.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 259
Fuzzy : 302
-Untranslated : 16913
+Untranslated : 16910
--------------------
- All strings : 17474
+ All strings : 17471
1 % are translated
++++++ yast2-trans-my-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-my-3.1.0/po/installation.my.po new/yast2-trans-my-3.1.0/po/installation.my.po
--- old/yast2-trans-my-3.1.0/po/installation.my.po 2014-10-29 16:58:03.000000000 +0100
+++ new/yast2-trans-my-3.1.0/po/installation.my.po 2015-04-20 17:58:37.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2002-07-18 14:04+0200\n"
"Last-Translator: <i18n(a)suse.de>\n"
"Language-Team: Burmese/Myanmar <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-my-3.1.0/po/status.txt new/yast2-trans-my-3.1.0/po/status.txt
--- old/yast2-trans-my-3.1.0/po/status.txt 2014-12-16 14:08:23.000000000 +0100
+++ new/yast2-trans-my-3.1.0/po/status.txt 2015-04-20 17:58:38.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 0
Fuzzy : 0
-Untranslated : 17474
+Untranslated : 17471
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-nb-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nb-3.1.0/po/installation.nb.po new/yast2-trans-nb-3.1.0/po/installation.nb.po
--- old/yast2-trans-nb-3.1.0/po/installation.nb.po 2014-10-29 16:50:00.000000000 +0100
+++ new/yast2-trans-nb-3.1.0/po/installation.nb.po 2015-04-20 17:46:19.000000000 +0200
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2011-01-13 22:52+0100\n"
"Last-Translator: Olav Pettershagen <olav.pet(a)gmail.com>\n"
"Language-Team: Norwegian Bokmål <opensuse-translation(a)opensuse.org>\n"
@@ -25,16 +25,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.1\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Prøve"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Prøve"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -59,15 +49,19 @@
"trenger en profil for å vite hvordan det installerte systemet skal se ut. Når du krysser av for dette,\n"
"blir en profil for gjeldende system lagret i <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Lagrer systemoppsettet..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -75,27 +69,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopierer filer til installert system..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopierer loggfiler til installert system..."
@@ -1075,7 +1065,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Endre..."
@@ -1449,31 +1439,31 @@
"Avbryter installasjonen."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Fjernet"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Aktivert"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Deaktivert"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Tidligere brukte pakkebrønner"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1482,27 +1472,27 @@
"du oppgraderer nå:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Gjeldende status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Pakkebrønn"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Nettadresse"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Endre status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1511,7 +1501,7 @@
"på systemet du oppgraderer nå. Aktiver pakkebrønnene du vil bruke under oppgraderingsprosessen.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1520,30 +1510,30 @@
"<b>Endre status</b>-knappen eller ved å dobbeltklikke på et element i tabellen.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Klikk på <b>Endre...</b>-knappen for å endre nettadressen.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Ukjent"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Nettad&resse for pakkebrønn"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Nettverket er ikke satt opp"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1552,49 +1542,49 @@
"Vil du sette opp dette?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Legger til og fjerne pakkebrønner..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Pakkebrønner legges til og fjernes.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Fjern ubrukte pakkebrønner"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Fjerner ubrukte pakkebrønner..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Legg til aktiverte pakkebrønner"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Legger til aktiverte pakkebrønner..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Legg til deaktiverte pakkebrønner"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Legger til deaktiverte pakkebrønner..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Bruk riktig medium"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1608,7 +1598,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1623,7 +1613,7 @@
"Pakkebrønnen vil bli lagt til med deaktivert status."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1635,7 +1625,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1647,7 +1637,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1658,7 +1648,7 @@
"Adresse: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1771,11 +1761,6 @@
msgstr "Lagrer sikkerhetsinnstillinger..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Lagrer innstillinger for oppstartsskript..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Lagrer maskinvarekonfigurasjon..."
@@ -1945,17 +1930,17 @@
"Merk: Du må kanskje legge inn noen typer informasjon på nytt."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Bekreft installasjon"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>All nødvendig informasjon for grunninstallasjonen er nå fullført.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1968,7 +1953,7 @@
"installasjonsinnstillingene i tidligere dialoger.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1980,22 +1965,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Hvis du er usikker, kan du gå tilbake og kontrollere innstillingene.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Bekreft oppgradering"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>All nødvendig informasjon for å utføre oppgraderingen er nå fullført.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2006,7 +1991,7 @@
"i henhold til innstillingene i de tidligere dialogene.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Start &oppgradering"
@@ -2100,6 +2085,15 @@
"Installasjonsprogrammet kunne ikke løse pakkekonfliktene automatisk.\n"
"Pakkebehandleren vil bli åpnet, slik at du kan løse dem manuelt."
+#~ msgid "Dummy"
+#~ msgstr "Prøve"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Prøve"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Lagrer innstillinger for oppstartsskript..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Lisensen må godkjennes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nb-3.1.0/po/status.txt new/yast2-trans-nb-3.1.0/po/status.txt
--- old/yast2-trans-nb-3.1.0/po/status.txt 2014-12-16 15:23:46.000000000 +0100
+++ new/yast2-trans-nb-3.1.0/po/status.txt 2015-04-20 17:46:54.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 16303
+Translated : 16300
Fuzzy : 429
Untranslated : 742
--------------------
- All strings : 17474
+ All strings : 17471
93 % are translated
++++++ yast2-trans-nds-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nds-3.1.0/po/installation.nds.po new/yast2-trans-nds-3.1.0/po/installation.nds.po
--- old/yast2-trans-nds-3.1.0/po/installation.nds.po 2014-10-29 16:50:48.000000000 +0100
+++ new/yast2-trans-nds-3.1.0/po/installation.nds.po 2015-04-20 17:52:30.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2010-07-07 12:22+0100\n"
"Last-Translator: Nils-Christoph Fiedler <ncfiedler(a)gnome.org>\n"
"Language-Team: Low German <nds-lowgerman(a)lists.sourceforge.net>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,15 +29,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing YaST Configuration..."
msgid "Clone System Configuration"
msgstr "Schrieve YaST Instellen..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "Writing YaST Configuration..."
msgid "&Clone System Configuration"
@@ -55,27 +49,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -971,7 +961,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Ännern..."
@@ -1303,144 +1293,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Löscht"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Aktivert"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Deaktivert"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Aktueller Tostand"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Sammlung"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Tostand ännern"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Unbekannt"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Sammlungs-URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1450,7 +1440,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1460,7 +1450,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1469,7 +1459,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1478,7 +1468,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1486,7 +1476,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1594,11 +1584,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1735,17 +1720,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "De Installatschoon tostimmen"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1754,7 +1739,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1763,22 +1748,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Dem Opfrischen tostimmen"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1786,7 +1771,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Starte &Opfrischen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nds-3.1.0/po/status.txt new/yast2-trans-nds-3.1.0/po/status.txt
--- old/yast2-trans-nds-3.1.0/po/status.txt 2014-12-16 14:19:47.000000000 +0100
+++ new/yast2-trans-nds-3.1.0/po/status.txt 2015-04-20 17:52:31.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 223
Fuzzy : 275
-Untranslated : 16976
+Untranslated : 16973
--------------------
- All strings : 17474
+ All strings : 17471
1 % are translated
++++++ yast2-trans-nl-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nl-3.1.0/po/installation.nl.po new/yast2-trans-nl-3.1.0/po/installation.nl.po
--- old/yast2-trans-nl-3.1.0/po/installation.nl.po 2014-10-29 16:39:43.000000000 +0100
+++ new/yast2-trans-nl-3.1.0/po/installation.nl.po 2015-04-20 17:54:01.000000000 +0200
@@ -10,13 +10,13 @@
# Rinse de Vries <rinsedevries(a)kde.nl>, 2005, 2006, 2007, 2008.
# R.F. Pels <ruurd(a)tiscali.nl>, 2006.
# Daniël Huisman <d.d.huisman(a)gmail.com>, 2007.
-# Freek de Kruijf <freek(a)opensuse.org>, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
+# Freek de Kruijf <freek(a)opensuse.org>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation.nl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-03 20:13+0200\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-01-07 10:02+0100\n"
"Last-Translator: Freek de Kruijf <freek(a)opensuse.org>\n"
"Language-Team: Dutch <opensuse-nl(a)opensuse.org>\n"
"Language: nl\n"
@@ -26,16 +26,6 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -55,39 +45,39 @@
"systeem eruit komt te zien. Als deze optie is geselecteerd, wordt een profiel van het huidige\n"
"systeem opgeslagen in <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "AutoYaST profiel aan het eind van de installatie wegschrijven naar /root/autoinst.xmlat?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Systeemconfiguratie klonen"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "Systeemconfiguratie &klonen"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Het AutoYaST profiel zal weggeschreven worden onder /root/autoinst.xml (<a href=\"%1\">het niet wegschrijven</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Het AutoYaST profiel zal niet weggeschreven worden onder /root/autoinstxml (<a href=\"\">het wel wegschrijven</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "AutoYaST profiel wegschrijven onder /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopiëren van bestanden naar geïnstalleerd systeem..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopiëren van logbestanden naar het geïnstalleerde systeem..."
@@ -1071,7 +1061,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Wijzigen..."
@@ -1441,31 +1431,31 @@
"De installatie wordt afgebroken."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Verwijderd"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Ingeschakeld"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Uitgeschakeld"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Eerder gebruikte softwarebronnen"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1474,27 +1464,27 @@
"dat u aan het opwaarderen bent:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Huidige status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Bron"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "S&tatus omschakelen"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1503,7 +1493,7 @@
"op het systeem dat u aan het opwaarderen bent. Activeer diegenen die u wilt gebruiken bij het opwaardeerproces.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1513,30 +1503,30 @@
"bijhorende item in de tabel.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Om een URL-adres te wijzigen, klik op de knop <b>Wijzigen...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Onbekend"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL van installatieb&ron"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Netwerk is niet geconfigureerd"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1546,17 +1536,17 @@
# /usr/lib/YaST2/clients/lan_inetd_custom.ycp:162
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Bronnen toevoegen en verwijderen..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>De installatiebronnen worden toegevoegd en/of verwijderd.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Verwijder ongebruikte installatiebronnen"
@@ -1564,34 +1554,34 @@
# /usr/lib/YaST2/clients/dialup_detection.ycp:269
# /usr/lib/YaST2/clients/dialup_detection.ycp:294
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Ongebruikte installatiebronnen worden verwijderd..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Voeg ingeschakelde installatiebronnen toe"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Toevoegen van ingeschakelde installatiebronnen..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Voeg uitgeschakelde installatiebronnen toe"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Toevoegen van uitgeschakelde installatiebronnen..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Juiste medium gevraagd"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1605,7 +1595,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1620,7 +1610,7 @@
"Installatiebron zal toegevoegd worden in uitgeschakelde status."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1632,7 +1622,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1644,7 +1634,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1655,7 +1645,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1774,11 +1764,6 @@
msgstr "Beveiligingsinstellingen worden opgeslagen..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Instellingen van opstartscripts worden opgeslagen..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Hardwareconfiguratie wordt opgeslagen..."
@@ -1950,17 +1935,17 @@
"Opmerking, sommige informatie dient u opnieuw op te geven."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Installatie bevestigen"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>De benodigde informatie voor de basis-installatie is nu compleet.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1972,7 +1957,7 @@
"worden (waarbij de <b>bestaande gegevens</b> op deze partities verloren zullen gaan).</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1983,24 +1968,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Indien onzeker, ga terug en controleer de instellingen.</p>"
# workflow: "Software-Auswahl"
# -ke-
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Bijwerken bevestigen"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Benodigde informatie om het bijwerken uit te voeren is nu gereed.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2011,7 +1996,7 @@
"worden volgens de instellingen van de voorgaande dialogen.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Bijwerken starten"
@@ -2095,6 +2080,15 @@
"De installatie was niet in staat om pakketafhankelijkheden automatisch op te lossen.\n"
"De softwarebeheerder zal voor u geopend worden om deze handmatig op te lossen."
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Instellingen van opstartscripts worden opgeslagen..."
+
# /usr/lib/YaST2/clients/inst_language.ycp:99
#~ msgid "Search for Linux partitions"
#~ msgstr "Zoeken naar Linux-partities"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nl-3.1.0/po/status.txt new/yast2-trans-nl-3.1.0/po/status.txt
--- old/yast2-trans-nl-3.1.0/po/status.txt 2014-12-16 15:06:09.000000000 +0100
+++ new/yast2-trans-nl-3.1.0/po/status.txt 2015-04-20 17:54:38.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17474
+Translated : 17471
Fuzzy : 0
Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-nn-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nn-3.1.0/po/installation.nn.po new/yast2-trans-nn-3.1.0/po/installation.nn.po
--- old/yast2-trans-nn-3.1.0/po/installation.nn.po 2014-10-29 16:44:23.000000000 +0100
+++ new/yast2-trans-nn-3.1.0/po/installation.nn.po 2015-04-20 18:07:54.000000000 +0200
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-09-28 11:07+0200\n"
"Last-Translator: Karl Ove Hufthammer <karl(a)huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn(a)lister.ping.uio.no>\n"
@@ -14,16 +14,6 @@
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Prøve"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Prøve"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -48,15 +38,19 @@
"AutoYaST treng en profil for å veta korleis det installerte systemet skal sjå ut.\n"
"Når du kryssar av for dette, vert det lagra ein profil for systemet i <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Lagrar systemoppsett"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -64,27 +58,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopierer filer til installert system …"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopierer loggfiler til installert system …"
@@ -1065,7 +1055,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Endra …"
@@ -1439,31 +1429,31 @@
"Avbryt installeringa."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Fjerna"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "På"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Av"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Tidlegare brukte pakkebrønnar"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1472,27 +1462,27 @@
"systemet du oppgraderer:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Gjeldande status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Pakkebrønn"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Adresse"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Byt status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1502,7 +1492,7 @@
"du vil bruka under oppgraderinga.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1511,30 +1501,30 @@
"ei adresse. Du kan òg dobbeltklikka på tabellrada.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Trykk <b>Endra</b> å endra nettadressa.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Ukjent"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Adresse til pakkebrønn"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Nettverket er ikkje sett opp"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1543,49 +1533,49 @@
"Vil du setja opp dette?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Legg/fjernar pakkebrønnar …"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Pakkebrønnar vert til lagde til / fjerna.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Fjern ubrukte pakkebrønnar"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Fjernar ubrukte pakkebrønnar …"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Legg til aktiverte pakkebrønnar"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Legg til aktiverte pakkebrønnar …"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Legg til deaktiverte pakkebrønnar"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Legg til deaktiverte pakkebrønnar …"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Bruk rett medium"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1599,7 +1589,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1614,7 +1604,7 @@
"Pakkebrønnen vert lagt til, men ikkje aktivert."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1626,7 +1616,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1638,7 +1628,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1649,7 +1639,7 @@
"Adresse: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1764,11 +1754,6 @@
msgstr "Lagrar tryggleiksoppsett …"
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Lagrar oppsett for oppstartsskript …"
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Lagrar maskinvareoppsett …"
@@ -1938,17 +1923,17 @@
"Merk at du kanskje må leggja inn noko informasjon på nytt."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Stadfest installering"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>All nødvendig informasjon for grunninstallasjonen er no klar.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1959,7 +1944,7 @@
"<b>sletta</b> eller <b>formaterte</b> (slik at <b>alle data der vert sletta</b>)i samsvar med vala i dei tidlegare stega i installeringsprosessen.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1970,22 +1955,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Viss du er usikker, kan du gå tilbake og sjå over desse vala på nytt.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Stadfest oppgradering"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>All nødvendig informasjon for oppgraderinga er no klar.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1996,7 +1981,7 @@
"i samsvar med vala i dei tidlegare stega i installeringsprosessen.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Start &oppgradering"
@@ -2094,6 +2079,15 @@
"Klarte ikkje løysa pakkekonfliktene automatisk.\n"
"Opnar pakkehandsamaren, slik at du kan løysa dei manuelt."
+#~ msgid "Dummy"
+#~ msgstr "Prøve"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Prøve"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Lagrar oppsett for oppstartsskript …"
+
#~ msgid "License needs to be accepted"
#~ msgstr "Lisensavtala må godkjennast"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-nn-3.1.0/po/status.txt new/yast2-trans-nn-3.1.0/po/status.txt
--- old/yast2-trans-nn-3.1.0/po/status.txt 2014-12-16 14:12:44.000000000 +0100
+++ new/yast2-trans-nn-3.1.0/po/status.txt 2015-04-20 18:07:55.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 1917
+Translated : 1914
Fuzzy : 13297
Untranslated : 2260
--------------------
- All strings : 17474
+ All strings : 17471
11 % are translated
++++++ yast2-trans-pa-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pa-3.1.0/po/installation.pa.po new/yast2-trans-pa-3.1.0/po/installation.pa.po
--- old/yast2-trans-pa-3.1.0/po/installation.pa.po 2014-10-29 16:48:52.000000000 +0100
+++ new/yast2-trans-pa-3.1.0/po/installation.pa.po 2015-04-20 18:02:39.000000000 +0200
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: installation.pa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2011-01-12 23:34+0530\n"
"Last-Translator: A S Alam <aalam(a)users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users(a)lists.sf.net>\n"
@@ -25,16 +25,6 @@
"X-Generator: Lokalize 1.1\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "ਫ਼ਰਜ਼ੀ"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "ਫ਼ਰਜ਼ੀ(&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -49,15 +39,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "ਸਿਸਟਮ ਸੰਰਚਨਾ ਲਿਖੀ ਜਾ ਰਹੀ ਹੈ"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -65,27 +59,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "ਇੰਸਟਾਲ ਹੋਏ ਸਿਸਟਮ 'ਤੇ ਫਾਇਲਾਂ ਕਾਪੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "ਇੰਸਟਾਲ ਕੀਤੇ ਸਿਟਟਮ 'ਤੇ ਲਾਗ ਫਾਇਲਾਂ ਕਾਪੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
@@ -1116,7 +1106,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "ਬਦਲੋ(&C)..."
@@ -1504,31 +1494,31 @@
"ਇੰਸਟਾਲੇਸ਼ਨ ਅਧੂਰੀ ਛੱਡੀ ਜਾ ਰਹੀ ਹੈ।"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "ਹਟਾਏ"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "ਯੋਗ"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "ਅਯੋਗ"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "ਪਹਿਲਾਂ ਵਰਤੀਆਂ ਰਿਪੋਜ਼ਟਰੀਆਂ"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1537,27 +1527,27 @@
"ਤੁਸੀਂ ਅੱਪਗਰੇਡ ਕਰ ਰਹੇ ਹਨ:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "ਮੌਜੂਦਾ ਹਾਲਤ"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "ਰਿਪੋਜ਼ਟਰੀ"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "ਹਾਲਤ ਬਦਲੋ(&T)"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1566,7 +1556,7 @@
"ਕਰਨ ਦੌਰਾਨ ਸਿਸਟਮ ਉੱਤੇ ਲੱਭੀਆਂ, ਵੇਖ ਸਕਦੇ ਹੋ। ਜਿੰਨ੍ਹਾਂ ਨੂੰ ਤੁਸੀਂ ਅੱਪਗਰੇਡ ਕਰਨ ਦੌਰਾਨਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ, ਨੂੰ ਯੋਗ ਕਰੋ।"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
#, fuzzy
#| msgid ""
#| "<p>To enable or disable an URL, click on the\n"
@@ -1579,30 +1569,30 @@
"<b>ਹਾਲਤ ਬਦਲੋ</b> ਬਟਨ ਨੂੰ ਕਲਿੱਕ ਕਰੋ ਜਾਂ ਢੁੱਕਵੀਂ ਟੇਬਲ ਆਈਟਮ ਨੂੰ ਡਬਲ-ਕਲਿੱਕ ਕਰੋ</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>URL ਬਦਲਣ ਲਈ <b>ਬਦਲੋ...</b> ਬਟਨ ਦੱਬੋ।</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "ਅਣਜਾਣ"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "ਰਿਪੋਜ਼ਟਰੀ U&RL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "ਨੈੱਟਵਰਕ ਸੰਰਚਿਤ ਨਹੀਂ ਹੈ"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1611,51 +1601,51 @@
"ਇਸ ਦੀ ਸੰਰਚਨਾ ਕਰਨੀ ਹੈ?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "ਰਿਪੋਜ਼ਟਰੀਆਂ ਸ਼ਾਮਲ ਕੀਤੀਆਂ ਅਤੇ ਹਟਾਈਆਂ ਜਾ ਰਹੀਆਂ ਹਨ..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>ਰਿਪੋਜ਼ਟਰੀਆਂ ਸ਼ਾਮਲ ਹੋਣ ਅਤੇ ਹਟਾਏ ਜਾਣ ਤੱਕ ਉਡੀਕੋ ਜੀ।</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "ਨਾ ਵਰਤੀਆਂ ਰਿਪੋਜ਼ਟਰੀਆਂ ਹਟਾਓ"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "ਨਾ-ਵਰਤੀਆਂ ਰਿਪੋਜ਼ਟਰੀਆਂ ਹਟਾਈਆਂ ਜਾ ਰਹੀਆਂ ਹਨ..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "ਯੋਗ ਕੀਤੀਆਂ ਰਿਪੋਜ਼ਟਰੀਆਂ ਸ਼ਾਮਲ"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "ਯੋਗ ਰਿਪੋਜ਼ਟਰੀਆਂ ਸ਼ਾਮਲ ਕੀਤੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "ਆਯੋਗ ਕੀਤੀਆਂ ਰਿਪੋਜ਼ਟਰੀਆਂ ਸ਼ਾਮਲ"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "ਆਯੋਗ ਕੀਤੀਆਂ ਰਿਪੋਜ਼ਟਰੀਆਂ ਸ਼ਾਮਲ ਕੀਤੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1665,7 +1655,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1675,7 +1665,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1692,7 +1682,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1704,7 +1694,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1720,7 +1710,7 @@
"URL: %2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1846,11 +1836,6 @@
msgstr "ਸੁਰੱਖਿਆ ਸੈਟਿੰਗ ਸੰਭਾਲੀ ਜਾ ਰਹੀ ਹੈ..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "ਬੂਟ ਸਕ੍ਰਿਪਟ ਸੈਟਿੰਗ ਸੰਭਾਲੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "ਜੰਤਰ ਜਾਣਕਾਰੀ ਸੰਭਾਲੀ ਜਾ ਰਹੀ ਹੈ..."
@@ -2045,19 +2030,19 @@
"ਨੋਟ: ਤੁਹਾਨੂੰ ਕੁਝ ਜਾਣਕਾਰੀ ਫੇਰ ਦੇਣੀ ਪੈ ਸਕਦੀ ਹੈ।"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਦੀ ਪੁਸ਼ਟੀ"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>ਮੁੱਢਲੀ ਇੰਸਟਾਲੇਸ਼ਨ ਕਰਨ ਲਈ ਲੋੜੀਦੀ ਸਾਰੀ ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਗਈ ਹੈ।</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2070,7 +2055,7 @@
"ਪਿੱਛੇ ਲੰਘੇ ਡਾਈਲਾਗਾਂ ਵਿੱਚ ਕੀਤੀ ਇੰਸਟਾਲੇਸ਼ਨ ਸੈਟਿੰਗ ਅਨੁਸਾਰ ਕੀਤੇ ਜਾਣਗੇ।</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2082,24 +2067,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>ਜੇਕਰ ਤੁਸੀਂ ਹਾਲੇ ਯਕੀਨੀ ਨਹੀਂ ਹੋ ਤਾਂ ਪਿੱਛੇ ਜਾਓ ਅਤੇ ਸੈਟਿੰਗ ਦੀ ਜਾਂਚ ਕਰੋ।</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "ਅੱਪਡੇਟ ਪੁਸ਼ਟੀ"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>ਅੱਪਡੇਟ ਕਰਨ ਲਈ ਲੋੜੀਦੀ ਸਾਰੀ ਜਾਣਕਾਰੀ ਇੱਕਠੀ ਕਰ ਲਈ ਗਈ ਹੈ।</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2110,7 +2095,7 @@
"ਤੁਹਾਡੀ ਹਾਰਡ ਡਿਸਕ ਤੇ ਡਾਟਾ ਲਿਖਿਆ ਜਾਵੇਗਾ।</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "ਅੱਪਡੇਟ ਸ਼ੁਰੂ(&U)"
@@ -2210,6 +2195,15 @@
"ਇੰਸਟਾਲੇਸ਼ਨ ਪੈਕੇਜ ਨਿਰਭਰਤਾ ਆਟੋਮੈਟਿਕ ਹੱਲ਼ ਕਰਨ ਲਈ ਫੇਲ੍ਹ ਹੈ।\n"
"ਪੈਕੇਜ ਮੈਨਜੇਰ ਨੂੰ ਤੁਹਾਡੇ ਸਾਹਮਣੇ ਖੋਲ੍ਹਿਆ ਜਾ ਰਿਹਾ ਹੈ ਤਾਂ ਕਿ ਖੁਦ ਹੱਲ਼ ਕਰ ਸਕੋ।"
+#~ msgid "Dummy"
+#~ msgstr "ਫ਼ਰਜ਼ੀ"
+
+#~ msgid "&Dummy"
+#~ msgstr "ਫ਼ਰਜ਼ੀ(&D)"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "ਬੂਟ ਸਕ੍ਰਿਪਟ ਸੈਟਿੰਗ ਸੰਭਾਲੀ ਜਾ ਰਹੀ ਹੈ..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "ਲੀਨਕਸ ਪਾਰਟੀਸ਼ਨਾਂ ਦੀ ਖੋਜ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pa-3.1.0/po/status.txt new/yast2-trans-pa-3.1.0/po/status.txt
--- old/yast2-trans-pa-3.1.0/po/status.txt 2014-12-16 15:16:19.000000000 +0100
+++ new/yast2-trans-pa-3.1.0/po/status.txt 2015-04-20 18:03:04.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 10647
+Translated : 10644
Fuzzy : 3278
Untranslated : 3549
--------------------
- All strings : 17474
+ All strings : 17471
61 % are translated
++++++ yast2-trans-pl-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pl-3.1.0/po/installation.pl.po new/yast2-trans-pl-3.1.0/po/installation.pl.po
--- old/yast2-trans-pl-3.1.0/po/installation.pl.po 2014-10-29 16:47:11.000000000 +0100
+++ new/yast2-trans-pl-3.1.0/po/installation.pl.po 2015-04-20 17:51:08.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-09-16 17:56+0200\n"
"Last-Translator: Marcin Zajączkowski\n"
"Language-Team: Polish <kde-i18n-doc(a)kde.org>\n"
@@ -17,16 +17,6 @@
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Pusty"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Pusty"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -46,41 +36,41 @@
"AutoYaST wymaga tzw. profilu (zapisane wszystkie wybory, pakiety itp), aby wiedzieć, jak ma wyglądać zainstalowany system. Po\n"
" zaznaczeniu tej opcji, profil obecnego systemu zostanie zachowany w pliku <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "Zapisywanie konfiguracji systemu..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "&Pomiń konfigurację"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopiowanie plików do instalowanego systemu..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopiowanie plików dziennika do instalowanego systemu..."
@@ -1057,7 +1047,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Zmień..."
@@ -1436,31 +1426,31 @@
"Instalacja przerwana."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Usunięto"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Włączone"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Wyłączone"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Używane wcześniej repozytoria"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1469,34 +1459,34 @@
"jest aktualizowane:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Aktualny stan"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repozytorium"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Adres URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Zmień s&tatus"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr "<p>Tutaj można zobaczyć wszystkie repozytoria oprogramowania znalezione w aktualizowanym systemie. Należy włączyć te, które mają zostać dołączone do procesu aktualizacji.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1505,30 +1495,30 @@
"<b>Zmień status</b> lub dwukrotnie kliknąć dany wpis w liście.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Aby zmienić adres URL, proszę kliknąć przycisk <b>Zmień...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nieznane"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Adres U&RL repozytorium"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Sieć nie jest skonfigurowana"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1537,49 +1527,49 @@
"Skonfigurować teraz połączenie?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Dodawanie i usuwanie repozytoriów..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Trwa dodawanie i usuwanie repozytoriów.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Usunięcie nieużywanych repozytoriów"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Usuwanie nieużywanych repozytoriów..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Dodanie włączonych repozytoriów"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Dodawanie włączonych repozytoriów..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Dodanie wyłączonych repozytoriów"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Dodawanie wyłączonych repozytoriów..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Proszę wybrać poprawny nośnik instalacyjny"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1593,7 +1583,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1608,7 +1598,7 @@
"Repozytorium zostanie dodane jako wyłączone."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1620,7 +1610,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1632,7 +1622,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1643,7 +1633,7 @@
"Adres URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1756,11 +1746,6 @@
msgstr "Zapisywanie ustawień zabezpieczeń..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Zapisywanie ustawień skryptów rozruchowych..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Zapisywanie konfiguracji sprzętu..."
@@ -1933,17 +1918,17 @@
"niektórych informacji."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Zatwierdzenie instalacji"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Wszystkie informacje wymagane do instalacji podstawowej zostały zebrane.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1956,7 +1941,7 @@
"partycji), zgodnie z ustawieniami instalacji z poprzednich okien.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1968,22 +1953,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>W razie wątpliwości proszę wrócić do poprzednich okien i sprawdzić ustawienia.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Zatwierdzenie aktualizacji"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Wszystkie informacje wymagane do aktualizacji zostały zebrane.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1994,7 +1979,7 @@
"nadpisane, zgodnie z ustawieniami z poprzednich okien.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Uruchom aktualizację"
@@ -2083,6 +2068,15 @@
"Instalator nie mógł rozwiązać automatycznie zależności pakietów.\n"
"Zostanie uruchomiony menedżer pakietów, aby rozwiązać zależności ręcznie."
+#~ msgid "Dummy"
+#~ msgstr "Pusty"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Pusty"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Zapisywanie ustawień skryptów rozruchowych..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Wyszukanie partycji linuksowych"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pl-3.1.0/po/status.txt new/yast2-trans-pl-3.1.0/po/status.txt
--- old/yast2-trans-pl-3.1.0/po/status.txt 2014-12-16 15:25:27.000000000 +0100
+++ new/yast2-trans-pl-3.1.0/po/status.txt 2015-04-20 17:51:45.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 16519
+Translated : 16516
Fuzzy : 316
Untranslated : 639
--------------------
- All strings : 17474
+ All strings : 17471
95 % are translated
++++++ yast2-trans-pt-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt-3.1.0/po/installation.pt.po new/yast2-trans-pt-3.1.0/po/installation.pt.po
--- old/yast2-trans-pt-3.1.0/po/installation.pt.po 2014-10-29 16:43:39.000000000 +0100
+++ new/yast2-trans-pt-3.1.0/po/installation.pt.po 2015-04-20 17:58:10.000000000 +0200
@@ -13,7 +13,7 @@
msgstr ""
"Project-Id-Version: installation.pt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2008-05-19 22:08+0100\n"
"Last-Translator: Carlos Gonçalves <cgoncalves(a)opensuse.org>\n"
"Language-Team: Portuguese <opensuse-pt(a)opensuse.org>\n"
@@ -24,16 +24,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: KBabel 1.11.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Fictício"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Fictício"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -59,15 +49,19 @@
"sistema terá, ele necessita de um perfil. Com a caixa de marcação seleccionada,\n"
"será armazenado um perfil do sistema actual, em <tt>/root/autoyast.xml.</tt></p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "A escrever a configuração do sistema"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -75,27 +69,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "A Copiar ficheiros para o sistema instalado..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "A copiar os registos de diário para o sistema instalado..."
@@ -1136,7 +1126,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Alterar..."
@@ -1519,33 +1509,33 @@
# /usr/lib/YaST2/clients/logcontrol.ycp:34
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Remover"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Activado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Inactivo"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Repositórios Anteriormente Utilizados"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1554,27 +1544,27 @@
"que está de momento a actualizar:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Estado Actual"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repositório"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Alterar &Estado"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1583,7 +1573,7 @@
"no sistema que de momento está a actualizar. Active aqueles que deseja incluir no processo de actualização.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
#, fuzzy
#| msgid ""
#| "<p>To enable or disable an URL, click on the\n"
@@ -1596,30 +1586,30 @@
"botão <b>Alterar Estado</b> ou clique duas vezes no respectivo item da tabela.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Para alterar o URL, clique no botão <b>Alterar...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Desconhecido"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL do &Repositório"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "A Rede não está Configurada"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1628,59 +1618,59 @@
"Deseja configurá-la?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "A adicionar e a remover os repositórios..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Por favor aguarde enquanto os repositórios são adicionados e removidos.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Remover Repositórios"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "A ler os repositórios configurados..."
# /usr/lib/YaST2/clients/menu.ycp:43
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Repositórios Disponíveis"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "A adicionar Repositórios..."
# /usr/lib/YaST2/clients/menu.ycp:43
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Repositórios Disponíveis"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "A adicionar Repositórios..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1690,7 +1680,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1700,7 +1690,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1717,7 +1707,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1729,7 +1719,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1745,7 +1735,7 @@
"URL: %2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1872,13 +1862,6 @@
msgstr "A ler definições de segurança..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "A Guardar definições da placa de som..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "A gravar a configuração do hardware..."
@@ -2066,19 +2049,19 @@
"Nota: Poderá ter de digitar novamente alguma informação."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirmar Instalação"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Toda a informação necessária para a instalação base está agora completa.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2092,7 +2075,7 @@
"de acordo com as definições da instalação nas caixas de diálogo anteriores.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2105,24 +2088,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Se não tem a certeza, volte atrás e verifique as definições.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirmar Actualização"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Toda a informação necessária para realizar a actualização está agora completa.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2134,7 +2117,7 @@
"de acordo com as definições das caixas de diálogo anteriores.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Iniciar &Actualização"
@@ -2228,6 +2211,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Fictício"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Fictício"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "A Guardar definições da placa de som..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Procurar Partições Linux"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt-3.1.0/po/status.txt new/yast2-trans-pt-3.1.0/po/status.txt
--- old/yast2-trans-pt-3.1.0/po/status.txt 2014-12-16 14:11:07.000000000 +0100
+++ new/yast2-trans-pt-3.1.0/po/status.txt 2015-04-20 17:58:33.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 12064
-Fuzzy : 3138
+Translated : 12062
+Fuzzy : 3137
Untranslated : 2272
--------------------
- All strings : 17474
+ All strings : 17471
69 % are translated
++++++ yast2-trans-pt_BR-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt_BR-3.1.0/po/auth-server.pt_BR.po new/yast2-trans-pt_BR-3.1.0/po/auth-server.pt_BR.po
--- old/yast2-trans-pt_BR-3.1.0/po/auth-server.pt_BR.po 2014-12-16 14:55:27.000000000 +0100
+++ new/yast2-trans-pt_BR-3.1.0/po/auth-server.pt_BR.po 2015-04-20 18:10:21.000000000 +0200
@@ -3,13 +3,13 @@
# Copyright (C) 2014 SuSE Linux Products GmbH, Nuernberg
# This file is distributed under the same license as the opensuse-i package.
#
-# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2014.
+# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: opensuse-i 18n\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-11-06 10:47-0200\n"
+"PO-Revision-Date: 2015-02-19 08:59-0200\n"
"Last-Translator: Luiz Fernando Ranghetti <elchevive(a)opensuse.org>\n"
"Language-Team: Brazilian Portuguese <opensuse-pt(a)opensuse.org>\n"
"Language: pt_BR\n"
@@ -22,7 +22,7 @@
#. Command line help text for the Xldap-server module
#: src/clients/auth-server.rb:37
msgid "Configuration of Authentication server"
-msgstr ""
+msgstr "Configuração do servidor de autenticação"
#: src/clients/auth-server.rb:49
msgid "Enable/Disable the service"
@@ -276,7 +276,7 @@
#. LdapServer summary dialog caption
#: src/include/auth-server/complex.rb:231
msgid "Authentication Server Configuration Summary"
-msgstr ""
+msgstr "Resumo da configuração do servidor de autenticação"
#. heading for all dialogs
#. FIXME: adapt to your needs
@@ -288,7 +288,7 @@
#: src/include/auth-server/wizards.rb:205
#: src/include/auth-server/wizards.rb:298
msgid "Authentication Server Configuration"
-msgstr ""
+msgstr "Configuração do servidor de autenticação"
#. *********************
#. * dialog functions **
@@ -394,6 +394,9 @@
"YaST2 cannot enable Kerberos\n"
"without installing the package."
msgstr ""
+"O pacote '%1' não está disponível.\n"
+"O YaST2 não pode habilitar o Kerberos\n"
+"sem instalar o pacote."
#. caption
#: src/include/auth-server/dialogs.rb:595
@@ -668,6 +671,8 @@
"<p><b>LDAPS</b> enables the \"LDAP over SSL (ldaps)\" interface for SSL protected\n"
"connections on port 636. This only works if you have a server certificate configured (see \"Global Settings\"/\"TLS Settings\").\n"
msgstr ""
+"<p><b>LDAPS</b> habilita a interface \"LDAP sobre SSL (ldaps)\" para conexões protegidas\n"
+"por SSL na porta 636. Isto funciona apenas se você tem um servidor de certificados configurado (veja \"Configurações globais\"/\"Configurações do TLS\").\n"
#: src/include/auth-server/helps.rb:36
msgid ""
@@ -2214,7 +2219,7 @@
#: src/include/auth-server/widgets.rb:70
msgid "&Start Kerberos Server"
-msgstr ""
+msgstr "&Iniciar o servidor Kerberos"
#: src/include/auth-server/widgets.rb:94
msgid "Protocol Listeners"
@@ -2882,7 +2887,7 @@
#: src/modules/AuthServer.pm:355
msgid "Initializing Authentication Server Configuration"
-msgstr ""
+msgstr "Inicializando a configuração do servidor de autenticação"
#: src/modules/AuthServer.pm:390
msgid ""
@@ -2961,15 +2966,15 @@
#: src/modules/AuthServer.pm:1569
msgid "Enabling Kerberos Server"
-msgstr ""
+msgstr "Habilitando o servidor Kerberos"
#: src/modules/AuthServer.pm:1570
msgid "Starting Kerberos Server"
-msgstr ""
+msgstr "Iniciando o servidor Kerberos"
#: src/modules/AuthServer.pm:1572
msgid "Activating Kerberos Server"
-msgstr ""
+msgstr "Ativando o servidor Kerberos"
#: src/modules/AuthServer.pm:1602
msgid "Writing Startup Configuration"
@@ -2993,11 +2998,11 @@
#: src/modules/AuthServer.pm:1607
msgid "Saving Kerberos Configuration"
-msgstr ""
+msgstr "Salvando a configuração do Kerberos"
#: src/modules/AuthServer.pm:1608
msgid "Writing Auth Server Configuration"
-msgstr ""
+msgstr "Salvando a configuração do servidor de autenticação"
#: src/modules/AuthServer.pm:1616 src/modules/AuthServer.pm:2569
msgid "Switch from slapd.conf to config backend failed."
@@ -3041,15 +3046,15 @@
#. in the system, stop it and ignore any configuration changes.
#: src/modules/AuthServer.pm:1805
msgid "Stopping Kerberos Server"
-msgstr ""
+msgstr "Parando o servidor Kerberos"
#: src/modules/AuthServer.pm:1806
msgid "Disabling Kerberos Server"
-msgstr ""
+msgstr "Desabilitando o servidor Kerberos"
#: src/modules/AuthServer.pm:1808
msgid "De-activating Kerberos Server"
-msgstr ""
+msgstr "Desativando o servidor Kerberos"
#: src/modules/AuthServer.pm:1825
msgid "Writing Sysconfig files"
@@ -3081,7 +3086,7 @@
#: src/modules/AuthServer.pm:1834
msgid "Writing AuthServer Configuration"
-msgstr ""
+msgstr "Salvando a configuração do servidor de autenticação"
#: src/modules/AuthServer.pm:1931
msgid "Creating base objects failed."
@@ -3105,7 +3110,7 @@
#: src/modules/AuthServer.pm:2213
msgid "Start Kerberos Server: "
-msgstr ""
+msgstr "Iniciar o servidor Kerberos: "
#: src/modules/AuthServer.pm:2215
msgid "Create the following databases:"
@@ -3280,12 +3285,12 @@
#: src/modules/AuthServer.pm:4896
#, perl-format
msgid "Certificate File: \"%s\" does not exist."
-msgstr ""
+msgstr "Arquivo de certificado: \"%s\" não existe."
#: src/modules/AuthServer.pm:4901
#, perl-format
msgid "Certificate Key File: \"%s\" does not exist."
-msgstr ""
+msgstr "Chave do arquivo de certificado: \"%s\" não existe."
#: src/modules/AuthServer.pm:4982 src/modules/AuthServer.pm:4992
msgid "Writing to krb5.conf failed."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt_BR-3.1.0/po/cluster.pt_BR.po new/yast2-trans-pt_BR-3.1.0/po/cluster.pt_BR.po
--- old/yast2-trans-pt_BR-3.1.0/po/cluster.pt_BR.po 2014-11-03 17:13:32.000000000 +0100
+++ new/yast2-trans-pt_BR-3.1.0/po/cluster.pt_BR.po 2015-04-20 18:10:33.000000000 +0200
@@ -5,14 +5,14 @@
#
# Karl Eichwalder <ke(a)suse.de>, 1999.
# Ralf Lanz <rlanz(a)genix.com.br>, 1999.
-# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2013, 2014.
+# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2013, 2014, 2015.
# Isis Binder <isis.binder(a)gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-10-30 10:45-0200\n"
+"PO-Revision-Date: 2015-02-19 09:07-0200\n"
"Last-Translator: Luiz Fernando Ranghetti <elchevive(a)opensuse.org>\n"
"Language-Team: Brazilian Portuguese <opensuse-pt(a)opensuse.org>\n"
"Language: pt_BR\n"
@@ -122,11 +122,11 @@
#: src/include/cluster/dialogs.rb:197
msgid "The cluster name has to be fulfilled"
-msgstr ""
+msgstr "O nome do cluster tem que ser preenchido"
#: src/include/cluster/dialogs.rb:214
msgid "The Member Address has to be fulfilled"
-msgstr ""
+msgstr "O endereço do membro tem que ser preenchido"
#. BNC#880242, expected_votes must have value when "udp"
#: src/include/cluster/dialogs.rb:220
@@ -138,17 +138,15 @@
#: src/include/cluster/dialogs.rb:226 src/include/cluster/dialogs.rb:254
#: src/include/cluster/dialogs.rb:1463
msgid "The Multicast Address has to be fulfilled"
-msgstr ""
+msgstr "O endereço de multicast tem que ser preenchido"
#: src/include/cluster/dialogs.rb:236 src/include/cluster/dialogs.rb:264
-#, fuzzy
-#| msgid "The value for pos must be a positive integer."
msgid "The Multicast port must be a positive integer"
-msgstr "O valor para pos deve ser um número inteiro positivo."
+msgstr "A porta de multicast deve ser um inteiro positivo"
#: src/include/cluster/dialogs.rb:270
msgid "Only passive or active can be chosen if multiple interface used. Set to passive."
-msgstr ""
+msgstr "Apenas passivo ou ativo pode ser escolhido se múltiplas interfaces são usadas. Definido para passivo."
#. BNC#871970, change member address struct to memberaddr
#: src/include/cluster/dialogs.rb:439
@@ -201,10 +199,8 @@
msgstr "IP"
#: src/include/cluster/dialogs.rb:499
-#, fuzzy
-#| msgid "Redundant IP Address"
msgid "Redundant IP"
-msgstr "Endereço IP redundante"
+msgstr "IP redundante"
#. BNC#879596, check the corosync.conf format
#: src/include/cluster/dialogs.rb:539
@@ -240,11 +236,11 @@
#: src/include/cluster/dialogs.rb:773
msgid "Failed to create /etc/corosync/authkey"
-msgstr ""
+msgstr "Falha ao criar /etc/corosync/authkey"
#: src/include/cluster/dialogs.rb:775
msgid "Create /etc/corosync/authkey succeeded"
-msgstr ""
+msgstr "/etc/corosync/authkey criado com sucesso"
#: src/include/cluster/dialogs.rb:850 src/include/cluster/dialogs.rb:920
msgid "Running"
@@ -260,14 +256,10 @@
msgstr "Inicializando"
#: src/include/cluster/dialogs.rb:898
-#, fuzzy
-#| msgid "On -- Start pacemaker at booting"
msgid "On -- Start pacemaker during boot"
-msgstr "On -- Iniciar pacemaker durante o Boot"
+msgstr "On -- Iniciar pacemaker durante a inicialização"
#: src/include/cluster/dialogs.rb:905
-#, fuzzy
-#| msgid "Off -- Start pacemaker manually only"
msgid "Off -- Start pacemaker manually"
msgstr "Off -- Iniciar pacemaker manualmente"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt_BR-3.1.0/po/installation.pt_BR.po new/yast2-trans-pt_BR-3.1.0/po/installation.pt_BR.po
--- old/yast2-trans-pt_BR-3.1.0/po/installation.pt_BR.po 2014-10-29 17:00:33.000000000 +0100
+++ new/yast2-trans-pt_BR-3.1.0/po/installation.pt_BR.po 2015-04-20 18:10:12.000000000 +0200
@@ -10,13 +10,13 @@
# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2008.
# Isis Binder <isis.binder(a)gmail.com>, 2008, 2010, 2012.
# Rafael Reuber <psico.indie(a)gmail.com>, 2008.
-# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
+# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation.pt_BR\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-16 13:12-0300\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-02-19 08:39-0200\n"
"Last-Translator: Luiz Fernando Ranghetti <elchevive(a)opensuse.org>\n"
"Language-Team: Brazilian Portuguese <opensuse-pt(a)opensuse.org>\n"
"Language: pt_BR\n"
@@ -29,16 +29,6 @@
"X-Poedit-Country: BRAZIL\n"
"X-Poedit-SourceCharset: utf-8\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Fictício"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Fictício"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -57,39 +47,39 @@
"usuário. O AutoYaST necessita de um perfil para saber como o sistema instalado deverá parecer.\n"
"Se esta opção for selecionada, será armazenado um perfil do sistema atual em <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Gravar o perfil do AutoYaST em /root/autoinst.xmlat no final da instalação?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Clonar configuração do sistema"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Clonar configuração do sistema"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "O perfil do AutoYaST será gravado em /root/autoinst.xml (<a href=\"%1\">não gravá-lo</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "O perfil do AutoYaST não será salvo (<a href=\"%1\">gravá-lo</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Gravar o perfil do AutoYaST em /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copiando os arquivos para o sistema instalado..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copiando os arquivos de log para o sistema instalado..."
@@ -1056,7 +1046,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "A<erar..."
@@ -1426,31 +1416,31 @@
"Cancelando a instalação."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Removido"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Habilitado"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Desabilitado"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Repositórios previamente utilizados"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1459,27 +1449,27 @@
"que você está atualizando:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Status atual"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Repositório"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Alternar status"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1489,7 +1479,7 @@
"Habilite aqueles que você deseja incluir no processo de atualização.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1498,30 +1488,30 @@
"<b>Alterar status</b> ou clique duas vezes no respectivo item da tabela.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Para alterar a URL, clique no botão <b>Alterar...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Desconhecido"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL do &repositório"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "A rede não está configurada"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1530,49 +1520,49 @@
"Gostaria de configurá-la?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Adicionando e removendo repositórios..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Repositórios estão sendo adicionados e removidos.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Remover os repositórios não utilizados"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Removendo os repositórios não utilizados..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Adicionar os repositórios habilitados"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Adicionando os repositórios habilitados..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Adicionar os repositórios desabilitados"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Adicionando os repositórios desabilitados..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Mídia Correta Requisitada"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1586,7 +1576,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1601,7 +1591,7 @@
"O repositório será adicionado com o estado desabilitado."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1613,7 +1603,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1625,7 +1615,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1636,7 +1626,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1749,11 +1739,6 @@
msgstr "Salvando configurações de segurança..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Salvando as configurações do script de inicialização..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Salvando a configuração do hardware..."
@@ -1925,17 +1910,17 @@
"Nota: poderá ser preciso digitar algumas informações novamente."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirmar a instalação"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Todas as informações necessárias para instalação básica estão completas.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1948,7 +1933,7 @@
"de acordo com as configurações de instalação dos diálogos anteriores.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1960,22 +1945,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Volte e verifique as configurações se você não tem certeza.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirmar a atualização"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Todas as informações necessárias para fazer a atualização estão completas.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1986,7 +1971,7 @@
"de acordo com as configurações dos diálogos anteriores.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Iniciar a at&ualização"
@@ -2070,6 +2055,18 @@
"A instalação não conseguiu resolver as dependências de pacote automaticamente.\n"
"O gerenciador de software será aberto para que você as resolva manualmente."
+#~ msgid "Dummy"
+#~ msgstr "Fictício"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Fictício"
+
+#~ msgid "Write AutoYaST profile to /root/autoinst.xml"
+#~ msgstr "Gravar o perfil do AutoYaST em /root/autoinst.xml"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Salvando as configurações do script de inicialização..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Pesquisar por partições Linux"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt_BR-3.1.0/po/iplb.pt_BR.po new/yast2-trans-pt_BR-3.1.0/po/iplb.pt_BR.po
--- old/yast2-trans-pt_BR-3.1.0/po/iplb.pt_BR.po 2014-11-03 17:13:46.000000000 +0100
+++ new/yast2-trans-pt_BR-3.1.0/po/iplb.pt_BR.po 2015-04-20 18:10:47.000000000 +0200
@@ -5,13 +5,13 @@
#
# Karl Eichwalder <ke(a)suse.de>, 1999.
# Ralf Lanz <rlanz(a)genix.com.br>, 1999.
-# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2014.
+# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-04 15:52+0200\n"
-"PO-Revision-Date: 2014-10-30 10:48-0200\n"
+"PO-Revision-Date: 2015-02-19 09:12-0200\n"
"Last-Translator: Luiz Fernando Ranghetti <elchevive(a)opensuse.org>\n"
"Language-Team: Brazilian Portuguese <opensuse-pt(a)opensuse.org>\n"
"Language: pt_BR\n"
@@ -109,40 +109,30 @@
msgstr "&Configuração global"
#: src/include/iplb/global_conf.rb:69 src/include/iplb/vserver_conf.rb:227
-#, fuzzy
-#| msgid "Mail Server Configuration"
msgid "&Virtual Server Configuration"
-msgstr "Configuração do servidor de e-mail"
+msgstr "Configuração do servidor &virtual"
#: src/include/iplb/global_conf.rb:75
-#, fuzzy
-#| msgid "CRL Check Interval"
msgid "Check Interval"
-msgstr "Inter&valo de verificação:"
+msgstr "Intervalo de verificação"
#: src/include/iplb/global_conf.rb:76 src/include/iplb/vserver_conf.rb:205
-#, fuzzy
-#| msgid "Connection &Timeout"
msgid "Check Timeout"
-msgstr "&Tempos de Espera de Conexão"
+msgstr "Tempos de espera de verificação"
#: src/include/iplb/global_conf.rb:78 src/include/iplb/vserver_conf.rb:214
-#, fuzzy
-#| msgid "Failure"
msgid "Failure Count"
-msgstr "Falha"
+msgstr "Contagem de falhas"
#: src/include/iplb/global_conf.rb:79 src/include/iplb/vserver_conf.rb:208
-#, fuzzy
-#| msgid "Connection &Timeout"
msgid "Negotiate Timeout"
-msgstr "&Tempos de Espera de Conexão"
+msgstr "Tempos de espera de negociação"
#: src/include/iplb/global_conf.rb:85 src/include/iplb/vserver_conf.rb:167
#, fuzzy
#| msgid "Ro&llback"
msgid "Fallback"
-msgstr "&Desfazer"
+msgstr "Alternativo"
#: src/include/iplb/global_conf.rb:86
#, fuzzy
@@ -155,22 +145,16 @@
msgstr "Executar"
#: src/include/iplb/global_conf.rb:91 src/include/iplb/vserver_conf.rb:186
-#, fuzzy
-#| msgid "Email Addr: "
msgid "Email Alert"
-msgstr "Endereço de Email:"
+msgstr "Alerta de e-mail:"
#: src/include/iplb/global_conf.rb:92 src/include/iplb/vserver_conf.rb:187
-#, fuzzy
-#| msgid "Email Addr: "
msgid "Email Alert Freq"
-msgstr "Endereço de Email:"
+msgstr "Frequência de alerta de e-mail"
#: src/include/iplb/global_conf.rb:93 src/include/iplb/vserver_conf.rb:190
-#, fuzzy
-#| msgid "Test Status"
msgid "Email Alert Status"
-msgstr "Status do teste"
+msgstr "Status do alerta de e-mail"
#: src/include/iplb/global_conf.rb:100
#, fuzzy
@@ -195,8 +179,6 @@
msgstr "Serviço"
#: src/include/iplb/global_conf.rb:106
-#, fuzzy
-#| msgid "&Log File"
msgid "Log File"
msgstr "Arquivo de log"
@@ -517,30 +499,22 @@
#. overwrite global value part
#: src/include/iplb/vserver_conf.rb:146
-#, fuzzy
-#| msgid "&Feedback Type"
msgid "Check Type"
-msgstr "Tipo de Re&torno"
+msgstr "Tipo de verificação"
#: src/include/iplb/vserver_conf.rb:150
-#, fuzzy
-#| msgid "Check Now"
msgid "Check Port"
-msgstr "Verificar agora"
+msgstr "Porta de verificação"
#: src/include/iplb/vserver_conf.rb:151
msgid "Service"
msgstr "Serviço"
#: src/include/iplb/vserver_conf.rb:152
-#, fuzzy
-#| msgid "Command"
msgid "Check Command"
-msgstr "Comando"
+msgstr "Comando de verificação"
#: src/include/iplb/vserver_conf.rb:157
-#, fuzzy
-#| msgid "Setup Method"
msgid "Http Method"
msgstr "Método HTTP"
@@ -553,8 +527,6 @@
msgstr "Receber"
#: src/include/iplb/vserver_conf.rb:165
-#, fuzzy
-#| msgid "VirtualHost"
msgid "Virtual Host"
msgstr "Host virtual"
@@ -618,20 +590,14 @@
msgstr "Servidores reais"
#: src/include/iplb/vserver_conf.rb:310
-#, fuzzy
-#| msgid "Check Repository Type"
msgid "Check type"
-msgstr "Verificar o tipo de repositório"
+msgstr "Tipo de verificação"
#: src/include/iplb/vserver_conf.rb:311
-#, fuzzy
-#| msgid "Socket type"
msgid "Auth type"
-msgstr "Autenticação:"
+msgstr "Tipo de autenticação"
#: src/include/iplb/vserver_conf.rb:312
-#, fuzzy
-#| msgid "Other"
msgid "Others"
msgstr "Outros"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-pt_BR-3.1.0/po/status.txt new/yast2-trans-pt_BR-3.1.0/po/status.txt
--- old/yast2-trans-pt_BR-3.1.0/po/status.txt 2014-12-16 14:55:58.000000000 +0100
+++ new/yast2-trans-pt_BR-3.1.0/po/status.txt 2015-04-20 18:10:50.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17263
-Fuzzy : 83
-Untranslated : 128
+Translated : 17306
+Fuzzy : 62
+Untranslated : 103
--------------------
- All strings : 17474
+ All strings : 17471
99 % are translated
++++++ yast2-trans-ro-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ro-3.1.0/po/installation.ro.po new/yast2-trans-ro-3.1.0/po/installation.ro.po
--- old/yast2-trans-ro-3.1.0/po/installation.ro.po 2014-10-29 17:09:34.000000000 +0100
+++ new/yast2-trans-ro-3.1.0/po/installation.ro.po 2015-04-20 18:07:28.000000000 +0200
@@ -24,7 +24,7 @@
msgstr ""
"Project-Id-Version: OpenSUSE\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2012-11-19 15:01+0200\n"
"Last-Translator: Lucian Oprea <oprea.luci(a)gmail.com>\n"
"Language-Team: Romanian <LL(a)li.org>\n"
@@ -35,16 +35,6 @@
"X-Generator: Narro 2.0 on http://tradu.softwareliber.ro\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Dummy"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Dummy"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -69,15 +59,19 @@
"AutoYaST necesită un profil pentru a determina cum va arăta sistemul instalat. Dacă selectați această\n"
"opțiune, un profil al sistemului curent va fi salvat în <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Se scrie configurația sistemului..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -85,27 +79,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Copiez fișierele pe sistemul instalat..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Copiez fișierele jurnal (log) pe sistemul instalat..."
@@ -1077,7 +1067,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "Modifi&că..."
@@ -1453,31 +1443,31 @@
"Anulez instalarea."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Șters"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Activat"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Dezactivat"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Surse de instalare utilizate anterior"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1486,27 +1476,27 @@
"sistemul ce se actualizează momentan:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Starea curentă"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Sursă de instalare"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Ac&tivează/deactivează starea"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1515,7 +1505,7 @@
" găsite pe sistemul pe care îl actualizați. Activați-le pe acelea pe care doriți să le includeți în procedura de actualizare</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1524,30 +1514,30 @@
"butonul <b>Schimbă starea</b> sau dublu-clic pe elementul respectiv din tabel.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Pentru a modifica URL-ul, apăsați butonul <b>Modifică...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Necunoscut"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "U&RL sursă de instalare"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Rețeaua nu este configurată"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1557,49 +1547,49 @@
"Doriți să o configurați?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Adaug și șterg surse de instalare..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Depozitele sunt adăugate și eliminate.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Îndepărtează sursele de instalare neutilizate"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Îndepărtez sursele de instalare neutilizate..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Adaugă sursele de instalare activate"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Adaug sursele de instalare activate..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Adaugă sursele de instalare deactivate"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Adaug sursele de instalare deactivate..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Este necesar un mediu de stocare corespunzător"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1613,7 +1603,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1623,7 +1613,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1635,7 +1625,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1647,7 +1637,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1658,7 +1648,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1771,11 +1761,6 @@
msgstr "Salvez setările de securitate..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Salvez setările programelor de boot..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Salvez configurația hardware..."
@@ -1932,19 +1917,19 @@
"Atenție: Va trebui să introduceți din nou anumite informații."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Confirmați instalarea"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Informația necesară pentru instalarea de bază este completă.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1957,7 +1942,7 @@
"de instalare din dialogurile precendente.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1969,24 +1954,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "Reveniți și verificați setările dacă aveți nelămuriri."
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Confirmați actualizarea"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Informația necesară pentru efectuarea actualizării este completă.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1997,7 +1982,7 @@
"conform setărilor din dialogurile precedente.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Pornește act&ualizarea"
@@ -2091,6 +2076,15 @@
"Instalarea nu a putut rezolva automat dependențele pachetelor.\n"
"Administratorul de aplicații va fi deschis pentru a le rezolva manual."
+#~ msgid "Dummy"
+#~ msgstr "Dummy"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Dummy"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Salvez setările programelor de boot..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Licența trebuie acceptată"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ro-3.1.0/po/status.txt new/yast2-trans-ro-3.1.0/po/status.txt
--- old/yast2-trans-ro-3.1.0/po/status.txt 2014-12-16 14:28:44.000000000 +0100
+++ new/yast2-trans-ro-3.1.0/po/status.txt 2015-04-20 18:07:50.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 14554
+Translated : 14551
Fuzzy : 1177
Untranslated : 1743
--------------------
- All strings : 17474
+ All strings : 17471
83 % are translated
++++++ yast2-trans-ru-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ru-3.1.0/po/installation.ru.po new/yast2-trans-ru-3.1.0/po/installation.ru.po
--- old/yast2-trans-ru-3.1.0/po/installation.ru.po 2014-10-29 17:12:36.000000000 +0100
+++ new/yast2-trans-ru-3.1.0/po/installation.ru.po 2015-04-20 17:42:27.000000000 +0200
@@ -6,13 +6,13 @@
# Aleksey Osipov <aliks-os(a)yandex.ru>, 2005, 2006, 2007, 2008.
# Nikolay Derkach <nderkach(a)gmail.com>, 2007.
# Alexander Melentev <alex239(a)gmail.com>, 2008, 2009, 2010.
-# Alexander Melentev <minton(a)opensuse.org>, 2011, 2012, 2013, 2014.
+# Alexander Melentev <minton(a)opensuse.org>, 2011, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation.ru\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-03 18:42+0400\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-01-21 13:53+0300\n"
"Last-Translator: Alexander Melentev <minton(a)opensuse.org>\n"
"Language-Team: Russian <opensuse-translation-ru(a)opensuse.org>\n"
"Language: ru\n"
@@ -22,16 +22,6 @@
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Фиктивный"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Фиктивный"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -50,39 +40,39 @@
"AutoYaST необходим профиль, в котором описано, как должна выглядеть установленная система.\n"
"Если выбрано <b>Клонировать</b>, то профиль текущей системы будет записан в <tt>/root/autoyast.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Сохранить профиль AutoYaST в /root/autoinst.xml в конце установки?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Клонировать настройки системы"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Клонировать настройки системы"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Профиль AutoYaST будет сохранён в /root/autoinst.xml (<a href=\"%1\">не сохранять</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Профиль AutoYaST не будет сохранён (<a href=\"%1\">сохранить</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Сохранить профиль AutoYaST в /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Копирование файлов в установленную систему..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Копирование файлов журналов в установленную систему..."
@@ -1048,7 +1038,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Изменить..."
@@ -1417,31 +1407,31 @@
"Прерывание установки."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Удалён"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Включён"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Выключен"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Ранее использованные репозитории"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1450,27 +1440,27 @@
"перед обновлением:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Текущее состояние"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Репозиторий"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Пере&ключить состояние"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1479,7 +1469,7 @@
"в системе перед обновлением. Включите те, которые вы хотите использовать в процессе обновления.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1488,30 +1478,30 @@
"<b>Переключить состояние</b> или дважды щелкните на соответствующей записи в таблице.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Чтобы изменить URL, нажмите кнопку <b>Изменить...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Неизвестно"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL &репозитория"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Сеть не настроена"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1520,49 +1510,49 @@
"Настроить его сейчас?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Добавление и удаление репозиториев..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Идёт добавление и удаление репозиториев.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Удалить неиспользованные репозитории"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Удаление неиспользованных репозиториев..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Добавить включённые репозитории"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Добавление включённых репозиториев..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Добавить отключённые репозитории"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Добавление отключённых репозиториев..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Запрос правильного носителя"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1576,7 +1566,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1591,7 +1581,7 @@
"Репозиторий будет добавлен в отключённом состоянии."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1603,7 +1593,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1615,7 +1605,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1626,7 +1616,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1739,11 +1729,6 @@
msgstr "Сохранение настроек безопасности..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Сохранение настроек сценариев загрузки..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Сохранение конфигурации оборудования..."
@@ -1915,17 +1900,17 @@
"Примечание. Может потребоваться повторный ввод некоторых сведений."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Подтвердить установку"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Собрана вся информация, необходимая для базовой установки.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1938,7 +1923,7 @@
"в соответствии с настройками установки в предыдущих диалогах.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1949,22 +1934,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Вернитесь назад и проверьте настройки, если вы не уверены.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Подтвердить обновление"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Собрана вся информация для выполнения обновления.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1975,7 +1960,7 @@
"в соответствии с настройками в предыдущих диалогах.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Начать &обновление"
@@ -2059,6 +2044,15 @@
"Установка не смогла разрешить зависимости пакетов автоматически.\n"
"Будет открыт менеджер программного обеспечения, чтобы вы разрешили их вручную."
+#~ msgid "Dummy"
+#~ msgstr "Фиктивный"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Фиктивный"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Сохранение настроек сценариев загрузки..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "Найти разделы с Linux"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ru-3.1.0/po/status.txt new/yast2-trans-ru-3.1.0/po/status.txt
--- old/yast2-trans-ru-3.1.0/po/status.txt 2014-12-16 14:12:06.000000000 +0100
+++ new/yast2-trans-ru-3.1.0/po/status.txt 2015-04-20 17:59:53.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17467
+Translated : 17464
Fuzzy : 3
Untranslated : 4
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-si-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-si-3.1.0/po/installation.si.po new/yast2-trans-si-3.1.0/po/installation.si.po
--- old/yast2-trans-si-3.1.0/po/installation.si.po 2014-10-29 16:45:46.000000000 +0100
+++ new/yast2-trans-si-3.1.0/po/installation.si.po 2015-04-20 17:49:10.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2005-07-29 15:37+0530\n"
"Last-Translator: i18n(a)suse.de\n"
"Language-Team: Sinhala <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-si-3.1.0/po/status.txt new/yast2-trans-si-3.1.0/po/status.txt
--- old/yast2-trans-si-3.1.0/po/status.txt 2014-12-16 14:21:09.000000000 +0100
+++ new/yast2-trans-si-3.1.0/po/status.txt 2015-04-20 17:49:11.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 36
Fuzzy : 115
-Untranslated : 17323
+Untranslated : 17320
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-sk-3.1.0.tar.bz2 ++++++
++++ 7646 lines of diff (skipped)
++++++ yast2-trans-sl-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sl-3.1.0/po/installation.sl.po new/yast2-trans-sl-3.1.0/po/installation.sl.po
--- old/yast2-trans-sl-3.1.0/po/installation.sl.po 2014-10-29 16:55:16.000000000 +0100
+++ new/yast2-trans-sl-3.1.0/po/installation.sl.po 2015-04-20 18:07:05.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2014-09-24 17:55+0200\n"
"Last-Translator: Jure Repinc <jlp(a)holodeck1.com>\n"
"Language-Team: Slovenian <lugos-slo(a)lugos.si>\n"
@@ -22,16 +22,6 @@
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Lažno"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Lažno"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -50,39 +40,41 @@
"ki vsebuje podatke o želeni namestitvi.\n"
"Če boste izbrali to možnost, bo profil trenutnega izbora shranjen v <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+#, fuzzy
+#| msgid "Write AutoYaST profile to /root/autoinst.xml"
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Shrani profil AutoYaST v /root/autoinst.xml"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Nastavitve kloniranja sistema"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Nastavitve kloniranja sistema"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Profil AutoYaST bo shranjen v /root/autoinst.xml (<a href=\"%1\">ne shrani ga</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Profil AutoYaST ne bo shranjen (<a href=\"%1\">shrani ga</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Shrani profil AutoYaST v /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopiranje datotek na nameščeni sistem ..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopiranje dnevniških datotek na nameščeni sistem ..."
@@ -1054,7 +1046,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Spremeni ..."
@@ -1423,58 +1415,58 @@
"Prekinitev namestitve."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Odstranjen"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Omogočen"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Onemogočen"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Predhodno uporabljeni viri"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr "Ti viri so bili najdeni na sistemu, ki ga"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Trenutno stanje"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Vir"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Preklopi stanje"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1483,7 +1475,7 @@
"ki ga nadgrajujete. Omogočite tiste, ki jih želite vključiti v nadgradnjo.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1492,30 +1484,30 @@
"gumb <b>Preklopi stanje</b> ali pa dvo-kliknite na ustrezno postavko v preglednici.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Za spremembo URL-ja kliknite na gumb <b>Spremeni</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Neznano"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&URL vira"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Omrežje ni nastavljeno"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1524,49 +1516,49 @@
"Ali jo želite nastaviti?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Dodajanje in odstranjevanje virov ..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Dodaja in odstranjuje se vire.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Odstrani neuporabljene vire"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Odstranjevanje neuporabljenih virov ..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Dodaj omogočene vire"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Dodajanje omogočenih virov ..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Dodaj onemogočene vire"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Dodajanje onemogočenih virov ..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Potreben je pravi nosilec"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1580,7 +1572,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1595,7 +1587,7 @@
"Vir bo dodan v onemogočenem stanju."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1607,7 +1599,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1619,7 +1611,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1630,7 +1622,7 @@
"URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1743,11 +1735,6 @@
msgstr "Shranjevanje varnostnih nastavitev ..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Shranjevanje nastavitev zagonskih skriptov ..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Shranjevanje nastavitev strojne opreme ..."
@@ -1919,17 +1906,17 @@
"Mogoče boste morali ponovno vnesti nekatere podatke."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Potrditev namestitve"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Podatki, potrebni za osnovno namestitev, so zbrani.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1942,7 +1929,7 @@
"podatki v njih bodo izbrisani</b>).</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1954,22 +1941,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Če niste prepričani, se vrnite in preverite nastavitve.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Potrditev posodobitve"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Podatki, potrebni za posodobitev, so zbrani.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1981,7 +1968,7 @@
"podatke na trdem disku.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Začni &posodabljanje"
@@ -2067,6 +2054,15 @@
"Namestitveni program ni mogel samodejno razrešiti odvisnosti paketov.\n"
"Odprl se bo upravljalnik programske opreme, kjer boste odvisnosti razrešili ročno."
+#~ msgid "Dummy"
+#~ msgstr "Lažno"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Lažno"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Shranjevanje nastavitev zagonskih skriptov ..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Potrebno je sprejeti licenco"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sl-3.1.0/po/status.txt new/yast2-trans-sl-3.1.0/po/status.txt
--- old/yast2-trans-sl-3.1.0/po/status.txt 2014-12-16 14:24:54.000000000 +0100
+++ new/yast2-trans-sl-3.1.0/po/status.txt 2015-04-20 18:07:20.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 9114
-Fuzzy : 4849
+Translated : 9110
+Fuzzy : 4850
Untranslated : 3511
--------------------
- All strings : 17474
+ All strings : 17471
52 % are translated
++++++ yast2-trans-sr-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sr-3.1.0/po/installation.sr.po new/yast2-trans-sr-3.1.0/po/installation.sr.po
--- old/yast2-trans-sr-3.1.0/po/installation.sr.po 2014-10-29 17:06:40.000000000 +0100
+++ new/yast2-trans-sr-3.1.0/po/installation.sr.po 2015-04-20 17:50:52.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2007-10-12 23:55+0200\n"
"Last-Translator: Жарко Михајловић <developer(a)beotel.net>\n"
"Language-Team: Serbian (Српски језик) <sr(a)li.org>\n"
@@ -20,16 +20,6 @@
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : (n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: KBabel 1.11.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -44,15 +34,19 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Preparing the 1st system configuration..."
msgid "Clone System Configuration"
msgstr "Припремам прво конфигурисање..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -60,27 +54,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Копирам датотеке..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Копирам дневник..."
@@ -1044,7 +1034,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1383,33 +1373,33 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Izbaci"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Омогућено"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Онемогућено"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Раније коришћена складишта"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1417,78 +1407,78 @@
# table header: module status
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Тренутни статус"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
# table header: module status
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Ме&њај статус"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Непознато"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Мрежа није подешена"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Додавање или уклањање складишта"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
@@ -1497,45 +1487,45 @@
"</p>"
# window title for exit dialog
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Регистрована складишта"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Додавање или уклањање складишта"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Доступна складишта"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Додавање или уклањање складишта"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Доступна складишта"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Додавање или уклањање складишта"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1545,7 +1535,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1555,7 +1545,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1565,7 +1555,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1574,7 +1564,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1583,7 +1573,7 @@
msgstr "Доступна складишта"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1696,13 +1686,6 @@
msgstr "Безбедоносна подешавања"
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Reading the settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Читам подешавања..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1839,17 +1822,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Потврда инсталације"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1858,7 +1841,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1867,23 +1850,23 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
# Proposal for installation mode
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Потврди ажурирање"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1892,7 +1875,7 @@
# Proposal for installation mode
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "&Ажурирај"
@@ -1985,6 +1968,11 @@
msgstr ""
#, fuzzy
+#~| msgid "Reading the settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Читам подешавања..."
+
+#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "треба поново инсталирати"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sr-3.1.0/po/status.txt new/yast2-trans-sr-3.1.0/po/status.txt
--- old/yast2-trans-sr-3.1.0/po/status.txt 2014-12-16 14:28:58.000000000 +0100
+++ new/yast2-trans-sr-3.1.0/po/status.txt 2015-04-20 17:50:57.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 1338
-Fuzzy : 3782
-Untranslated : 12354
+Fuzzy : 3781
+Untranslated : 12352
--------------------
- All strings : 17474
+ All strings : 17471
8 % are translated
++++++ yast2-trans-sv-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sv-3.1.0/po/installation.sv.po new/yast2-trans-sv-3.1.0/po/installation.sv.po
--- old/yast2-trans-sv-3.1.0/po/installation.sv.po 2014-10-29 16:51:02.000000000 +0100
+++ new/yast2-trans-sv-3.1.0/po/installation.sv.po 2015-04-20 18:01:24.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2007-08-16 19:15+0200\n"
"Last-Translator: Mattias Newzella <newzella(a)linux.se>\n"
"Language-Team: <sv(a)li.org>\n"
@@ -22,16 +22,6 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: KBabel 1.11.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Testmodul"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Test"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -51,15 +41,19 @@
"För att Autoyast ska veta hur systemet ska se ut behöver det en profil. Om det här alternativet\n"
"väljs kommer en profil av det aktella systemet att lagras i /root/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Skriver systeminställningar"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -67,27 +61,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kopierar filer till installerat system..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kopierar loggfiler till installerat system..."
@@ -1101,7 +1091,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Ändra..."
@@ -1510,33 +1500,33 @@
"Avbryter installation."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Ta bort"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Aktiverad"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Inaktiverad"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Tidigare använda arkiv"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
#, fuzzy
msgid ""
"These repositories were found on the system\n"
@@ -1546,34 +1536,34 @@
"som uppdateras:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Aktuell status"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Arkiv"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Webbadress"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "Växla s&tatus"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
#, fuzzy
#| msgid ""
#| "<p>To enable or disable an URL, click on the\n"
@@ -1586,30 +1576,30 @@
"<b>Växla status</b> eller dubbelklicka på respektive tabellobjekt.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>För att ändra URL, klicka på knappen <b>Ändra...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Okänd"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "A&rkiv-URL"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Nätverket är inte inställt"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
#, fuzzy
msgid ""
"Remote repositories require an Internet connection.\n"
@@ -1620,57 +1610,57 @@
"Vill du ställa in den?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Lägger till och tar bort arkiv..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Vänta medan arkiv läggs till och tas bort.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Läs inställda arkiv"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Läser inställa arkiv..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Ytterligare arkiv"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Lägger till och tar bort arkiv..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Tillgängliga arkiv"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Lägger till och tar bort arkiv..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1680,7 +1670,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1690,7 +1680,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1702,7 +1692,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1714,7 +1704,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1725,7 +1715,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1849,13 +1839,6 @@
msgstr "Läser säkerhetsinställningar..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Sparar ljudkortsinställningar..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Sparar hårdvaruinställningar..."
@@ -2040,19 +2023,19 @@
" Obs! Du kanske måste ange viss information på nytt."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Bekräfta installation"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>All information som krävs för grundläggande installation är nu insamlad.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2066,7 +2049,7 @@
"enligt inställningar i föregående dialogrutor.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2079,24 +2062,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Gå tillbaka och kontrollera inställningarna om du är osäker.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Bekräfta uppdatering"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>All information som krävs för uppdatering är nu insamlad.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2108,7 +2091,7 @@
"enligt inställningar i föregående dialogrutor.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Starta &uppdatering"
@@ -2202,6 +2185,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Testmodul"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Test"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Sparar ljudkortsinställningar..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "måste ominstalleras"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sv-3.1.0/po/status.txt new/yast2-trans-sv-3.1.0/po/status.txt
--- old/yast2-trans-sv-3.1.0/po/status.txt 2014-12-16 14:13:43.000000000 +0100
+++ new/yast2-trans-sv-3.1.0/po/status.txt 2015-04-20 18:01:48.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 9762
-Fuzzy : 4528
+Translated : 9760
+Fuzzy : 4527
Untranslated : 3184
--------------------
- All strings : 17474
+ All strings : 17471
56 % are translated
++++++ yast2-trans-sw-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sw-3.1.0/po/installation.sw.po new/yast2-trans-sw-3.1.0/po/installation.sw.po
--- old/yast2-trans-sw-3.1.0/po/installation.sw.po 2014-10-29 17:02:25.000000000 +0100
+++ new/yast2-trans-sw-3.1.0/po/installation.sw.po 2015-04-20 17:55:17.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: yast2.sw.po\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2005-09-23 00:15+0200\n"
"Last-Translator: Swahili Team <i18n(a)suse.de>\n"
"Language-Team: Swahili Team <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-sw-3.1.0/po/status.txt new/yast2-trans-sw-3.1.0/po/status.txt
--- old/yast2-trans-sw-3.1.0/po/status.txt 2014-12-16 14:27:58.000000000 +0100
+++ new/yast2-trans-sw-3.1.0/po/status.txt 2015-04-20 17:55:19.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 0
Fuzzy : 0
-Untranslated : 17474
+Untranslated : 17471
--------------------
- All strings : 17474
+ All strings : 17471
0 % are translated
++++++ yast2-trans-ta-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ta-3.1.0/po/installation.ta.po new/yast2-trans-ta-3.1.0/po/installation.ta.po
--- old/yast2-trans-ta-3.1.0/po/installation.ta.po 2014-10-29 16:41:19.000000000 +0100
+++ new/yast2-trans-ta-3.1.0/po/installation.ta.po 2015-04-20 17:45:47.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: YaST2 (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2003-08-14 10:47+0200\n"
"Last-Translator: Priyavert Sharma<priyavert.sharma(a)agreeya.com>\n"
"Language-Team: AgreeYa Solutions<linux_team(a)agreeya.com>\n"
@@ -12,16 +12,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "வெற்று"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr " வெற்று "
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -41,15 +31,19 @@
"வேண்டுமென்பதை அறிவதற்கு AutoYaST-க்கு ஒரு விளக்கம் தேவை.\n"
"இந்த விருப்பத்தேர்வு தேர்ந்தெடுக்கப்படுமானால், தற்போதுள்ள முறையின் ஒரு விளக்கம் /root/autoyast.xmlல் சேமிக்கப்படும்.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "கணினியின் தகவமைவை எழுதுகிறது."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -57,27 +51,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "நிறுவப்பட்ட முனையத்திற்கு கோப்புகளை நகல் எடுக்கப்படுகிறது..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "பதிவுக் கோப்புகளை நிறுவப்பட்ட முனையத்திற்கு நகல் எடுக்கப்படுகிறது "
@@ -1090,7 +1080,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "மாற்று ..."
@@ -1494,159 +1484,159 @@
msgstr "அட்டவணையை ஆரம்பிப்பதில் தோல்வி"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "நீக்கவும்"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "செயலியக்கப்பட்டது"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr " செயலிழக்கப்பட்டது "
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "கூடுதல் மூலாதாரங்களை தேர்வு செய்க: "
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr " தற்போதைய நிலை:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "விவரக்குறிப்பு தொகுபதிவகம்:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&டாகில் நிலை "
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "தெரியாதவை"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "பொருள் பதிவுசெய்தல்"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "ப்ரோக்ராம் உள்ளமைக்கப்படவில்லை"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "கூடுதல் மூலாதாரங்களை தேர்வு செய்க: "
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>உருவம் பெறும் வரை தயவு செய்து காத்திருக்கவும்.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "ஏற்கனவே சேமிக்கப்பட்ட வடிவத்தைப் படிக்கவும்"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "ஏற்கனவே சேமிக்கப்பட்ட வடிவம் படிக்கப்படுகிறது"
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "ஏற்கனவே சேமிக்கப்பட்ட வடிவத்தைப் படிக்கவும்"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "கூடுதல் மூலாதாரங்களை தேர்வு செய்க: "
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "ஏற்கனவே சேமிக்கப்பட்ட வடிவத்தைப் படிக்கவும்"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "கூடுதல் மூலாதாரங்களை தேர்வு செய்க: "
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1656,7 +1646,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1666,7 +1656,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1678,7 +1668,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1688,7 +1678,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1699,7 +1689,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1823,13 +1813,6 @@
msgstr "பாதுகாப்பு அமைப்புகள் படிக்கப்படுகின்றன.."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "ஒலி அட்டை அமைவுகள் சேமிக்கப்படுகின்றன...."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "வ்ன்பொருள் தகவமைவுகளை சேமிக்கிறது.."
@@ -2015,19 +1998,19 @@
"குறிப்பு: நீங்கள் மீண்டும் சிறிது விவரங்களை சேர்க்க வேண்டியிருக்கும்."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr " நிறுவுதலை உறுதிபடுத்து"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>அடிப்படை நிறுவுதலுக்கு தேவையான அனைத்து தகவலும் முழுமைபடுத்தப்பட்டுவிட்டன.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2041,7 +2024,7 @@
"தகவல்களும் அழிக்கப்படும்)</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2054,24 +2037,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>புரியவில்லையென்றால் பின்னே சென்று அமைப்புகளை சரிபார்க்கவும்</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "புதுபித்தலை உறுதிபடுத்து"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>புதுபித்தலுக்கு தேவையான அனைத்து தகவல்களும் முழுமையடைந்துவிட்டது.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2083,7 +2066,7 @@
"உள்ள அனைத்து தகவல்களையும் மேலெழுதப்படும்.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "புதுப்பித்தலை தொடங்கு"
@@ -2173,6 +2156,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "வெற்று"
+
+#~ msgid "&Dummy"
+#~ msgstr " வெற்று "
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "ஒலி அட்டை அமைவுகள் சேமிக்கப்படுகின்றன...."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "மீண்டும் நிறுவப்பட வேண்டும்"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-ta-3.1.0/po/status.txt new/yast2-trans-ta-3.1.0/po/status.txt
--- old/yast2-trans-ta-3.1.0/po/status.txt 2014-12-16 14:19:00.000000000 +0100
+++ new/yast2-trans-ta-3.1.0/po/status.txt 2015-04-20 17:46:08.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7466
-Fuzzy : 4681
+Translated : 7464
+Fuzzy : 4680
Untranslated : 5327
--------------------
- All strings : 17474
+ All strings : 17471
43 % are translated
++++++ yast2-trans-tg-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-tg-3.1.0/po/installation.tg.po new/yast2-trans-tg-3.1.0/po/installation.tg.po
--- old/yast2-trans-tg-3.1.0/po/installation.tg.po 2014-10-29 16:59:26.000000000 +0100
+++ new/yast2-trans-tg-3.1.0/po/installation.tg.po 2015-04-20 18:02:28.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: Tajik openSUSE Localization\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Victor Ibragimov <victor.ibragimov(a)gmail.com>\n"
"Language-Team: Tajik KDE & Software Localization - Victor Ibragimov <victor.ibragimov(a)gmail.com>\n"
@@ -13,16 +13,6 @@
"Plural-Forms: nplurals=2; plural=1;\n"
"X-Generator: Poedit 1.5.7\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Сохтагӣ"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Сохтагӣ"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -47,15 +37,19 @@
"бояд дорои профил бошад, то ки тавонад намуди системаи муайяншударо насб кунад. Агар шумо ин имконро\n"
"интихоб кунед, профили системаи ҷорӣ ба файли <tt>/root/autoinst.xml</tt> захира мешавад.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Танзимоти системавӣ сабт шуда истодааст"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -63,27 +57,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Нусхабардории файлҳо ба системаи насбшуда..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Нусхабардории файлҳои сабти рӯйдодҳо ба системаи насбшуда..."
@@ -1064,7 +1054,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Тағйир додан..."
@@ -1438,31 +1428,31 @@
"Насб манъ карда шудааст."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Тозашуда"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Фаъолшуда"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Ғайрифаъол"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Анборҳои нармафзори истифодашудаи қаблӣ"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1471,27 +1461,27 @@
"чунин анборҳои нармафзор пайдо шудаанд:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Вазъияти ҷорӣ"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Анбори нармафзор"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Суроғаи URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Намоиши вазъият"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1500,7 +1490,7 @@
"намоиш дода мешаванд. Анборҳои нармафзоре, ки шумо мехоҳед барои раванди такмилдиҳӣ илова кунед, интихоб намоед.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1509,30 +1499,30 @@
"<b>Намоиши вазъият</b>-ро зер кунед ё ба объекти ҷадвали мувофиқ дубора зер кунед.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Барои тағйир додани суроғаи URL, тугмаи <b>Тағйир додан...</b>-ро зер кунед.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Номаълум"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "&Суроғаи URL-и анбори нармафзор"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Шабака танзим нашудааст"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1541,49 +1531,49 @@
"Интернетро танзим мекунед?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Анборҳои нармафзор илова ва тоза шуда истодаанд..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Анборҳои нармафзор илова ва тоза шуда истодаанд.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Тоза кардани анборҳои нармафзори истифоданашуда"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Анборҳои нармафзори истифоданашуда тоза шуда истодаанд..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Илова кардани анборҳои нармафзори фаъолшуда"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Анборҳои нармафзори фаъолшуда илова шуда истодаанд..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Илова кардани анборҳои нармафзори ғайрифаъол"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Анборҳои нармафзори ғайрифаъол илова шуда истодаанд..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Медиаи мувофиқ дархост шудааст"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1597,7 +1587,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1612,7 +1602,7 @@
"Анбори нармафзор дар ҳолати ғайрифаъол илова мешавад."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1624,7 +1614,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1636,7 +1626,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1647,7 +1637,7 @@
"Суроғаи URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1760,11 +1750,6 @@
msgstr "Танзимоти амният захира шуда истодааст..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Танзимоти скриптҳои коргузорӣ захира шуда истодааст..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Танзими сахтафзор захира шуда истодааст..."
@@ -1934,17 +1919,17 @@
"Тавзеҳ: Шумо бояд баъзе маълумотро аз нав ворид кунед."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Тасдиқи насб"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Ҳамаи иттилооти зарурӣ барои насби асосӣ ҷамъ шудааст.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1957,7 +1942,7 @@
"мувофиқи танзимоти насбе, ки дар диалоги қаблӣ таъин карда шуд, иҷро мешавад.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1969,22 +1954,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Агар мутмаин набошед, ба ақиб гузашта танзимотро санҷед.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Тасдиқи навсозӣ"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Ҳамаи маълумоти зарурӣ барои навсозии система ҷамъ шудааст.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1996,7 +1981,7 @@
"тағйир дода мешавад.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Оғоз кардани &навсозӣ"
@@ -2094,6 +2079,15 @@
"Ҳангоми коргузорӣ вобастагиҳои қуттиҳо ба худкор ҳал нашудаанд.\n"
"Барои танзимоти дастӣ, мудири қуттиҳо кушода мешавад."
+#~ msgid "Dummy"
+#~ msgstr "Сохтагӣ"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Сохтагӣ"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Танзимоти скриптҳои коргузорӣ захира шуда истодааст..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Шумо бояд иҷозатномаро қабул кунед"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-tg-3.1.0/po/status.txt new/yast2-trans-tg-3.1.0/po/status.txt
--- old/yast2-trans-tg-3.1.0/po/status.txt 2014-12-16 14:59:55.000000000 +0100
+++ new/yast2-trans-tg-3.1.0/po/status.txt 2015-04-20 18:02:30.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 2050
+Translated : 2047
Fuzzy : 2984
Untranslated : 12440
--------------------
- All strings : 17474
+ All strings : 17471
12 % are translated
++++++ yast2-trans-th-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-th-3.1.0/po/installation.th.po new/yast2-trans-th-3.1.0/po/installation.th.po
--- old/yast2-trans-th-3.1.0/po/installation.th.po 2014-10-29 16:39:01.000000000 +0100
+++ new/yast2-trans-th-3.1.0/po/installation.th.po 2015-04-20 18:05:57.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2010-07-01 13:53+0700\n"
"Last-Translator: Thanomsub Noppaburana <donga.nb(a)gmail.com>\n"
"Language-Team: Thai <thai-l10n(a)googlegroups.com>\n"
@@ -17,16 +17,6 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.1\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "ตัวจำลอง"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "ตัว&จำลอง"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -52,15 +42,19 @@
"
ระบบที่จะติดตั้งควรจะเป็นอย่างไรบ้าง หากเลือกใช้ตัวเลือกนี้\n"
"
จะมีการเขียนค่าโพรไฟล์ของระบบปัจจุบันไปเก็บยังแฟ้ม <tt>/root/autoinst.xml</tt></p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "เขียนการปรับแต่งค่าระบบ"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -68,27 +62,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "ทำการคัดลอกแฟ้มไปยังระบบที่ติดตั้ง..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "ทำการคัดลอกปูมบันทึกไปยังระบบที่ติดตั้ง..."
@@ -1140,7 +1130,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "เ&ปลี่ยนค่า..."
@@ -1556,31 +1546,31 @@
"กำลังยกเลิกการติดตั้ง"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "ถูกเอาออก"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "ถูกเปิดใช้งาน"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "ถูกปิดการใช้งาน"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "คลังแพกเกจที่เคยใช้ก่อนหน้านี้"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1589,27 +1579,27 @@
"คุณกำลังจะการปรับรุ่น:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "สถานะปัจจุบัน"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "คลังแพกเกจ"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "ที่อยู่ URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&สลับสถานะ"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1619,7 +1609,7 @@
"จะใช้ร่วมในกระบวนการปรับรุ่นให้ทันสมัย</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1628,30 +1618,30 @@
"<b>สลับสถานะ</b> หรือดับเบิลคลิกบนรายการที่ต้องการในตาราง</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>เพื่อเปลี่ยนค่าที่อยู่ URL ให้คลิกที่ปุ่ม <b>เปลี่ยนค่า...</b></p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "ไม่ทราบ"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "ที่อยู่ &URL ของคลังแพกเกจ"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "ยังไม่ได้ทำการปรับแต่งเครือข่าย"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1660,51 +1650,51 @@
"คุณต้องการจะปรับแต่งค่าของมันก่อนหรือไม่ ?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "ทำการเพิ่มและลบคลังแพกเกจ..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
#| msgid "<p>Please wait while repositories are being added and removed.</p>"
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>โปรดรอระหว่างที่กำลังทำการเพิ่มและลบคลังแพกเกจ</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "ลบคลังแพกเกจที่ไม่ได้ใช้แล้ว"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "ทำการลบคลังแพกเกจที่ไม่ได้ใช้แล้ว..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "เพิ่มคลังแพกเกจที่ถูกเปิดใช้งาน"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "ทำการเพิ่มคลังแพกเกจที่ถูกเปิดใช้งาน..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "เพิ่มคลังแพกเกจที่ถูกปิดการใช้งาน"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "ทำการเพิ่มคลังแพกเกจที่ถูกปิดการใช้งาน..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "ต้องการใช้แผ่นสื่อที่ถูกต้อง"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
#, fuzzy
#| msgid ""
#| "Make sure that media with label %1\n"
@@ -1724,7 +1714,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1734,7 +1724,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1746,7 +1736,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1758,7 +1748,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
#| msgid ""
#| "An error occurred when enabling repository\n"
@@ -1774,7 +1764,7 @@
"ที่อยู่ URL: %2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1895,11 +1885,6 @@
msgstr "ทำการจัดเก็บค่าปรับแต่งความปลอดภัย..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "ทำการจัดเก็บค่าปรับแต่งสคริปต์การบูตระบบ..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "ทำการจัดเก็บค่าปรับแต่งของฮาร์ดแวร์..."
@@ -2092,19 +2077,19 @@
"โปรดทราบ: คุณอาจจะต้องกรอกข้อมูลบางอย่างใหม่อีกครั้งด้วย"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "ยืนยันการติดตั้ง"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>รับข้อมูลทั้งหมดที่จำเป็นต้องใช้สำหรับการติดตั้งพื้นฐานเสร็จเรียบร้อยแล้ว</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2117,7 +2102,7 @@
"
ซึ่งจะเป็นไปตามการตั้งค่าในกล่องโต้ตอบก่อนหน้านี้</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2128,24 +2113,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>หากคุณไม่แน่ใจ ให้ย้อนกลับไปตรวจสอบการตั้งค่าใหม่อีกครั้ง</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "ยืนยันการปรับรุ่น"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>รับข้อมูลทั้งหมดที่จำเป็นต้องใช้สำหรับการปรับรุ่นเสร็จเรียบร้อยแล้ว</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2156,7 +2141,7 @@
"ซึ่งจะเป็นไปตามการตั้งค่าที่ได้ตั้งไว้ในกล่องโต้ตอบก่อนหน้านี้</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "เริ่มการ&ปรับรุ่น"
@@ -2254,6 +2239,15 @@
"การติดตั้งไม่สามารถแก้ปัญหาความเกี่ยวพันกันของแพกเกจได้โดยอัตโนมัติ\n"
"ดังนั้นจะทำการเปิดเครื่องมือจัดการแพกเกจขึ้นมาเพื่อให้คุณได้แก้ปัญหาด้วยตัวเอง"
+#~ msgid "Dummy"
+#~ msgstr "ตัวจำลอง"
+
+#~ msgid "&Dummy"
+#~ msgstr "ตัว&จำลอง"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "ทำการจัดเก็บค่าปรับแต่งสคริปต์การบูตระบบ..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "ต้องยอมรับเงื่อนไขสัญญาอนุญาตสิทธิ์เสียก่อน"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-th-3.1.0/po/status.txt new/yast2-trans-th-3.1.0/po/status.txt
--- old/yast2-trans-th-3.1.0/po/status.txt 2014-12-16 15:08:12.000000000 +0100
+++ new/yast2-trans-th-3.1.0/po/status.txt 2015-04-20 18:06:19.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 10239
+Translated : 10236
Fuzzy : 2661
Untranslated : 4574
--------------------
- All strings : 17474
+ All strings : 17471
59 % are translated
++++++ yast2-trans-tk-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-tk-3.1.0/po/installation.tk.po new/yast2-trans-tk-3.1.0/po/installation.tk.po
--- old/yast2-trans-tk-3.1.0/po/installation.tk.po 2014-10-29 17:04:53.000000000 +0100
+++ new/yast2-trans-tk-3.1.0/po/installation.tk.po 2015-04-20 17:45:38.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: YaST (@memory@)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2007-10-221 10:13+0200\n"
"Last-Translator: Turkmen <i18n(a)suse.de>\n"
"Language-Team: turkmen <i18n(a)suse.de>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr ""
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr ""
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -39,39 +29,39 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr ""
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr ""
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr ""
@@ -951,7 +941,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr ""
@@ -1273,144 +1263,144 @@
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr ""
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr ""
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr ""
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr ""
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr ""
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr ""
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr ""
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr ""
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr ""
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr ""
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr ""
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr ""
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr ""
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1420,7 +1410,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1430,7 +1420,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1439,7 +1429,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1448,7 +1438,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1456,7 +1446,7 @@
msgstr ""
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1560,11 +1550,6 @@
msgstr ""
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr ""
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr ""
@@ -1699,17 +1684,17 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr ""
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1718,7 +1703,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1727,22 +1712,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr ""
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1750,7 +1735,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-tk-3.1.0/po/status.txt new/yast2-trans-tk-3.1.0/po/status.txt
--- old/yast2-trans-tk-3.1.0/po/status.txt 2014-12-16 14:17:32.000000000 +0100
+++ new/yast2-trans-tk-3.1.0/po/status.txt 2015-04-20 17:45:39.000000000 +0200
@@ -1,6 +1,6 @@
Translated : 162
Fuzzy : 304
-Untranslated : 17008
+Untranslated : 17005
--------------------
- All strings : 17474
+ All strings : 17471
1 % are translated
++++++ yast2-trans-tr-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-tr-3.1.0/po/installation.tr.po new/yast2-trans-tr-3.1.0/po/installation.tr.po
--- old/yast2-trans-tr-3.1.0/po/installation.tr.po 2014-10-29 16:56:54.000000000 +0100
+++ new/yast2-trans-tr-3.1.0/po/installation.tr.po 2015-04-20 18:00:00.000000000 +0200
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: installation.tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2004-09-06 16:07+0200\n"
"Last-Translator: Omer Kehri <xanathar(a)gmx.com.tr>\n"
"Language-Team: Turkish <yast-int(a)suse.de>\n"
@@ -23,16 +23,6 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: KBabel 1.3.1\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Geçersiz"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Geçersiz"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -47,34 +37,34 @@
"selected, a profile of the current system is stored in <tt>/root/autoinst.xml</tt>.</p>"
msgstr ""
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "Yapılandırmayı güncelle"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "Yapılandırmayı güncelle"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
#, fuzzy
@@ -82,7 +72,7 @@
msgstr "Dosyaları kurulu sisteme kopyala"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
#, fuzzy
msgid "Copying log files to installed system..."
msgstr "Kayıt dosyaları kurulu sisteme kopyalanıyor"
@@ -1132,7 +1122,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Değiştir..."
@@ -1530,19 +1520,19 @@
# clients/hwinfo.ycp:55
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Kaldır"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Etkin"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Kapalı"
@@ -1550,83 +1540,83 @@
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Ek hizmetler:"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Şu anki durum: "
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "&Alice deposu:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "Adres"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Durum aç/kapa"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Bilinmeyen"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "&Alice deposu:"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "Yapılandırılacak ağ kartları"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1634,59 +1624,59 @@
# clients/lan_inetd_custom.ycp:156
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Ek hizmetler:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Paketler kuruluyor, lütfen bekleyin.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Önceden yazılmış yapılandırmayı oku"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Önceden yazılmış yapılandırma okunuyor..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Önceden yazılmış yapılandırmayı oku"
# clients/lan_inetd_custom.ycp:156
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Ek hizmetler:"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Önceden yazılmış yapılandırmayı oku"
# clients/lan_inetd_custom.ycp:156
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Ek hizmetler:"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1696,7 +1686,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1706,7 +1696,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1716,7 +1706,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1726,7 +1716,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1735,7 +1725,7 @@
msgstr "Profil alınırken bir hata oluştu:\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1867,14 +1857,6 @@
msgid "Saving security settings..."
msgstr "Güvenlik ayarları okunuyor..."
-# clients/sound_manual.ycp:68
-#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Ses kartı ayarları kaydediliyor..."
-
# clients/sound.ycp:155 include/sound/ui.ycp:60 include/sound/ui.ycp:429
#. progress step title
#: src/clients/save_hw_status_finish.rb:67
@@ -2068,19 +2050,19 @@
"Bu yol şimdi oluşturulsun mu?"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
#, fuzzy
msgid "Confirm Installation"
msgstr "Kurulumu onayla?"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "Kurulum ortamındaki otomatik kurulum komut dosyaları başlatılıyor."
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -2089,7 +2071,7 @@
msgstr ""
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -2098,7 +2080,7 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
#, fuzzy
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr ""
@@ -2108,18 +2090,18 @@
# clients/online_update.ycp:134
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
#, fuzzy
msgid "Confirm Update"
msgstr "Güncellemeye &devam et"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr ""
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2127,7 +2109,7 @@
msgstr ""
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
#, fuzzy
msgid "Start &Update"
msgstr "Başlatma &modu"
@@ -2220,6 +2202,18 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Geçersiz"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Geçersiz"
+
+# clients/sound_manual.ycp:68
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Ses kartı ayarları kaydediliyor..."
+
# clients/inst_rootpart.ycp:454
#, fuzzy
#~ msgid "Search for Linux partitions"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-tr-3.1.0/po/status.txt new/yast2-trans-tr-3.1.0/po/status.txt
--- old/yast2-trans-tr-3.1.0/po/status.txt 2014-12-16 14:24:01.000000000 +0100
+++ new/yast2-trans-tr-3.1.0/po/status.txt 2015-04-20 18:00:17.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 6786
-Fuzzy : 6216
+Translated : 6784
+Fuzzy : 6215
Untranslated : 4472
--------------------
- All strings : 17474
+ All strings : 17471
39 % are translated
++++++ yast2-trans-uk-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-uk-3.1.0/po/installation.uk.po new/yast2-trans-uk-3.1.0/po/installation.uk.po
--- old/yast2-trans-uk-3.1.0/po/installation.uk.po 2014-10-29 17:05:55.000000000 +0100
+++ new/yast2-trans-uk-3.1.0/po/installation.uk.po 2015-04-20 18:12:37.000000000 +0200
@@ -7,13 +7,13 @@
# Ivan Petrouchtchak <ivanpetrouchtchak(a)yahoo.com>, 2005, 2006, 2007.
# Yuri Chornoivan <yurchor(a)ukr.net>, 2008.
# Ivan Petrouchtchak <fr.ivan(a)ukrainian-orthodox.org>, 2008, 2009.
-# Andriy Bandura <andriykopanytsia(a)gmail.com>, 2014.
+# Andriy Bandura <andriykopanytsia(a)gmail.com>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation.uk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-10-10 14:47+0300\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-01-10 09:46+0200\n"
"Last-Translator: Andriy Bandura <andriykopanytsia(a)gmail.com>\n"
"Language-Team: Ukrainian <www-uk-translations(a)gnu.org>\n"
"Language: uk\n"
@@ -23,16 +23,6 @@
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Макет"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Макет"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -51,39 +41,39 @@
"знав, якою повинна бути встановлена система, йому потрібний профіль. Якщо увімкнено\n"
"цей параметр, то профіль поточної системи буде збережено в файлі <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "Записати профіль AutoYaST у /root/autoinst.xml на кінці інсталяції?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "Клонувати конфігурацію системи"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "&Клонувати конфігурацію системи"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "Профіль AutoYaST буде збережений у /root/autoinst.xml (<a href=\"%1\">не зберігати</a>)."
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "Профіль AutoYaST не буде збережено (<a href=\"%1\">зберегти</a>)."
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "Зберегти профіль AutoYaST в /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Копіювання файлів у систему, яка встановлюється..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Копіювання файлів журналу у систему, яка встановлюється..."
@@ -1049,7 +1039,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Змінити..."
@@ -1419,31 +1409,31 @@
"Встановлення перервано."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Вилучено"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Увімкнено"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Вимкнено"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Вже вживані сховища"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1452,27 +1442,27 @@
"яку ви оновлюєте:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Поточний стан"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Сховище"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Перемкнути стан"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1482,7 +1472,7 @@
"плануєте використовувати в процесі оновлення.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1491,30 +1481,30 @@
"кнопку <b>Перемкнути стан</b> або двічі клацніть на відповідний елемент.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Щоб змінити адресу URL, натисніть на кнопку <b>Змінити...</b></p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Невідомо"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "URL схови&ща"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Мережу не налаштовано"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1523,49 +1513,49 @@
"Налаштувати це з'єднання?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Додавання і вилучення сховищ..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Додаються і вилучаються сховища.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Вилучити сховища, які не використовуються"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Вилучення сховищ, які не використовуються..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Додати увімкнені сховища"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Додавання увімкнених сховищ..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Додати вимкнені сховища"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Додавання вимкнених сховищ..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "Запит правильного носія"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1579,7 +1569,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1594,7 +1584,7 @@
"Сховище буде додано у вимкненому стані."
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1606,7 +1596,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1618,7 +1608,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1629,7 +1619,7 @@
"Адреса URL: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1742,11 +1732,6 @@
msgstr "Збереження параметрів безпеки..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Збереження параметрів сценаріїв завантаження..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Збереження конфігурації обладнання..."
@@ -1921,17 +1906,17 @@
"ввести деяку інформацію."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Підтвердити встановлення"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Вже є вся необхідна інформація для встановлення основи.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1944,7 +1929,7 @@
"встановлення в попередніх вікнах.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1956,22 +1941,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Якщо не впевнені, то поверніться назад і перевірте параметри.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Підтвердити оновлення"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Вже є вся необхідна інформація для виконання оновлення.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1982,7 +1967,7 @@
"перезаписано відповідно до параметрів у попередніх вікнах.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Почати &оновлення"
@@ -2066,6 +2051,15 @@
"Програма встановлення не змогла автоматично вирішити залежності\n"
"пакунків. Буде відкрито менеджер пакунків, щоб ви вирішили їх вручну."
+#~ msgid "Dummy"
+#~ msgstr "Макет"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Макет"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Збереження параметрів сценаріїв завантаження..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Слід прийняти ліцензію"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-uk-3.1.0/po/status.txt new/yast2-trans-uk-3.1.0/po/status.txt
--- old/yast2-trans-uk-3.1.0/po/status.txt 2014-12-16 14:21:59.000000000 +0100
+++ new/yast2-trans-uk-3.1.0/po/status.txt 2015-04-20 18:13:08.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17474
+Translated : 17471
Fuzzy : 0
Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-vi-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-vi-3.1.0/po/installation.vi.po new/yast2-trans-vi-3.1.0/po/installation.vi.po
--- old/yast2-trans-vi-3.1.0/po/installation.vi.po 2014-10-29 17:08:47.000000000 +0100
+++ new/yast2-trans-vi-3.1.0/po/installation.vi.po 2015-04-20 17:48:31.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-07-18 03:56+0400\n"
"Last-Translator: Phan Vĩnh Thịnh <teppi82(a)gmail.com>\n"
"Language-Team: Vietnamese <vi-VN(a)googlegroups.com>\n"
@@ -17,16 +17,6 @@
"Plural-Forms: nplurals=1; nplural=0\n"
"X-Generator: KBabel 1.10\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Hình nộm"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Hình nộm"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -46,15 +36,19 @@
"cần một xác lập để biết hệ thống muốn cài đặt sẽ như thế nào. Nếu dùng tùy chọn này\n"
"thì một xác lập cho hệ thống hiện thời sẽ được đặt tại /root/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Online Update Configuration"
msgid "Clone System Configuration"
msgstr "Cấu hình cập nhật trực tuyến"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "Online Update Configuration"
msgid "&Clone System Configuration"
@@ -62,27 +56,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Đang sao chép tập tin vào hệ thống đã cài đặt..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Đang sao chép tập tin bản ghi vào hệ thống đã cài đặt..."
@@ -1083,7 +1073,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Thay đổi..."
@@ -1501,160 +1491,160 @@
msgstr "Lỗi bắt đầu thư mục."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Gỡ bỏ"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Dùng"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Không dùng"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Tập tin phụ"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Trạng thái hiện thời: "
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "Đăng ký sản phẩm"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
#, fuzzy
msgid "&Toggle Status"
msgstr "Trạng thái"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Không biết"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Đăng ký sản phẩm"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "Cấu hình mạng"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Tập tin phụ"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Xin hãy đợi trong khi cấu hình hệ thống.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Đọc thiết lập trước đây"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Đọc những gói có trong nguồn cài đặt.."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Đọc thiết lập trước đây"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Tập tin phụ"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Đọc thiết lập trước đây"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Tập tin phụ"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1664,7 +1654,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1674,7 +1664,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1686,7 +1676,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1698,7 +1688,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1709,7 +1699,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1834,13 +1824,6 @@
msgstr "Đang ghi thiết lập..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Reading the previous settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Đang đọc thiết lập trước đây..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Đang lưu cấu hình phần cứng..."
@@ -2019,19 +2002,19 @@
msgstr ""
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Xác nhận cài đặt"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Đã có mọi thông tin cần thiết cho cài đặt cơ bản.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2045,7 +2028,7 @@
"theo thiết lập cài đặt trong hộp thoại trước.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2058,24 +2041,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Quay lại và kiểm tra lại thiết lập nếu không chắc chắn.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Xác nhập cập nhật"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Đã có mọi thông tin cần thiết cho cập nhật.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2087,7 +2070,7 @@
"theo thiết lập cài đặt trong hộp thoại trước.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Bắt đầu &cập nhật"
@@ -2177,6 +2160,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Hình nộm"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Hình nộm"
+
+#, fuzzy
+#~| msgid "Reading the previous settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Đang đọc thiết lập trước đây..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "cần phải cài đặt lại"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-vi-3.1.0/po/status.txt new/yast2-trans-vi-3.1.0/po/status.txt
--- old/yast2-trans-vi-3.1.0/po/status.txt 2014-12-16 14:28:12.000000000 +0100
+++ new/yast2-trans-vi-3.1.0/po/status.txt 2015-04-20 17:48:35.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 2385
-Fuzzy : 5788
+Translated : 2383
+Fuzzy : 5787
Untranslated : 9301
--------------------
- All strings : 17474
+ All strings : 17471
14 % are translated
++++++ yast2-trans-wa-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-wa-3.1.0/po/installation.wa.po new/yast2-trans-wa-3.1.0/po/installation.wa.po
--- old/yast2-trans-wa-3.1.0/po/installation.wa.po 2014-10-29 16:45:58.000000000 +0100
+++ new/yast2-trans-wa-3.1.0/po/installation.wa.po 2015-04-20 18:05:37.000000000 +0200
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: installation.wa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2012-08-16 18:50+0200\n"
"Last-Translator: Jean Cayron <jean.cayron(a)base.be>\n"
"Language-Team: Walloon <linux-wa(a)walon.org>\n"
@@ -23,16 +23,6 @@
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Pitit no"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Pitit no"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -57,15 +47,19 @@
"a dandjî d' on profil po cnoxhe comint duvreut rashonner l' sistinme astalé. Si cisse tchuze\n"
"est tchoezeye, on profil do sistinme do moumint va esse wårdé e <tt>/root/autoinst.xml</tt>.</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration..."
msgid "Clone System Configuration"
msgstr "Dji scrî l' apontiaedje do sistinme…"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -73,27 +67,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Dji copeye les fitchîs aviè l' sistinme d' astalé..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Dji copeye les fitchîs djournås diviè l' sistinme d' astalé..."
@@ -1081,7 +1071,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Candjî..."
@@ -1465,31 +1455,31 @@
"Dj' abandene l' astalaedje."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "Oisté"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "En alaedje"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Essocté"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "Depots dedja -z eployîs"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1498,27 +1488,27 @@
"ki vs estoz a mete a djoû:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "Situwåcion pol moumint"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "Depot"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&(Dis)mete estat"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1527,7 +1517,7 @@
"sol sistinme ki vs estoz a mete a djoû. Metoz en alaedje les cis k' vos vloz mete e processus di metaedje a djoû.</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1536,30 +1526,30 @@
"boton <n>(Dis)mete estat</b> oudonbén dobe-clitchîz sol bon cayet do tåvlea.</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>Po candjî l' adresse, clitchîz sol boton <b>Candjî...</b>.</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Nén cnoxhou"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "Ad&resse do depot"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "Li rantoele n' est nén apontieye"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1568,49 +1558,49 @@
"L' apontyî?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "Dji radjoute et oistêye des depots..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>Des depots sont radjoutés et oistés.</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "Oister les depots nén eployîs"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "Dji oistêye les depots nén eployîs.."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "Radjouter des depots en alaedje"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "Dji radjoute des depots en alaedje..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "Radjouter des depots essoctés"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "Dji radjoute des depots essoctés..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "I fåt l' bon media"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1624,7 +1614,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1634,7 +1624,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1646,7 +1636,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1658,7 +1648,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1669,7 +1659,7 @@
"URL : %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1782,11 +1772,6 @@
msgstr "Dji schape les tchuzes di såvrité..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "Dji schape les tchuzes des scripes d' enondaedje do sistinme..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Dji schape l' apontiaedje di l' éndjolreye"
@@ -1956,17 +1941,17 @@
"Note: Vous pôrîz dvou intrer co on côp sacwantès informåcions."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Astaler podbon"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Dj' a asteure totes les informåcions k' i fåt po l' astalaedje di båze.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1979,7 +1964,7 @@
"sorlon les tchuzes d' astalaedje des dvizes di dvant.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1991,22 +1976,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Rivnoz en erî et verifyîz les tchuzes si vs n' estoz nén seur di c' ki vs fijhoz.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Aveuri l' metaedje a djoû"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Dj' a asteure les informåcions k' on-z a dandjî po mete a djoû.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -2017,7 +2002,7 @@
"sorlon les tchuzes tchoezeyes dins les dvizes di dvant.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Ataker l' &metaedje a djoû"
@@ -2111,6 +2096,15 @@
"L' astalaedje n' a sepou rezoude otomaticmint les aloyances des pacaedjes.\n"
"Li manaedjeu des programes va esse drovou por vos les rezoude al mwin."
+#~ msgid "Dummy"
+#~ msgstr "Pitit no"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Pitit no"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Dji schape les tchuzes des scripes d' enondaedje do sistinme..."
+
#~ msgid "License needs to be accepted"
#~ msgstr "Li licince doet esse acceptêye"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-wa-3.1.0/po/status.txt new/yast2-trans-wa-3.1.0/po/status.txt
--- old/yast2-trans-wa-3.1.0/po/status.txt 2014-12-16 14:23:25.000000000 +0100
+++ new/yast2-trans-wa-3.1.0/po/status.txt 2015-04-20 18:05:49.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 6977
+Translated : 6974
Fuzzy : 6807
Untranslated : 3690
--------------------
- All strings : 17474
+ All strings : 17471
40 % are translated
++++++ yast2-trans-xh-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-xh-3.1.0/po/installation.xh.po new/yast2-trans-xh-3.1.0/po/installation.xh.po
--- old/yast2-trans-xh-3.1.0/po/installation.xh.po 2014-10-29 16:51:41.000000000 +0100
+++ new/yast2-trans-xh-3.1.0/po/installation.xh.po 2015-04-20 18:03:15.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-11-03 14:26\n"
"Last-Translator: Novell Language <language(a)novell.com>\n"
"Language-Team: Novell Language <language(a)novell.com>\n"
@@ -15,16 +15,6 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "iDami"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&iDami"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -44,15 +34,19 @@
" AutoYaST. Ukuba oku kunokukhethwa\n"
" kukhethiwe, kulondolozwe inkangeleko yecala lesixokelelwano sangoku /kwingcambu yamandla/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Ukubhala ubumbeko lwesixokelelwano"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -60,27 +54,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Kukhutshelwa iifayili kwisixokelelwano esihlohliweyo"
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Kukhutshelwa iifayili zokungena kwisixokelelwano esihlohliweyo..."
@@ -1098,7 +1088,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Guqula..."
@@ -1510,161 +1500,161 @@
"Iyeka ukuhlohla."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Shenxisa"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Kunikwa isakhono"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Kususwa isakhono"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Khetha Imithombo Efakelweyo:"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Isimo Sangoku:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "&Indawo Yokuhlala Yenkangeleko Yecala:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "I-URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Isimo Sokutshintsha ngendlela efanayo"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Akwaziwa"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Imithombo efanele Ukubhaliswa"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "inkqubo ayibumbekanga"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Khetha Imithombo Efakelweyo:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"Nceda linda xa kusabuyiselwa kwakhona umfuziselo.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Funda ubumbeko olugcinwe ngaphambili"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Ifunda ubumbeko olugcinwe ngaphambili..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Funda ubumbeko olugcinwe ngaphambili"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Khetha Imithombo Efakelweyo:"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Funda ubumbeko olugcinwe ngaphambili"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Khetha Imithombo Efakelweyo:"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1674,7 +1664,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1684,7 +1674,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1696,7 +1686,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1706,7 +1696,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1717,7 +1707,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1842,13 +1832,6 @@
msgstr "Kufundwa imimiselo yokhuseleko..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Igcina izakhelo zekhadi lesandi..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Kugcinwa ubumbeko lomsebenzi wothungelwano..."
@@ -2035,19 +2018,19 @@
" Qaphela: Kusenokufuneka ukuba ungenise olunye ulwazi kwakhona."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Qinisekisa Ukuhlohla"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Lonke ulwazi olufunekayo ukwenzela ukuhlohla isiseko ngoku lugqibekile.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2061,7 +2044,7 @@
" ngokwemimiselo yokuhlohla kwiingxoxo ezidlulileyo. </p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2074,24 +2057,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Buya umva uqwalasele imimiselo xa ungaqinisekanga.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Qinisekisa Uhlaziyo"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Lonke ulwazi olufunekayo ukuze kwenziwe uhlaziyo ngoku lugqibekile.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2103,7 +2086,7 @@
" ngokwemimiselo kwiingxoxo ezidlulileyo.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Qalisa &Uhlaziyo"
@@ -2195,6 +2178,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "iDami"
+
+#~ msgid "&Dummy"
+#~ msgstr "&iDami"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Igcina izakhelo zekhadi lesandi..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "Kufuneka kuphindwe kwahlohlwa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-xh-3.1.0/po/status.txt new/yast2-trans-xh-3.1.0/po/status.txt
--- old/yast2-trans-xh-3.1.0/po/status.txt 2014-12-16 15:12:13.000000000 +0100
+++ new/yast2-trans-xh-3.1.0/po/status.txt 2015-04-20 18:03:32.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7349
-Fuzzy : 5584
+Translated : 7347
+Fuzzy : 5583
Untranslated : 4541
--------------------
- All strings : 17474
+ All strings : 17471
42 % are translated
++++++ yast2-trans-zh_CN-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-zh_CN-3.1.0/po/installation.zh_CN.po new/yast2-trans-zh_CN-3.1.0/po/installation.zh_CN.po
--- old/yast2-trans-zh_CN-3.1.0/po/installation.zh_CN.po 2014-10-29 16:59:44.000000000 +0100
+++ new/yast2-trans-zh_CN-3.1.0/po/installation.zh_CN.po 2015-04-20 17:52:40.000000000 +0200
@@ -7,13 +7,13 @@
# Novell Language <language(a)novell.com>, 2004, 2005.
# Thruth Wang <lihaow(a)opera.com>, 2007.
# Eric Shan <ericalways(a)gmail.com>, 2008, 2012, 2013.
-# 玛格丽特 · 苏 <i(a)marguerite.su>, 2013, 2014.
+# 玛格丽特 · 苏 <i(a)marguerite.su>, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
-"PO-Revision-Date: 2014-09-04 14:04+0800\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
+"PO-Revision-Date: 2015-01-16 22:14+0800\n"
"Last-Translator: 玛格丽特 · 苏 <marguerite(a)opensuse.org>\n"
"Language-Team: Chinese Simplified <opensuse-zh(a)opensuse.org>\n"
"Language: zh_CN\n"
@@ -23,16 +23,6 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "演示"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "演示(&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -51,39 +41,39 @@
"AutoYaST 需要一个方案来获知安装后的系统应该长什么样子。\n"
"若选择了此选项,将把当前 系统的方案存储到 <tt>/root/autoinst.xml</tt>。</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr "安装结束后写入 AutoYaST 方案到 /root/autoinst.xml 吗?"
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
msgid "Clone System Configuration"
msgstr "复制系统配置"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
msgid "&Clone System Configuration"
msgstr "复制系统配置(&C)"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr "AutoYaST 方案将被写入在 /root/autoinst.xml 下(<a href=\"%1\">不写入</a>)。"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr "将不会保存 AutoYaST 方案(<a href=\"%1\">写入</a>)。"
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr "写入 AutoYaST 方案到 /root/autoinst.xml"
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "正在将文件复制到安装好的系统..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "正在将日志文件复制到安装好的系统..."
@@ -1025,7 +1015,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "修改(&C)..."
@@ -1388,58 +1378,58 @@
"即将中止安装。"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "已移除"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "已启用"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "已禁用"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "之前用过的软件源"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr "在您正在升级的系统中发现以下软件源:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "当前状态"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "软件源"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "切换状态(&T)"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1448,7 +1438,7 @@
"请启用您想要在升级过程中使用的软件源。</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1457,30 +1447,30 @@
"<b>切换状态</b>按钮或双击相应的表格项。</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>要修改 URL,请点击<b>修改...</b>按钮。</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "未知"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "软件源 URL(&R)"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "网络尚未配置"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1489,49 +1479,49 @@
"配置互联网连接吗?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "正在添加和移除软件源..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>正在添加和移除软件源。</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "移除无用的软件源"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "正在移除无用的软件源..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "添加已启用的软件源"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "正在添加已启用的软件源..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "添加已禁用的软件源"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "正在添加已禁用的软件源..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "需要正确的介质"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1544,7 +1534,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1558,7 +1548,7 @@
"该软件源将以已禁用模式添加。"
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1570,7 +1560,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1582,7 +1572,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1593,7 +1583,7 @@
"URL:%2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1704,11 +1694,6 @@
msgstr "正在保存安全设置..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "正在保存引导脚本设置..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "正在保存硬件配置..."
@@ -1874,17 +1859,17 @@
"注意:您可能需要再次输入一些信息。"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "确认安装"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>现在已完成了基本安装所需的信息。</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1895,7 +1880,7 @@
"您硬盘上的<b>已有分区</b>。(这些分区将被<b>擦除任何已有数据</b>)</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1904,22 +1889,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>若您不确定请返回并检查设置。</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "确认更新"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>现在已完成了执行更新所需的信息。</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1929,7 +1914,7 @@
"<p>现在您若继续,则会根据之前对话框中的设置覆盖您硬盘上的数据。</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "开始更新(&U)"
@@ -2013,6 +1998,15 @@
"安装未能自动解决软件包依赖关系。\n"
"将打开软件包管理器来让您手动解决那些依赖关系。"
+#~ msgid "Dummy"
+#~ msgstr "演示"
+
+#~ msgid "&Dummy"
+#~ msgstr "演示(&D)"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "正在保存引导脚本设置..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "搜索 Linux 分区"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-zh_CN-3.1.0/po/status.txt new/yast2-trans-zh_CN-3.1.0/po/status.txt
--- old/yast2-trans-zh_CN-3.1.0/po/status.txt 2014-12-16 15:03:37.000000000 +0100
+++ new/yast2-trans-zh_CN-3.1.0/po/status.txt 2015-04-20 17:53:09.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 17474
+Translated : 17471
Fuzzy : 0
Untranslated : 0
--------------------
- All strings : 17474
+ All strings : 17471
100 % are translated
++++++ yast2-trans-zh_TW-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-zh_TW-3.1.0/po/installation.zh_TW.po new/yast2-trans-zh_TW-3.1.0/po/installation.zh_TW.po
--- old/yast2-trans-zh_TW-3.1.0/po/installation.zh_TW.po 2014-10-29 16:56:07.000000000 +0100
+++ new/yast2-trans-zh_TW-3.1.0/po/installation.zh_TW.po 2015-04-20 18:06:28.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2013-01-16 09:21+0800\n"
"Last-Translator: Ray Chen <swyear(a)opensuse.org>\n"
"Language-Team: Chinese Traditional <kde-i18n-doc(a)kde.org>\n"
@@ -20,16 +20,6 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.4\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "虛構"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "虛構(&D)"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -49,41 +39,41 @@
"需要一個設定檔,才能知道已安裝系統是什麼樣子。若選取此選項,\n"
"一個針對目前系統的設定檔會被儲存在 <tt>/root/autoyast.xml</tt>。</p>"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
msgid "Clone System Configuration"
msgstr "正在寫入系統組態..."
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
msgid "&Clone System Configuration"
msgstr "跳過組態(&S)"
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "正在複製檔案到已安裝的系統..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "正在複製記錄檔到已安裝的系統..."
@@ -1057,7 +1047,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "變更(&C)..."
@@ -1430,31 +1420,31 @@
"中止安裝。"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
msgid "Removed"
msgstr "移除"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "啟用"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "已停用"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
msgid "Previously Used Repositories"
msgstr "之前使用的套件庫"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
@@ -1463,27 +1453,27 @@
"發現這些套件庫:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
msgid "Current Status"
msgstr "目前狀態"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
msgid "Repository"
msgstr "套件庫"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "切換狀態(&T)"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
@@ -1492,7 +1482,7 @@
"所有軟體套件庫,您可以啟用那些您想包含在升級程序中的套件庫。</p>"
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
@@ -1501,30 +1491,30 @@
"<b>切換狀態</b>按鈕或是連擊相對應的表格選項。</p>"
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr "<p>若要改變 URL,請按 <b>「變更...」</b>按鈕。</p>"
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "不明"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
msgid "&Repository URL"
msgstr "套件庫 URL(&R)"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
msgid "Network is not Configured"
msgstr "網路尚未設定"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
@@ -1533,49 +1523,49 @@
"要設定嗎?"
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
msgid "Adding and removing repositories..."
msgstr "加入和移除套件庫..."
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
msgid "<p>Repositories are being added and removed.</p>"
msgstr "<p>套件庫已被加入和移除。</p>"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
msgid "Remove unused repositories"
msgstr "移除不用的套件庫"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
msgid "Removing unused repositories..."
msgstr "正在移除不用的套件庫..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
msgid "Add enabled repositories"
msgstr "加入啟用的套件庫"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
msgid "Adding enabled repositories..."
msgstr "正在啟用套件庫..."
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
msgid "Add disabled repositories"
msgstr "加入停用的套件庫"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
msgid "Adding disabled repositories..."
msgstr "正在加入停用的套件庫..."
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr "修正媒體需求"
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1589,7 +1579,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1599,7 +1589,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
msgid ""
"Cannot add enabled repository\n"
"Name: %1\n"
@@ -1611,7 +1601,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
msgid ""
"An error occurred while refreshing repository\n"
"Name: %1\n"
@@ -1623,7 +1613,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
msgid ""
"An error occurred while enabling repository\n"
"Name: %1\n"
@@ -1634,7 +1624,7 @@
"位址: %2\n"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
msgid ""
"Cannot add disabled repository\n"
"Name: %1\n"
@@ -1747,11 +1737,6 @@
msgstr "正在儲存安全性設定..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-msgid "Saving boot scripts settings..."
-msgstr "正在開機 script 設定..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "正在儲存硬體組態..."
@@ -1921,17 +1906,17 @@
"注意: 您可能需要再次輸入某些資訊。"
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "確認安裝"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>基本安裝所需的資訊現在都已完成。</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
msgid ""
"<p>If you continue now, <b>existing\n"
"partitions</b> on your hard disk will be <b>deleted</b> or <b>formatted</b>\n"
@@ -1944,7 +1929,7 @@
"(<b>抹除所有現存資料</b>)</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
msgid ""
"<p>If you continue now, partitions on your\n"
"hard disk will be modified according to the installation settings in the\n"
@@ -1956,22 +1941,22 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>若您不確定,請回到上一頁檢查您的設定。</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "確認更新"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>執行更新所需要的資訊現在都已完成。</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
msgid ""
"\n"
"<p>If you continue now, data on your hard disk will be overwritten\n"
@@ -1982,7 +1967,7 @@
"如果您繼續,硬碟中的資料將被覆蓋。</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "開始更新(&U)"
@@ -2072,6 +2057,15 @@
"安裝程序無法自動解決套件相依性問題。\n"
"軟體管理員將開啟讓您能手動解決這些問題。"
+#~ msgid "Dummy"
+#~ msgstr "虛構"
+
+#~ msgid "&Dummy"
+#~ msgstr "虛構(&D)"
+
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "正在開機 script 設定..."
+
#~ msgid "Search for Linux partitions"
#~ msgstr "搜尋 Linux 分割區"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-zh_TW-3.1.0/po/status.txt new/yast2-trans-zh_TW-3.1.0/po/status.txt
--- old/yast2-trans-zh_TW-3.1.0/po/status.txt 2014-12-16 14:18:29.000000000 +0100
+++ new/yast2-trans-zh_TW-3.1.0/po/status.txt 2015-04-20 18:06:58.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 13880
+Translated : 13877
Fuzzy : 1546
Untranslated : 2048
--------------------
- All strings : 17474
+ All strings : 17471
79 % are translated
++++++ yast2-trans-zu-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-zu-3.1.0/po/installation.zu.po new/yast2-trans-zu-3.1.0/po/installation.zu.po
--- old/yast2-trans-zu-3.1.0/po/installation.zu.po 2014-10-29 17:02:39.000000000 +0100
+++ new/yast2-trans-zu-3.1.0/po/installation.zu.po 2015-04-20 18:08:02.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-29 16:20+0100\n"
+"POT-Creation-Date: 2015-01-07 09:39+0100\n"
"PO-Revision-Date: 2006-11-03 14:26\n"
"Last-Translator: Novell Language <language(a)novell.com>\n"
"Language-Team: Novell Language <language(a)novell.com>\n"
@@ -14,16 +14,6 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. this is a heading
-#: doc/proposal/dummy_proposal.rb:61
-msgid "Dummy"
-msgstr "Isithipha"
-
-#. this is a menu entry
-#: doc/proposal/dummy_proposal.rb:63
-msgid "&Dummy"
-msgstr "&Isithipha"
-
#. progress step title
#: src/clients/clone_finish.rb:47
msgid "Generating AutoYaST profile if needed..."
@@ -43,15 +33,19 @@
" idinga iphrofayili ukuze yazi ukuthi kufanele ibukeke kanjani isistimu efakiwe. Uma lokhu\n"
" kukhethiwe, iphrofayili yohlelo lwamanje igcinwa engxenyeni ethi /root/autoyast.xml.</p>\n"
+#: src/clients/clone_proposal.rb:60
+msgid "Write AutoYaST profile to /root/autoinst.xmlat the end of installation?"
+msgstr ""
+
#. this is a heading
-#: src/clients/clone_proposal.rb:68
+#: src/clients/clone_proposal.rb:71
#, fuzzy
#| msgid "Writing the system configuration"
msgid "Clone System Configuration"
msgstr "Ukubhala ukuhlelwa kwesistimu (system configuration)"
#. this is a menu entry
-#: src/clients/clone_proposal.rb:70
+#: src/clients/clone_proposal.rb:73
#, fuzzy
#| msgid "&Skip Configuration"
msgid "&Clone System Configuration"
@@ -59,27 +53,23 @@
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:98
+#: src/clients/clone_proposal.rb:101
msgid "The AutoYaST profile will be written under /root/autoinst.xml (<a href=\"%1\">do not write it</a>)."
msgstr ""
#. TRANSLATORS: Installation overview
#. IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
-#: src/clients/clone_proposal.rb:107
+#: src/clients/clone_proposal.rb:110
msgid "The AutoYaST profile will not be saved (<a href=\"%1\">write it</a>)."
msgstr ""
-#: src/clients/clone_proposal.rb:119
-msgid "Write AutoYaST profile to /root/autoinst.xml"
-msgstr ""
-
#. progress step title
#: src/clients/copy_files_finish.rb:81
msgid "Copying files to installed system..."
msgstr "Ikopishela amafayela kwisistimu efakiwe..."
#. progress step title
-#: src/clients/copy_logs_finish.rb:65
+#: src/clients/copy_logs_finish.rb:67
msgid "Copying log files to installed system..."
msgstr "Ikopishela amafayela elogi kwisistimu efakiwe..."
@@ -1096,7 +1086,7 @@
#. menu button
#. TRANSLATORS: Push button
#: src/clients/inst_proposal.rb:992 src/clients/inst_proposal.rb:1176
-#: src/clients/inst_upgrade_urls.rb:236
+#: src/clients/inst_upgrade_urls.rb:247
msgid "&Change..."
msgstr "&Shintsha..."
@@ -1508,161 +1498,161 @@
"Iyayeka ukufaka uhlelo."
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:104
+#: src/clients/inst_upgrade_urls.rb:109
#, fuzzy
#| msgid "Remove"
msgid "Removed"
msgstr "Susa"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:108
+#: src/clients/inst_upgrade_urls.rb:113
msgid "Enabled"
msgstr "Ivuliwe ukuze isebenze"
#. TRANSLATORS: Table item status (repository)
-#: src/clients/inst_upgrade_urls.rb:112
+#: src/clients/inst_upgrade_urls.rb:117
msgid "Disabled"
msgstr "Icishiwe"
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
#. TRANSLATORS: dialog caption
-#: src/clients/inst_upgrade_urls.rb:209 src/clients/inst_upgrade_urls.rb:677
-#: src/clients/inst_upgrade_urls.rb:736
+#: src/clients/inst_upgrade_urls.rb:220 src/clients/inst_upgrade_urls.rb:616
+#: src/clients/inst_upgrade_urls.rb:675
#, fuzzy
msgid "Previously Used Repositories"
msgstr "Khetha Eminye Imithombo:"
#. TRANSLATORS: dialog text, possibly multiline,
#. Please, do not use more than 50 characters per line.
-#: src/clients/inst_upgrade_urls.rb:215
+#: src/clients/inst_upgrade_urls.rb:226
msgid ""
"These repositories were found on the system\n"
"you are upgrading:"
msgstr ""
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:225
+#: src/clients/inst_upgrade_urls.rb:236
#, fuzzy
msgid "Current Status"
msgstr "Isimo Samanje:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:227
+#: src/clients/inst_upgrade_urls.rb:238
#, fuzzy
msgid "Repository"
msgstr "&Inqolobane Yephrofayili:"
#. TRANSLATORS: Table header item
-#: src/clients/inst_upgrade_urls.rb:229
+#: src/clients/inst_upgrade_urls.rb:240
msgid "URL"
msgstr "I-URL"
#. TRANSLATORS: Push button
-#: src/clients/inst_upgrade_urls.rb:239
+#: src/clients/inst_upgrade_urls.rb:250
msgid "&Toggle Status"
msgstr "&Shintsha Isimo"
#. TRANSLATORS: help text 1/3
-#: src/clients/inst_upgrade_urls.rb:245
+#: src/clients/inst_upgrade_urls.rb:256
msgid ""
"<p>Here you see all software repositories found\n"
"on the system you are upgrading. Enable the ones you want to include in the upgrade process.</p>"
msgstr ""
#. TRANSLATORS: help text 2/3
-#: src/clients/inst_upgrade_urls.rb:249
+#: src/clients/inst_upgrade_urls.rb:260
msgid ""
"<p>To enable, remove or disable an URL, click on the\n"
"<b>Toggle Status</b> button or double-click on the respective table item.</p>"
msgstr ""
#. TRANSLATORS: help text 3/3
-#: src/clients/inst_upgrade_urls.rb:253
+#: src/clients/inst_upgrade_urls.rb:264
msgid "<p>To change the URL, click on the <b>Change...</b> button.</p>"
msgstr ""
#. one_url already has "id" and some items might be deleted
#. looking to id_to_name is done via the original key
#. TRANSLATORS: Fallback name for a repository
-#: src/clients/inst_upgrade_urls.rb:275 src/clients/inst_upgrade_urls.rb:282
-#: src/clients/inst_upgrade_urls.rb:288
+#: src/clients/inst_upgrade_urls.rb:286 src/clients/inst_upgrade_urls.rb:293
+#: src/clients/inst_upgrade_urls.rb:299
msgid "Unknown"
msgstr "Akwaziwa"
#. TRANSLATORS: textentry
-#: src/clients/inst_upgrade_urls.rb:383
+#: src/clients/inst_upgrade_urls.rb:373
#, fuzzy
msgid "&Repository URL"
msgstr "Imithombo Yokubhalisa"
#. TRANSLATORS: popup header
-#: src/clients/inst_upgrade_urls.rb:647
+#: src/clients/inst_upgrade_urls.rb:586
#, fuzzy
msgid "Network is not Configured"
msgstr "uhlelo aluhlelwanga"
#. TRANSLATORS: popup question
-#: src/clients/inst_upgrade_urls.rb:649
+#: src/clients/inst_upgrade_urls.rb:588
msgid ""
"Remote repositories require an Internet connection.\n"
"Configure it?"
msgstr ""
#. TRANSLATORS: Progress text
-#: src/clients/inst_upgrade_urls.rb:680 src/clients/inst_upgrade_urls.rb:737
+#: src/clients/inst_upgrade_urls.rb:619 src/clients/inst_upgrade_urls.rb:676
#, fuzzy
msgid "Adding and removing repositories..."
msgstr "Khetha Eminye Imithombo:"
#. TRANSLATORS: help text
#. TRANSLATORS: help text
-#: src/clients/inst_upgrade_urls.rb:683 src/clients/inst_upgrade_urls.rb:742
+#: src/clients/inst_upgrade_urls.rb:622 src/clients/inst_upgrade_urls.rb:681
#, fuzzy
msgid "<p>Repositories are being added and removed.</p>"
msgstr ""
"<p>\n"
"Sicela ulinde lapho isithombe sisatholwa.</p>\n"
-#: src/clients/inst_upgrade_urls.rb:702
+#: src/clients/inst_upgrade_urls.rb:641
#, fuzzy
msgid "Remove unused repositories"
msgstr "Ifunda ukuhlelwa okugcinwe esikhathini esidlule"
#. force reloading the libzypp repomanager to notice the removed files
-#: src/clients/inst_upgrade_urls.rb:706 src/clients/inst_upgrade_urls.rb:859
+#: src/clients/inst_upgrade_urls.rb:645 src/clients/inst_upgrade_urls.rb:798
#, fuzzy
msgid "Removing unused repositories..."
msgstr "Ifunda ukuhlelwa okugcinwe esikhathini esidlule..."
-#: src/clients/inst_upgrade_urls.rb:713
+#: src/clients/inst_upgrade_urls.rb:652
#, fuzzy
msgid "Add enabled repositories"
msgstr "Ifunda ukuhlelwa okugcinwe esikhathini esidlule"
#. Adds selected repositories as <tt>enabled</tt>
-#: src/clients/inst_upgrade_urls.rb:716 src/clients/inst_upgrade_urls.rb:925
+#: src/clients/inst_upgrade_urls.rb:655 src/clients/inst_upgrade_urls.rb:864
#, fuzzy
msgid "Adding enabled repositories..."
msgstr "Khetha Eminye Imithombo:"
-#: src/clients/inst_upgrade_urls.rb:725
+#: src/clients/inst_upgrade_urls.rb:664
#, fuzzy
msgid "Add disabled repositories"
msgstr "Ifunda ukuhlelwa okugcinwe esikhathini esidlule"
#. Adds selected repositories as <tt>disabled</tt>
-#: src/clients/inst_upgrade_urls.rb:729 src/clients/inst_upgrade_urls.rb:1082
+#: src/clients/inst_upgrade_urls.rb:668 src/clients/inst_upgrade_urls.rb:1021
#, fuzzy
msgid "Adding disabled repositories..."
msgstr "Khetha Eminye Imithombo:"
#. true - OK, continue
-#: src/clients/inst_upgrade_urls.rb:899
+#: src/clients/inst_upgrade_urls.rb:838
msgid "Correct Media Requested"
msgstr ""
-#: src/clients/inst_upgrade_urls.rb:901
+#: src/clients/inst_upgrade_urls.rb:840
msgid ""
"Make sure that media with label %1\n"
"is in the CD/DVD drive.\n"
@@ -1672,7 +1662,7 @@
#. Adding repositories in a disabled state, then enable them
#. for the system upgrade
-#: src/clients/inst_upgrade_urls.rb:964
+#: src/clients/inst_upgrade_urls.rb:903
msgid ""
"Cannot add repository %1\n"
"URL: %2\n"
@@ -1682,7 +1672,7 @@
msgstr ""
#. bnc #543468, do not check aliases of repositories stored in Installation::destdir
-#: src/clients/inst_upgrade_urls.rb:1001
+#: src/clients/inst_upgrade_urls.rb:940
#, fuzzy
msgid ""
"Cannot add enabled repository\n"
@@ -1694,7 +1684,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1021
+#: src/clients/inst_upgrade_urls.rb:960
#, fuzzy
msgid ""
"An error occurred while refreshing repository\n"
@@ -1704,7 +1694,7 @@
#. TRANSLATORS: error report
#. %1 is replaced with repo-name, %2 with repo-URL
-#: src/clients/inst_upgrade_urls.rb:1041
+#: src/clients/inst_upgrade_urls.rb:980
#, fuzzy
msgid ""
"An error occurred while enabling repository\n"
@@ -1715,7 +1705,7 @@
"%2"
#. do not probe! adding as disabled!
-#: src/clients/inst_upgrade_urls.rb:1122
+#: src/clients/inst_upgrade_urls.rb:1061
#, fuzzy
msgid ""
"Cannot add disabled repository\n"
@@ -1840,13 +1830,6 @@
msgstr "Ifunda amasethingi okuphepha..."
#. progress step title
-#: src/clients/save_config_finish.rb:208
-#, fuzzy
-#| msgid "Saving sound card settings..."
-msgid "Saving boot scripts settings..."
-msgstr "Gcina amasethingi ekhadi lomsindo..."
-
-#. progress step title
#: src/clients/save_hw_status_finish.rb:67
msgid "Saving hardware configuration..."
msgstr "Igcina ukuhlelwa kwe-hardware..."
@@ -2033,19 +2016,19 @@
" Phawula: Kungase kudingeke ufake okunye ukwaziswa futhi."
#. Heading for confirmation popup before the installation really starts
-#: src/include/installation/misc.rb:199
+#: src/include/installation/misc.rb:181
msgid "Confirm Installation"
msgstr "Qinisekisa Ukuwufaka Ohlelweni"
#. Text for confirmation popup before the installation really starts 1/3
-#: src/include/installation/misc.rb:202
+#: src/include/installation/misc.rb:184
#, fuzzy
#| msgid "<p>All information required for the base installation is now complete.</p>"
msgid "<p>Information required for the base installation is now complete.</p>"
msgstr "<p>Konke ukwaziswa okudingekayo kokufaka ohlelweni okuyisisekelo manje kuphothuliwe.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:214
+#: src/include/installation/misc.rb:196
#, fuzzy
msgid ""
"<p>If you continue now, <b>existing\n"
@@ -2059,7 +2042,7 @@
" ngokuvumelana namasethingi okufaka kumadayalogi (izibuko) adlule.</p>"
#. Text for confirmation popup before the installation really starts 2/3
-#: src/include/installation/misc.rb:225
+#: src/include/installation/misc.rb:207
#, fuzzy
msgid ""
"<p>If you continue now, partitions on your\n"
@@ -2072,24 +2055,24 @@
#. Text for confirmation popup before the installation really starts 3/3
#. Text for confirmation popup before the update really starts 3/3
-#: src/include/installation/misc.rb:236 src/include/installation/misc.rb:254
+#: src/include/installation/misc.rb:218 src/include/installation/misc.rb:236
msgid "<p>Go back and check the settings if you are unsure.</p>"
msgstr "<p>Buyela emuva uhlole amasethingi uma ungaqiniseki.</p>"
#. Heading for confirmation popup before the update really starts
-#: src/include/installation/misc.rb:242
+#: src/include/installation/misc.rb:224
msgid "Confirm Update"
msgstr "Qinisekisa Ukuvuselelwa Kwamafayela"
#. Text for confirmation popup before the update really starts 1/3
-#: src/include/installation/misc.rb:246
+#: src/include/installation/misc.rb:228
#, fuzzy
#| msgid "<p>All information required to perform an update is now complete.</p>"
msgid "<p>Information required to perform an update is now complete.</p>"
msgstr "<p>Konke ukwaziswa okudingekayo ukuze kuvuselelwe amafayela manje sekuphothuliwe.</p>"
#. Text for confirmation popup before the update really starts 2/3
-#: src/include/installation/misc.rb:248
+#: src/include/installation/misc.rb:230
#, fuzzy
msgid ""
"\n"
@@ -2101,7 +2084,7 @@
" ngokwamasethingi akumadayalogi adlule.</p>"
#. Label for the button that confirms startint the installation
-#: src/include/installation/misc.rb:258
+#: src/include/installation/misc.rb:240
msgid "Start &Update"
msgstr "Qalisa &Vuselela"
@@ -2192,6 +2175,17 @@
"Software manager will be opened for you to solve them manually."
msgstr ""
+#~ msgid "Dummy"
+#~ msgstr "Isithipha"
+
+#~ msgid "&Dummy"
+#~ msgstr "&Isithipha"
+
+#, fuzzy
+#~| msgid "Saving sound card settings..."
+#~ msgid "Saving boot scripts settings..."
+#~ msgstr "Gcina amasethingi ekhadi lomsindo..."
+
#, fuzzy
#~ msgid "License needs to be accepted"
#~ msgstr "idinga ukuphinde ifakwe futhi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-trans-zu-3.1.0/po/status.txt new/yast2-trans-zu-3.1.0/po/status.txt
--- old/yast2-trans-zu-3.1.0/po/status.txt 2014-12-16 14:13:07.000000000 +0100
+++ new/yast2-trans-zu-3.1.0/po/status.txt 2015-04-20 18:08:19.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 7350
-Fuzzy : 5570
+Translated : 7348
+Fuzzy : 5569
Untranslated : 4554
--------------------
- All strings : 17474
+ All strings : 17471
42 % are translated
1
0
Hello community,
here is the log from the commit of package kmod for openSUSE:Factory checked in at 2015-04-27 22:07:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmod (Old)
and /work/SRC/openSUSE:Factory/.kmod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmod"
Changes:
--------
New Changes file:
--- /dev/null 2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod-testsuite.changes 2015-04-27 22:07:48.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Apr 21 12:43:39 UTC 2015 - mmarek(a)suse.cz
+
+- Run the kmod testsuite in a separate build, to avoid a buildloop
+ with the kernel.
+
--- /work/SRC/openSUSE:Factory/kmod/kmod.changes 2015-04-06 00:25:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes 2015-04-27 22:07:48.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Apr 21 14:38:55 UTC 2015 - mmarek(a)suse.cz
+
+- Update to kmod 20
+* More robust ELF parsing
+* To fix a race, modprobe only looks at modules.builtin to
+ determine a builtin module, so e.g. 'modprobe vt' will no longer
+ work.
+* Other fixes
+* Testsuite moved to a separate package, since it is now building
+ the test modules from sources, which requires the kernel package.
+* dropped kmod-blacklist-fixtest.patch (merged upstream)
+
+
+-------------------------------------------------------------------
Old:
----
kmod-19.tar.sign
kmod-19.tar.xz
kmod-blacklist-fixtest.patch
New:
----
kmod-20.tar.sign
kmod-20.tar.xz
kmod-testsuite.changes
kmod-testsuite.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kmod-testsuite.spec ++++++
#
# spec file for package kmod-testsuite
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kmod-testsuite
%define lname libkmod2
Version: 20
Release: 0
Summary: Testsuite of the kmod package
License: LGPL-2.1+ and GPL-2.0+
Group: System/Kernel
Url: http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tool…
#Announce: https://lkml.org/lkml/2015/3/1/152
#Git-Web: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
#Git-Clone: git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-%version.tar.xz
Source2: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-%version.tar.sign
Patch1: 0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch
Patch2: 0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch
Patch3: 0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch
Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
Patch7: 0001-use-correct-sort-method-in-test-array.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: git-core
BuildRequires: kernel-default-devel
BuildRequires: libtool
BuildRequires: pkgconfig >= 0.21
BuildRequires: xz
%if 0%{?sles_version} == 11
BuildRequires: xz-devel >= 4.99
BuildRequires: zlib-devel
%else
BuildRequires: pkgconfig(liblzma) >= 4.99
BuildRequires: pkgconfig(zlib)
%endif
Requires: suse-module-tools
%description
This spec file does not produce any binary RPMs. It just builds kmod and
runs its testsuite. It has been split off the kmod package to avoid a
buildloop with the kernel.
%prep
%setup -q -n kmod-%version
%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
%build
autoreconf -fi
export LDFLAGS="-Wl,-z,relro,-z,now"
# The extra --includedir gives us the possibility to detect dependent
# packages which fail to properly use pkgconfig.
%configure \
%if 0%{?sles_version} == 11
zlib_CFLAGS=" " zlib_LIBS="-lz" \
%endif
--with-xz \
--with-zlib \
--includedir="%_includedir/kmod" \
--with-rootlibdir="%_libdir" \
--bindir="%_bindir"
make %{?_smp_mflags} V=1
%install
# empty
%check
make check V=1
%changelog
++++++ kmod.spec ++++++
--- /var/tmp/diff_new_pack.Q2PSNP/_old 2015-04-27 22:07:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Q2PSNP/_new 2015-04-27 22:07:49.000000000 +0200
@@ -18,24 +18,23 @@
Name: kmod
%define lname libkmod2
+Version: 20
+Release: 0
Summary: Utilities to load modules into the kernel
License: LGPL-2.1+ and GPL-2.0+
Group: System/Kernel
-Version: 19
-Release: 0
Url: http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tool…
-#Announce: https://lkml.org/lkml/2014/11/16/97
+#Announce: https://lkml.org/lkml/2015/3/1/152
#Git-Web: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
#Git-Clone: git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
-Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%name-%version.tar.xz
-Source2: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%name-%version.tar.sign
+Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-%version.tar.xz
+Source2: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-%version.tar.sign
Patch1: 0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch
Patch2: 0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch
Patch3: 0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch
Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
-Patch6: kmod-blacklist-fixtest.patch
Patch7: 0001-use-correct-sort-method-in-test-array.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
@@ -101,8 +100,8 @@
in %lname.
%prep
-%setup -q
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -p1
+%setup -q -n kmod-%version
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
%build
autoreconf -fi
@@ -115,7 +114,7 @@
%endif
--with-xz \
--with-zlib \
- --includedir="%_includedir/%name" \
+ --includedir="%_includedir/kmod" \
--with-rootlibdir="%_libdir" \
--bindir="%_bindir"
make %{?_smp_mflags} V=1
@@ -125,7 +124,7 @@
make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la
-mkdir -p "$b/%_libexecdir/%name" "$b/%_sbindir" "$b/sbin";
+mkdir -p "$b/%_libexecdir/kmod" "$b/%_sbindir" "$b/sbin";
for i in depmod insmod lsmod modinfo modprobe rmmod; do
#
# kmod-compat and kmod-compat(usrmerge)
@@ -137,7 +136,7 @@
# Make symlinks also available in normal fashion,
# so one can actually run it.
#
- ln -s "%_bindir/kmod" "$b/%_libexecdir/%name/$i";
+ ln -s "%_bindir/kmod" "$b/%_libexecdir/kmod/$i";
done;
mkdir -p "$b/%_bindir" "$b/bin";
for i in lsmod; do
@@ -153,12 +152,9 @@
ln -s "%_bindir/kmod" "$b/bin/";
%if "%_libdir" != "/%_lib"
ln -s "%_libdir/libkmod.so.2" "$b/%_lib/";
-ln -s "%_libdir/libkmod.so.2.2.9" "$b/%_lib/";
+ln -s "%_libdir/libkmod.so.2.2.10" "$b/%_lib/";
%endif
-%check
-make check V=1
-
%post
%{?regenerate_initrd_post}
@@ -172,7 +168,7 @@
%files
%defattr(-,root,root)
%_bindir/kmod
-%_libexecdir/%name
+%_libexecdir/kmod
/bin/kmod
%_datadir/bash-completion/
%_mandir/man8/kmod.8*
++++++ 0010-modprobe-Implement-allow-unsupported-modules.patch ++++++
--- /var/tmp/diff_new_pack.Q2PSNP/_old 2015-04-27 22:07:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Q2PSNP/_new 2015-04-27 22:07:49.000000000 +0200
@@ -6,17 +6,17 @@
References: fate#316971
Patch-mainline: never
---
- Makefile.am | 4 +++-
- libkmod/libkmod-unsupported.c | 9 +++++++++
- libkmod/libkmod-unsupported.h | 8 ++++++++
- tools/modprobe.c | 7 ++++++-
- 4 files changed, 26 insertions(+), 2 deletions(-)
+ Makefile.am | 4 +++-
+ libkmod/libkmod-unsupported.c | 9 +++++++++
+ libkmod/libkmod-unsupported.h | 8 ++++++++
+ tools/modprobe.c | 8 +++++++-
+ 4 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 libkmod/libkmod-unsupported.c
create mode 100644 libkmod/libkmod-unsupported.h
---- kmod-19.orig/Makefile.am
-+++ kmod-19/Makefile.am
-@@ -86,7 +86,9 @@ libkmod_libkmod_la_LIBADD = \
+--- kmod-20.orig/Makefile.am
++++ kmod-20/Makefile.am
+@@ -87,7 +87,9 @@ libkmod_libkmod_la_LIBADD = \
${liblzma_LIBS} ${zlib_LIBS}
noinst_LTLIBRARIES += libkmod/libkmod-internal.la
@@ -28,7 +28,7 @@
-Wl,--version-script=$(top_srcdir)/libkmod/libkmod.sym
libkmod_libkmod_internal_la_DEPENDENCIES = $(libkmod_libkmod_la_DEPENDENCIES)
--- /dev/null
-+++ kmod-19/libkmod/libkmod-unsupported.c
++++ kmod-20/libkmod/libkmod-unsupported.c
@@ -0,0 +1,9 @@
+#include "libkmod-internal.h"
+#include "libkmod-unsupported.h"
@@ -40,7 +40,7 @@
+ config->block_unsupported = 0;
+}
--- /dev/null
-+++ kmod-19/libkmod/libkmod-unsupported.h
++++ kmod-20/libkmod/libkmod-unsupported.h
@@ -0,0 +1,8 @@
+#pragma once
+
@@ -50,18 +50,18 @@
+ * library
+ */
+void kmod_internal_allow_unsupported(struct kmod_ctx *ctx);
---- kmod-19.orig/tools/modprobe.c
-+++ kmod-19/tools/modprobe.c
+--- kmod-20.orig/tools/modprobe.c
++++ kmod-20/tools/modprobe.c
@@ -38,6 +38,8 @@
#include "kmod.h"
-+#include "libkmod-unsupported.h"
++#include "libkmod/libkmod-unsupported.h"
+
static int log_priority = LOG_CRIT;
static int use_syslog = 0;
#define LOG(...) log_printf(log_priority, __VA_ARGS__)
-@@ -756,6 +758,7 @@ static int do_modprobe(int argc, char **
+@@ -730,6 +732,7 @@ static int do_modprobe(int argc, char **
int do_remove = 0;
int do_show_config = 0;
int do_show_modversions = 0;
@@ -69,7 +69,7 @@
int err;
argv = prepend_options_from_env(&argc, orig_argv);
-@@ -839,7 +842,7 @@ static int do_modprobe(int argc, char **
+@@ -813,7 +816,7 @@ static int do_modprobe(int argc, char **
kversion = optarg;
break;
case 128:
@@ -78,7 +78,7 @@
break;
case 's':
env_modprobe_options_append("-s");
-@@ -911,6 +914,9 @@ static int do_modprobe(int argc, char **
+@@ -885,6 +888,9 @@ static int do_modprobe(int argc, char **
log_setup_kmod_log(ctx, verbose);
++++++ kmod-19.tar.xz -> kmod-20.tar.xz ++++++
++++ 36426 lines of diff (skipped)
1
0