Hello community,

here is the log from the commit of package webyast-software-ui for 
openSUSE:Factory
checked in at Mon Jun 6 13:17:02 CEST 2011.



--------
--- webyast-software-ui/webyast-software-ui.changes     2011-05-26 
13:27:52.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-software-ui/webyast-software-ui.changes    
    2011-06-01 16:00:36.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 13:57:46 UTC 2011 - [email protected]
+
+- Do not install not needed patches anymore (bnc#697404)
+- 0.3.12 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webyast-software-ui.spec ++++++
--- /var/tmp/diff_new_pack.fG5r9P/_old  2011-06-06 13:16:46.000000000 +0200
+++ /var/tmp/diff_new_pack.fG5r9P/_new  2011-06-06 13:16:46.000000000 +0200
@@ -29,7 +29,7 @@
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.3.11
+Version:        0.3.12
 Release:        1
 Summary:        WebYaST - Software and Repository Management UI
 Source:         www.tar.bz2

++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/controllers/patch_updates_controller.rb 
new/www/app/controllers/patch_updates_controller.rb
--- old/www/app/controllers/patch_updates_controller.rb 2011-05-13 
16:03:51.000000000 +0200
+++ new/www/app/controllers/patch_updates_controller.rb 2011-06-01 
15:54:42.000000000 +0200
@@ -171,9 +171,12 @@
         update_array << value
       end
     }
-
-    Patch.install_patches_by_id update_array
-
+    begin
+      Patch.install_patches_by_id update_array
+    rescue ActiveResource::ResourceNotFound => e
+      ce = ClientException.new e
+      Rails.logger.info "Some patches are not needed in 
#{update_array.inspect} anymore: #{ce.message}"
+    end
 
     #redirect_to :action => "index"
     #redirect_success
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/patch_updates/_patch_summary.html.erb 
new/www/app/views/patch_updates/_patch_summary.html.erb
--- old/www/app/views/patch_updates/_patch_summary.html.erb     2011-05-11 
12:14:04.000000000 +0200
+++ new/www/app/views/patch_updates/_patch_summary.html.erb     2011-06-01 
14:46:00.000000000 +0200
@@ -51,7 +51,13 @@
 <%= report_error(error, error_string) if error_type == :unknown %>
 
 <% unless patch %>
-  <% javascript_tag do %>jQuery(function($){ 
$('#status-eye').addClass('eye_warning'); }); <% end %>
+  <% javascript_tag do %>
+    if($.browser.msie() && $.browser.version.number() == 8 ) {
+      $('#status-eye').css("background", 
"url(/images/circle-red.png)").addClass('eye_warning');
+    } else {
+      $('#status-eye').addClass('eye_warning');
+    }
+  <% end %>
 
   <div class="statusbar_row">
        <img src="/images/status-warning.png">
@@ -89,15 +95,20 @@
 
   <% if patch[:security] + patch[:important] > 0 %>
     <% javascript_tag do -%>
-      jQuery(function($){ $('#status-eye').addClass('eye_warning'); });
-      //$('#patches_indicator').addClass("status_warning");
+      if($.browser.msie() && $.browser.version.number() == 8 ) {
+       $('#status-eye').css("background", 
"url(/images/circle-red.png)").addClass('eye_warning');
+      } else {
+       $('#status-eye').addClass('eye_warning');
+      }
     <% end -%>
   <% else %>
     <% javascript_tag do -%>
-      jQuery(function($){
-        if($('#status-eye').hasClass("eye_warning") == false) { 
$('#status-eye').addClass('eye_healthy'); }
-        //$('#patches_indicator').addClass("status_ok");
-      });
+      if($('#status-eye').hasClass("eye_warning") == false) { 
+        $('#status-eye').addClass('eye_healthy'); 
+        if($.browser.msie() && $.browser.version.number() == 8 ) {
+          $('#status-eye').css("background", "url(/images/circle-green.png)"); 
 
+        }
+      }
     <% end -%>
   <% end %>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/po/de/webyast-software-ui.po 
new/www/po/de/webyast-software-ui.po
--- old/www/po/de/webyast-software-ui.po        2011-04-11 16:48:55.000000000 
+0200
+++ new/www/po/de/webyast-software-ui.po        2011-06-01 12:41:59.000000000 
+0200
@@ -1,447 +1,627 @@
-# Copyright (C) 2006 SuSE Linux Products GmbH, Nuernberg
+# Copyright (C) 2011 SuSE Linux Products GmbH, Nuernberg
 # This file is distributed under the same license as the package.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: webyast-software-ui\n"
-"POT-Creation-Date: 2010-08-18 10:19+0200\n"
-"PO-Revision-Date: 2010-08-26 08:58\n"
-"Last-Translator: Novell Language <[email protected]>\n"
-"Language-Team: Novell Language <[email protected]>\n"
+"POT-Creation-Date: 2011-05-30 16:16+0200\n"
+"PO-Revision-Date: 2011-05-31 11:16+0200\n"
+"Last-Translator: Karl Eichwalder <[email protected]>\n"
+"Language-Team: German <[email protected]>\n"
+"Language: German \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"
 
-#: app/helpers/repositories_helper.rb:25 
./app/helpers/repositories_helper.rb:25
+#: app/helpers/repositories_helper.rb:25 app/helpers/repositories_helper.rb:25
 msgid "Highest"
 msgstr "Höchste"
 
-#: app/helpers/repositories_helper.rb:26 
./app/helpers/repositories_helper.rb:26
+#: app/helpers/repositories_helper.rb:26 app/helpers/repositories_helper.rb:26
 msgid "Higher"
 msgstr "Höher"
 
-#: app/helpers/repositories_helper.rb:27 
./app/helpers/repositories_helper.rb:27
+#: app/helpers/repositories_helper.rb:27 app/helpers/repositories_helper.rb:27
 msgid "Default"
 msgstr "Standard"
 
-#: app/helpers/repositories_helper.rb:28 
./app/helpers/repositories_helper.rb:28
+#: app/helpers/repositories_helper.rb:28 app/helpers/repositories_helper.rb:28
 msgid "Low"
 msgstr "Niedrig"
 
-#: app/helpers/repositories_helper.rb:29 
./app/helpers/repositories_helper.rb:29
+#: app/helpers/repositories_helper.rb:29 app/helpers/repositories_helper.rb:29
 msgid "Lowest"
 msgstr "Am niedrigsten"
 
