From 3c8538c0c6abf849a586b9fe93d429e194986141 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Tue, 8 Feb 2011 16:29:59 -0800 Subject: [PATCH] From: Jeff Mahoney Subject: apparmor-utils: Translation unification References: bnc#586072 This patch removes small inconsistencies between identical strings to allow for easier translation. Reported-by: Isis Binder Signed-off-by: Jeff Mahoney Acked-By: Steve Beattie --- utils/Immunix/Reports.pm | 6 +++--- utils/po/af.po | 5 ----- utils/po/ar.po | 5 ----- utils/po/bg.po | 6 ------ utils/po/bn.po | 5 ----- utils/po/bs.po | 6 ------ utils/po/ca.po | 5 ----- utils/po/cs.po | 5 ----- utils/po/cy.po | 5 ----- utils/po/da.po | 5 ----- utils/po/de.po | 5 ----- utils/po/el.po | 6 ------ utils/po/en_US.po | 3 --- utils/po/es.po | 5 ----- utils/po/et.po | 5 ----- utils/po/fi.po | 5 ----- utils/po/fr.po | 5 ----- utils/po/gl.po | 5 ----- utils/po/gu.po | 5 ----- utils/po/he.po | 5 ----- utils/po/hi.po | 5 ----- utils/po/hr.po | 5 ----- utils/po/hu.po | 5 ----- utils/po/id.po | 5 ----- utils/po/it.po | 5 ----- utils/po/ja.po | 5 ----- utils/po/ka.po | 5 ----- utils/po/km.po | 5 ----- utils/po/ko.po | 5 ----- utils/po/lo.po | 5 ----- utils/po/lt.po | 5 ----- utils/po/mk.po | 5 ----- utils/po/mr.po | 5 ----- utils/po/nb.po | 5 ----- utils/po/nl.po | 5 ----- utils/po/pa.po | 6 ------ utils/po/pl.po | 5 ----- utils/po/pt.po | 5 ----- utils/po/pt_BR.po | 5 ----- utils/po/ro.po | 5 ----- utils/po/ru.po | 5 ----- utils/po/si.po | 5 ----- utils/po/sk.po | 6 ------ utils/po/sl.po | 6 ------ utils/po/sr.po | 5 ----- utils/po/sv.po | 5 ----- utils/po/ta.po | 5 ----- utils/po/th.po | 5 ----- utils/po/tr.po | 6 ------ utils/po/uk.po | 5 ----- utils/po/vi.po | 5 ----- utils/po/wa.po | 5 ----- utils/po/xh.po | 5 ----- utils/po/zh_CN.po | 5 ----- utils/po/zh_TW.po | 5 ----- utils/po/zu.po | 5 ----- 56 files changed, 3 insertions(+), 283 deletions(-) diff --git a/utils/Immunix/Reports.pm b/utils/Immunix/Reports.pm index 69dce6c28..47fbd08e8 100755 --- a/utils/Immunix/Reports.pm +++ b/utils/Immunix/Reports.pm @@ -966,7 +966,7 @@ sub getEssStats { }; if ($@) { - ycp::y2error(sprintf(gettext("DBI Execution failed: %s"), $DBI::errstr)); + ycp::y2error(sprintf(gettext("DBI Execution failed: %s."), $DBI::errstr)); return; } @@ -979,7 +979,7 @@ sub getEssStats { }; if ($@) { - ycp::y2error(sprintf(gettext("DBI Execution failed: %s"), $DBI::errstr)); + ycp::y2error(sprintf(gettext("DBI Execution failed: %s."), $DBI::errstr)); return; } @@ -987,7 +987,7 @@ sub getEssStats { eval { $ret = $dbh->selectall_arrayref("$query"); }; if ($@) { - ycp::y2error(sprintf(gettext("DBI Execution failed: %s"), $DBI::errstr)); + ycp::y2error(sprintf(gettext("DBI Execution failed: %s."), $DBI::errstr)); return; } diff --git a/utils/po/af.po b/utils/po/af.po index fa7ac5d88..7e2ce0a64 100644 --- a/utils/po/af.po +++ b/utils/po/af.po @@ -758,11 +758,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ar.po b/utils/po/ar.po index 841e4589e..ea0db28df 100644 --- a/utils/po/ar.po +++ b/utils/po/ar.po @@ -633,11 +633,6 @@ msgstr "خطأ فادح. لم يتم العثور على أي دليل %s. ي msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "خطأ فادح. تعذر فتح %s. يتم الآن الإنهاء" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "فشل تنفيذ DBI: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/bg.po b/utils/po/bg.po index e2ea1b8e2..3e818c6e4 100644 --- a/utils/po/bg.po +++ b/utils/po/bg.po @@ -737,12 +737,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Файлът не може да бъде отворен за запис." -# %s is either BOOTP or DHCP -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "Настройването чрез %s бе неуспешно." - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/bn.po b/utils/po/bn.po index 2de33e4d3..c42785962 100644 --- a/utils/po/bn.po +++ b/utils/po/bn.po @@ -755,11 +755,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/bs.po b/utils/po/bs.po index 37569b177..e0169a102 100644 --- a/utils/po/bs.po +++ b/utils/po/bs.po @@ -710,12 +710,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -# %s is either BOOTP or DHCP -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "%s podešavanje nije uspjelo." - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ca.po b/utils/po/ca.po index 6cf301c3f..af122f024 100644 --- a/utils/po/ca.po +++ b/utils/po/ca.po @@ -755,11 +755,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/cs.po b/utils/po/cs.po index 78474b473..9a5dafb72 100644 --- a/utils/po/cs.po +++ b/utils/po/cs.po @@ -633,11 +633,6 @@ msgstr "Vážná chyba. Nebyl nalezen adresář, %s. Probíhá ukončení." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Vážná chyba. Nelze otevřít %s. Probíhá ukončení." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Chyba při vykonání DBI: %s." - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/cy.po b/utils/po/cy.po index 70e7d4040..d25408d9f 100644 --- a/utils/po/cy.po +++ b/utils/po/cy.po @@ -711,11 +711,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/da.po b/utils/po/da.po index c603959f3..bcf35755e 100644 --- a/utils/po/da.po +++ b/utils/po/da.po @@ -769,11 +769,6 @@ msgstr "Alvorlig fejl. Ingen mappe, %s, fundet. Lukker." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Alvorlig fejl. Kunne ikke åbne %s. Lukker" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Afvikling af DBI fejlede: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/de.po b/utils/po/de.po index 367e8fbb4..8357408a9 100644 --- a/utils/po/de.po +++ b/utils/po/de.po @@ -633,11 +633,6 @@ msgstr "Schwerwiegender Fehler. Kein Verzeichnis, '%s', gefunden. Der Vorgang msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Schwerwiegender Fehler. '%s' konnte nicht geöffnet werden. Der Vorgang wird beendet." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Fehler bei DBI-Ausführung : '%s'" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/el.po b/utils/po/el.po index a5a9c843b..b487178ac 100644 --- a/utils/po/el.po +++ b/utils/po/el.po @@ -778,12 +778,6 @@ msgstr "Κρίσιμο Σφάλμα. Δεν βρηκε ο κατάλογος %s msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Κρίσιμο Σφάλμα. Αδυναμία ανοίγματος %s. Έξοδος" -# %s is either BOOTP or DHCP -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Η εκτέλεση DBI απέτυχε: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/en_US.po b/utils/po/en_US.po index d98976e9d..897c9a50a 100644 --- a/utils/po/en_US.po +++ b/utils/po/en_US.po @@ -629,9 +629,6 @@ msgstr "Invalid relation" #~ msgid "Fatal Error. Couldn't open %s. Exiting" #~ msgstr "Fatal Error. Couldn't open %s. Exiting" -#~ msgid "DBI Execution failed: %s" -#~ msgstr "DBI Execution failed: %s" - #~ msgid "Fatal Error. getArchReport() couldn't open %s" #~ msgstr "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/es.po b/utils/po/es.po index 885532783..8766eeae6 100644 --- a/utils/po/es.po +++ b/utils/po/es.po @@ -633,11 +633,6 @@ msgstr "Error fatal. No se ha encontrado el directorio %s. Se va a salir." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Error fatal. No se ha podido abrir %s. Se va a salir." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Error de ejecución de DBI: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/et.po b/utils/po/et.po index e043c9fa1..914abf637 100644 --- a/utils/po/et.po +++ b/utils/po/et.po @@ -727,11 +727,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI käivitamine nurjus: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/fi.po b/utils/po/fi.po index de7555c1b..38b53b93c 100644 --- a/utils/po/fi.po +++ b/utils/po/fi.po @@ -771,11 +771,6 @@ msgstr "Vakava virhe. Hakemistoa %s ei löydetty. Poistutaan." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Vakava virhe. Ei voitu avata %s. Poistutaan" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI-suoritus epäonnistui. %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/fr.po b/utils/po/fr.po index 1833d1eae..e79f17511 100644 --- a/utils/po/fr.po +++ b/utils/po/fr.po @@ -633,11 +633,6 @@ msgstr "Erreur irrécupérable. Aucun répertoire, %s, n'a été trouvé. Sortie msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Erreur irrécupérable. Impossible d'ouvrir %s. Sortie" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "L'exécution de DBI a échoué : %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/gl.po b/utils/po/gl.po index 58e42480d..d16ba31b1 100644 --- a/utils/po/gl.po +++ b/utils/po/gl.po @@ -715,11 +715,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/gu.po b/utils/po/gu.po index dd9a99c45..d57267eb4 100644 --- a/utils/po/gu.po +++ b/utils/po/gu.po @@ -755,11 +755,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/he.po b/utils/po/he.po index b3ba2afc5..67b656cee 100644 --- a/utils/po/he.po +++ b/utils/po/he.po @@ -709,11 +709,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/hi.po b/utils/po/hi.po index e925b7b1e..2f3ba9139 100644 --- a/utils/po/hi.po +++ b/utils/po/hi.po @@ -753,11 +753,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/hr.po b/utils/po/hr.po index 208be81bb..750e7c661 100644 --- a/utils/po/hr.po +++ b/utils/po/hr.po @@ -758,11 +758,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "Transakcija nije uspjela: " - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/hu.po b/utils/po/hu.po index 54824a726..c81f4e1cb 100644 --- a/utils/po/hu.po +++ b/utils/po/hu.po @@ -832,11 +832,6 @@ msgstr "Végzetes hiba. %s nevű könyvtár nem található. A program leáll." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Végzetes hiba. %s nem nyitható meg. A program leáll" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI végrehajtása meghiúsult: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/id.po b/utils/po/id.po index 07deb22a3..52ae53cee 100644 --- a/utils/po/id.po +++ b/utils/po/id.po @@ -711,11 +711,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/it.po b/utils/po/it.po index c6706e491..71c268060 100644 --- a/utils/po/it.po +++ b/utils/po/it.po @@ -633,11 +633,6 @@ msgstr "Errore irreversibile. Nessuna directory %s trovata. Uscita in corso." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Errore irreversibile. Impossibile aprire %s. Uscita in corso." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Esecuzione DBI non riuscita: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ja.po b/utils/po/ja.po index f6f5d791e..9172829a5 100644 --- a/utils/po/ja.po +++ b/utils/po/ja.po @@ -633,11 +633,6 @@ msgstr "致命的なエラー。ディレクトリ %s が見つかりません msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "致命的なエラー。%s を開けませんでした。終了しています。" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI実行に失敗しました: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ka.po b/utils/po/ka.po index d84a716f3..9158064e9 100644 --- a/utils/po/ka.po +++ b/utils/po/ka.po @@ -702,11 +702,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/km.po b/utils/po/km.po index c8c40c141..e8a10c655 100644 --- a/utils/po/km.po +++ b/utils/po/km.po @@ -768,11 +768,6 @@ msgstr "កំហុស​ធ្ងន់ធ្ងរ ។ រក​មិន msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "កំហុស​ធ្ងន់ធ្ងរ ។ មិន​អាច​បើក %s ។ ចេញ" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "ការ​ប្រតិបត្តិ DBI បាន​បរាជ័យ ៖ %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ko.po b/utils/po/ko.po index 74bfce539..0ab2e908c 100644 --- a/utils/po/ko.po +++ b/utils/po/ko.po @@ -633,11 +633,6 @@ msgstr "오류가 발생했습니다. %s 디렉토리가 없습니다. 종료합 msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "오류가 발생했습니다. %s을(를) 열 수 없습니다. 종료합니다." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI 실행 실패: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/lo.po b/utils/po/lo.po index 4449aa5eb..9a146d0cc 100644 --- a/utils/po/lo.po +++ b/utils/po/lo.po @@ -701,11 +701,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/lt.po b/utils/po/lt.po index 4755ff470..a61003554 100644 --- a/utils/po/lt.po +++ b/utils/po/lt.po @@ -728,11 +728,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "Atlikimas nepavykęs:" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/mk.po b/utils/po/mk.po index 2df71ce2b..0c4ea8d04 100644 --- a/utils/po/mk.po +++ b/utils/po/mk.po @@ -703,11 +703,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/mr.po b/utils/po/mr.po index 738aa49c6..59a0c6f4d 100644 --- a/utils/po/mr.po +++ b/utils/po/mr.po @@ -755,11 +755,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/nb.po b/utils/po/nb.po index d584106f2..af77d1858 100644 --- a/utils/po/nb.po +++ b/utils/po/nb.po @@ -764,11 +764,6 @@ msgstr "Fatal feil. Katalogen %s ikke funnet. Avslutter." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal feil. Kunne ikke åpne %s. Avslutter" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI-kjøring mislyktes: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/nl.po b/utils/po/nl.po index b3cb2f985..84c0a632e 100644 --- a/utils/po/nl.po +++ b/utils/po/nl.po @@ -633,11 +633,6 @@ msgstr "Onherstelbare fout. Geen directory %s gevonden. Bezig met afsluiten." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Onherstelbare fout. Kan %s niet openen. Bezig met afsluiten." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI-uitvoering is mislukt: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/pa.po b/utils/po/pa.po index 135c677e2..68256f837 100644 --- a/utils/po/pa.po +++ b/utils/po/pa.po @@ -725,12 +725,6 @@ msgstr "ਘਾਤਕ ਗਲਤੀ: ਕੋਈ ਡਾਇਰੈਕਟਰੀ %s ਨ msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "ਘਾਤਕ ਗਲਤੀ: %s ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ. ਬੰਦ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -# %s is either BOOTP or DHCP -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI ਚਲਾਉਣਾ ਫੇਲ੍ਹ: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/pl.po b/utils/po/pl.po index dd02656aa..e40ea85b4 100644 --- a/utils/po/pl.po +++ b/utils/po/pl.po @@ -759,11 +759,6 @@ msgstr "Błąd krytyczny. nie znaleziono katalogu %s. Zakończono." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Błąd krytyczny. Nie można otworzyć %s. Zakończono." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Wykonanie DBI zakończone niepowodzeniem: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/pt.po b/utils/po/pt.po index 7c5d8cef2..52fe84a0c 100644 --- a/utils/po/pt.po +++ b/utils/po/pt.po @@ -767,11 +767,6 @@ msgstr "Erro fatal. Não foi encontrado o directório %s. A sair." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Erro fatal. Não foi possível abrir %s. A sair" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Falhou a Execução DBI: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/pt_BR.po b/utils/po/pt_BR.po index b0308ee4e..abf77bcf9 100644 --- a/utils/po/pt_BR.po +++ b/utils/po/pt_BR.po @@ -633,11 +633,6 @@ msgstr "Erro Fatal. Nenhum diretório, %s, encontrado. Saindo." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Erro Fatal. Não foi possível abrir %s. Saindo" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Falha na execução de DBI: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ro.po b/utils/po/ro.po index 25ab7d283..38674f152 100644 --- a/utils/po/ro.po +++ b/utils/po/ro.po @@ -766,11 +766,6 @@ msgstr "Eroare fatală. Nu am găsit nici un director, %s. Părăsesc aplicaț msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Eroare fatală. Nu am putut deschide %s. Părăsesc aplicația" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Execuția DBI a eșuat: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ru.po b/utils/po/ru.po index 00e6c940e..5af8c791c 100644 --- a/utils/po/ru.po +++ b/utils/po/ru.po @@ -633,11 +633,6 @@ msgstr "Неустранимая ошибка. Не найден каталог msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Неустранимая ошибка. Не удалось открыть %s. Выполняется выход." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Ошибка при выполнении DBI: %s." - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/si.po b/utils/po/si.po index 209fb51f4..045350e23 100644 --- a/utils/po/si.po +++ b/utils/po/si.po @@ -701,11 +701,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/sk.po b/utils/po/sk.po index cc5cc593b..39bbfebd0 100644 --- a/utils/po/sk.po +++ b/utils/po/sk.po @@ -736,12 +736,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Nie je možné otvoriť súbor pre zápis." -# %s is either BOOTP or DHCP -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "Konfigurácia pomocou %s zlyhala." - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/sl.po b/utils/po/sl.po index b0fc9ffce..a4de2c0f8 100644 --- a/utils/po/sl.po +++ b/utils/po/sl.po @@ -743,12 +743,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Datoteke ni mogoče odpreti za pisanje." -# %s is either BOOTP or DHCP -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "Prilagoditev %s ni bila uspešna." - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/sr.po b/utils/po/sr.po index f8a080f4c..f3dfa2172 100644 --- a/utils/po/sr.po +++ b/utils/po/sr.po @@ -711,11 +711,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/sv.po b/utils/po/sv.po index 2a812a969..511e87b65 100644 --- a/utils/po/sv.po +++ b/utils/po/sv.po @@ -633,11 +633,6 @@ msgstr "Allvarligt fel. Det gick inte att hitta katalogen %s. Avslutar." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Allvarligt fel. Det gick inte att öppna %s. Avslutar." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI-körningen misslyckades: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/ta.po b/utils/po/ta.po index 8d238473c..fd1f8167b 100644 --- a/utils/po/ta.po +++ b/utils/po/ta.po @@ -755,11 +755,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/th.po b/utils/po/th.po index 72f645144..9e3b0cb33 100644 --- a/utils/po/th.po +++ b/utils/po/th.po @@ -735,11 +735,6 @@ msgstr "" msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/tr.po b/utils/po/tr.po index d29f542af..0f69b6d92 100644 --- a/utils/po/tr.po +++ b/utils/po/tr.po @@ -737,12 +737,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Dosyaya yazılamıyor." -# clients/online_update_start.ycp:171 -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, fuzzy, perl-format -msgid "DBI Execution failed: %s" -msgstr "İşlem başarısız oldu:" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/uk.po b/utils/po/uk.po index a61514599..118f588b9 100644 --- a/utils/po/uk.po +++ b/utils/po/uk.po @@ -768,11 +768,6 @@ msgstr "Критична помилка. Не знайдено каталогу msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Критична помилка. Не вдалось відкрити %s. Вихід." -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "Виконання DBI зазнало невдачі: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/vi.po b/utils/po/vi.po index 2dd87ce4b..e4f552582 100644 --- a/utils/po/vi.po +++ b/utils/po/vi.po @@ -705,11 +705,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/wa.po b/utils/po/wa.po index 4811fdbea..4d1e506a9 100644 --- a/utils/po/wa.po +++ b/utils/po/wa.po @@ -732,11 +732,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/xh.po b/utils/po/xh.po index 5e3c3931e..0eac83cdb 100644 --- a/utils/po/xh.po +++ b/utils/po/xh.po @@ -757,11 +757,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/zh_CN.po b/utils/po/zh_CN.po index 055b88169..8131c4c5d 100644 --- a/utils/po/zh_CN.po +++ b/utils/po/zh_CN.po @@ -633,11 +633,6 @@ msgstr "致命错误。未发现目录 %s。正在退出。" msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "致命错误。无法打开 %s。正在退出" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI 执行失败:%s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/zh_TW.po b/utils/po/zh_TW.po index 8dfbd5767..9f794f6c4 100644 --- a/utils/po/zh_TW.po +++ b/utils/po/zh_TW.po @@ -633,11 +633,6 @@ msgstr "嚴重錯誤。找不到目錄 %s。正在離開。" msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "嚴重錯誤。無法開啟 %s。正在離開。" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI 執行失敗︰%s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s" diff --git a/utils/po/zu.po b/utils/po/zu.po index e1ea9ebc9..a4a62b08d 100644 --- a/utils/po/zu.po +++ b/utils/po/zu.po @@ -758,11 +758,6 @@ msgstr "Fatal Error. No directory, %s, found. Exiting." msgid "Fatal Error. Couldn't open %s. Exiting" msgstr "Fatal Error. Couldn't open %s. Exiting" -#: ../Reports.pm:970 ../Reports.pm:983 ../Reports.pm:991 -#, perl-format -msgid "DBI Execution failed: %s" -msgstr "DBI Execution failed: %s" - #: ../Reports.pm:1592 #, perl-format msgid "Fatal Error. getArchReport() couldn't open %s"