diff options
70 files changed, 846 insertions, 838 deletions
@@ -1,6 +1,12 @@ The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: +IsoDumper 0.32 +------------ + - fix wrong progress steps with small images. + - formatting all .po files. + - recompiling all .mo files. + IsoDumper 0.31 ------------ - this is a security update, about writing log file: @@ -11,7 +11,7 @@ Requirements - coreutils - pango - polkit -- procps +- procps (or procps-ng) - pygtk2.0-libglade - python - python-parted diff --git a/isodumper.spec b/isodumper.spec index fdc2bd0..ba89949 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.31 +Version: 0.32 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB diff --git a/lib/isodumper.py b/lib/isodumper.py index cafb86d..209da2c 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -61,7 +61,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.31" + RELEASE="v0.32" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-04-17 17:02+0000\n" "Last-Translator: Nizar Kerkeni <nizar.kerkeni@gmail.com>\n" "Language-Team: Arabic <ar@li.org>\n" @@ -115,7 +115,7 @@ msgstr "جار الكتابة " msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "جار الكتابة " @@ -124,15 +124,15 @@ msgstr "جار الكتابة " msgid "Wrote: " msgstr "" -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr "" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "ملف " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-10 00:00+0000\n" "Last-Translator: Ḷḷumex03 <l.lumex03.tornes@gmail.com>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/mageia/language/" @@ -117,7 +117,7 @@ msgstr "Escribiendo " msgid "Executing copy from " msgstr "Executando copia de" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Fallu d'escritura" @@ -125,15 +125,15 @@ msgstr "Fallu d'escritura" msgid "Wrote: " msgstr "Escritu: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " escritu con éxitu a" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imaxe " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes escritos: " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-04-03 18:33+0000\n" "Last-Translator: Krasimir Chonov <mk2616@abv.bg>\n" "Language-Team: Bulgarian <bg@li.org>\n" @@ -116,7 +116,7 @@ msgstr "Записване " msgid "Executing copy from " msgstr "Изпълнение на: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "Записване " @@ -125,15 +125,15 @@ msgstr "Записване " msgid "Wrote: " msgstr "Записа: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " е успешно записан на " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Образ " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,23 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "Процесът dd завърши с грешка!" - -#~ msgid "ImageWriter" -#~ msgstr "ImageWriter" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Грешка</b>\n" -#~ " Не беше намерено целево устройство.\n" -#~ "\n" -#~ " Трябва да свържете USB стик,\n" -#~ " на който да се запише образа." - -#~ msgid "to" -#~ msgstr "на" +#~ "<b>Успешно</b>\n" +#~ " Образът беше записан успешно\n" +#~ " на целевото устройство.\n" +#~ " \n" +#~ " Можете да извадите устройството, ще\n" +#~ " се запази отчет във вашата домашна\n" +#~ " папка, ако затворите програмата." #, fuzzy #~ msgid "" @@ -349,20 +333,36 @@ msgstr "" #~ " Ще бъде запазен файл с отчет във вашата\n" #~ " домашна папка, ако програмата е затворена." -#, fuzzy +#~ msgid "to" +#~ msgstr "на" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Успешно</b>\n" -#~ " Образът беше записан успешно\n" -#~ " на целевото устройство.\n" -#~ " \n" -#~ " Можете да извадите устройството, ще\n" -#~ " се запази отчет във вашата домашна\n" -#~ " папка, ако затворите програмата." +#~ "<b>Грешка</b>\n" +#~ " Не беше намерено целево устройство.\n" +#~ "\n" +#~ " Трябва да свържете USB стик,\n" +#~ " на който да се запише образа." + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "ImageWriter" +#~ msgstr "ImageWriter" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "Процесът dd завърши с грешка!" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-06-12 12:05+0000\n" "Last-Translator: Siegfried Gevatter <rainct@ubuntu.com>\n" "Language-Team: Catalan <ca@li.org>\n" @@ -116,7 +116,7 @@ msgstr "Escrivint " msgid "Executing copy from " msgstr "Executant : dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "Escrivint " @@ -125,15 +125,15 @@ msgstr "Escrivint " msgid "Wrote: " msgstr "Ha escrit: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " ha estat escrit amb èxit a " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imatge " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,23 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "El procés dd ha acabat amb un error." - -#~ msgid "ImageWriter" -#~ msgstr "ImageWriter" - -#~ msgid "gtk-cancel" -#~ msgstr "Aborta" - -#~ msgid "gtk-close" -#~ msgstr "Tanca" - -#~ msgid "gtk-ok" -#~ msgstr "D'acord" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Error</b>\n" -#~ " No s'ha trobat cap dispositiu de destí.\n" -#~ "\n" -#~ " Heu d'introduir una clau USB a la qual\n" -#~ " es pugui escriure la imatge." - -#~ msgid "to" -#~ msgstr "a" +#~ "<b>Èxit</b>\n" +#~ " La imatge ha estat escrita al dispositiu\n" +#~ " de destí.\n" +#~ " \n" +#~ " Ara podeu desconnectar-lo; es desarà un\n" +#~ " registre de l'operació al vostre directori\n" +#~ " personal quan tanqueu l'aplicació." #, fuzzy #~ msgid "" @@ -349,20 +333,36 @@ msgstr "" #~ " Se'n desarà el contingut en un fitxer de register\n" #~ " al vostre directori personal si tanqueu l'aplicació" -#, fuzzy +#~ msgid "to" +#~ msgstr "a" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Èxit</b>\n" -#~ " La imatge ha estat escrita al dispositiu\n" -#~ " de destí.\n" -#~ " \n" -#~ " Ara podeu desconnectar-lo; es desarà un\n" -#~ " registre de l'operació al vostre directori\n" -#~ " personal quan tanqueu l'aplicació." +#~ "<b>Error</b>\n" +#~ " No s'ha trobat cap dispositiu de destí.\n" +#~ "\n" +#~ " Heu d'introduir una clau USB a la qual\n" +#~ " es pugui escriure la imatge." + +#~ msgid "gtk-ok" +#~ msgstr "D'acord" + +#~ msgid "gtk-close" +#~ msgstr "Tanca" + +#~ msgid "gtk-cancel" +#~ msgstr "Aborta" + +#~ msgid "ImageWriter" +#~ msgstr "ImageWriter" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "El procés dd ha acabat amb un error." + +#~ msgid " " +#~ msgstr " " @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-08-01 17:41+0000\n" "Last-Translator: fri\n" "Language-Team: Czech (http://www.transifex.com/projects/p/mageia/language/" @@ -122,7 +122,7 @@ msgstr "Zapisuji " msgid "Executing copy from " msgstr "Kopíruje se z " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Chyba při zápisu." @@ -130,15 +130,15 @@ msgstr "Chyba při zápisu." msgid "Wrote: " msgstr "Zapsáno: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " byl úspěšně zapsán do " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Obraz " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Zapsáno bytů: " @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-08-28 16:50+0000\n" "Last-Translator: Rémi Verschelde <akien@mageia.org>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/mageia/language/" @@ -118,7 +118,7 @@ msgstr "Skriver " msgid "Executing copy from " msgstr "Udfører kopi fra " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Fejlskrivning." @@ -126,15 +126,15 @@ msgstr "Fejlskrivning." msgid "Wrote: " msgstr "Skrev: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " succesfuldt skrevet til " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Billede " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes skrevet: " @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-08 22:10+0000\n" "Last-Translator: Marc Lattemann\n" "Language-Team: German (http://www.transifex.com/projects/p/mageia/language/" @@ -125,7 +125,7 @@ msgstr "Schreibe " msgid "Executing copy from " msgstr "Ausführen der Kopie von" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Schreibfehler." @@ -133,15 +133,15 @@ msgstr "Schreibfehler." msgid "Wrote: " msgstr "Geschrieben: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " erfolgreich geschrieben nach" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Abbild " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes geschrieben:" @@ -213,7 +213,8 @@ msgid "" " isodumper.log will be saved in your homedir/.isodumper " msgstr "" "<b>Fehler</b>\n" -" Ein Fehler ist aufgetreten. Bitte schauen sie in die Detail Fenster für eine\n" +" Ein Fehler ist aufgetreten. Bitte schauen sie in die Detail Fenster für " +"eine\n" " detaillierte Fehlermeldung.\n" "\n" " Die Anwendung wird mit diesem Fenster geschlossen und eine Log-Datei\n" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-08-05 10:11+0000\n" "Last-Translator: JimSp472000 <jimspentzos2000@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/mageia/language/" @@ -121,7 +121,7 @@ msgstr "Εγγραφή " msgid "Executing copy from " msgstr "Εκτέλεση αντιγραφής από" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Σφάλμα εγγραφής." @@ -129,15 +129,15 @@ msgstr "Σφάλμα εγγραφής." msgid "Wrote: " msgstr "Γραφτηκε: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " γράφτηκε επιτυχώς στο " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Εικόνα " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Εγγεγραμμένα bytes:" diff --git a/po/en_CA.po b/po/en_CA.po index f783002..75359ed 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-08-16 09:18+0000\n" "Last-Translator: Gordon Stevens <Unknown>\n" "Language-Team: English (Canada) <en_CA@li.org>\n" @@ -116,7 +116,7 @@ msgstr "Writing " msgid "Executing copy from " msgstr "Executing: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "Writing " @@ -125,15 +125,15 @@ msgstr "Writing " msgid "Wrote: " msgstr "Wrote: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " successfully written to " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Image " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,23 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "ImageWriter" -#~ msgstr "ImageWriter" - -#~ msgid "The dd process ended with an error !" -#~ msgstr "The dd process ended with an error !" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Error</b>\n" -#~ " No target devices were found.\n" +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" #~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." - -#~ msgid "to" -#~ msgstr "to" +#~ " You are free to unplug it now, a log of the\n" +#~ " operation will be saved in your homedir if\n" +#~ " you close the application." #, fuzzy #~ msgid "" @@ -349,20 +333,36 @@ msgstr "" #~ " A logfile with the content will be saved in your\n" #~ " homedir if the application is closed." -#, fuzzy +#~ msgid "to" +#~ msgstr "to" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" +#~ "<b>Error</b>\n" +#~ " No target devices were found.\n" #~ "\n" -#~ " You are free to unplug it now, a log of the\n" -#~ " operation will be saved in your homedir if\n" -#~ " you close the application." +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." + +#~ msgid "The dd process ended with an error !" +#~ msgstr "The dd process ended with an error !" + +#~ msgid "ImageWriter" +#~ msgstr "ImageWriter" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid " " +#~ msgstr " " diff --git a/po/en_GB.po b/po/en_GB.po index ac2f272..760bbe5 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-10 15:51+0000\n" "Last-Translator: MrsB <eeeemail@gmail.com>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" @@ -118,7 +118,7 @@ msgstr "Writing " msgid "Executing copy from " msgstr "Executing copy from " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Writing error." @@ -126,15 +126,15 @@ msgstr "Writing error." msgid "Wrote: " msgstr "Wrote: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " successfully written to " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Image " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes written: " @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-28 21:01+0000\n" "Last-Translator: tortuleon <rodrigo.prieto@ymail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/mageia/language/" @@ -120,7 +120,7 @@ msgstr "Escribiendo " msgid "Executing copy from " msgstr "Ejecutando la copia de " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Error de escritura." @@ -128,15 +128,15 @@ msgstr "Error de escritura." msgid "Wrote: " msgstr "Escrito: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " escrito con éxito en " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imagen " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes escritos: " @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-08-28 16:20+0000\n" "Last-Translator: Marek Laane <bald@smail.ee>\n" "Language-Team: Estonian (http://www.transifex.com/projects/p/mageia/language/" @@ -117,7 +117,7 @@ msgstr "Kirjutatakse " msgid "Executing copy from " msgstr "Kopeeritakse asukohast " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Tõrge kirjutamisel." @@ -125,15 +125,15 @@ msgstr "Tõrge kirjutamisel." msgid "Wrote: " msgstr "Kirjutati: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " kirjutati edukalt asukohta " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Tõmmis " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Baite kirjutati: " @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-08-03 17:21+0000\n" "Last-Translator: Egoitz Rodriguez Obieta <egoitzro2@hotmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/mageia/language/" @@ -116,7 +116,7 @@ msgstr "Idazten " msgid "Executing copy from " msgstr "-tik kopia exekutatzen " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Errorea idazten." @@ -124,15 +124,15 @@ msgstr "Errorea idazten." msgid "Wrote: " msgstr "idatzi zuen: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " -n arrakastaz idatzita " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imajina " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Byteak idatzita: " @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-08 07:00+0000\n" "Last-Translator: Eric Barbero <dune06@free.fr>\n" "Language-Team: French (http://www.transifex.com/projects/p/mageia/language/" @@ -122,7 +122,7 @@ msgstr "Écrit " msgid "Executing copy from " msgstr "Exécute la copie de " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Erreur d'écriture." @@ -130,15 +130,15 @@ msgstr "Erreur d'écriture." msgid "Wrote: " msgstr "Écrit : " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " écrite avec succès sur " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Image " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Octets écrits : " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-06-19 15:17+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician <gl@li.org>\n" @@ -115,7 +115,7 @@ msgstr "Escribindo " msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -123,15 +123,15 @@ msgstr "" msgid "Wrote: " msgstr "Escrito: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " escrito con éxito en " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imaxe " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -297,39 +297,22 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "ImageWriter" -#~ msgstr "ImageWriter" - -#~ msgid "The dd process ended with an error !" -#~ msgstr "O proceso dd rematou cun erro !" - #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Erro</b>\n" -#~ "Non se atopa ningún dispositivo de destino. \n" +#~ "<b>Correcto</b>\n" +#~ "A imaxe foi escrita correctamente no\n" +#~ "dispositivo de destino.\n" #~ "\n" -#~ "Necesitas conectar un dispositivo de memoria USB\n" -#~ "no que se poida escribir a imaxe." - -#~ msgid "to" -#~ msgstr "a" +#~ "Xa pode desconectalo agora, gardarase un\n" +#~ "rexistro da operación no seu directorio persoal\n" +#~ "si pecha a aplicación." #~ msgid "" #~ "<b>Error</b>\n" @@ -346,19 +329,36 @@ msgstr "" #~ "Gardase un ficheiro co contido do rexistro no seu\n" #~ "directorio persoal se pecha a aplicación." +#~ msgid "to" +#~ msgstr "a" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Correcto</b>\n" -#~ "A imaxe foi escrita correctamente no\n" -#~ "dispositivo de destino.\n" +#~ "<b>Erro</b>\n" +#~ "Non se atopa ningún dispositivo de destino. \n" #~ "\n" -#~ "Xa pode desconectalo agora, gardarase un\n" -#~ "rexistro da operación no seu directorio persoal\n" -#~ "si pecha a aplicación." +#~ "Necesitas conectar un dispositivo de memoria USB\n" +#~ "no que se poida escribir a imaxe." + +#~ msgid "The dd process ended with an error !" +#~ msgstr "O proceso dd rematou cun erro !" + +#~ msgid "ImageWriter" +#~ msgstr "ImageWriter" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-08-06 04:57+0000\n" "Last-Translator: Yaron <sh.yaron@gmail.com>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -116,7 +116,7 @@ msgstr "כותב " msgid "Executing copy from " msgstr "מפעיל: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "כותב " @@ -125,15 +125,15 @@ msgstr "כותב " msgid "Wrote: " msgstr "נכתב: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " נכתב בהצלחה אל " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "דמות " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,22 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "תהליך ה-dd הסתיים בשגיאה !" - -#~ msgid "ImageWriter" -#~ msgstr "ImageWriter" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>שגיאה</b>\n" -#~ " לא נמצאו התקני יעד. \n" -#~ "\n" -#~ " עליך לחבר מפתח USB\n" -#~ " אליו יהיה ניתן לכתוב את הדמות." - -#~ msgid "to" -#~ msgstr "אל" +#~ "<b>הצלחה</b>\n" +#~ " הדמות נכתבה בהצלחה אל התקן היעד.\n" +#~ " \n" +#~ " הרגש חופשי לנתק אותו כעת, דיווח על הפעולה\n" +#~ " יישמר אל תיקיית הבית שלך אם תסגור את\n" +#~ " היישום." #, fuzzy #~ msgid "" @@ -349,19 +332,36 @@ msgstr "" #~ " קובץ דיווח המכיל את התוכן יישמר אל תיקיית\n" #~ " הבית שלך אם היישום סגור." -#, fuzzy +#~ msgid "to" +#~ msgstr "אל" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>הצלחה</b>\n" -#~ " הדמות נכתבה בהצלחה אל התקן היעד.\n" -#~ " \n" -#~ " הרגש חופשי לנתק אותו כעת, דיווח על הפעולה\n" -#~ " יישמר אל תיקיית הבית שלך אם תסגור את\n" -#~ " היישום." +#~ "<b>שגיאה</b>\n" +#~ " לא נמצאו התקני יעד. \n" +#~ "\n" +#~ " עליך לחבר מפתח USB\n" +#~ " אליו יהיה ניתן לכתוב את הדמות." + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "ImageWriter" +#~ msgstr "ImageWriter" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "תהליך ה-dd הסתיים בשגיאה !" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2012-11-13 02:22+0000\n" "Last-Translator: gogo <trebelnik2@gmail.com>\n" "Language-Team: Croatian <hr@li.org>\n" @@ -115,7 +115,7 @@ msgstr "Zapisivanje " msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -123,15 +123,15 @@ msgstr "" msgid "Wrote: " msgstr "Zapisao: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " je uspješno zapisana " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Slika " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -297,39 +297,22 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "gtk-ok" -#~ msgstr "U redu" - -#~ msgid "gtk-close" -#~ msgstr "Zatvori" - -#~ msgid "gtk-cancel" -#~ msgstr "Poništi zapisivanje" - -#~ msgid "ImageWriter" -#~ msgstr "Zapisnik slika" - -#~ msgid "The dd process ended with an error !" -#~ msgstr "'dd' radnja je završila greškom!" - #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Greška</b>\n" -#~ " Nema pronađenih uređaja zapisivanja. \n" -#~ "\n" -#~ " Morate spojiti USB uređaj\n" -#~ " na koji slika može biti zapisana." - -#~ msgid "to" -#~ msgstr "u" +#~ "<b>Slika uspješno zapisana</b>\n" +#~ " Slika je uspješno zapisana\n" +#~ " na uređaj zapisivanja.\n" +#~ " \n" +#~ " Sada možete odspojiti vaš USB, zapis radnji\n" +#~ " biti će spremljen u Osobnoj mapi\n" +#~ " ako zatvorite aplikaciju." #~ msgid "" #~ "<b>Error</b>\n" @@ -346,19 +329,36 @@ msgstr "" #~ " Datoteka zapisa sa sadržajem biti će spremljena u\n" #~ " vašu Osobnu mapu ako se aplikacija zatvori." +#~ msgid "to" +#~ msgstr "u" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Slika uspješno zapisana</b>\n" -#~ " Slika je uspješno zapisana\n" -#~ " na uređaj zapisivanja.\n" -#~ " \n" -#~ " Sada možete odspojiti vaš USB, zapis radnji\n" -#~ " biti će spremljen u Osobnoj mapi\n" -#~ " ako zatvorite aplikaciju." +#~ "<b>Greška</b>\n" +#~ " Nema pronađenih uređaja zapisivanja. \n" +#~ "\n" +#~ " Morate spojiti USB uređaj\n" +#~ " na koji slika može biti zapisana." + +#~ msgid "The dd process ended with an error !" +#~ msgstr "'dd' radnja je završila greškom!" + +#~ msgid "ImageWriter" +#~ msgstr "Zapisnik slika" + +#~ msgid "gtk-cancel" +#~ msgstr "Poništi zapisivanje" + +#~ msgid "gtk-close" +#~ msgstr "Zatvori" + +#~ msgid "gtk-ok" +#~ msgstr "U redu" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-11-02 19:05+0000\n" "Last-Translator: Gyula Fürstal <Unknown>\n" "Language-Team: Hungarian <hu@li.org>\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Executing copy from " msgstr "Futtatás: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -124,15 +124,15 @@ msgstr "" msgid "Wrote: " msgstr "" -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " sikeresen megírva a " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Kép " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -292,20 +292,8 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "A dd folyamat sikertelen" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" +#~ msgid "to" +#~ msgstr "eddig" #~ msgid "" #~ "<b>Error</b>\n" @@ -320,5 +308,17 @@ msgstr "" #~ " Csatlakoztasson egy USB kulcsot\n" #~ " amire kiírható a kép." -#~ msgid "to" -#~ msgstr "eddig" +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "A dd folyamat sikertelen" + +#~ msgid " " +#~ msgstr " " @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-11 18:30+0000\n" "Last-Translator: Kiki <kiki.syahadat@yahoo.co.id>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/mageia/" @@ -120,7 +120,7 @@ msgstr "Menulisi " msgid "Executing copy from " msgstr "Mengeksekusi salin dari" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Error menulisi." @@ -128,15 +128,15 @@ msgstr "Error menulisi." msgid "Wrote: " msgstr "Ditulis: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " berhasil ditulis ke " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Image " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Byte tertulis:" diff --git a/po/isodumper.pot b/po/isodumper.pot index e624bc3..fec7a64 100644 --- a/po/isodumper.pot +++ b/po/isodumper.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper 0.30\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -113,7 +113,7 @@ msgstr "" msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -121,15 +121,15 @@ msgstr "" msgid "Wrote: " msgstr "" -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr "" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "" -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-09-09 15:41+0000\n" "Last-Translator: killer1987 <marcello.anni@alice.it>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/mageia/language/" @@ -117,7 +117,7 @@ msgstr "Scrittura " msgid "Executing copy from " msgstr "Esecuzione della copia da " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Errore di scrittura." @@ -125,15 +125,15 @@ msgstr "Errore di scrittura." msgid "Wrote: " msgstr "Scritto: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " scritto con successo su " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Immagine " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes scritti: " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-03-09 13:20+0000\n" "Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n" "Language-Team: Japanese <ja@li.org>\n" @@ -116,7 +116,7 @@ msgstr "次のデバイスへ書き込み中 " msgid "Executing copy from " msgstr "実行中: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "次のデバイスへ書き込み中 " @@ -125,15 +125,15 @@ msgstr "次のデバイスへ書き込み中 " msgid "Wrote: " msgstr "書き込み: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " を次に書き込みました: " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "イメージ " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -300,39 +300,23 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "ddプロセスがエラーで終了しました!" - -#~ msgid "ImageWriter" -#~ msgstr "イメージライター" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>エラー</b>\n" -#~ " ターゲットデバイスを見つけられませんでした。 \n" -#~ "\n" -#~ " イメージを書き込めるUSBメモリを \n" -#~ " 接続する必要があります。" - -#~ msgid "to" -#~ msgstr "to" +#~ "<b>完了</b>\n" +#~ " イメージを正しくターゲットデバイスに \n" +#~ " 書き込みました。 \n" +#~ " \n" +#~ " もうUSBメモリを抜いても問題ありません。 \n" +#~ " アプリケーションを終了すると、ログを \n" +#~ " ホームディレクトリに書き込みます。" #, fuzzy #~ msgid "" @@ -350,20 +334,36 @@ msgstr "" #~ " アプリケーションを終了させると、ログファイルを\n" #~ " あなたのホーム ディレクトリに作成します。" -#, fuzzy +#~ msgid "to" +#~ msgstr "to" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>完了</b>\n" -#~ " イメージを正しくターゲットデバイスに \n" -#~ " 書き込みました。 \n" -#~ " \n" -#~ " もうUSBメモリを抜いても問題ありません。 \n" -#~ " アプリケーションを終了すると、ログを \n" -#~ " ホームディレクトリに書き込みます。" +#~ "<b>エラー</b>\n" +#~ " ターゲットデバイスを見つけられませんでした。 \n" +#~ "\n" +#~ " イメージを書き込めるUSBメモリを \n" +#~ " 接続する必要があります。" + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "ImageWriter" +#~ msgstr "イメージライター" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "ddプロセスがエラーで終了しました!" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-11-15 00:27+0000\n" "Last-Translator: David Machakhelidze <david.machakhelidze@gmail.com>\n" "Language-Team: Georgian <ka@li.org>\n" @@ -116,7 +116,7 @@ msgstr "ჩაწერა " msgid "Executing copy from " msgstr "გაშვებულია: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "ჩაწერა " @@ -125,15 +125,15 @@ msgstr "ჩაწერა " msgid "Wrote: " msgstr "დაწერა: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " წარმატებით ჩაიწერა " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "ანაბეჭდი " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -293,34 +293,6 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "dd პროცესი შეცდომით დამთავრდა !" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-გაუქმება" - -#~ msgid "gtk-close" -#~ msgstr "gtk-დახურვა" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-დიახ" - -#~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." -#~ msgstr "" -#~ "<b>შეცდომა</b>\n" -#~ " ვერ ვიპოვე სამიზნე მოწყობილობა. \n" -#~ "\n" -#~ " შეაერთეთ USB მოწყობილობა,\n" -#~ " რომელშიც ანაბეჭდის ჩაწერა იქნება შესაძლებელი." - #, fuzzy #~ msgid "" #~ "<b>Success</b>\n" @@ -338,3 +310,31 @@ msgstr "" #~ " შეგიძლიათ უპრობლემოთ მოხსნათ, ოპერაციის\n" #~ " ჟურნალი შეინახება თქვენს სახლის დასტაში თუ\n" #~ " დახურავთ პროგრამას." + +#~ msgid "" +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." +#~ msgstr "" +#~ "<b>შეცდომა</b>\n" +#~ " ვერ ვიპოვე სამიზნე მოწყობილობა. \n" +#~ "\n" +#~ " შეაერთეთ USB მოწყობილობა,\n" +#~ " რომელშიც ანაბეჭდის ჩაწერა იქნება შესაძლებელი." + +#~ msgid "gtk-ok" +#~ msgstr "gtk-დიახ" + +#~ msgid "gtk-close" +#~ msgstr "gtk-დახურვა" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-გაუქმება" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "dd პროცესი შეცდომით დამთავრდა !" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-11-13 17:10+0000\n" "Last-Translator: This.dramzinn <This.dramzinn@gmail.com>\n" "Language-Team: Korean <ko@li.org>\n" @@ -116,7 +116,7 @@ msgstr "쓰다 " msgid "Executing copy from " msgstr "실행하다 : dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "쓰다 " @@ -125,15 +125,15 @@ msgstr "쓰다 " msgid "Wrote: " msgstr "썼다 : " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " 성공적으로 쓰여진다. " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "이미지 " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,22 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "dd 처리과정 종료시 오류발생" - -#~ msgid "ImageWriter" -#~ msgstr "이미지제작가" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-취소" - -#~ msgid "gtk-close" -#~ msgstr "gtk-닫기" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-확인" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>오류</b>\n" -#~ "(목적) 장치를 찾을 수 없습니다.\n" +#~ "<b>성공</b>\n" +#~ "그 이미지가 성공적으로 \n" +#~ "장치에 쓰인다면\n" #~ "\n" -#~ "USB 키를 입력할 필요가 있습니다.\n" -#~ "그 이미지와 같은 것은 쓰여질 수 있습니다." - -#~ msgid "to" -#~ msgstr "으로" +#~ "지금 그것(장치)를 제거해도 괜찮습니다, 만약 사용(응용)을 종료하게 되면,\n" +#~ "그 기록은 당신의 홈디렉토리에 저장되도록 작동할 것입니다." #, fuzzy #~ msgid "" @@ -349,19 +332,36 @@ msgstr "" #~ "그 기록파일은 만약 응용프로그램이 끝나는 경우가 발생하면 \n" #~ "당신의 홈 디렉토리에 저장된다." -#, fuzzy +#~ msgid "to" +#~ msgstr "으로" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>성공</b>\n" -#~ "그 이미지가 성공적으로 \n" -#~ "장치에 쓰인다면\n" +#~ "<b>오류</b>\n" +#~ "(목적) 장치를 찾을 수 없습니다.\n" #~ "\n" -#~ "지금 그것(장치)를 제거해도 괜찮습니다, 만약 사용(응용)을 종료하게 되면,\n" -#~ "그 기록은 당신의 홈디렉토리에 저장되도록 작동할 것입니다." +#~ "USB 키를 입력할 필요가 있습니다.\n" +#~ "그 이미지와 같은 것은 쓰여질 수 있습니다." + +#~ msgid "gtk-ok" +#~ msgstr "gtk-확인" + +#~ msgid "gtk-close" +#~ msgstr "gtk-닫기" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-취소" + +#~ msgid "ImageWriter" +#~ msgstr "이미지제작가" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "dd 처리과정 종료시 오류발생" + +#~ msgid " " +#~ msgstr " " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-10-03 06:23+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Malayalam <ml@li.org>\n" @@ -115,7 +115,7 @@ msgstr "" msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -123,15 +123,15 @@ msgstr "" msgid "Wrote: " msgstr "" -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr "" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "" -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-12-28 16:46+0000\n" "Last-Translator: Fizaril <saturnV76@gmail.com>\n" "Language-Team: Malay <ms@li.org>\n" @@ -115,7 +115,7 @@ msgstr "" msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -123,15 +123,15 @@ msgstr "" msgid "Wrote: " msgstr "" -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr "" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "" -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-11-04 12:31+0000\n" "Last-Translator: Bjørn Olav Samdal <bjornsam@ulrik.uio.no>\n" "Language-Team: Norwegian Bokmal <nb@li.org>\n" @@ -116,7 +116,7 @@ msgstr "Skriving " msgid "Executing copy from " msgstr "Utføring: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "Skriving " @@ -125,15 +125,15 @@ msgstr "Skriving " msgid "Wrote: " msgstr "Skrev: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " vellykket skrevet til " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Bilde " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,23 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "Prosessen dd stoppet med en feil !" - -#~ msgid "ImageWriter" -#~ msgstr "ImageSkriver" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "gtk-close" -#~ msgstr "gtk-lukk" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Error</b>\n" -#~ " Ingen mål enheter er funnet. \n" +#~ "<b>Vellykket</b>\n" +#~ " Bildet ble skrevet til \n" +#~ " valgt område.\n" #~ "\n" -#~ " Du trenger å plugge inn en USB Nøkkel\n" -#~ " for å kunne skrive til enheten." - -#~ msgid "to" -#~ msgstr "til" +#~ " Du kan fjerne tilkoblet tilkoblet medium, en log fil fra\n" +#~ " operasjonen vil bli lagret i din hjemmekatalog hvis\n" +#~ " du avslutter applikasjonen." #, fuzzy #~ msgid "" @@ -349,20 +333,36 @@ msgstr "" #~ " En logfil med feilmeldingen blir lagret i din\n" #~ " hjemmekatalog når programmet avsluttes." -#, fuzzy +#~ msgid "to" +#~ msgstr "til" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Vellykket</b>\n" -#~ " Bildet ble skrevet til \n" -#~ " valgt område.\n" +#~ "<b>Error</b>\n" +#~ " Ingen mål enheter er funnet. \n" #~ "\n" -#~ " Du kan fjerne tilkoblet tilkoblet medium, en log fil fra\n" -#~ " operasjonen vil bli lagret i din hjemmekatalog hvis\n" -#~ " du avslutter applikasjonen." +#~ " Du trenger å plugge inn en USB Nøkkel\n" +#~ " for å kunne skrive til enheten." + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid "gtk-close" +#~ msgstr "gtk-lukk" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "ImageWriter" +#~ msgstr "ImageSkriver" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "Prosessen dd stoppet med en feil !" + +#~ msgid " " +#~ msgstr " " @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-20 14:27+0200\n" "Last-Translator: marja <marja@mageia.org>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/mageia/language/" @@ -117,7 +117,7 @@ msgstr "Schrijven " msgid "Executing copy from " msgstr "Uitvoeren: kopieren van " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Schrijffout." @@ -125,15 +125,15 @@ msgstr "Schrijffout." msgid "Wrote: " msgstr "Geschreven: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " met succes geschreven naar " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Image " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes geschreven: " @@ -282,7 +282,8 @@ msgstr "Formatteer het apparaat in FAT, NTFS of ext:" #: share/isodumper/isodumper.glade.h:38 msgid "Choose the format. The device will be formatted in one partition" -msgstr "Kies het formaat. Het apparaat zal in één partitie geformatteerd worden" +msgstr "" +"Kies het formaat. Het apparaat zal in één partitie geformatteerd worden" #: share/isodumper/isodumper.glade.h:39 msgid "Format the device" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-08-28 17:02+0000\n" "Last-Translator: Daniel Napora <napcok@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/mageia/language/" @@ -120,7 +120,7 @@ msgstr "Zapisywanie " msgid "Executing copy from " msgstr "Wykonywanie kopii z " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Błąd zapisu." @@ -128,15 +128,15 @@ msgstr "Błąd zapisu." msgid "Wrote: " msgstr "Zapisano: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " zapisany z powodzeniem do " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Obraz " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Zapisane bity: " @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-03 13:21+0000\n" "Last-Translator: Manuela Silva <manuela.silva@sky.com>\n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mageia/" @@ -118,7 +118,7 @@ msgstr "Gravar " msgid "Executing copy from " msgstr "A executar a cópia de " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Erro de gravação." @@ -126,15 +126,15 @@ msgstr "Erro de gravação." msgid "Wrote: " msgstr "Gravado: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr "gravada com sucesso em" -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imagem " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes gravados:" diff --git a/po/pt_BR.po b/po/pt_BR.po index d1d8845..1fd5439 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-09 16:34+0000\n" "Last-Translator: Marcio Andre Padula <padula1000@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -120,7 +120,7 @@ msgstr "Gravando " msgid "Executing copy from " msgstr "Execultando cópia para" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Erro de gravação." @@ -128,15 +128,15 @@ msgstr "Erro de gravação." msgid "Wrote: " msgstr "Transferir" -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " gravado com êxito para " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imagem" -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes usado:" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-15 10:50+0000\n" "Last-Translator: Florin Cătălin RUSSEN <cfrussen@yahoo.co.uk>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/mageia/language/" @@ -118,7 +118,7 @@ msgstr "Scriere" msgid "Executing copy from " msgstr "Se copiază din" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Eroare la scriere." @@ -126,15 +126,15 @@ msgstr "Eroare la scriere." msgid "Wrote: " msgstr "S-a scris: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " scris cu succes pe " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Imagine " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Octeți scriși:" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-10 21:05+0300\n" "Last-Translator: AlexL <loginov.alex.valer@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/mageia/language/" @@ -121,7 +121,7 @@ msgstr "Запись " msgid "Executing copy from " msgstr "Выполняется копирование с" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Ошибка чтения." @@ -129,15 +129,15 @@ msgstr "Ошибка чтения." msgid "Wrote: " msgstr "Записано: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " успешно записано в " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Образ " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Записано байт:" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-03-05 12:06+0000\n" "Last-Translator: Tomáš Vadina <Unknown>\n" "Language-Team: Slovak <sk@li.org>\n" @@ -116,7 +116,7 @@ msgstr "Zapisujem " msgid "Executing copy from " msgstr "Spušťam: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "Zapisujem " @@ -125,15 +125,15 @@ msgstr "Zapisujem " msgid "Wrote: " msgstr "Zapísané: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " úspešne zapísaný do " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Obraz " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,21 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "The dd process ended with an error !" -#~ msgstr "Proces dd skončil s chybou!" - -#~ msgid "ImageWriter" -#~ msgstr "ImageWriter" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-cancel" - -#~ msgid "gtk-close" -#~ msgstr "gtk-close" - -#~ msgid "gtk-ok" -#~ msgstr "gtk-ok" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Chyba</b>\n" -#~ " Žiadne cieľové zariadenie nenájdené.\n" +#~ "<b>Úspech</b>\n" +#~ " Obraz bol úspešne zapísaný na cieľové zariadenie.\n" #~ "\n" -#~ " Musíte pripojiť USB zariadenie na ktoré\n" -#~ " môže byť zapísaný obraz." - -#~ msgid "to" -#~ msgstr "do" +#~ " Teraz môžete odpojiť USB zariadenie. Log súbor bude zapísaný\n" +#~ " do Vášho domovského priečinka po skončení aplikácie." #, fuzzy #~ msgid "" @@ -349,18 +331,36 @@ msgstr "" #~ " Log súbor bude zapísaný do Vášho domovského\n" #~ " priečinka po skončení aplikácie." -#, fuzzy +#~ msgid "to" +#~ msgstr "do" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Úspech</b>\n" -#~ " Obraz bol úspešne zapísaný na cieľové zariadenie.\n" +#~ "<b>Chyba</b>\n" +#~ " Žiadne cieľové zariadenie nenájdené.\n" #~ "\n" -#~ " Teraz môžete odpojiť USB zariadenie. Log súbor bude zapísaný\n" -#~ " do Vášho domovského priečinka po skončení aplikácie." +#~ " Musíte pripojiť USB zariadenie na ktoré\n" +#~ " môže byť zapísaný obraz." + +#~ msgid "gtk-ok" +#~ msgstr "gtk-ok" + +#~ msgid "gtk-close" +#~ msgstr "gtk-close" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-cancel" + +#~ msgid "ImageWriter" +#~ msgstr "ImageWriter" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "Proces dd skončil s chybou!" + +#~ msgid " " +#~ msgstr " " @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-07 21:10+0000\n" "Last-Translator: Filip Komar <filip.komar@gmail.com>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/mageia/" @@ -121,7 +121,7 @@ msgstr "Zapisovanje " msgid "Executing copy from " msgstr "Izvajanje kopiranja z " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Napaka pisanja." @@ -129,15 +129,15 @@ msgstr "Napaka pisanja." msgid "Wrote: " msgstr "Zapisano: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " je bila uspešno zapisana na " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Slika medija " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Zapisano zlogov: " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2011-03-17 11:58+0000\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Language-Team: Launchpad Serbian Translators\n" @@ -115,7 +115,7 @@ msgstr "Записујем " msgid "Executing copy from " msgstr "" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "" @@ -123,15 +123,15 @@ msgstr "" msgid "Wrote: " msgstr "Записах: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " је успешно записан на " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Одраз " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -297,39 +297,21 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "gtk-ok" -#~ msgstr "гтк-у реду" - -#~ msgid "gtk-close" -#~ msgstr "гтк-затвори" - -#~ msgid "gtk-cancel" -#~ msgstr "гтк-откажи" - -#~ msgid "ImageWriter" -#~ msgstr "Писач одраза" - -#~ msgid "The dd process ended with an error !" -#~ msgstr "дд процес је завршио са грешком !" - #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>Грешка</b>\n" -#~ " Нисам пронашао циљни уређај. \n" -#~ "\n" -#~ " Морате да прикључите УСБ кључ\n" -#~ " на који може бити записан одраз." - -#~ msgid "to" -#~ msgstr "на" +#~ "<b>Обављено</b>\n" +#~ " Одраз је успешно записан на циљном уређају.\n" +#~ " \n" +#~ " Сада можете слободно да га искључите, дневник\n" +#~ " о операцији ће бити сачуван у вашој личној\n" +#~ " фасцикли ако затворите програм." #~ msgid "" #~ "<b>Error</b>\n" @@ -346,18 +328,36 @@ msgstr "" #~ " Датотека дневника са садржајем ће бити сачувана у\n" #~ " вашој личној фасцикли ако је програм затворен." +#~ msgid "to" +#~ msgstr "на" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>Обављено</b>\n" -#~ " Одраз је успешно записан на циљном уређају.\n" -#~ " \n" -#~ " Сада можете слободно да га искључите, дневник\n" -#~ " о операцији ће бити сачуван у вашој личној\n" -#~ " фасцикли ако затворите програм." +#~ "<b>Грешка</b>\n" +#~ " Нисам пронашао циљни уређај. \n" +#~ "\n" +#~ " Морате да прикључите УСБ кључ\n" +#~ " на који може бити записан одраз." + +#~ msgid "The dd process ended with an error !" +#~ msgstr "дд процес је завршио са грешком !" + +#~ msgid "ImageWriter" +#~ msgstr "Писач одраза" + +#~ msgid "gtk-cancel" +#~ msgstr "гтк-откажи" + +#~ msgid "gtk-close" +#~ msgstr "гтк-затвори" + +#~ msgid "gtk-ok" +#~ msgstr "гтк-у реду" + +#~ msgid " " +#~ msgstr " " @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-08 14:11+0000\n" "Last-Translator: Michael Eklund <willard@null.net>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/mageia/language/" @@ -119,7 +119,7 @@ msgstr "Skriver " msgid "Executing copy from " msgstr "Kör kopia från" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Skrivfel." @@ -127,15 +127,15 @@ msgstr "Skrivfel." msgid "Wrote: " msgstr "Skrev: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " skrevs till " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Avbild" -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Bytes skrivna:" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-07 20:40+0000\n" "Last-Translator: Atilla Öntaş <tarakbumba@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/mageia/language/" @@ -119,7 +119,7 @@ msgstr "Yazdırıyor " msgid "Executing copy from " msgstr "Kalıptan kopyalama çalıştırılıyor" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Yazma hatası." @@ -127,15 +127,15 @@ msgstr "Yazma hatası." msgid "Wrote: " msgstr "Yazıldı: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " başarıyla aygıta yazıldı " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "İmaj " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Yazılan bayt:" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-08 04:21+0000\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/mageia/" @@ -119,7 +119,7 @@ msgstr "Записуємо " msgid "Executing copy from " msgstr "Виконуємо копіювання з " -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "Помилка під час спроби запису." @@ -127,15 +127,15 @@ msgstr "Помилка під час спроби запису." msgid "Wrote: " msgstr "Записано: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " успішно записано на " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "Образ " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "Записано байтів: " diff --git a/po/zh_CN.po b/po/zh_CN.po index 65d589d..ab56f4e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2009-05-13 05:10+0000\n" "Last-Translator: puzhengcai <Unknown>\n" "Language-Team: Simplified Chinese <zh_CN@li.org>\n" @@ -116,7 +116,7 @@ msgstr "正在写入 " msgid "Executing copy from " msgstr "运行: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "正在写入 " @@ -125,15 +125,15 @@ msgstr "正在写入 " msgid "Wrote: " msgstr "已写入: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " 成功写入到 " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "镜像 " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,39 +299,23 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "gtk-ok" -#~ msgstr "gtk-确定" - -#~ msgid "gtk-close" -#~ msgstr "gtk-关闭" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-取消" - -#~ msgid "ImageWriter" -#~ msgstr "镜像写入程序" - -#~ msgid "The dd process ended with an error !" -#~ msgstr "dd处理过程带错误结束!" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." #~ msgstr "" -#~ "<b>错误</b>\n" -#~ "没有找到目标设备。 \n" -#~ "\n" -#~ " 你需要插入一个USB设备\n" -#~ " 以便将镜像写入。" - -#~ msgid "to" -#~ msgstr "到" +#~ "<b>成功</b>\n" +#~ " 镜像文件成功写入到目标驱动器\n" +#~ " \n" +#~ " \n" +#~ " 您现在已经完成本次操作,可以卸载设备。\n" +#~ " 当您退出程序时\n" +#~ " 一份日志文件将会保存在您的用户主目录中。" #, fuzzy #~ msgid "" @@ -349,20 +333,36 @@ msgstr "" #~ " 当程序关闭时\n" #~ " 将会在您的用户主目录保存一个日志文件。" -#, fuzzy +#~ msgid "to" +#~ msgstr "到" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." #~ msgstr "" -#~ "<b>成功</b>\n" -#~ " 镜像文件成功写入到目标驱动器\n" -#~ " \n" -#~ " \n" -#~ " 您现在已经完成本次操作,可以卸载设备。\n" -#~ " 当您退出程序时\n" -#~ " 一份日志文件将会保存在您的用户主目录中。" +#~ "<b>错误</b>\n" +#~ "没有找到目标设备。 \n" +#~ "\n" +#~ " 你需要插入一个USB设备\n" +#~ " 以便将镜像写入。" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "dd处理过程带错误结束!" + +#~ msgid "ImageWriter" +#~ msgstr "镜像写入程序" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-取消" + +#~ msgid "gtk-close" +#~ msgstr "gtk-关闭" + +#~ msgid "gtk-ok" +#~ msgstr "gtk-确定" + +#~ msgid " " +#~ msgstr " " diff --git a/po/zh_HK.po b/po/zh_HK.po index d40b233..fbac956 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2008-11-04 01:51+0000\n" "Last-Translator: Boning Chen <neodarksaver@gmail.com>\n" "Language-Team: Chinese (Hong Kong) <zh_HK@li.org>\n" @@ -116,7 +116,7 @@ msgstr "正在寫入 " msgid "Executing copy from " msgstr "執行中: dd if=" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 #, fuzzy msgid "Writing error." msgstr "正在寫入 " @@ -125,15 +125,15 @@ msgstr "正在寫入 " msgid "Wrote: " msgstr "已寫入: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " 成功寫入到 " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "鏡像 " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "" @@ -299,34 +299,24 @@ msgid "" " you close the application." msgstr "" -#~ msgid " " -#~ msgstr " " - -#~ msgid "gtk-ok" -#~ msgstr "gtk-確定" - -#~ msgid "gtk-close" -#~ msgstr "gtk-關閉" - -#~ msgid "gtk-cancel" -#~ msgstr "gtk-取消" - -#~ msgid "ImageWriter" -#~ msgstr "鏡像寫入程序ImageWriter" - -#~ msgid "The dd process ended with an error !" -#~ msgstr "dd處理過程有錯誤而結束!" - +#, fuzzy #~ msgid "" -#~ "<b>Error</b>\n" -#~ " No target devices were found. \n" -#~ "\n" -#~ " You need to plug in a USB Key\n" -#~ " to which the image can be written." -#~ msgstr "<b>錯誤</b>沒有找到目標裝置。你需要插入一個USB裝置將鏡像寫入。" - -#~ msgid "to" -#~ msgstr "到" +#~ "<b>Success</b>\n" +#~ " The image was successfully written to the\n" +#~ " target device.\n" +#~ " \n" +#~ " You are free to unplug it now, a log isodumper.log \n" +#~ " of the operation will be saved in your homedir/.isodumper/ when\n" +#~ " you close the application." +#~ msgstr "" +#~ "<b>成功</b>\n" +#~ " 鏡像文件成功寫入到目標\n" +#~ " 裝置。\n" +#~ " \n" +#~ " \n" +#~ " 您現在已經完成本次操作,可以卸載裝置。\n" +#~ " 當您退出程序時\n" +#~ " 一份日誌文件將會保存在您的用戶主目錄中。" #, fuzzy #~ msgid "" @@ -344,21 +334,31 @@ msgstr "" #~ " 當程序關閉時\n" #~ " 將會在您的用戶主目錄保存一個日誌文件。" -#, fuzzy +#~ msgid "to" +#~ msgstr "到" + #~ msgid "" -#~ "<b>Success</b>\n" -#~ " The image was successfully written to the\n" -#~ " target device.\n" -#~ " \n" -#~ " You are free to unplug it now, a log isodumper.log \n" -#~ " of the operation will be saved in your homedir/.isodumper/ when\n" -#~ " you close the application." -#~ msgstr "" -#~ "<b>成功</b>\n" -#~ " 鏡像文件成功寫入到目標\n" -#~ " 裝置。\n" -#~ " \n" -#~ " \n" -#~ " 您現在已經完成本次操作,可以卸載裝置。\n" -#~ " 當您退出程序時\n" -#~ " 一份日誌文件將會保存在您的用戶主目錄中。" +#~ "<b>Error</b>\n" +#~ " No target devices were found. \n" +#~ "\n" +#~ " You need to plug in a USB Key\n" +#~ " to which the image can be written." +#~ msgstr "<b>錯誤</b>沒有找到目標裝置。你需要插入一個USB裝置將鏡像寫入。" + +#~ msgid "The dd process ended with an error !" +#~ msgstr "dd處理過程有錯誤而結束!" + +#~ msgid "ImageWriter" +#~ msgstr "鏡像寫入程序ImageWriter" + +#~ msgid "gtk-cancel" +#~ msgstr "gtk-取消" + +#~ msgid "gtk-close" +#~ msgstr "gtk-關閉" + +#~ msgid "gtk-ok" +#~ msgstr "gtk-確定" + +#~ msgid " " +#~ msgstr " " diff --git a/po/zh_TW.po b/po/zh_TW.po index 3140365..1b6ffac 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-07 00:05+0200\n" +"POT-Creation-Date: 2014-10-20 18:40+0200\n" "PO-Revision-Date: 2014-07-02 09:08+0000\n" "Last-Translator: You-Cheng Hsieh <yochenhsieh@gmail.com>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mageia/" @@ -117,7 +117,7 @@ msgstr "正在寫入 " msgid "Executing copy from " msgstr "正在從這個來源複製" -#: lib/isodumper.py:399 lib/isodumper.py:412 lib/isodumper.py:421 +#: lib/isodumper.py:399 lib/isodumper.py:413 lib/isodumper.py:422 msgid "Writing error." msgstr "寫入錯誤。" @@ -125,15 +125,15 @@ msgstr "寫入錯誤。" msgid "Wrote: " msgstr "已寫入: " -#: lib/isodumper.py:416 +#: lib/isodumper.py:417 msgid " successfully written to " msgstr " 成功寫入到 " -#: lib/isodumper.py:416 lib/isodumper.py:507 +#: lib/isodumper.py:417 lib/isodumper.py:509 msgid "Image " msgstr "映像 " -#: lib/isodumper.py:417 +#: lib/isodumper.py:418 msgid "Bytes written: " msgstr "寫入位元組:" diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index 8681318..69e0c09 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -23,7 +23,7 @@ Are you sure you want to quit during writing?</property> <property name="type_hint">dialog</property> <property name="has_separator">True</property> <property name="program_name">IsoDumper</property> - <property name="version">v0.31</property> + <property name="version">v0.32</property> <property name="copyright">© 2013-2014 Mageia</property> <property name="comments" translatable="yes">A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter.</property> <property name="website">https://github.com/papoteur-mga/isodumper</property> diff --git a/share/locale/ast/LC_MESSAGES/isodumper.mo b/share/locale/ast/LC_MESSAGES/isodumper.mo Binary files differindex 5706738..9504d94 100644 --- a/share/locale/ast/LC_MESSAGES/isodumper.mo +++ b/share/locale/ast/LC_MESSAGES/isodumper.mo diff --git a/share/locale/cs/LC_MESSAGES/isodumper.mo b/share/locale/cs/LC_MESSAGES/isodumper.mo Binary files differindex d56b3cd..85a6030 100644 --- a/share/locale/cs/LC_MESSAGES/isodumper.mo +++ b/share/locale/cs/LC_MESSAGES/isodumper.mo diff --git a/share/locale/da/LC_MESSAGES/isodumper.mo b/share/locale/da/LC_MESSAGES/isodumper.mo Binary files differindex f5e9b6a..66ea8c4 100644 --- a/share/locale/da/LC_MESSAGES/isodumper.mo +++ b/share/locale/da/LC_MESSAGES/isodumper.mo diff --git a/share/locale/de/LC_MESSAGES/isodumper.mo b/share/locale/de/LC_MESSAGES/isodumper.mo Binary files differindex 62a1dc9..5e54117 100644 --- a/share/locale/de/LC_MESSAGES/isodumper.mo +++ b/share/locale/de/LC_MESSAGES/isodumper.mo diff --git a/share/locale/el/LC_MESSAGES/isodumper.mo b/share/locale/el/LC_MESSAGES/isodumper.mo Binary files differindex 9adda1b..78e36b4 100644 --- a/share/locale/el/LC_MESSAGES/isodumper.mo +++ b/share/locale/el/LC_MESSAGES/isodumper.mo diff --git a/share/locale/en_GB/LC_MESSAGES/isodumper.mo b/share/locale/en_GB/LC_MESSAGES/isodumper.mo Binary files differindex e11447d..f30baae 100644 --- a/share/locale/en_GB/LC_MESSAGES/isodumper.mo +++ b/share/locale/en_GB/LC_MESSAGES/isodumper.mo diff --git a/share/locale/es/LC_MESSAGES/isodumper.mo b/share/locale/es/LC_MESSAGES/isodumper.mo Binary files differindex 76e4e6d..e929aad 100644 --- a/share/locale/es/LC_MESSAGES/isodumper.mo +++ b/share/locale/es/LC_MESSAGES/isodumper.mo diff --git a/share/locale/et/LC_MESSAGES/isodumper.mo b/share/locale/et/LC_MESSAGES/isodumper.mo Binary files differindex b4ebb15..3dc1aea 100644 --- a/share/locale/et/LC_MESSAGES/isodumper.mo +++ b/share/locale/et/LC_MESSAGES/isodumper.mo diff --git a/share/locale/eu/LC_MESSAGES/isodumper.mo b/share/locale/eu/LC_MESSAGES/isodumper.mo Binary files differindex 6418b25..3884efd 100644 --- a/share/locale/eu/LC_MESSAGES/isodumper.mo +++ b/share/locale/eu/LC_MESSAGES/isodumper.mo diff --git a/share/locale/fr/LC_MESSAGES/isodumper.mo b/share/locale/fr/LC_MESSAGES/isodumper.mo Binary files differindex a90e6b7..c281de4 100644 --- a/share/locale/fr/LC_MESSAGES/isodumper.mo +++ b/share/locale/fr/LC_MESSAGES/isodumper.mo diff --git a/share/locale/id/LC_MESSAGES/isodumper.mo b/share/locale/id/LC_MESSAGES/isodumper.mo Binary files differindex 1b0012d..a59dd43 100644 --- a/share/locale/id/LC_MESSAGES/isodumper.mo +++ b/share/locale/id/LC_MESSAGES/isodumper.mo diff --git a/share/locale/it/LC_MESSAGES/isodumper.mo b/share/locale/it/LC_MESSAGES/isodumper.mo Binary files differindex 8e1c0cc..3185474 100644 --- a/share/locale/it/LC_MESSAGES/isodumper.mo +++ b/share/locale/it/LC_MESSAGES/isodumper.mo diff --git a/share/locale/nl/LC_MESSAGES/isodumper.mo b/share/locale/nl/LC_MESSAGES/isodumper.mo Binary files differindex c68b7ac..64af486 100644 --- a/share/locale/nl/LC_MESSAGES/isodumper.mo +++ b/share/locale/nl/LC_MESSAGES/isodumper.mo diff --git a/share/locale/pl/LC_MESSAGES/isodumper.mo b/share/locale/pl/LC_MESSAGES/isodumper.mo Binary files differindex 137d82e..b7140d7 100644 --- a/share/locale/pl/LC_MESSAGES/isodumper.mo +++ b/share/locale/pl/LC_MESSAGES/isodumper.mo diff --git a/share/locale/pt/LC_MESSAGES/isodumper.mo b/share/locale/pt/LC_MESSAGES/isodumper.mo Binary files differindex 42a8fa1..a3e4bec 100644 --- a/share/locale/pt/LC_MESSAGES/isodumper.mo +++ b/share/locale/pt/LC_MESSAGES/isodumper.mo diff --git a/share/locale/pt_BR/LC_MESSAGES/isodumper.mo b/share/locale/pt_BR/LC_MESSAGES/isodumper.mo Binary files differindex a56b245..551121c 100644 --- a/share/locale/pt_BR/LC_MESSAGES/isodumper.mo +++ b/share/locale/pt_BR/LC_MESSAGES/isodumper.mo diff --git a/share/locale/ro/LC_MESSAGES/isodumper.mo b/share/locale/ro/LC_MESSAGES/isodumper.mo Binary files differindex cca7809..9992ef5 100644 --- a/share/locale/ro/LC_MESSAGES/isodumper.mo +++ b/share/locale/ro/LC_MESSAGES/isodumper.mo diff --git a/share/locale/ru/LC_MESSAGES/isodumper.mo b/share/locale/ru/LC_MESSAGES/isodumper.mo Binary files differindex ace9559..6df2406 100644 --- a/share/locale/ru/LC_MESSAGES/isodumper.mo +++ b/share/locale/ru/LC_MESSAGES/isodumper.mo diff --git a/share/locale/sl/LC_MESSAGES/isodumper.mo b/share/locale/sl/LC_MESSAGES/isodumper.mo Binary files differindex b5b9987..37bf005 100644 --- a/share/locale/sl/LC_MESSAGES/isodumper.mo +++ b/share/locale/sl/LC_MESSAGES/isodumper.mo diff --git a/share/locale/sv/LC_MESSAGES/isodumper.mo b/share/locale/sv/LC_MESSAGES/isodumper.mo Binary files differindex d638260..0d00a05 100644 --- a/share/locale/sv/LC_MESSAGES/isodumper.mo +++ b/share/locale/sv/LC_MESSAGES/isodumper.mo diff --git a/share/locale/tr/LC_MESSAGES/isodumper.mo b/share/locale/tr/LC_MESSAGES/isodumper.mo Binary files differindex 553c954..1c7cf37 100644 --- a/share/locale/tr/LC_MESSAGES/isodumper.mo +++ b/share/locale/tr/LC_MESSAGES/isodumper.mo diff --git a/share/locale/uk/LC_MESSAGES/isodumper.mo b/share/locale/uk/LC_MESSAGES/isodumper.mo Binary files differindex 2b349eb..5b2abdf 100644 --- a/share/locale/uk/LC_MESSAGES/isodumper.mo +++ b/share/locale/uk/LC_MESSAGES/isodumper.mo diff --git a/share/locale/zh_TW/LC_MESSAGES/isodumper.mo b/share/locale/zh_TW/LC_MESSAGES/isodumper.mo Binary files differindex 6ef77d5..45aa0a2 100644 --- a/share/locale/zh_TW/LC_MESSAGES/isodumper.mo +++ b/share/locale/zh_TW/LC_MESSAGES/isodumper.mo |