-#: app/helpers/repositories_helper.rb:35 
./app/helpers/repositories_helper.rb:35
+#: app/helpers/repositories_helper.rb:35 app/helpers/repositories_helper.rb:35
 msgid "Highest priority"
 msgstr "Höchste Priorität"
 
-#: app/helpers/repositories_helper.rb:36 
./app/helpers/repositories_helper.rb:36
+#: app/helpers/repositories_helper.rb:36 app/helpers/repositories_helper.rb:36
 msgid "Higher priority"
 msgstr "Höhere Priorität"
 
-#: app/helpers/repositories_helper.rb:38 
./app/helpers/repositories_helper.rb:38
+#: app/helpers/repositories_helper.rb:38 app/helpers/repositories_helper.rb:38
 msgid "Low priority"
 msgstr "Niedrige  Priorität"
 
-#: app/helpers/repositories_helper.rb:39 
./app/helpers/repositories_helper.rb:39
+#: app/helpers/repositories_helper.rb:39 app/helpers/repositories_helper.rb:39
 msgid "Lowest priority"
 msgstr "Niedrigste Priorität"
 
-#: app/helpers/repositories_helper.rb:44 
./app/helpers/repositories_helper.rb:44
+#: app/helpers/repositories_helper.rb:44 app/helpers/repositories_helper.rb:44
 msgid "Custom priority"
 msgstr "Benutzerdefinierte Priorität"
 
-#: app/helpers/repositories_helper.rb:49 
./app/helpers/repositories_helper.rb:49
+#: app/helpers/repositories_helper.rb:49 app/helpers/repositories_helper.rb:49
 msgid "Custom"
 msgstr "Benutzerdefiniert"
 
-#: app/helpers/repositories_helper.rb:61 
app/views/repositories/index.html.erb:174
-#: app/views/repositories/add.html.erb:90 
./app/helpers/repositories_helper.rb:61
-#: ./app/views/repositories/index.html.erb:174 
./app/views/repositories/add.html.erb:90
+#: app/helpers/repositories_helper.rb:61
+#: app/views/repositories/add.html.erb:70
+#: app/views/repositories/index.html.erb:265
+#: app/helpers/repositories_helper.rb:61
+#: app/views/repositories/add.html.erb:70
+#: app/views/repositories/index.html.erb:265
 msgid "enable"
 msgstr "aktivieren"
 
-#: app/helpers/repositories_helper.rb:61 
app/views/repositories/index.html.erb:179
-#: app/views/repositories/add.html.erb:97 
./app/helpers/repositories_helper.rb:61
-#: ./app/views/repositories/index.html.erb:179 
./app/views/repositories/add.html.erb:97
+#: app/helpers/repositories_helper.rb:61
+#: app/views/repositories/add.html.erb:77
+#: app/views/repositories/index.html.erb:268
+#: app/helpers/repositories_helper.rb:61
+#: app/views/repositories/add.html.erb:77
+#: app/views/repositories/index.html.erb:268
 msgid "disable"
 msgstr "deaktivieren"
 
-#: app/helpers/repositories_helper.rb:66 
./app/helpers/repositories_helper.rb:66
+#: app/helpers/repositories_helper.rb:66 app/helpers/repositories_helper.rb:66
 msgid "enabled"
 msgstr "aktiviert"
 
-#: app/helpers/repositories_helper.rb:66 
./app/helpers/repositories_helper.rb:66
+#: app/helpers/repositories_helper.rb:66 app/helpers/repositories_helper.rb:66
 msgid "disabled"
 msgstr "deaktiviert"
 
-#: app/controllers/repositories_controller.rb:35 
./app/controllers/repositories_controller.rb:35
+#: app/helpers/repositories_helper.rb:83 app/helpers/repositories_helper.rb:83
+msgid "Repository is currently %senabled%s."
+msgstr "Repository ist derzeit %saktiviert%s."
+
+#: app/helpers/repositories_helper.rb:85 app/helpers/repositories_helper.rb:85
+msgid "Repository is currently %sdisabled%s."
+msgstr "Repository ist derzeit %sdeaktiviert%s."
+
+#: app/helpers/repositories_helper.rb:90 app/helpers/repositories_helper.rb:90
+msgid "Autorefresh is currently %senabled%s."
+msgstr "Automatische Aktualisierung ist derzeit %saktiviert%s."
+
+#: app/helpers/repositories_helper.rb:92 app/helpers/repositories_helper.rb:92
+msgid "Autorefresh is currently %sdisabled %s."
+msgstr "Automatische Aktualisierung ist derzeit %sdeaktiviert%s."
+
+#: app/helpers/repositories_helper.rb:97 app/helpers/repositories_helper.rb:97
+msgid "Keeping downloaded packages is currently %senabled%s."
+msgstr "Heruntergeladene Pakete beibehalten ist derzeit %saktiviert%s."
+
+#: app/helpers/repositories_helper.rb:99 app/helpers/repositories_helper.rb:99
+msgid "Keeping downloaded packages is currently %sdisabled%s."
+msgstr "Heruntergeladene Pakete beibehalten ist derzeit %sdeaktiviert%s."
+
+#: app/helpers/repositories_helper.rb:103
+#: app/helpers/repositories_helper.rb:103
+msgid "Repository will be enabled."
+msgstr "Repository wird aktiviert."
+
+#: app/helpers/repositories_helper.rb:103
+#: app/helpers/repositories_helper.rb:103
+msgid "Repository will be disabled."
+msgstr "Repository wird deaktiviert."
+
+#: app/helpers/repositories_helper.rb:107
+#: app/helpers/repositories_helper.rb:107
+msgid "Autorefresh will be enabled."
+msgstr "Automatische Aktualisierung wird aktiviert."
+
+#: app/helpers/repositories_helper.rb:107
+#: app/helpers/repositories_helper.rb:107
+msgid "Autorefresh will be disabled."
+msgstr "Automatische Aktualisierung wird deaktiviert."
+
+#: app/helpers/repositories_helper.rb:111
+#: app/helpers/repositories_helper.rb:111
+msgid "Keep packages option will be enabled."
+msgstr "Option 'Pakete beibehalten' wird aktiviert."
+
+#: app/helpers/repositories_helper.rb:111
+#: app/helpers/repositories_helper.rb:111
+msgid "Keep packages option will be disabled."
+msgstr "Option 'Pakete beibehalten' wird deaktiviert."
+
+#: app/controllers/repositories_controller.rb:35
+#: app/views/repositories/add.html.erb:161
+#: app/controllers/repositories_controller.rb:35
+#: app/views/repositories/add.html.erb:161
 msgid "Alias"
 msgstr "Alias"
 
-#: app/controllers/repositories_controller.rb:36 
app/views/repositories/index.html.erb:230
-#: ./app/controllers/repositories_controller.rb:36 
./app/views/repositories/index.html.erb:230
+#: app/controllers/repositories_controller.rb:36
+#: app/views/repositories/index.html.erb:62
+#: app/controllers/repositories_controller.rb:36
+#: app/views/repositories/index.html.erb:62
 msgid "Enabled"
 msgstr "Aktiviert"
 
-#: app/controllers/repositories_controller.rb:37 
./app/controllers/repositories_controller.rb:37
+#: app/controllers/repositories_controller.rb:37
+#: app/controllers/repositories_controller.rb:37
 msgid "Autorefresh"
 msgstr "Automatische Aktualisierung"
 
-#: app/controllers/repositories_controller.rb:38 
app/views/patch_updates/_patches.html.erb:24
-#: ./app/controllers/repositories_controller.rb:38 
./app/views/patch_updates/_patches.html.erb:24
+#: app/controllers/repositories_controller.rb:38
+#: app/views/patch_updates/_patches.html.erb:22
+#: app/views/repositories/add.html.erb:165
+#: app/controllers/repositories_controller.rb:38
+#: app/views/patch_updates/_patches.html.erb:22
+#: app/views/repositories/add.html.erb:165
 msgid "Name"
 msgstr "Name"
 
-#: app/controllers/repositories_controller.rb:39 
./app/controllers/repositories_controller.rb:39
+#: app/controllers/repositories_controller.rb:39
+#: app/views/repositories/add.html.erb:169
+#: app/controllers/repositories_controller.rb:39
+#: app/views/repositories/add.html.erb:169
 msgid "URL"
 msgstr "URL"
 
-#: app/controllers/repositories_controller.rb:40 
./app/controllers/repositories_controller.rb:40
+#: app/controllers/repositories_controller.rb:40
+#: app/controllers/repositories_controller.rb:40
 msgid "Priority"
 msgstr "Priorität"
 
-#: app/controllers/repositories_controller.rb:41 
./app/controllers/repositories_controller.rb:41
+#: app/controllers/repositories_controller.rb:41
+#: app/controllers/repositories_controller.rb:41
 msgid "Keep downloaded packages"
 msgstr "Heruntergeladene Pakete beibehalten"
 
-#: app/controllers/repositories_controller.rb:51 
./app/controllers/repositories_controller.rb:51
+#: app/controllers/repositories_controller.rb:51
+#: app/controllers/repositories_controller.rb:51
 msgid "Cannot read repository list."
 msgstr "Repository-Liste kann nicht gelesen werden."
 
-#: app/controllers/repositories_controller.rb:68 
app/controllers/repositories_controller.rb:95
-#: ./app/controllers/repositories_controller.rb:68 
./app/controllers/repositories_controller.rb:95
+#: app/controllers/repositories_controller.rb:68
+#: app/controllers/repositories_controller.rb:95
+#: app/controllers/repositories_controller.rb:68
+#: app/controllers/repositories_controller.rb:95
 msgid "Missing repository parameter"
 msgstr "Repository-Parameter fehlt"
 
-#: app/controllers/repositories_controller.rb:76 
app/controllers/repositories_controller.rb:104
-#: ./app/controllers/repositories_controller.rb:76 
./app/controllers/repositories_controller.rb:104
+#: app/controllers/repositories_controller.rb:76
+#: app/controllers/repositories_controller.rb:104
+#: app/controllers/repositories_controller.rb:76
+#: app/controllers/repositories_controller.rb:104
 msgid "Repository '%s' was not found."
 msgstr "Repository '%s' wurde nicht gefunden."
 
-#: app/controllers/repositories_controller.rb:84 
./app/controllers/repositories_controller.rb:84
+#: app/controllers/repositories_controller.rb:84
+#: app/controllers/repositories_controller.rb:84
 msgid "Repository '%s' has been deleted."
 msgstr "Repository '%s' wurde gelöscht."
 
-#: app/controllers/repositories_controller.rb:87 
./app/controllers/repositories_controller.rb:87
+#: app/controllers/repositories_controller.rb:87
+#: app/controllers/repositories_controller.rb:87
 msgid "Cannot remove repository '%s'"
 msgstr "Repository '%s' kann nicht entfernt werden"
 
-#: app/controllers/repositories_controller.rb:109 
./app/controllers/repositories_controller.rb:109
+#: app/controllers/repositories_controller.rb:109
+#: app/controllers/repositories_controller.rb:109
 msgid "Cannot update repository '%s': missing parameters."
 msgstr "Repository '%s' kann nicht aktualisiert werden: Fehlende Parameter."
 
-#: app/controllers/repositories_controller.rb:123 
app/controllers/repositories_controller.rb:204
-#: ./app/controllers/repositories_controller.rb:123 
./app/controllers/repositories_controller.rb:204
+#: app/controllers/repositories_controller.rb:123
+#: app/controllers/repositories_controller.rb:204
+#: app/controllers/repositories_controller.rb:123
+#: app/controllers/repositories_controller.rb:204
 msgid "Invalid priority"
 msgstr "Ungültige Priorität"
 
-#: app/controllers/repositories_controller.rb:133 
./app/controllers/repositories_controller.rb:133
+#: app/controllers/repositories_controller.rb:133
+#: app/controllers/repositories_controller.rb:133
 msgid "Repository '%s' has been updated."
 msgstr "Repository '%s' wurde aktualisiert."
 
-#: app/controllers/repositories_controller.rb:139 
./app/controllers/repositories_controller.rb:139
+#: app/controllers/repositories_controller.rb:139
+#: app/controllers/repositories_controller.rb:139
 msgid "Cannot update repository '%s': Unknown error"
 msgstr "Repository '%s' kann nicht aktualisiert werden: Unbekannter Fehler"
 
-#: app/controllers/repositories_controller.rb:151 
./app/controllers/repositories_controller.rb:151
+#: app/controllers/repositories_controller.rb:151
+#: app/controllers/repositories_controller.rb:151
 msgid "Cannot update repository '%s'"
 msgstr "Repository '%s' kann nicht aktualisiert werden"
 
-#: app/controllers/repositories_controller.rb:154 
./app/controllers/repositories_controller.rb:154
+#: app/controllers/repositories_controller.rb:154
+#: app/controllers/repositories_controller.rb:154
 msgid "Unknown backend error: %s"
 msgstr "Unbekannter Backend-Fehler: %s"
 
-#: app/controllers/repositories_controller.rb:192 
./app/controllers/repositories_controller.rb:192
+#: app/controllers/repositories_controller.rb:192
+#: app/controllers/repositories_controller.rb:192
 msgid "Missing repository parameters"
 msgstr "Repository-Parameter fehlen"
 
-#: app/controllers/repositories_controller.rb:215 
./app/controllers/repositories_controller.rb:215
+#: app/controllers/repositories_controller.rb:215
+#: app/controllers/repositories_controller.rb:215
 msgid "Repository '%s' has been added."
 msgstr "Repository '%s' wurde hinzugefügt."
 
-#: app/controllers/repositories_controller.rb:221 
./app/controllers/repositories_controller.rb:221
+#: app/controllers/repositories_controller.rb:221
+#: app/controllers/repositories_controller.rb:221
 msgid "Cannot create repository '%s': Unknown error"
 msgstr "Repository '%s' kann nicht erstellt werden: Unbekannter Fehler"
 
-#: app/controllers/repositories_controller.rb:233 
./app/controllers/repositories_controller.rb:233
+#: app/controllers/repositories_controller.rb:233
+#: app/controllers/repositories_controller.rb:233
 msgid "Cannot create repository '%s'"
 msgstr "Repository '%s' kann nicht erstellt werden"
 
-#: app/controllers/repositories_controller.rb:237 
./app/controllers/repositories_controller.rb:237
+#: app/controllers/repositories_controller.rb:237
+#: app/controllers/repositories_controller.rb:237
 msgid "Unknown backend error"
 msgstr "Unbekannter Backend-Fehler"
 
-#: app/controllers/patch_updates_controller.rb:42 
./app/controllers/patch_updates_controller.rb:42
-msgid "<p>Please reboot your system after all patches have been installed.</p>"
-msgstr "<p>Führen Sie den Reboot-Vorgang des Systems durch, nachdem sämtliche 
Patches installiert wurden.</p>"
-
-#: app/controllers/patch_updates_controller.rb:44 
./app/controllers/patch_updates_controller.rb:44
-msgid "<p>Please logout and login again after all patches have been 
installed.</p>"
-msgstr "<p>Melden Sie sich ab und dann wieder an, nachdem sämtliche Patches 
installiert wurden.</p>"
-
-#: app/controllers/patch_updates_controller.rb:64 
app/views/patch_updates/_patch_summary.html.erb:30
-#: ./app/controllers/patch_updates_controller.rb:64 
./app/views/patch_updates/_patch_summary.html.erb:30
+#: app/controllers/patch_updates_controller.rb:43
+#: app/controllers/patch_updates_controller.rb:43
+msgid "There are patch installation messages available"
+msgstr "Es sind Nachrichten zum Installieren von Patches verfügbar"
+
+#: app/controllers/patch_updates_controller.rb:51
+#: app/views/patch_updates/_patch_summary.html.erb:46
+#: app/controllers/patch_updates_controller.rb:51
+#: app/views/patch_updates/_patch_summary.html.erb:46
 msgid "Cannot read patch updates: GPG key for repository <em>%s</em> is not 
trusted."
 msgstr "Lesen der Patch-Aktualisierungen nicht möglich: GPG-Schlüssel für 
Repository <em>%s</em> ist nicht verbürgt."
 
-#: app/controllers/patch_updates_controller.rb:97 
app/controllers/patch_updates_controller.rb:100
-#: app/views/patch_updates/_patch_progress.html.erb:2 
./app/controllers/patch_updates_controller.rb:97
-#: ./app/controllers/patch_updates_controller.rb:100 
./app/views/patch_updates/_patch_progress.html.erb:2
+#: app/controllers/patch_updates_controller.rb:90
+#: app/controllers/patch_updates_controller.rb:93
+#: app/views/patch_updates/_patch_progress.html.erb:2
+#: app/controllers/patch_updates_controller.rb:90
+#: app/controllers/patch_updates_controller.rb:93
+#: app/views/patch_updates/_patch_progress.html.erb:2
 msgid "A problem occured when loading patch information."
 msgstr "Beim Laden der Patch-Informationen ist ein Fehler aufgetreten."
 
-#: app/views/repositories/index.html.erb:43 
app/views/repositories/add.html.erb:56
-#: ./app/views/repositories/index.html.erb:43 
./app/views/repositories/add.html.erb:56
-msgid "Enter a valid repository URL."
-msgstr "Geben Sie eine gültige Repository-URL ein."
-
-#: app/views/repositories/index.html.erb:51 
app/views/repositories/add.html.erb:64
-#: ./app/views/repositories/index.html.erb:51 
./app/views/repositories/add.html.erb:64
-msgid "Symbols <b>%s</b> are not allowed in repository alias."
-msgstr "Im Repository-Alias sind keine <b>%s</b>-Symbole zulässig."
-
-#: app/views/repositories/index.html.erb:55 
app/views/repositories/add.html.erb:79
-#: ./app/views/repositories/index.html.erb:55 
./app/views/repositories/add.html.erb:79
-msgid "This value cannot be empty."
-msgstr "Dieser Wert darf nicht leer sein."
-
-#: app/views/repositories/index.html.erb:99 
app/views/repositories/index.html.erb:122
-#: app/views/repositories/index.html.erb:146 
app/views/repositories/index.html.erb:254
-#: app/views/repositories/add.html.erb:71 
app/views/patch_updates/index.html.erb:32
-#: app/views/patch_updates/index.html.erb:41 
./app/views/repositories/index.html.erb:99
-#: ./app/views/repositories/index.html.erb:122 
./app/views/repositories/index.html.erb:146
-#: ./app/views/repositories/index.html.erb:254 
./app/views/repositories/add.html.erb:71
-#: ./app/views/patch_updates/index.html.erb:32 
./app/views/patch_updates/index.html.erb:41
-msgid "Please wait"
-msgstr "Bitte warten"
-
-#: app/views/repositories/index.html.erb:195 
app/views/repositories/add.html.erb:153
-#: ./app/views/repositories/index.html.erb:195 
./app/views/repositories/add.html.erb:153 ./shortcuts.yml:15
-msgid "Software Repositories"
-msgstr "Software-Repositorys"
-
-#: app/views/repositories/index.html.erb:200 
./app/views/repositories/index.html.erb:200
-msgid "Configured software repositories"
-msgstr "Konfigurierte Software-Repositorys"
-
-#: app/views/repositories/index.html.erb:211 
./app/views/repositories/index.html.erb:211
-msgid "Quick Search"
-msgstr "Schnellsuche"
-
-#: app/views/repositories/index.html.erb:219 
./app/views/repositories/index.html.erb:219
-msgid "Add New Repository"
-msgstr "Neues Repository hinzufügen"
-
-#: app/views/repositories/index.html.erb:225 
./app/views/repositories/index.html.erb:225
-msgid "Filter repositories"
-msgstr "Filterrepositorys"
-
-#: app/views/repositories/index.html.erb:229 
./app/views/repositories/index.html.erb:229
-msgid "All"
-msgstr "Alle"
-
-#: app/views/repositories/index.html.erb:231 
./app/views/repositories/index.html.erb:231
-msgid "Disabled"
-msgstr "Deaktiviert"
-
-#: app/views/repositories/index.html.erb:277 
./app/views/repositories/index.html.erb:277
-msgid "Repository is currently"
-msgstr "Repository ist aktuell"
-
-#: app/views/repositories/index.html.erb:280 
app/views/repositories/add.html.erb:176
-#: app/views/repositories/add.html.erb:177 
./app/views/repositories/index.html.erb:280
-#: ./app/views/repositories/add.html.erb:176 
./app/views/repositories/add.html.erb:177
-msgid "Repository will be %s."
-msgstr "Repository wird %s."
-
-#: app/views/repositories/index.html.erb:284 
./app/views/repositories/index.html.erb:284
-msgid "Autorefresh is currently"
-msgstr "Automatische Aktualisierung ist aktuell"
-
-#: app/views/repositories/index.html.erb:287 
app/views/repositories/add.html.erb:181
-#: app/views/repositories/add.html.erb:182 
./app/views/repositories/index.html.erb:287
-#: ./app/views/repositories/add.html.erb:181 
./app/views/repositories/add.html.erb:182
-msgid "Autorefresh will be %s."
-msgstr "Automatische Aktualisierung wird %s."
-
-#: app/views/repositories/index.html.erb:291 
./app/views/repositories/index.html.erb:291
-msgid "Keeping downloaded packages is currently"
-msgstr "Heruntergeladene Pakete beibehalten ist aktuell"
-
-#: app/views/repositories/index.html.erb:294 
app/views/repositories/add.html.erb:186
-#: app/views/repositories/add.html.erb:187 
./app/views/repositories/index.html.erb:294
-#: ./app/views/repositories/add.html.erb:186 
./app/views/repositories/add.html.erb:187
-msgid "Keep packages option will be %s."
-msgstr "Option 'Pakete beibehalten' wird %s."
-
-#: app/views/repositories/index.html.erb:301 
app/views/repositories/add.html.erb:195
-#: ./app/views/repositories/index.html.erb:301 
./app/views/repositories/add.html.erb:195
-msgid "Save"
-msgstr "Speichern"
-
-#: app/views/repositories/index.html.erb:302 
./app/views/repositories/index.html.erb:302
-msgid "Delete"
-msgstr "Löschen"
-
-#: app/views/repositories/index.html.erb:304 
./app/views/repositories/index.html.erb:304
-msgid "Really delete repository '%s'?"
-msgstr "Repository \"%s\" wirklich löschen?"
-
-#: app/views/repositories/add.html.erb:125 
./app/views/repositories/add.html.erb:125
-msgid "A repository with this URL already exists.\nCreate a duplicate?"
-msgstr "Ein Repository mit dieser URL ist bereits vorhanden.\nDuplikat 
erstellen?"
-
-#: app/views/repositories/add.html.erb:155 
./app/views/repositories/add.html.erb:155
-msgid "Add a new repository"
-msgstr "Neues Repository hinzufügen"
+#: app/views/patch_updates/_patch_progress.html.erb:6
+#: app/views/patch_updates/_patch_progress.html.erb:6
+msgid "Refreshing package cache"
+msgstr "Paket-Cache wird aktualisiert"
 
-#: app/views/repositories/add.html.erb:164 
./app/views/repositories/add.html.erb:164
-msgid "New Repository"
-msgstr "Neues Repository"
+#: app/views/patch_updates/_patch_progress.html.erb:7
+#: app/views/patch_updates/_patch_progress.html.erb:7
+msgid "Starting package manager"
+msgstr "Starten des Paket-Managers"
 
-#: app/views/patch_updates/_patch_installation.html.erb:8 
./app/views/patch_updates/_patch_installation.html.erb:8
-msgid "An error occured while installing patches."
-msgstr "Beim Installieren von Patches ist ein Fehler aufgetreten."
+#: app/views/patch_updates/_patch_progress.html.erb:8
+#: app/views/patch_updates/_patch_progress.html.erb:8
+msgid "Waiting for the package manager lock"
+msgstr "Warten auf Paket-Manager-Sperre"
 
-#: app/views/patch_updates/_patch_installation.html.erb:35 
./app/views/patch_updates/_patch_installation.html.erb:35
-msgid "Patch Installation"
-msgstr "Patch-Installation"
+#: app/views/patch_updates/_patch_progress.html.erb:9
+#: app/views/patch_updates/_patch_progress.html.erb:19
+#: app/views/patch_updates/_patch_progress.html.erb:9
+#: app/views/patch_updates/_patch_progress.html.erb:19
+msgid "Evaluating available patches"
+msgstr "Auswerten verfügbarer Patches"
 
-#: app/views/patch_updates/_patch_installation.html.erb:45 
./app/views/patch_updates/_patch_installation.html.erb:45
-msgid "Stop"
-msgstr "Stopp"
+#: app/views/patch_updates/_patch_progress.html.erb:10
+#: app/views/patch_updates/_patch_progress.html.erb:10
+msgid "Finished reading patches"
+msgstr "Lesen von Patches abgeschlossen"
 
-#: app/views/patch_updates/_patch_installation.html.erb:45 
./app/views/patch_updates/_patch_installation.html.erb:45
-msgid "Are you sure?"
-msgstr "Sind Sie sicher?"
+#: app/views/patch_updates/index.html.erb:34
+#: app/views/patch_updates/index.html.erb:42
+#: app/views/patch_updates/index.html.erb:51
+#: app/views/patch_updates/index.html.erb:143
+#: app/views/patch_updates/license.html.erb:32
+#: app/views/patch_updates/license.html.erb:41
+#: app/views/repositories/add.html.erb:50
+#: app/views/repositories/index.html.erb:89
+#: app/views/repositories/index.html.erb:223
+#: app/views/repositories/index.html.erb:241
+#: app/views/patch_updates/index.html.erb:34
+#: app/views/patch_updates/index.html.erb:42
+#: app/views/patch_updates/index.html.erb:51
+#: app/views/patch_updates/index.html.erb:143
+#: app/views/patch_updates/license.html.erb:32
+#: app/views/patch_updates/license.html.erb:41
+#: app/views/repositories/add.html.erb:50
+#: app/views/repositories/index.html.erb:89
+#: app/views/repositories/index.html.erb:223
+#: app/views/repositories/index.html.erb:241
+msgid "Please wait"
+msgstr "Bitte warten"
 
-#: app/views/patch_updates/index.html.erb:50 
./app/views/patch_updates/index.html.erb:50
+#: app/views/patch_updates/index.html.erb:68
+#: app/views/patch_updates/index.html.erb:131
+#: app/views/patch_updates/index.html.erb:68
+#: app/views/patch_updates/index.html.erb:131
 msgid "Updates"
 msgstr "Updates"
 
-#: app/views/patch_updates/index.html.erb:55 
app/views/patch_updates/_patch_summary.html.erb:55
-#: ./app/views/patch_updates/index.html.erb:55 
./app/views/patch_updates/_patch_summary.html.erb:55
+#: app/views/patch_updates/index.html.erb:82
+#: app/views/patch_updates/_patch_summary.html.erb:116
+#: app/views/patch_updates/index.html.erb:82
+#: app/views/patch_updates/_patch_summary.html.erb:116
 msgid "Your system is up to date."
 msgstr "Ihr System ist auf dem neuesten Stand."
 
-#: app/views/patch_updates/index.html.erb:74 
./app/views/patch_updates/index.html.erb:74
+#: app/views/patch_updates/index.html.erb:124
+#: app/views/patch_updates/index.html.erb:124
 msgid "Please wait ..."
 msgstr "Bitte warten..."
 
-#: app/views/patch_updates/index.html.erb:78 
./app/views/patch_updates/index.html.erb:78
-msgid "Updates available"
-msgstr "Aktualisierungen verfügbar"
-
-#: app/views/patch_updates/index.html.erb:83 
./app/views/patch_updates/index.html.erb:83
+#: app/views/patch_updates/index.html.erb:149
+#: app/views/patch_updates/index.html.erb:149
 msgid "All updates"
 msgstr "Alle Updates"
 
-#: app/views/patch_updates/index.html.erb:88 
./app/views/patch_updates/index.html.erb:88
+#: app/views/patch_updates/index.html.erb:154
+#: app/views/patch_updates/index.html.erb:154
 msgid "Security"
 msgstr "Sicherheit"
 
-#: app/views/patch_updates/index.html.erb:92 
./app/views/patch_updates/index.html.erb:92
+#: app/views/patch_updates/index.html.erb:158
+#: app/views/patch_updates/index.html.erb:158
 msgid "Important"
 msgstr "Wichtig"
 
-#: app/views/patch_updates/index.html.erb:97 
./app/views/patch_updates/index.html.erb:97
+#: app/views/patch_updates/index.html.erb:163
+#: app/views/patch_updates/index.html.erb:163
 msgid "Recommended"
 msgstr "Empfohlen"
 
-#: app/views/patch_updates/index.html.erb:102 
./app/views/patch_updates/index.html.erb:102
+#: app/views/patch_updates/index.html.erb:168
+#: app/views/patch_updates/index.html.erb:168
 msgid "Optional"
 msgstr "Optional"
 
-#: app/views/patch_updates/index.html.erb:113 
./app/views/patch_updates/index.html.erb:113
+#: app/views/patch_updates/index.html.erb:185
+#: app/views/patch_updates/index.html.erb:185
 msgid "Update"
 msgstr "Aktualisieren"
 
-#: app/views/patch_updates/_patch_progress.html.erb:6 
./app/views/patch_updates/_patch_progress.html.erb:6
-msgid "Refreshing package cache"
-msgstr "Paket-Cache wird aktualisiert"
-
-#: app/views/patch_updates/_patch_progress.html.erb:7 
./app/views/patch_updates/_patch_progress.html.erb:7
-msgid "Starting package manager"
-msgstr "Starten des Paket-Managers"
-
-#: app/views/patch_updates/_patch_progress.html.erb:8 
./app/views/patch_updates/_patch_progress.html.erb:8
-msgid "Waiting for the package manager lock"
-msgstr "Warten auf Paket-Manager-Sperre"
-
-#: app/views/patch_updates/_patch_progress.html.erb:9 
app/views/patch_updates/_patch_progress.html.erb:19
-#: ./app/views/patch_updates/_patch_progress.html.erb:9 
./app/views/patch_updates/_patch_progress.html.erb:19
-msgid "Evaluating available patches"
-msgstr "Auswerten verfügbarer Patches"
-
-#: app/views/patch_updates/_patch_progress.html.erb:10 
./app/views/patch_updates/_patch_progress.html.erb:10
-msgid "Finished reading patches"
-msgstr "Lesen von Patches abgeschlossen"
-
-#: app/views/patch_updates/_patches.html.erb:10 
./app/views/patch_updates/_patches.html.erb:10
-msgid "One of the patches seems to update WebYaST itself.\nYou may need to 
reload the page after applying the patch."
-msgstr "Bei einem der Patches scheint es sich um ein Update der eigentlichen 
WebYaST-Instanz zu handeln.\nNach der Patch-Anwendung muss möglicherweise die 
Seite neu geladen werden."
+#: app/views/patch_updates/_patches.html.erb:10
+#: app/views/patch_updates/_patches.html.erb:10
+msgid ""
+"One of the patches seems to update WebYaST itself.\n"
+"You may need to reload the page after applying the patch."
+msgstr ""
+"Bei einem der Patches scheint es sich um ein Update der eigentlichen 
WebYaST-Instanz zu handeln.\n"
+"Nach der Patch-Anwendung muss möglicherweise die Seite neu geladen werden."
 
-#: app/views/patch_updates/_patches.html.erb:15 
./app/views/patch_updates/_patches.html.erb:15
+#: app/views/patch_updates/_patches.html.erb:16
+#: app/views/patch_updates/_patches.html.erb:16
 msgid "No patches available"
 msgstr "Keine Patches verfügbar"
 
-#: app/views/patch_updates/_patches.html.erb:21 
./app/views/patch_updates/_patches.html.erb:21
-msgid "Check"
-msgstr "Überprüfen"
-
-#: app/views/patch_updates/_patches.html.erb:23 
./app/views/patch_updates/_patches.html.erb:23
+#: app/views/patch_updates/_patches.html.erb:21
+#: app/views/patch_updates/_patches.html.erb:21
 msgid "Kind"
 msgstr "Art"
 
-#: app/views/patch_updates/_patches.html.erb:25 
./app/views/patch_updates/_patches.html.erb:25
-msgid "Summary"
-msgstr "Zusammenfassung"
-
-#: app/views/patch_updates/_patches.html.erb:27 
app/views/patch_updates/_patches.html.erb:30
-#: ./app/views/patch_updates/_patches.html.erb:27 
./app/views/patch_updates/_patches.html.erb:30
+#: app/views/patch_updates/_patches.html.erb:24
+#: app/views/patch_updates/_patches.html.erb:27
+#: app/views/patch_updates/_patches.html.erb:24
+#: app/views/patch_updates/_patches.html.erb:27
 msgid "Source"
 msgstr "Quelle"
 
-#: app/views/patch_updates/_patches.html.erb:28 
./app/views/patch_updates/_patches.html.erb:28
+#: app/views/patch_updates/_patches.html.erb:25
+#: app/views/patch_updates/_patches.html.erb:25
 msgid "Install"
 msgstr "Installieren"
 
-#: app/views/patch_updates/_patch_summary.html.erb:25 
./app/views/patch_updates/_patch_summary.html.erb:25
+#: app/views/patch_updates/_patch_summary.html.erb:40
+#: app/views/patch_updates/_patch_summary.html.erb:40
 msgid "Cannot read patch updates - you have been logged out."
 msgstr "Patch-Aktualisierungen können nicht gelesen werden - Sie wurden 
abgemeldet."
 
-#: app/views/patch_updates/_patch_summary.html.erb:28 
./app/views/patch_updates/_patch_summary.html.erb:28
+#: app/views/patch_updates/_patch_summary.html.erb:43
+#: app/views/patch_updates/_patch_summary.html.erb:43
 msgid "No information about patches available"
 msgstr "Keine Informationen zu Patches verfügbar"
 
-#: app/views/patch_updates/_patch_summary.html.erb:46 
./app/views/patch_updates/_patch_summary.html.erb:46
+#: app/views/patch_updates/_patch_summary.html.erb:52
+#: app/views/patch_updates/_patch_summary.html.erb:130
+#: app/views/patch_updates/_patch_summary.html.erb:52
+#: app/views/patch_updates/_patch_summary.html.erb:130
+msgid "Loading patch information"
+msgstr "Laden von Patch-Informationen"
+
+#: app/views/patch_updates/_patch_summary.html.erb:59
+#: app/views/patch_updates/_patch_summary.html.erb:59
+msgid "Update needs EULA license confirmation. Please follow to patch module 
to decide about license."
+msgstr "Aktualisierung benötigt Bestätigung der EULA-Lizenz.  Bitte folgen Sie 
zum Patch-Module, um über die Lizenz zu entscheiden."
+
+#: app/views/patch_updates/_patch_summary.html.erb:88
+#: app/views/patch_updates/_patch_summary.html.erb:88
 msgid "Security Updates: %d"
 msgstr "Sicherheitsaktualisierungen: %d"
 
-#: app/views/patch_updates/_patch_summary.html.erb:49 
./app/views/patch_updates/_patch_summary.html.erb:49
+#: app/views/patch_updates/_patch_summary.html.erb:98
+#: app/views/patch_updates/_patch_summary.html.erb:98
 msgid "Important Updates: %d"
 msgstr "Wichtige Aktualisierungen: %d"
 
-#: app/views/patch_updates/_patch_summary.html.erb:52 
./app/views/patch_updates/_patch_summary.html.erb:52
+#: app/views/patch_updates/_patch_summary.html.erb:108
+#: app/views/patch_updates/_patch_summary.html.erb:108
 msgid "Optional Updates: %d"
 msgstr "Optionale Aktualisierungen: %d"
 
-#: app/views/patch_updates/_patch_summary.html.erb:60 
./app/views/patch_updates/_patch_summary.html.erb:60
-msgid "Update All"
-msgstr "Alle aktualisieren"
+#: app/views/patch_updates/_patch_summary.html.erb:122
+#: app/views/patch_updates/_patch_summary.html.erb:122
+msgid "Install all"
+msgstr "Alle installieren"
 
-#: app/views/patch_updates/_patch_summary.html.erb:60 
./app/views/patch_updates/_patch_summary.html.erb:60
+#: app/views/patch_updates/_patch_summary.html.erb:122
+#: app/views/patch_updates/_patch_summary.html.erb:122
 msgid "Updating all. Are you sure?"
 msgstr "Alles wird aktualisiert. Sind Sie sicher?"
 
-#: app/views/patch_updates/_patch_summary.html.erb:67 
./app/views/patch_updates/_patch_summary.html.erb:67
-msgid "Loading patch information"
-msgstr "Laden von Patch-Informationen"
+#: app/views/patch_updates/license.html.erb:64
+#: app/views/patch_updates/license.html.erb:64
+msgid "Accept"
+msgstr "Akzeptieren"
+
+#: app/views/patch_updates/license.html.erb:65
+#: app/views/patch_updates/license.html.erb:65
+msgid "Reject"
+msgstr "Ablehnen"
 
-#: ./shortcuts.yml:16
+#: app/views/patch_updates/_patch_installation.html.erb:8
+#: app/views/patch_updates/_patch_installation.html.erb:8
+msgid "An error occured while installing patches."
+msgstr "Beim Installieren von Patches ist ein Fehler aufgetreten."
+
+#: app/views/patch_updates/_patch_installation.html.erb:35
+#: app/views/patch_updates/_patch_installation.html.erb:35
+msgid "Patch Installation"
+msgstr "Patch-Installation"
+
+#: app/views/patch_updates/_patch_installation.html.erb:45
+#: app/views/patch_updates/_patch_installation.html.erb:45
+msgid "Stop"
+msgstr "Stopp"
+
+#: app/views/patch_updates/_patch_installation.html.erb:45
+#: app/views/patch_updates/_patch_installation.html.erb:45
+msgid "Are you sure?"
+msgstr "Sind Sie sicher?"
+
+#: app/views/repositories/add.html.erb:35
+#: app/views/repositories/index.html.erb:168
+#: app/views/repositories/add.html.erb:35
+#: app/views/repositories/index.html.erb:168
+msgid "Enter a valid repository URL."
+msgstr "Geben Sie eine gültige Repository-URL ein."
+
+#: app/views/repositories/add.html.erb:43
+#: app/views/repositories/index.html.erb:176
+#: app/views/repositories/add.html.erb:43
+#: app/views/repositories/index.html.erb:176
+msgid "Symbols <b>%s</b> are not allowed in repository alias."
+msgstr "Im Repository-Alias sind keine <b>%s</b>-Symbole zulässig."
+
+#: app/views/repositories/add.html.erb:59
+#: app/views/repositories/index.html.erb:180
+#: app/views/repositories/add.html.erb:59
+#: app/views/repositories/index.html.erb:180
+msgid "This value cannot be empty."
+msgstr "Dieser Wert darf nicht leer sein."
+
+#: app/views/repositories/add.html.erb:105
+#: app/views/repositories/add.html.erb:105
+msgid ""
+"A repository with this URL already exists.\n"
+"Create a duplicate?"
+msgstr ""
+"Ein Repository mit dieser URL ist bereits vorhanden.\n"
+"Duplikat erstellen?"
+
+#: app/views/repositories/add.html.erb:139
+#: app/views/repositories/index.html.erb:33
+#: app/views/repositories/index.html.erb:40
+#: app/views/repositories/add.html.erb:139
+#: app/views/repositories/index.html.erb:33
+#: app/views/repositories/index.html.erb:40 shortcuts.yml:16
+msgid "Software Repositories"
+msgstr "Software-Repositorys"
+
+#: app/views/repositories/add.html.erb:141
+#: app/views/repositories/add.html.erb:155
+#: app/views/repositories/add.html.erb:141
+#: app/views/repositories/add.html.erb:155
+msgid "Add a new repository"
+msgstr "Neues Repository hinzufügen"
+
+#: app/views/repositories/add.html.erb:177
+#: app/views/repositories/add.html.erb:177
+msgid "Repository will be %s."
+msgstr "Repository wird %s."
+
+#: app/views/repositories/add.html.erb:182
+#: app/views/repositories/add.html.erb:182
+msgid "Autorefresh will be %s."
+msgstr "Automatische Aktualisierung wird %s."
+
+#: app/views/repositories/add.html.erb:187
+#: app/views/repositories/add.html.erb:187
+msgid "Keep packages option will be %s."
+msgstr "Option 'Pakete beibehalten' wird %s."
+
+#: app/views/repositories/index.html.erb:54
+#: app/views/repositories/index.html.erb:54
+msgid "Quick Search"
+msgstr "Schnellsuche"
+
+#: app/views/repositories/index.html.erb:59
+#: app/views/repositories/index.html.erb:59
+msgid "Filter repositories"
+msgstr "Filterrepositorys"
+
+#: app/views/repositories/index.html.erb:62
+#: app/views/repositories/index.html.erb:62
+msgid "All"
+msgstr "Alle"
+
+#: app/views/repositories/index.html.erb:62
+#: app/views/repositories/index.html.erb:62
+msgid "Disabled"
+msgstr "Deaktiviert"
+
+#: app/views/repositories/index.html.erb:67
+#: app/views/repositories/index.html.erb:67
+msgid "New Repository"
+msgstr "Neues Repository"
+
+#: app/views/repositories/index.html.erb:137
+#: app/views/repositories/index.html.erb:137
+msgid "Save"
+msgstr "Speichern"
+
+#: app/views/repositories/index.html.erb:138
+#: app/views/repositories/index.html.erb:138
+msgid "Delete"
+msgstr "Löschen"
+
+#: app/views/repositories/index.html.erb:140
+#: app/views/repositories/index.html.erb:140
+msgid "Really delete repository '%s'?"
+msgstr "Repository \"%s\" wirklich löschen?"
+
+#: shortcuts.yml:17
 msgid "See and manage configured software repositories"
 msgstr "Konfigurierte Software-Repositorys anzeigen und verwalten"
 
+#~ msgid "<p>Please reboot your system after all patches have been 
installed.</p>"
+#~ msgstr "<p>Führen Sie den Reboot-Vorgang des Systems durch, nachdem 
sämtliche Patches installiert wurden.</p>"
+
+#~ msgid "<p>Please logout and login again after all patches have been 
installed.</p>"
+#~ msgstr "<p>Melden Sie sich ab und dann wieder an, nachdem sämtliche Patches 
installiert wurden.</p>"
+
+#~ msgid "Configured software repositories"
+#~ msgstr "Konfigurierte Software-Repositorys"
+
+#~ msgid "Add New Repository"
+#~ msgstr "Neues Repository hinzufügen"
+
+#~ msgid "Updates available"
+#~ msgstr "Aktualisierungen verfügbar"
+
+#~ msgid "Check"
+#~ msgstr "Überprüfen"
+
+#~ msgid "Summary"
+#~ msgstr "Zusammenfassung"
+
+#~ msgid "Update All"
+#~ msgstr "Alle aktualisieren"


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to