simpleburn-1.8.0/000077500000000000000000000000001303030522300136675ustar00rootroot00000000000000simpleburn-1.8.0/CMakeLists.txt000066400000000000000000000011571303030522300164330ustar00rootroot00000000000000cmake_minimum_required(VERSION 2.8) set (PROJECT_NAME "simpleburn") project (${PROJECT_NAME}) set (PROJECT_VERSION "1.8.0") add_subdirectory (po) add_subdirectory (src) install (DIRECTORY doc/ DESTINATION doc/${PROJECT_NAME}-${PROJECT_VERSION}) option (GTK2 "Use gtk+2." OFF) add_custom_target (uninstall) add_custom_command (TARGET uninstall COMMAND xargs rm -f < ${CMAKE_BINARY_DIR}/install_manifest.txt) add_custom_command (TARGET uninstall COMMAND rmdir ${CMAKE_INSTALL_PREFIX}/doc/${PROJECT_NAME}-${PROJECT_VERSION}) add_custom_command (TARGET uninstall COMMAND rmdir ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}) simpleburn-1.8.0/doc/000077500000000000000000000000001303030522300144345ustar00rootroot00000000000000simpleburn-1.8.0/doc/ChangeLog000066400000000000000000000212211303030522300162040ustar00rootroot000000000000002016-06-16, version 1.8.0: rewritten (new prerequisites) and simplified + restored LibCDIO for media detection (much faster than UDEV one -> abandonned) + using LibDVDRead for video DVD detection - thanks to LsDVD authors (https://sourceforge.net/projects/lsdvd) + CLI: - fixed video DVD ripping (A/V sync, aspect ratio) - mencoder now must be compiled with XVid support - audio file is available for video DVD rips - use TAO audio recording instead of DAO in order to allow 2 seconds silence between tracks - API change: extract -> e-audio, e-video, e-iso, blank/burn -> b-blank, b-data, b-iso, b-audio - no more checks (done in GUI) + GUI: - use GTK-3 by default (GTK-2 is still supported) - user now has to choose by himself between data or audio CD burning - no more quality choice for DVD ripping (high quality only) - moved application icon (now works on about dialog) - (no more progress display - for now) 2015-03-18, version 1.7.3: - media can now be unmounted using udisksctl - directory are now burned with UDF filesystem, as video DVD if appropriate 2015-01-26, version 1.7.2: - fixed missing audio titles and lenghts in GUI - detection doesn't crash anymore when mplayer is missing 2014-09-31, version 1.7.1: - fixed video DVD detection when ID_AID / ID_SID are not present - fixed desktop file thanks to Christopher Meng 2014-05-31, version 1.7.0: updated serbian translation (thanks to Jay Alexander Fleming) 2014-02-19, version 1.7.0-rc1: - fixed capacity detection on new DVD/RW - more tests 2014-02-11, version 1.7.0-beta2: - patched to support directory and filename with spaces 2014-02-05, version 1.7.0-beta1: - full code and files refactoring - copy not implemented yet - dropped LibCDIO and LibBurnia support (no time for maintenance) - simplier command line tools - see required tools in INSTALL - UI redesign (show only what can be done) - now, if user is ok, CD-RW are automaticaly blanked when not empty and DVD-RW can be burned even if not empty - DVD ripping bugfixes and enhancements: user can now verify and ajust cropping - added serbian language thanks to Jay Alexander Fleming - add support for GTK-3 (GTK-2 still supported) 2012-08-09, version 1.6.5: - fixed missing -lm flags on some systems thanks to Gregory, - handle /lib64/udev/cdrom_id and /usr/lib64/udev/cdrom_id for UDEV detection thanks to Gregory - dropped HAL support, - UDEV is now the default detection method, - -DALLOW_DEVICES_SYMLINKS=ON is now enabled by default - media detection wait for loading completion instead of reporting no media 2012-05-12, version 1.6.4: - MP3 and OGG extraction bitrate is now 256 kbps (better quality) - dialog close bugfix - Udev path bugfix; thanks to '4javier' visitor - Udev detection latency bugfix; thanks to '4javier' visitor 2011-06-19, version 1.6.3: - umount drive before burning if needed - fix exit status handling (to inform user if something went wrong) - isosize command is no more needed; data media size detection bugfix - improved Debian support - repaint window every second when extracting DVD - add "uninstall" target thanks to Stefan Fleischmann 2011-05-02, version 1.6.2.1: - updated russian translation thanks to Andrey Frantsuzov - fixed polish translation thanks to Patrick Verner and 'Echinos' PartedMagic forum user 2011-04-14, version 1.6.2: - automaticaly switch to mp2 audio for video DVD extraction if mplayer isn't compiled with lame support - empty CD detection with LibCDIO bugfix 2011-02-06, version 1.6.1: - limit audio burning speed to the lowest possible - allow user to choose audio tracks to extract and format (wav, flac, ogg, mp3) - now inform the user if the operation failed - LIBCDIO now replaces HAL as default detection method 2011-01-13, version 1.6.0.2: added czech translation thanks to Jaromír Cápík 2011-01-09, version 1.6.0.1: added hungarian translation thanks to András Fekete 2010-11-18, version 1.6.0: new application icon + added spanish translation thanks to Pablo López 2010-11-07, version 1.5.2.2: new application icon + added spanish translation thanks to Pablo López 2010-10-16, version 1.6.0-beta4: audio extraction bugfix 2010-09-28, version 1.6.0-beta3: DVD subtitle encoding bugfix 2010-07-09, version 1.6.0-beta2.2: updated russian translation (again) thanks to Andrey Frantzutov 2010-07-09, version 1.6.0-beta2.1: updated russian translation thanks to Andrey Frantzutov 2010-07-09, version 1.5.2.1: updated polish translation 2010-07-07, version 1.6.0-beta2: bugfixes: - crash when previewing a video DVD - burning ISO images bigger than 2GB 2010-07-07, version 1.5.2: bugfix: burning ISO images bigger than 2GB 2010-06-20, version 1.6.0-beta1: added support for DVD ripping 2010-06-20, version 1.5.1: added isosize command + DVD blanking bugfix (thanks to Andrew Frantsuzov for his help in testing) 2010-03-30, version 1.5.0: - added support for LibBurnia (cdrkit + xorriso) + CDParanoia / LibCDIO (cd-paranoia) + CDRDAO burning suite - added LibCDIO detection method (neither HAL nor Udev detection methods worked on Puppy) - removed dvd+rw-tools dependance - added polish translation thanks to Robert Wojewódzki - added support for mpg123 (use mpg123 instead of mpg321) and normalize (for MP3 compilations) - CDRTools / CDRecord detection method has been renamed to Udev (this method has evolved, and the new name sticks better to reality; CDRKit or LibBurnia can replace CDRTools) - added program icon - added debug informations for devices detection - updated developer documentation 2010-01-07, version 1.4.0: - SimpleBurn now works on Debian 5.0 too: support for cdrkit has been added - add support for UDF file system detection - more precise calculation of the audio CDs size - cdrecord method for media detection rewrite (using /lib/udev/cdrom_id) 2010-01-01, version 1.3.2: - use directory name for data CD / DVD label - add build option to enable "cdrecord" (and disable HAL) for device and media detection - fixed compilation error with CMake 2.8 (config.h was generated in a bad place) - use /usr/share/simpleburn (without version number - as suggested) to store the simpleburn.ui file (this version was only available through git repository) 2009-11-30, version 1.3.1.1: added russian translation thanks to Dmitry Korzhevin 2009-11-29, version 1.3.1: - fixed media detection crash - fixed device detection (thanks to Thomas Gibson) - fixed "burn-audio" script (audio directory size check) - added documentation for developers 2009-11-19, version 1.3.0: - CD / DVD devices and medias detection rewrite (using HAL instead of "cdrecord -minfo" output) - thanks to Mihai Militaru for the report, and the help in testing - add aborting functionnality - new DVD size detection and ISO extraction bugfix (extract is now limited to the amount given by the "isosize" command) - fixed some translations issues - fixed DVD full blanking issue 2009-11-06, version 1.2.3: DVD detection bugfix and rewritable DVD writing improvement (it is no more needed to blank it before burning) 2009-10-22, version 1.2.2: improvement (at least video DVD where not correctly recognized) and simplification of the media detection 2009-08-30, version 1.2.1: updated german translation (thanks to Christoph Zeiler) + set ellipsize mode to 'middle' for log widget + minor cosmetic fixes 2009-05-10, version 1.2.0: fixed media size display (displayed KB instead of MB) 2009-04-21, version 1.2.0beta1: - added german translation (thanks to Christoph Zeiler) - added direct copy feature + removed LibGlade dependencies (using GtkBuilder instead) - add elapsed/remaining time display - more precise progress bar - progress calculation code rewritten in C for performance 2009-04-05, version 1.1.0beta1: - precise progress bar - automatic MP3/OGG to WAV conversion for audio CD burning - code simplification (using BASH scripts for actions) 2009-02-24, version 1.0.6.2: added Italian translation, thanks to Andrea Sciucca 2009-02-24, version 1.0.6.1: added Swedish translation, thanks to Niklas Grahn 2009-02-16, version 1.0.6: enhance CD / DVD drive detection (using /lib/udev/cdrom_id) ; thanks to Patrick for his tip 2009-02-08, version 1.0.5: add more reliable CD / DVD drive detection (based on /sys/block/*/device/media) 2009-02-08, version 1.0.4: - CD /DVD devices detection bugfix (introduced in previous release - memory allocation problem) - media detection bugfix (memory freeing problem when no device was inserted) 2009-02-06, version 1.0.3: CD /DVD devices detection bugfix and improvment ; thanks to Christoph Zeiler for reporting the problem 2009-02-04, version 1.0.2: audio extraction bugfix (the extracted file was hidden if there was only one track) 2009-01-18, version 1.0.1: ISO extraction bugfix + audio convertion tool addition simpleburn-1.8.0/doc/I18N000066400000000000000000000005121303030522300150340ustar00rootroot00000000000000- add a new language: (from inside "simpleburn" root directory) # cd po # msginit (edit language (po) file) - update translation files (if strings have changed): (from inside "simpleburn" root directory) # mkdir build # cd build # cmake .. # make update_po # cd .. # rm -rf build # cd po (edit language (po) file) simpleburn-1.8.0/doc/INSTALL000066400000000000000000000017451303030522300154740ustar00rootroot00000000000000Requirements: - gtk+2 or gtk+3 (default) - burning suite: cdrtools / cdrkit (with symlinks: cdrecord->wodim, cdda2wav->icedax, genisoimage->mkisofs) - detection: libdvdread, libcddb, libcdio - audio burning and extracting: flac (flac<->wav), mpg123 (mp3->wav), lame (wav->mp3), vorbis-tools (ogg<->wav) - video DVD ripping: mencoder with mandatory xvid and optional mp3 codec support - simpleburn.sh can be edited to change quality & codecs - video / audio preview: gmplayer (or symlink with same command line options) Installation procedure: 1) extract the archive containing the program sources, 2) enter the directory containing the sources, 3) run the command `cmake .'; options: `-DCMAKE_INSTALL_PREFIX=/usr': to install into `/usr' instead of `/usr/local'; `-DGTK2=on': to use GTK+2 instead of GTK+3 4) run the command `make', 5) run the command `make install' (or `make install DESTDIR=absolute_path_to_somedir' to place the files in a temporary location instead of the expected one). simpleburn-1.8.0/doc/LICENSE000066400000000000000000000026701303030522300154460ustar00rootroot00000000000000SimpleBurn, Copyright Frank ENDRES, 2008-2016 frankendres@tuxfamily.org This software is governed by the CeCILL license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info". As a counterpart to the access to the source code and rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software's author, the holder of the economic rights, and the successive licensors have only limited liability. In this respect, the user's attention is drawn to the risks associated with loading, using, modifying and/or developing or reproducing the software by the user in light of its specific status of free software, that may mean that it is complicated to manipulate, and that also therefore means that it is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the software's suitability as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions as regards security. The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. simpleburn-1.8.0/doc/TESTS000066400000000000000000000022111303030522300152550ustar00rootroot00000000000000Date: 2016-06-196 System: Slackware64 Linux 14.2 (cdrtools-3.01, libcdio-0.93, libcddb-1.3.2, libdvdread-5.0.3, mplayer-1.3.0) + (ok), / (untested), - (error), Detection: + empty CD-R + new/erased CD-RW (identical) + audio CD + data (iso9660) CD + data (iso9960/udf) CD-RW + empty DVD+R + empty DVD-R + new DVD+RW + erased DVD+RW (differ from new DVD+RW) + data (iso9660) DVD+RW + data (iso9660/udf) DVD+RW + video DVD (iso9660/udf) / data (udf) CD-RW (unsupported) / data (udf) DVD+RW (unsupported) Extraction: + data (iso9660) CD + audio CD + audio CD (disconnected from network/without CDDB entry) + video DVD 16/9 (with horizontal black borders) + video DVD 4/3 Burning: + CD-RW fast emptying + CD-RW all (full) emptying + DVD+RW fast emptying + DVD+RW all (full) emptying + audio folder on non empty CD-RW + audio folder on empty CD-RW + audio folder from compressed audio files (mp3, ogg, flac) + data folder on non empty CD-RW + data folder on empty CD-RW + data folder on non empty DVD+RW + data folder on empty DVD+RW + iso9660 file on non empty CD-RW + iso9660 file on empty CD-RW + iso9660 file on non empty DVD+RW + iso9660 file on empty DVD+RW simpleburn-1.8.0/doc/TODO000066400000000000000000000005101303030522300151200ustar00rootroot00000000000000+ update translations + check size of directory (data or audio) or ISO file to burn + verify integrity ? audio / data compilations ? Support Hybrid (audio / data) media ? add option to extract / write UDF formatted medias ? add option to write multisession CDs ? add option to append data on overwritable media ? restore gauges simpleburn-1.8.0/doc/cdio.txt000066400000000000000000000013511303030522300161130ustar00rootroot00000000000000cd_types.h: - CDIO_FS_AUDIO, CDIO_FS_ISO_9660, CDIO_FS_ISO_UDF - cdio_iso_analysis_t, cdio_fs_anal_t - cdio_guess_cd_type() devices.h: - cdio_drive_read_cap_t - cdio_open(), cdio_destroy(), cdio_get_devices(), cdio_get_drive_cap_dev() disc.h: - cdio_get_discmode(), cdio_get_disc_last_lsn(), cdio_get_num_tracks() track.h: - cdio_get_track_lba() mmc_hl.h: - mmc_get_disctype() mmc_ll.h: - mmc_get_event_status() mmc_util.h: - cdio_mmc_feature_profile_t - mmc_is_disctype_cdrom(), mmc_is_disctype_dvd() sector.h: - CDIO_CD_FRAMES_PER_SEC -------------------------------------------------- simpleburn/cdio_mmc.c: - mmc_disctype_is_writable(), mmc_disctype_is_rewritable() - mmc_get_disc_empty(), mmc_get_disc_capacity() simpleburn-1.8.0/doc/dvdread.dia000066400000000000000000000076771303030522300165450ustar00rootroot00000000000000Qo8@ۊ0fGJ4;!a;}ϳcځ 8+ݫBO`?q1(M>)0(_>}7oտy,zI_}?Hׯ$~f$V$ 8W_>z+2m ̢J$X`註ֵ?uTcG8,(UNw76k|@ng7OդZۯOĀZwRe`<ޯ?S$8|rmCƉ+ Fld$͒C7vFms '>sW?0?jcPG439M,=TBԃ:P.,Lwʜ 5Ja";?ϪAo.Z-Y磗?䝛JwH5tfAVQWC5dnh}fVCp0̠լM/_0ΡYZِ|~zC&x GC :V+o᝙Eq|n< 2Cvۆ$U+x4K}^o,s&i &˴tEa3x%5??M2i|&h.fTK5\˭[?2EޡƗ_Ylf3/J9qZۛ؜v3X/gvw.m{ޕ_]V|a#Nm?ZŸ w5}E>5^{57q\+ʄ.؝.ZTgy66˱彔<[Jھp}SK{K{,K{,^ڟ.KCuIm!FX 2#ڊRJEm͜Zt ;\VF2$]%j<#Tf:LVͷ|3%*](_J+gx>@D܄y~aklv7Y20*zQU=U~9ե%|E+S?\n>Q;M8!Tw(2>~1&ӽ+غ&ok>C |D\G`i%av%7V8 Ԡt&SF VE3PT `تz;y^LYv[!Nt$#BGȠJ(JQ<,,qU##FOꔙDpee87@ij9D8;Vvzݼ1fĘcF1fĘcF1fĘcFfbjI,/2U۬Bh],F 0Hi8^TG9 1\*:ة$Z=n9CGl]'Tߑ|9t(MnԘ1Ij mb;|hDrVd4^^vS\wnWFzWn0K0K0K0K0K0K0K0K0K0K0K0˷d7S|F0e>B=t]G)S/[mɲOx.}#,pE?P>>@ s1e1bA=i/efcոe6fڸ:4'6-,)+@)@)@)8k gJWYXv/" ^!,_;A&`&mʗKlc/xHh\Y}G?"T:MCLRq1 > >لOHᯚRJQ }ȫVh_yz Թ ڶXgM_^Yى%KeѨhJ6}{kI x0ߘ^ b%'^'R? h;Vv5N:/[h` vw|'K9Y y;Yz(>Kf___6:XJ kAw>d Qh>'/>e;cӖ]š[`YمEm⟤8hF<UVVJar1;ĕ'-za:9f)\/^z] n]8w TH:t|Bi%Ð:- <+-kTktMox;漰*Yn -p[mB=(-qab3\k0!޳J}Vv^(j~࿼}H{0/UZqfj-WSCBV#q!^zEF:qQSF۹J&n+rgDEsCJ]a+!L2q!L6*p^Mtew pSR/10S0`7<x9+]nňqg@ >ԄLY4dWqAǕQ-vV5Kk蕞meٺ+#b'68܊} ͦ)e3H\2LL10}&T̿;a;-η[G'oj d[āOO~X>OOO6䓣m] tp&2o%ߊޫ,('@N, 2011. # msgid "" msgstr "" "Project-Id-Version: simpleburn 1.6.0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2011-01-12 21:32+0100\n" "Last-Translator: Jaromír Cápík \n" "Language-Team: Czech\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "Soubor obrazu :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Adresář :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Vybrat adresář" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Vypálit hudbu / data" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Vypálit hudební CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "Rychlé CD / DVD mazání" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "Úplné '%s' CD/RW mazání ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Vybrat adresář" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Vybrat adresář" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Název souboru s obrazem :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Extrahovat hudební CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Soubor" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "_Pomoc" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "CD / DVD čtečka :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Získat informace o médiu" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Vysunout" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 #, fuzzy msgid "Capacity:" msgstr "Kvalita :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "O aplikaci Simpleburn" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 #, fuzzy msgid "Title" msgstr "Název :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 #, fuzzy msgid "Title:" msgstr "Název :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 #, fuzzy msgid "Language:" msgstr "Jazyk nahrávky :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 #, fuzzy msgid "Subtitles:" msgstr "Titulky :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Ukázka" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "žádný" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Extrahovat hudební CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "Extrahovat ISO obraz" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Extrahovat video DVD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "Vypálit hudbu / data" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "Rychlé '%s' CD/RW mazání ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "Úplné '%s' CD/RW mazání ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Chyba : název souboru s obrazem je prázdný." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Vybrat adresář" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Vypaluji data v adresáři '%s' na '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Extrahovat hudební CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Extrahovat hudební CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Chyba : název souboru s obrazem je prázdný." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Extrahuji video DVD ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Extrahuji video DVD ..." #, fuzzy #~ msgid "Quality:" #~ msgstr "Kvalita :" #, fuzzy #~ msgid "Burn file" #~ msgstr "Vypálit ISO obraz" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Vypaluji data v adresáři '%s' na '%s' ..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Uplynulý čas :" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Uplynulý čas :" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Zbývající čas :" #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Chyba : nedostatek místa na médiu." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Vybrat adresář" #~ msgid "Total time :" #~ msgstr "Celkový čas :" #~ msgid "SimpleBurn" #~ msgstr "SimpleBurn" #~ msgid "Informations" #~ msgstr "Informace" #~ msgid "Location :" #~ msgstr "Umístění :" #~ msgid "CD / DVD writer :" #~ msgstr "CD / DVD vypalovačka :" #~ msgid "DVD reader :" #~ msgstr "DVD čtečka :" #~ msgid "Detect" #~ msgstr "Detekovat" #~ msgid "Burn data CD / DVD" #~ msgstr "Vypálit datové CD / DVD" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "Poznámka: MP3 CD jsou datová CD." #~ msgid "Copy CD / DVD" #~ msgstr "Kopírovat CD / DVD" #~ msgid "Copy" #~ msgstr "Kopírovat" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Úplné CD/ DVD mazání" #~ msgid "Blank" #~ msgstr "Vymazat" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Rychlé '%s' DVD/RW mazání ..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Úplné '%s' DVD/RW mazání ..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Chyba : žádné přepisovatelné CD / DVD v mechanice." #~ msgid "Error : no CD in drive." #~ msgstr "Chyba : žádné CD v mechanice." #~ msgid "Error : no DVD in drive." #~ msgstr "Chyba : žádné DVD v mechanice." #~ msgid "Error : media in drive is not blank." #~ msgstr "Chyba : médium v mechanice není prázdné." #~ msgid "Error : media in drive is blank." #~ msgstr "Chyba : médium v mechanice je prázdné." #~ msgid "Error : no audio CD in drive." #~ msgstr "Chyba : žádné hudební CD v mechanice." #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Chyba : žádné médium s formátem ISO9660 v mechanice." #~ msgid "Error : image file is not set." #~ msgstr "Chyba : soubor s obrazem není nenastaven." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "Chyba : CD / DVD čtečka a vypalovačka se při kopírování musí lišit." #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Vypaluji '%s' ISO obraz na '%s' ..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Vypaluji hudební soubory v '%s' na '%s' ..." #~ msgid "Error : no video DVD in drive." #~ msgstr "Chyba : žádné video DVD v mechanice." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Kopíruji hudební CD v '%s' na '%s' ..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Kopíruji datové CD / DVD v '%s' na '%s' ..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Extrahuji ISO obraz z '%s' do '%s' ..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Extrahuji hudbu z '%s' do '%s' ..." #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Chyba : žádné CD / DVD zařízení nebylo detekováno" #~ msgid "MPEG-4 Normal quality" #~ msgstr "MPEG-4 Běžná kvalita" #~ msgid "MPEG-4 High quality" #~ msgstr "MPEG-4 Vysoká kvalita" #~ msgid "MPEG-2 DVD quality (best)" #~ msgstr "MPEG-2 DVD kvalita (nejlepší)" #~ msgid "No media inserted" #~ msgstr "Médium nevloženo" #~ msgid "rewritable" #~ msgstr "přepisovatelný" #~ msgid "Media type : blank CD" #~ msgstr "Typ média : prázdné CD" #~ msgid "Media type : audio CD" #~ msgstr "Typ média : hudební CD" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Typ média : datové CD (ISO9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Typ média : datové CD (UDF)" #~ msgid "Media type : blank DVD" #~ msgstr "Typ média : prázdné DVD" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Typ média : DVD (ISO9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Typ média : DVD (UDF)" #~ msgid "Media type : unknown" #~ msgstr "Typ média : neznámé" simpleburn-1.8.0/po/de.po000066400000000000000000000272521303030522300152450ustar00rootroot00000000000000# German translation for simpleburn # Copyright (C) 2009 Christoph Zeiler # This file is distributed under the same license as the simpleburn package. # Christoph Zeiler , 2009 msgid "" msgstr "" "Project-Id-Version: simpleburn 1.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2009-04-11 17:24+0001\n" "Last-Translator: Christoph Zeiler \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.3.0\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 msgid "ISO file:" msgstr "Abbild Datei :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 msgid "Directory:" msgstr "Verzeichnis :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "Abbild Datei zu brennen auswählen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 msgid "Select a directory to burn" msgstr "Verzeichnis zu brennen auswählen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 #, fuzzy msgid "Burn ISO" msgstr "Brennen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Daten" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 #, fuzzy msgid "Burn audio CD" msgstr "Entpackung der Audio CD ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 msgid "Fast blanking" msgstr "Schnelles löschen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 msgid "Full blanking" msgstr "Komplettes Löschen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 msgid "Select destination directory" msgstr "Zielverzeichnis auswählen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 msgid "Destination directory:" msgstr "Zielverzeichnis" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 msgid "Filename:" msgstr "Dateiname :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 msgid "Extract" msgstr "Entpacke" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Datei" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 msgid "Help" msgstr "Hilfe" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 msgid "CD / DVD device:" msgstr "CD / DVD Laufwerk :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Hole Medien Informationen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "Typ :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "Kapazität :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "Inhalt :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "Größe :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "Über SimpleBurn" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "Achtung : CD oder DVD enthält Daten." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "Wollen sie es wirklich löschen ?" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "Format :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "Stück" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "Titel" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "Dauer" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "Titel :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "Sprache :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "Untertiteln :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Vorschau" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "keine" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 msgid "Extract audio" msgstr "Entpacke Audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "Audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 msgid "Extract ISO" msgstr "Entpacke ISO" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "Daten" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 msgid "Extract video" msgstr "Entpacke Video" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "Video" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 msgid "Burn" msgstr "Brennen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "Löschen" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 msgid "Fast blanking ..." msgstr "Schnelle Löschung ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 msgid "Full blanking ..." msgstr "Komplettes Löschung ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 msgid "Error: please select file to burn." msgstr "Fehler : Bitte wählen Sie Datei zu brennen." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "Datei brennung ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 msgid "Error: please select directory to burn." msgstr "Fehler : Bitte wählen Sie Verzeichnis zu brennen." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Verzeichnis brennung ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Entpackung der Audio CD ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 msgid "Extracting audio CD ..." msgstr "Entpackung der Audio CD ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 msgid "Error: please enter a filename." msgstr "Fehler : bitte geben Sie einen Dateinamen." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Entpacken Video DVD ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 msgid "Extracting ISO image ..." msgstr "Entpacken ISO Abbild ..." #, fuzzy #~ msgid "normal" #~ msgstr "Format :" #~ msgid "Quality:" #~ msgstr "Qualität :" #~ msgid "Crop:" #~ msgstr "Schnitt :" #~ msgid "no media" #~ msgstr "kein Medium" #~ msgid "Burn file" #~ msgstr "Datei brennen" #~ msgid "Burn directory" #~ msgstr "Verzeichnis brennen" #~ msgid "Estimated time:" #~ msgstr "Geschätzte Zeit :" #~ msgid "Elapsed time:" #~ msgstr "Abgelaufene Zeit :" #~ msgid "Remaining time:" #~ msgstr "Verbleibende Zeit :" #~ msgid "Operation completed." #~ msgstr "Arbeitsgang abgeschlossen." #~ msgid "Error: please check there is enough space on media." #~ msgstr "Fehler : bitte bestätigen das es genug Platz auf dem Medium gibt." #~ msgid "Error: something went wrong." #~ msgstr "Fehler : Etwas ging falsch." simpleburn-1.8.0/po/es.po000066400000000000000000000355071303030522300152660ustar00rootroot00000000000000# Spanish translations for simpleburn package # Traducciones al español para el paquete simpleburn. # Copyright (C) 2010 THE simpleburn'S COPYRIGHT HOLDER # This file is distributed under the same license as the simpleburn package. # , 2010. # msgid "" msgstr "" "Project-Id-Version: simpleburn 1.5.2.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2010-11-05 13:45+0100\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "Archivo de imagen :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Directorio :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Seleccionar un directorio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Grabar audio / datos" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Grabar un CD de audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "Formato rapido de CD / DVD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "Formato completo de CD/RW a '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Seleccionar un directorio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Seleccionar un directorio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Nombre del archivo de imagen :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Extraer audio de CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Archivo" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "_y Ayuda" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "Lector de CD / DVD :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Obtener info del medio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Expulsar" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Extraer audio de CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "Extraer la imagen ISO" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Extraer audio de CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "Grabar audio / datos" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "Formato rápido del CD/RW a '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "Formato completo de CD/RW a '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Error : el archivo de imagen está vacío." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Seleccionar un directorio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Grabando los datos de la carpeta '%s' en '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Extraer audio de CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Extraer audio de CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Error : el archivo de imagen está vacío." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Extraer la imagen ISO" #, fuzzy #~ msgid "Burn file" #~ msgstr "Grabar imagen ISO" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Grabando los datos de la carpeta '%s' en '%s' ..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Tiempo transcurrido :" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Tiempo transcurrido :" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Tiemop restante :" #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Error : no hay suficiente espacio en el medio." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Seleccionar un directorio" #~ msgid "Total time :" #~ msgstr "Tiempo total :" #~ msgid "Informations" #~ msgstr "Información" #~ msgid "Location :" #~ msgstr "Locación :" #~ msgid "CD / DVD writer :" #~ msgstr "Grabador CD / DVD :" #~ msgid "DVD reader :" #~ msgstr "Lector de DVD :" #~ msgid "Burn data CD / DVD" #~ msgstr "Grabar un CD / DVD de datos" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "Nota: un CD MP3 es un CD de datos." #~ msgid "Copy CD / DVD" #~ msgstr "Copiar CD / DVD" #~ msgid "Copy" #~ msgstr "Copiar" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Formato completo de CD / DVD" #~ msgid "Blank" #~ msgstr "Formato" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Formato rápido del DVD/RW a '%s' ..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Formato completo de DVD/RW a '%s' ..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Error : no hay CD / DVD reescribible en el dispositivo." #~ msgid "Error : no CD in drive." #~ msgstr "Error : no hay un CD en el dispositivo." #~ msgid "Error : no DVD in drive." #~ msgstr "Error : no hay un DVD en el dispositivo." #~ msgid "Error : media in drive is not blank." #~ msgstr "Error : el medio en el dispositivo no está vacío." #~ msgid "Error : media in drive is blank." #~ msgstr "Error : el medio en el dispositivo está vacío." #~ msgid "Error : no audio CD in drive." #~ msgstr "Error : no hay un CD de audio CD en el dispositivo." #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Error : no hay medio ISO9660 formateado en el dispositivo." #~ msgid "Error : image file is not set." #~ msgstr "Error : no se ha establecido el archivo de imagen." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "" #~ "Error : para copiar el lector y la grabadora de CD / DVD deben ser " #~ "diferentes." #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Grabando la imagen ISO '%s' en '%s' ..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Grabando archivos de audio de '%s' en '%s' ..." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Copiando el CD de audio de '%s' a '%s' ..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Copy data CD / DVD in '%s' to '%s' ..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Extrayendo la imagen ISO de '%s' a '%s' ..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Extrayendo el audio de '%s' a '%s' ..." #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Error : no se detectó el dispositivo CD / DVD" #~ msgid "No media inserted" #~ msgstr "No hay medio insertado" #~ msgid "rewritable" #~ msgstr "No hay medio insertado" #~ msgid "Media type : blank CD" #~ msgstr "Tipo de medio : CD vacio" #~ msgid "Media type : audio CD" #~ msgstr "Tipo de medio : CD de audio" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Tipo de medio : CD de datos (ISO9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Tipo de medio : CD de datos (UDF)" #~ msgid "Media type : blank DVD" #~ msgstr "Tipo de medio : DVD vacio" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Tipo de medio : DVD (ISO9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Tipo de medio : DVD (UDF)" #~ msgid "Media type : unknown" #~ msgstr "Tipo de medio : desconocido" simpleburn-1.8.0/po/fr.po000066400000000000000000000260371303030522300152640ustar00rootroot00000000000000# French translations for simpleburn package # Traductions françaises du paquet simpleburn. # Copyright (C) 2008 THE simpleburn'S COPYRIGHT HOLDER # This file is distributed under the same license as the simpleburn package. # , 2008-2014. # msgid "" msgstr "" "Project-Id-Version: simpleburn 1.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2008-12-24 19:08+0100\n" "Last-Translator: \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 msgid "ISO file:" msgstr "Fichier ISO :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 msgid "Directory:" msgstr "Dossier :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "Selectionner un fichier ISO à graver" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 msgid "Select a directory to burn" msgstr "Sélectionner un dossier à graver" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "Graver ISO" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 msgid "Burn data" msgstr "Graver données" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Graver CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 msgid "Fast blanking" msgstr "Effacement rapide" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 msgid "Full blanking" msgstr "Effacement complet" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 msgid "Select destination directory" msgstr "Sélectionner le dossier de destination" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 msgid "Destination directory:" msgstr "Dossier de destination" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 msgid "Filename:" msgstr "Nom du fichier :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 msgid "Extract" msgstr "Extraire" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Fichier" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 msgid "Help" msgstr "Aide" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 msgid "CD / DVD device:" msgstr "Périphérique CD / DVD :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Analyser le média" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Ejecter" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "Type :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "Capacité :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "Contenu :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "Taille :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "À propos de SimpleBurn" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "Attention : le CD ou DVD contient des données." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "Voulez vous vraiment l'effacer ?" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "Format" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "Piste" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "Titre" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "Durée" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "Titre :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "Langage :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "Sous-titres :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Prévisualiser" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "aucun" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 msgid "Extract audio" msgstr "Extraire audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "Mo" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 msgid "Extract ISO" msgstr "Extraire ISO" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "données" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 msgid "Extract video" msgstr "Extraire vidéo" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "vidéo" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 msgid "Burn" msgstr "Graver" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "Effacer" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "Terminé" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "Erreur" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 msgid "Fast blanking ..." msgstr "Effacement rapide ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 msgid "Full blanking ..." msgstr "Effacement complet ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 msgid "Error: please select file to burn." msgstr "Erreur : veuillez sélectionner un fichier à graver." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "Gravure de fichier ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 msgid "Error: please select directory to burn." msgstr "Erreur : veuillez sélectionner un dossier à graver." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 msgid "Burning data ..." msgstr "Gravure de données ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 msgid "Burning audio CD ..." msgstr "Gravure de CD audio ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 msgid "Extracting audio CD ..." msgstr "Extraction du CD audio ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 msgid "Error: please enter a filename." msgstr "Erreur : veuillez saisir un nom de fichier." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Extraction du DVD vidéo ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 msgid "Extracting ISO image ..." msgstr "Extraction de l'image ISO ..." simpleburn-1.8.0/po/hu.po000066400000000000000000000360651303030522300152730ustar00rootroot00000000000000msgid "" msgstr "" "Project-Id-Version: simpleburn 1.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2010-12-29 09:20+0200\n" "Last-Translator: Fekete András \n" "Language-Team: Hungarian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: -k\n" "X-Poedit-Language: Hungarian\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "Lemezképfájl:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Könyvtár:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Válassz egy könyvtárat" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Audió / Adatok felírása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Audió CD írása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "CD / DVD gyors törlése" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "'%s' CD/RW teljes törlése ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Válassz egy könyvtárat" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Válassz egy könyvtárat" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Lemezképfájl neve:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Audió CD kivonása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Fájl" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "_Segítség" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "CD / DVD olvasó:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Lemezinformáció beolvasása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Lemezt kiad" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 #, fuzzy msgid "Capacity:" msgstr "Minőség:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "a SimpleBurn-ről" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 #, fuzzy msgid "Title" msgstr "Cím:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 #, fuzzy msgid "Title:" msgstr "Cím:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 #, fuzzy msgid "Language:" msgstr "Hangnyelv:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 #, fuzzy msgid "Subtitles:" msgstr "Felirat:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Előnézet" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "egy sem" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Audió CD kivonása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "ISO lemezkép készítése" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Videó DVD kivonása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "Audió / Adatok felírása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "'%s' CD/RW gyors törlése ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "'%s' CD/RW teljes törlése ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Hiba: lemezképfájl neve üres" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Válassz egy könyvtárat" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Az itt ('%s') levő adat fájlok írása ezen: '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Audió CD kivonása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Audió CD kivonása" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Hiba: lemezképfájl neve üres" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Videó DVD kivonása folyamatban ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Videó DVD kivonása folyamatban ..." #, fuzzy #~ msgid "Quality:" #~ msgstr "Minőség:" #, fuzzy #~ msgid "Burn file" #~ msgstr "ISO lemezkép felírása" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Az itt ('%s') levő adat fájlok írása ezen: '%s' ..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Eltelt idő:" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Eltelt idő:" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Hátramaradt idő:" #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Hiba: nincs elég hely a lemezen" #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Válassz egy könyvtárat" #~ msgid "Total time :" #~ msgstr "Teljes idő:" #~ msgid "SimpleBurn" #~ msgstr "SimpleBurn" #~ msgid "Informations" #~ msgstr "Információk" #~ msgid "Location :" #~ msgstr "Hely:" #~ msgid "CD / DVD writer :" #~ msgstr "CD / DVD író:" #~ msgid "DVD reader :" #~ msgstr "DVD olvasó:" #~ msgid "Detect" #~ msgstr "Keresd" #~ msgid "Burn data CD / DVD" #~ msgstr "Adat CD / DVD írása" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "Megjegyzés: az MP3 CD-k adat CD-k" #~ msgid "Copy CD / DVD" #~ msgstr "CD / DVD másolás" #~ msgid "Copy" #~ msgstr "Másolás" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Újraírható CD / DVD teljes törlése" #~ msgid "Blank" #~ msgstr "Törlés" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "'%s' DVD/RW gyors törlése ..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "'%s' DVD/RW teljes törlése ..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Hiba: a meghajtóban nincs újraírható CD / DVD" #~ msgid "Error : no CD in drive." #~ msgstr "Hiba: a meghajtóban nincs CD lemez" #~ msgid "Error : no DVD in drive." #~ msgstr "Hiba: a meghajtóban nincs DVD lemez" #~ msgid "Error : media in drive is not blank." #~ msgstr "Hiba: a meghajtóban levő lemez nem üres" #~ msgid "Error : media in drive is blank." #~ msgstr "Hiba: a meghajtóban levő lemez üres" #~ msgid "Error : no audio CD in drive." #~ msgstr "Hiba: a meghajtóban nincs audió CD" #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Hiba: a meghajtóban levő lemez nem ISO9660 formátumú " #~ msgid "Error : image file is not set." #~ msgstr "Hiba: lemezképfájl nincs megadva" #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "" #~ "Hiba: CD / DVD másolásához az olvasó és író két különböző meghajtó kell " #~ "legyen" #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "'%s' ISO kép kép írása ezen: '%s' ..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Az itt ('%s') levő audió fájlok írása ezen: '%s' ..." #~ msgid "Error : no video DVD in drive." #~ msgstr "Hiba: a meghajtóban nincs videó DVD" #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Az itt ('%s') levő audió CD másolása ide: '%s' ..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Az itt ('%s') levő adat CD / DVD másolása ide: '%s' ..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "ISO lemezkép készítése erről '%s' ide: '%s'" #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Audió kivonása erről '%s' ide: '%s'" #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Hiba: CD / DVD meghajtó nem található" #~ msgid "MPEG-4 Normal quality" #~ msgstr "MPEG-4 normális minőség" #~ msgid "MPEG-4 High quality" #~ msgstr "MPEG-4 jó minőség" #~ msgid "MPEG-2 DVD quality (best)" #~ msgstr "MPEG-2 DVD minőség (a legjobb)" #~ msgid "No media inserted" #~ msgstr "Lemez nincs behelyezve" #~ msgid "rewritable" #~ msgstr "újraírható" #~ msgid "Media type : blank CD" #~ msgstr "Lemeztípus: üres CD" #~ msgid "Media type : audio CD" #~ msgstr "Lemeztípus: audió CD" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Lemeztípus: adat CD (ISO9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Mediatyp : adat CD (UDF)" #~ msgid "Media type : blank DVD" #~ msgstr "Lemeztípus: üres DVD" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Lemeztípus: DVD (ISO9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Lemeztípus: DVD (UDF)" #~ msgid "Media type : unknown" #~ msgstr "Lemeztípus: ismeretlen" simpleburn-1.8.0/po/it.po000066400000000000000000000362361303030522300152730ustar00rootroot00000000000000# translation of it.po to # Italian translations for simpleburn package # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Andrea Sciucca , 2009. # msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2009-04-25 12:40+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "File immagine :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Directory :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Seleziona una directory" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Masterizza audio / dati" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Masterizza audio CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "Cancellazione veloce CD / DVD " #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "Cancellazione '%s' completa CD/RW ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Seleziona una directory" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Seleziona una directory" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Nome file immagine :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Estrai audio CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_File" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "A_iuto" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "Lettore CD/DVD :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Acquisisci Informazioni sui media" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Espellere" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 #, fuzzy msgid "Capacity:" msgstr "Qualità :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "A proposito di SimpleBurn" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 #, fuzzy msgid "Title" msgstr "Titolo :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 #, fuzzy msgid "Title:" msgstr "Titolo :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 #, fuzzy msgid "Language:" msgstr "Audio lingua :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 #, fuzzy msgid "Subtitles:" msgstr "Sottotitoli :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Anteprima" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "nessuno" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Estrai audio CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "Estrai immagine ISO" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Estrai video DVD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "Masterizza audio / dati" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "Cancellazione '%s' veloce CD/RW ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "Cancellazione '%s' completa CD/RW ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Errore : il file immagine è vuoto." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Seleziona una directory" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Masterizzazione dati nella directory '%s' su '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Estrai audio CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Estrai audio CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Errore : il file immagine è vuoto." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Estrazione video DVD ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Estrazione video DVD ..." #, fuzzy #~ msgid "Quality:" #~ msgstr "Qualità :" #, fuzzy #~ msgid "Burn file" #~ msgstr "Masterizza immagine ISO" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Masterizzazione dati nella directory '%s' su '%s' ..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Tempo trascorso :" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Tempo trascorso :" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Tempo rimanente :" #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Errore : Non c'è ulteriore spazio sul disco." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Seleziona una directory" #~ msgid "Total time :" #~ msgstr "Tempo totale :" #~ msgid "Informations" #~ msgstr "Informazioni" #~ msgid "Location :" #~ msgstr "Posizione :" #~ msgid "CD / DVD writer :" #~ msgstr "Masterizzatore CD/DVD :" #~ msgid "DVD reader :" #~ msgstr "Lettore DVD :" #~ msgid "Detect" #~ msgstr "Identificare" #~ msgid "Burn data CD / DVD" #~ msgstr "Masterizza CD/DVD dati" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "Nota: CD MP3 sono CD di dati." #~ msgid "Copy CD / DVD" #~ msgstr "Copia CD /DVD" #~ msgid "Copy" #~ msgstr "Copia" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Cancellazione completa CD / DVD" #~ msgid "Blank" #~ msgstr "Cancellazione" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Cancellazione '%s' veloce DVD/RW ..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Cancellazione '%s' completa CD/RW ..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Errore : nessun CD / DVD riscrivibile nel drive." #~ msgid "Error : no CD in drive." #~ msgstr "Errore : nessun CD nel drive." #~ msgid "Error : no DVD in drive." #~ msgstr "Errore : nessun DVD nel drive" #~ msgid "Error : media in drive is not blank." #~ msgstr "Errore : il media nel drive non è vuoto." #~ msgid "Error : media in drive is blank." #~ msgstr "Errore : il media nel drive è vuoto" #~ msgid "Error : no audio CD in drive." #~ msgstr "Errore : nessun audio CD nel drive" #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Errore : nessun ISO9660 formattato disco nel drive" #~ msgid "Error : image file is not set." #~ msgstr "Errore : il file immagine non è stato selezionato." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "" #~ "Errore : il lettore CD / DVD deve essere differente per eseguire la copia." #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Masterizzazione '%s' immagine ISO su '%s' ..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Masterizzazione files audio da'%s' su '%s' ..." #~ msgid "Error : no video DVD in drive." #~ msgstr "Errore : nessun video DVD nel drive." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Copia audio CD da '%s' a '%s' ..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Copia data CD / DVD da '%s' a '%s' ..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Estrazione immagine ISO da '%s' a '%s' ..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Estrazione audio da '%s' a '%s' ..." #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Errore : nessun CD / DVD dispositivo rilevato" #~ msgid "MPEG-4 Normal quality" #~ msgstr "MPEG-4 Qualità normale" #~ msgid "MPEG-4 High quality" #~ msgstr "MPEG-4 Di alta qualità" #~ msgid "MPEG-2 DVD quality (best)" #~ msgstr "MPEG-2 DVD qualità (migliore)" #~ msgid "No media inserted" #~ msgstr "Nessun disco inserito" #~ msgid "rewritable" #~ msgstr "riscrivibile" #~ msgid "Media type : blank CD" #~ msgstr "Tipologia media : CD vuoto" #~ msgid "Media type : audio CD" #~ msgstr "Tipologia media : audio CD" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Tipologia media : CD dati (ISO9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Tipologia media : CD dati (UDF)" #~ msgid "Media type : blank DVD" #~ msgstr "Tipologia media : DVD vuoto" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Tipologia media : DVD (ISO9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Tipologia media : DVD (ISO9660)" #~ msgid "Media type : unknown" #~ msgstr "Tipologia media : sconosciuta" simpleburn-1.8.0/po/pl.po000066400000000000000000000354751303030522300152760ustar00rootroot00000000000000# Polish translations for simpleburn package. # Copyright (C) 2010 THE simpleburn'S COPYRIGHT HOLDER # This file is distributed under the same license as the simpleburn package. # root , 2010. # msgid "" msgstr "" "Project-Id-Version: simpleburn 1.5.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2010-07-09 01:07+0000\n" "Last-Translator: root \n" "Language-Team: Polish\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "Plik obrazu :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Katalog :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Wybierz katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Wypalenie audio / danych" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Wypalenie CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "Szybkie wymazywanie CD / DVD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "Pełne wymazywanie CD/RW '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Wybierz katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Wybierz katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Nazwa pliku obrazu :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Ściągnięcie CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Plik" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "_Pomoc" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "Urządzenie CD / DVD :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Informacje o płycie" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Wysuń" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "O SimpleBurn" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Ściągnięcie CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "Zrobienie obrazu ISO" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Ściągnięcie CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "Wypalenie audio / danych" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "Szybkie wymazywanie CD/RW '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "Pełne wymazywanie CD/RW '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Błąd : brak nazwy pliku obrazu." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Wybierz katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Wypalanie danych z '%s' na '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Ściągnięcie CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Ściągnięcie CD audio" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Błąd : brak nazwy pliku obrazu." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Zrobienie obrazu ISO" #, fuzzy #~ msgid "Burn file" #~ msgstr "Wypalenie obrazu ISO" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Wypalanie danych z '%s' na '%s' ..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Czas który upłynął :" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Czas który upłynął :" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Pozostały czas :" #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Bład : nie ma wystarczającej ilości wolnego miejsca na płycie." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Wybierz katalog" #~ msgid "Total time :" #~ msgstr "Łączny czas :" #~ msgid "Informations" #~ msgstr "Informacje" #~ msgid "Location :" #~ msgstr "Położenie :" #~ msgid "CD / DVD writer :" #~ msgstr "Urządzenie CD / DVD :" #~ msgid "DVD reader :" #~ msgstr "Urządzenie DVD :" #~ msgid "Burn data CD / DVD" #~ msgstr "Wypalenie CD / DVD z danymi" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "Uwaga: Płyta CD MP3 jest płytą CD z danymi." #~ msgid "Copy CD / DVD" #~ msgstr "Skopiowanie CD / DVD" #~ msgid "Copy" #~ msgstr "Kopiowanie" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Pełne wymazywanie CD / DVD" #~ msgid "Blank" #~ msgstr "Wymazywanie" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Szybkie wymazywanie DVD/RW '%s' ..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Pełne wymazywanie DVD/RW '%s' ..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Błąd : nie ma zapisywalnej płyty CD / DVD w urządzeniu." #~ msgid "Error : no CD in drive." #~ msgstr "Błąd : nie ma CD w urządzeniu." #~ msgid "Error : no DVD in drive." #~ msgstr "Błąd : nie ma DVD w urządzeniu." #~ msgid "Error : media in drive is not blank." #~ msgstr "Błąd : płyta w urządzeniu nie jest pusta." #~ msgid "Error : media in drive is blank." #~ msgstr "Błąd : płyta w urządzeniu jest pusta." #~ msgid "Error : no audio CD in drive." #~ msgstr "Błąd : nie ma płyty CD audio w urządzeniu." #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Błąd : nie ma płyty w formacie ISO9660 w urządzeniu." #~ msgid "Error : image file is not set." #~ msgstr "Błąd : plik obrazu nie jest określony." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "" #~ "Błąd : czytnik i nagrywarka CD / DVD muszą być różne dla kopiowania." #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Wypalanie obrazu ISO '%s' na '%s' ..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Wypalanie plików audio z '%s' na '%s' ..." #~ msgid "Error : no video DVD in drive." #~ msgstr "Błąd : nie ma DVD w urządzeniu." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Kopiowanie CD audio z '%s' na '%s' ..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Kopiowanie CD / DVD z danymi z '%s' na '%s' ..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Ściągnięcie obrazu ISO z '%s' na '%s' ..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Ściągnięcie audio z '%s' na '%s' ..." #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Błąd : nie wykryto żadnego urządzenia CD / DVD." #~ msgid "No media inserted" #~ msgstr "Brak płyty" #~ msgid "rewritable" #~ msgstr "wielokrotnego zapisu" #~ msgid "Media type : blank CD" #~ msgstr "Rodzaj płyty : pusta CD" #~ msgid "Media type : audio CD" #~ msgstr "Rodzaj płyty : CD audio" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Rodzaj płyty : CD z danymi (ISO9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Rodzaj płyty : CD z danymi (UDF)" #~ msgid "Media type : blank DVD" #~ msgstr "Rodzaj płyty : pusta DVD" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Rodzaj płyty : DVD (ISO9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Rodzaj płyty : DVD (UDF)" #~ msgid "Media type : unknown" #~ msgstr "Rodzaj płyty : nieznany" simpleburn-1.8.0/po/ru.po000066400000000000000000000422151303030522300152770ustar00rootroot00000000000000# Russian translations for simpleburn package # Перевод на русский язык пакета simpleburn. # Copyright (C) 2009 THE simpleburn'S COPYRIGHT HOLDER # This file is distributed under the same license as the SimpleBurn package. # Dmitry Korzhevin , 2009. # msgid "" msgstr "" "Project-Id-Version: simpleburn 1.6.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2011-05-01 18:44+0300\n" "Last-Translator: Andrey Frantsuzov \n" "Language-Team: Russian\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Russian\n" "X-Poedit-Country: RUSSIAN FEDERATION\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "ISO-образ для записи:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Каталог:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Выбор каталога для записи" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "ЗАПИСАТЬ" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Аудио CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "Быстро" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "Полная очистка CD-RW на приводе '%s'..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Выбор каталога для записи" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Выбор каталога для записи" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Имя ISO-образа:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Конвертировать Аудио CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Файл" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "_Справка" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "Оптический привод:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Информация" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Извлечь из привода" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 #, fuzzy msgid "Capacity:" msgstr "Качество:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "О программе" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 #, fuzzy msgid "Format:" msgstr "Формат:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 #, fuzzy msgid "Track" msgstr "Дорожки:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 #, fuzzy msgid "Title" msgstr "Раздел:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 #, fuzzy msgid "Title:" msgstr "Раздел:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 #, fuzzy msgid "Language:" msgstr "Язык звука:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 #, fuzzy msgid "Subtitles:" msgstr "Субтитры:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Просмотреть" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "ничего нет" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Конвертировать Аудио CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "Создать ISO-образ" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Конвертировать DVD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "ЗАПИСАТЬ" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "Быстрая очистка CD-RW на приводе '%s'..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "Полная очистка CD-RW на приводе '%s'..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Ошибка: не выбрано имя ISO-образа." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Выбор каталога для записи" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Запись данных из каталога '%s' на приводе '%s'..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Конвертировать Аудио CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Конвертировать Аудио CD" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Ошибка: не выбрано имя ISO-образа." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Конвертирование видео DVD..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Конвертирование видео DVD..." #, fuzzy #~ msgid "normal" #~ msgstr "Формат:" #, fuzzy #~ msgid "Quality:" #~ msgstr "Качество:" #, fuzzy #~ msgid "Burn file" #~ msgstr "ЗАПИСАТЬ ISO-образ" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Запись данных из каталога '%s' на приводе '%s'..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Прошло:" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Прошло:" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Осталось:" #~ msgid "Operation completed." #~ msgstr "Задание выполнено." #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Ошибка: недостаточно свободного места." #, fuzzy #~ msgid "Error: something went wrong." #~ msgstr "Процесс не завершён." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Выбор каталога для записи" #~ msgid "Total time :" #~ msgstr "Всего времени:" #~ msgid "SimpleBurn" #~ msgstr "SimpleBurn" #~ msgid "Informations" #~ msgstr "Диск" #~ msgid "Location :" #~ msgstr "Каталог:" #~ msgid "CD / DVD writer :" #~ msgstr "Оптический привод:" #~ msgid "DVD reader :" #~ msgstr "Оптический привод:" #~ msgid "Detect" #~ msgstr "Обнаружить" #~ msgid "Burn data CD / DVD" #~ msgstr "Диск с данными" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "Заметка: CD с mp3-файлами — это CD с данными." #~ msgid "Copy CD / DVD" #~ msgstr "Копировать диск \"на лету\"" #~ msgid "Copy" #~ msgstr "Копировать" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Полностью" #~ msgid "Blank" #~ msgstr "Очистить" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Быстрая очистка DVD RW на приводе '%s'..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Полная очистка DVD RW на приводе '%s'..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Ошибка: нет перезаписываемого (RW) диска." #~ msgid "Error : no CD in drive." #~ msgstr "Ошибка: нет CD." #~ msgid "Error : no DVD in drive." #~ msgstr "Ошибка: нет DVD." #~ msgid "Error : media in drive is not blank." #~ msgstr "Ошибка: нет чистого диска." #~ msgid "Error : media in drive is blank." #~ msgstr "Ошибка: чистый диск." #~ msgid "Error : no audio CD in drive." #~ msgstr "Ошибка: нет аудио CD." #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Ошибка: нет диска с файловой системой ISO 9660." #~ msgid "Error : image file is not set." #~ msgstr "Ошибка: ISO-образ не выбран." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "Ошибка: должны быть выбраны разные приводы." #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Запись ISO-образа '%s' на приводе '%s'..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Запись аудио из каталога '%s' на приводе '%s'..." #~ msgid "Error : no video DVD in drive." #~ msgstr "Ошибка: нет видео DVD." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Копирование аудио CD с привода '%s' на привод '%s'..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Копирование диска с привода '%s' на привод '%s'..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Создание ISO-образа на приводе '%s' в '%s'..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Конвертирование аудио CD на приводе '%s' в '%s'..." #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Ошибка: привод не обнаружен." #~ msgid "MPEG-4 Normal quality" #~ msgstr "MPEG-4 Нормальное качество" #~ msgid "MPEG-4 High quality" #~ msgstr "MPEG-4 Высокое качество" #~ msgid "MPEG-2 DVD quality (best)" #~ msgstr "MPEG-2 DVD-качество (лучшее)" #~ msgid "No media inserted" #~ msgstr "Ошибка: нет диска" #~ msgid "rewritable" #~ msgstr "RW (перезаписываемый)" #~ msgid "Media type : blank CD" #~ msgstr "Описание: чистый CD" #~ msgid "Media type : audio CD" #~ msgstr "Описание: аудио CD" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Описание: CD с данными (файловая система ISO 9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Описание: CD с данными (файловая система UDF)" #~ msgid "Media type : blank DVD" #~ msgstr "Описание: чистый DVD" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Описание: DVD (файловая система ISO 9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Описание: DVD (файловая система UDF)" #~ msgid "Media type : unknown" #~ msgstr "Описание: не определено" #~ msgid "" #~ "WAV\n" #~ "FLAC\n" #~ "OGG\n" #~ "MP3\n" #~ msgstr "" #~ "WAV\n" #~ "FLAC\n" #~ "OGG\n" #~ "MP3\n" simpleburn-1.8.0/po/simpleburn.pot000066400000000000000000000237531303030522300172230ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:37+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 msgid "ISO file:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 msgid "Directory:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 msgid "Select a directory to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 msgid "Burn data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 msgid "Fast blanking" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 msgid "Full blanking" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 msgid "Select destination directory" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 msgid "Destination directory:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 msgid "Filename:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 msgid "Extract" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 msgid "Help" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 msgid "CD / DVD device:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 msgid "Extract audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 msgid "Extract ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 msgid "Extract video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 msgid "Burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 msgid "Fast blanking ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 msgid "Full blanking ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 msgid "Error: please select file to burn." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 msgid "Error: please select directory to burn." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 msgid "Burning data ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 msgid "Burning audio CD ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 msgid "Extracting audio CD ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 msgid "Error: please enter a filename." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 msgid "Extracting ISO image ..." msgstr "" simpleburn-1.8.0/po/sr.po000066400000000000000000000436401303030522300153000ustar00rootroot00000000000000# Serbian translation for SimpleBurn package # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the SimpleBurn package. # Jay A. Fleming , 2013. # msgid "" msgstr "" "Project-Id-Version: simpleburn 1.6.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2014-04-27 23:49+0100\n" "Last-Translator: Jay Alexander Fleming \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Poedit-Language: Serbian\n" "X-Poedit-SourceCharset: utf-8\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 msgid "ISO file:" msgstr "Одраз диска:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 msgid "Directory:" msgstr "Директоријум:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "Одаберите одраз диска за нарезивање" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 msgid "Select a directory to burn" msgstr "Изаберите директоријум за нарезивање" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 #, fuzzy msgid "Burn ISO" msgstr "Нарежи" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Нови диск..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Упиши Звучни диск" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 msgid "Fast blanking" msgstr "Брзо брисање" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 msgid "Full blanking" msgstr "Потпуно брисање" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 msgid "Select destination directory" msgstr "Изаберите одредиште" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 msgid "Destination directory:" msgstr "Одредишни директоријум:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 msgid "Filename:" msgstr "Име датотеке:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 msgid "Extract" msgstr "Извуци" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Датотека" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 msgid "Help" msgstr "Помоћ" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 msgid "CD / DVD device:" msgstr "ЦД-ДВД уређај:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Преузми податке о медију" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "Избаци" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "Врста:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "Доступно:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "Садржај:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "Величина:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "О програму" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 #, fuzzy msgid "CeCILL " msgstr "ЦеЦИЛЛ " #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" "- cs : Јаромир Цапик \n" "- de : Кристоф Цајлер \n" "- es : Пабло Лопез \n" "- fr : Франк Ендрес \n" "- hu : Андраш Фекете \n" "- it : Андреа Сцијућа \n" "- pl : Роберт Војеводски \n" "- sr : Џеј Александар Флеминг \n" "- sv : Никлас Гран \n" "- ru : Андреј Французов и Дмитриј Коржевин " "\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "УПОЗОРЕЊЕ! ЦД или ДВД садржи податке!" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "Да ли сте сигурни да желите да га пребришете?" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "Формат:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "Нумера" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "Наслов" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "Трајање" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "Наслов:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "Језик:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "Превод:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "Претпреглед" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "ништа" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 msgid "Extract audio" msgstr "Извуци звучне нумере" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "звук" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 msgid "Extract ISO" msgstr "Распакуј одраз диска" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "подаци" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 msgid "Extract video" msgstr "Извуци видео" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "видео" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 msgid "Burn" msgstr "Нарежи" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "Пребриши" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 msgid "Fast blanking ..." msgstr "Брзо брисање..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 msgid "Full blanking ..." msgstr "Потпуно брисање..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 msgid "Error: please select file to burn." msgstr "Грешка! Нисте одабрали одраз диска за нарезивање." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "Нарезујем датотеку..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 msgid "Error: please select directory to burn." msgstr "Грешка! Нисте одабрали директоријум за нарезивање." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Нарезујем директоријум..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Извлачим звучне нумере..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 msgid "Extracting audio CD ..." msgstr "Извлачим звучне нумере..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 msgid "Error: please enter a filename." msgstr "Грешка! Нисте навели име датотеке." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "Извозим видео диск..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 msgid "Extracting ISO image ..." msgstr "Распакујем одраз диска..." #, fuzzy #~ msgid "normal" #~ msgstr "Формат:" #~ msgid "Quality:" #~ msgstr "Квалитет:" #~ msgid "Crop:" #~ msgstr "Исеци:" #~ msgid "no media" #~ msgstr "нема доступних дискова" #~ msgid "Burn file" #~ msgstr "Нарежи датотеку" #~ msgid "Burn directory" #~ msgstr "Нарежи директоријум" #~ msgid "Estimated time:" #~ msgstr "Процењено време: " #~ msgid "Elapsed time:" #~ msgstr "Протекло је: " #~ msgid "Remaining time:" #~ msgstr "Преостало је: " #~ msgid "Operation completed." #~ msgstr "Завршио сам!" #~ msgid "Error: please check there is enough space on media." #~ msgstr "Грешка! Недовољно је простора на медију." #~ msgid "Error: something went wrong." #~ msgstr "Грешка! Нешто је кренуло наопако." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Изаберите директоријум" #~ msgid "Total time :" #~ msgstr "Укупно време: " #~ msgid "SimpleBurn" #~ msgstr "Лакорез" #~ msgid "Informations" #~ msgstr "ИНФО" #~ msgid "Location :" #~ msgstr "Директоријум:" #~ msgid "CD / DVD writer :" #~ msgstr "Писач диска:" #~ msgid "DVD reader :" #~ msgstr "Читач диска:" #~ msgid "Detect" #~ msgstr "Истражи" #~ msgid "Burn data CD / DVD" #~ msgstr "Упиши Диск са подацима" #~ msgid "Note: MP3 CDs are data CDs." #~ msgstr "" #~ "ПАЖЊА:\n" #~ "\tОГГ, ФЛАК, МП3 и сличне звучне записе\n" #~ "\tуписујете као Диск са подацима." #~ msgid "Copy CD / DVD" #~ msgstr "Умножи диск" #~ msgid "Copy" #~ msgstr "Резервна копија" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Пуно брисање пребрисивог диска" #~ msgid "Blank" #~ msgstr "Обриши" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Брзо брисање ДВД-РВ диска у „%s“..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Потпуно брисање ДВД-РВ диска у „%s“..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Грешка! Нема пребрисивог диска у уређају." #~ msgid "Error : no CD in drive." #~ msgstr "Грешка! Нема ЦД-а у уређају." #~ msgid "Error : no DVD in drive." #~ msgstr "Грешка! Нема ДВД-а у уређају." #~ msgid "Error : media in drive is not blank." #~ msgstr "Грешка! Диск у уређају није празан." #~ msgid "Error : media in drive is blank." #~ msgstr "Грешка! Убацили сте празан диск." #~ msgid "Error : no audio CD in drive." #~ msgstr "Грешка! Нисте убацили звучни диск." #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Грешка! Нема медија у формату ИСО9660 у уређају." #~ msgid "Error : image file is not set." #~ msgstr "Грешка: Није одабрана датотеке слике." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "Грешка! Код умножавања писач и читач су различити уређаји." #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Уписујем ИСО слику „%s“ на „%s“..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Уписујем звучне датотеке из „%s“ на „%s“..." #~ msgid "Error : no video DVD in drive." #~ msgstr "Грешка! Нисте убацили видео диск." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Умножавам звучни диск из „%s“ у „%s“..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Умножавам диск из „%s“ у „%s“..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Диск из „%s“ извозим у „%s“..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Звучни диск из „%s“ извозим у „%s“..." #~ msgid "Error : no CD / DVD device detected" #~ msgstr "Грешка! Нисам пронашао уређај за дискове." #~ msgid "MPEG-4 Normal quality" #~ msgstr "МПЕГ-4 — добро" #~ msgid "MPEG-4 High quality" #~ msgstr "МПЕГ-4 — боље" #~ msgid "MPEG-2 DVD quality (best)" #~ msgstr "Најбоље — МПЕГ-2" #~ msgid "No media inserted" #~ msgstr "Нема убаченог медија" #~ msgid "rewritable" #~ msgstr "пребрисив" #~ msgid "Media type : blank CD" #~ msgstr "Врста диска: празан ЦД" #~ msgid "Media type : audio CD" #~ msgstr "Врста диска: звучни ЦД" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Врста диска: ЦД са подацима (ИСО9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Врста диска: ЦД са подацима (УДФ)" #~ msgid "Media type : blank DVD" #~ msgstr "Врста диска: празан ДВД" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Врста диска: ДВД (ИСО9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Врста диска: ДВД (УДФ)" #~ msgid "Media type : unknown" #~ msgstr "Врста диска: непознато" simpleburn-1.8.0/po/sv.po000066400000000000000000000343251303030522300153040ustar00rootroot00000000000000# Swedish translations for simpleburn package # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Niklas Grahn , 2009. # msgid "" msgstr "" "Project-Id-Version: simpleburn-1.2.0beta1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-06-14 23:36+0200\n" "PO-Revision-Date: 2009-04-22 18:56+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: SWEDEN\n" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:14 msgid "flac" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:15 msgid "FLAC (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:18 msgid "ogg" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:19 msgid "OGG / Vorbis" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:22 msgid "mp3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:23 msgid "MP3" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:26 msgid "wav" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:27 msgid "WAV (lossless)" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:59 #, fuzzy msgid "ISO file:" msgstr "Skivavbildningsfil :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:66 #, fuzzy msgid "Directory:" msgstr "Katalog:" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:77 msgid "Select an ISO image file to burn" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:89 #, fuzzy msgid "Select a directory to burn" msgstr "Markera en katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:100 msgid "Burn ISO" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:118 #, fuzzy msgid "Burn data" msgstr "Bränn ljud / data" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:133 msgid "Burn audio CD" msgstr "Bränn ljud-cd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:197 #, fuzzy msgid "Fast blanking" msgstr "Snabbtöm cd / dvd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:212 #, fuzzy msgid "Full blanking" msgstr "Fullständig '%s' cd-/rw-tömning ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:263 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:938 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1185 #, fuzzy msgid "Select destination directory" msgstr "Markera en katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:291 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:951 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1216 #, fuzzy msgid "Destination directory:" msgstr "Markera en katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:298 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1227 #, fuzzy msgid "Filename:" msgstr "Skivavbildningens filnamn :" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:307 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:989 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1044 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1263 #, fuzzy msgid "Extract" msgstr "Extrahera ljud-cd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:425 msgid "_File" msgstr "_Arkiv" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:449 #, fuzzy msgid "Help" msgstr "_Hjälp" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:484 #, fuzzy msgid "CD / DVD device:" msgstr "Cd- / dvd-läsare : " #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:512 msgid "Get media informations" msgstr "Hämta mediainformation" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:527 msgid "Eject" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:591 msgid "Type:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:598 msgid "Capacity:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:661 msgid "Content:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:681 msgid "Size:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:754 msgid "About SimpleBurn" msgstr "Om SimpleBurn" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:763 msgid "http://simpleburn.tuxfamily.org" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:764 msgid "CeCILL " msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:766 msgid "" "- cs : Jaromír Cápík \n" "- de : Christoph Zeiler \n" "- es : Pablo López \n" "- fr : Frank Endres \n" "- hu : András Fekete \n" "- it : Andrea Sciucca \n" "- pl : Robert Wojewódzki \n" "- sr : Jay Alexander Flemingódzki \n" "- sv : Niklas Grahn \n" "- ru : Andrey Frantsuzov & Dmitry Korzhevin " "\n" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:863 msgid "Attention: CD or DVD contains data." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:875 msgid "Do You really want to erase it ?" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:962 msgid "Format:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1002 msgid "Track" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1013 msgid "Title" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1024 msgid "Length" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1155 msgid "Title:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1162 msgid "Language:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1173 msgid "Subtitles:" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/simpleburn.ui:1248 msgid "Preview" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:207 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:239 msgid "none" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:214 #, fuzzy msgid "Extract audio" msgstr "Extrahera ljud-cd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:215 msgid "audio" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:216 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:234 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:247 msgid "MB" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:228 #, fuzzy msgid "Extract ISO" msgstr "Extrahera skivavbildning" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:229 msgid "data" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:231 #, fuzzy msgid "Extract video" msgstr "Extrahera ljud-cd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:232 msgid "video" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:244 #, fuzzy msgid "Burn" msgstr "Bränn ljud / data" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/mediainfos.c:254 msgid "Erase" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:42 msgid "Done" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/progress.c:43 msgid "Error" msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:52 #, fuzzy msgid "Fast blanking ..." msgstr "Snabb '%s' cd-/rw-tömning ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:68 #, fuzzy msgid "Full blanking ..." msgstr "Fullständig '%s' cd-/rw-tömning ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:85 #, fuzzy msgid "Error: please select file to burn." msgstr "Fel : skivavbildningens filnamn är tomt." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:91 msgid "Burning file ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:109 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:133 #, fuzzy msgid "Error: please select directory to burn." msgstr "Markera en katalog" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:115 #, fuzzy msgid "Burning data ..." msgstr "Bränner data i katalog '%s' till '%s' ..." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:138 #, fuzzy msgid "Burning audio CD ..." msgstr "Extrahera ljud-cd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:188 #, fuzzy msgid "Extracting audio CD ..." msgstr "Extrahera ljud-cd" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:230 #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:266 #, fuzzy msgid "Error: please enter a filename." msgstr "Fel : skivavbildningens filnamn är tomt." #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:254 msgid "Extracting video DVD ..." msgstr "" #: /home/frank/Documents/Developpements/sallu/simpleburn-1.8.0/src/callbacks.c:273 #, fuzzy msgid "Extracting ISO image ..." msgstr "Extrahera skivavbildning" #, fuzzy #~ msgid "Burn file" #~ msgstr "Bränn skivavbildning" #, fuzzy #~ msgid "Burn directory" #~ msgstr "Bränner data i katalog '%s' till '%s' ..." #, fuzzy #~ msgid "Estimated time:" #~ msgstr "Åtgången tid :" #, fuzzy #~ msgid "Elapsed time:" #~ msgstr "Åtgången tid :" #, fuzzy #~ msgid "Remaining time:" #~ msgstr "Återstående tid :" #, fuzzy #~ msgid "Error: please check there is enough space on media." #~ msgstr "Fel : inte tillräckligt med utrymme på media." #, fuzzy #~ msgid "Burn file or directory" #~ msgstr "Markera en katalog" #~ msgid "Total time :" #~ msgstr "Total tid :" #~ msgid "Informations" #~ msgstr "Information" #~ msgid "Location :" #~ msgstr "Plats : " #~ msgid "CD / DVD writer :" #~ msgstr "Cd- / dvd-brännare :" #~ msgid "Burn data CD / DVD" #~ msgstr "Bränn data-cd / dvd" # #~ msgid "Copy CD / DVD" #~ msgstr "Kopiera cd / dvd" #~ msgid "Copy" #~ msgstr "Kopiera" #~ msgid "Complete CD / DVD blanking" #~ msgstr "Fullständig tömning av cd / dvd " #~ msgid "Blank" #~ msgstr "Töm" #~ msgid "Fast '%s' DVD/RW blanking ..." #~ msgstr "Snabb '%s' dvd-/rw-tömning ..." #~ msgid "Full '%s' DVD/RW blanking ..." #~ msgstr "Fullständig '%s' dvd-/rw-tömning ..." #~ msgid "Error : no rewritable CD / DVD in drive." #~ msgstr "Fel : ingen återskrivbar cd / dvd i enheten." #~ msgid "Error : no CD in drive." #~ msgstr "Fel : ingen cd i enheten." #~ msgid "Error : no DVD in drive." #~ msgstr "Fel : ingen dvd i enheten." #~ msgid "Error : media in drive is not blank." #~ msgstr "Fel : media i enheten är inte tom." #~ msgid "Error : media in drive is blank." #~ msgstr "Fel : media i enheten är tom." #~ msgid "Error : no audio CD in drive." #~ msgstr "Fel : ingen ljud-cd i enheten." #~ msgid "Error : no ISO9660 formatted media in drive." #~ msgstr "Fel : ingen ISO9660 formaterad media i enheten." #~ msgid "Error : image file is not set." #~ msgstr "Fel : skivavbildningsfil är inte inställd." #~ msgid "Error : CD / DVD reader and writer must be different for copy." #~ msgstr "Fel : cd- / dvd-läsare och skrivare måste" #~ msgid "Burning '%s' ISO image on '%s' ..." #~ msgstr "Bränner '%s' skivavbildning till '%s' ..." #~ msgid "Burning audio files in '%s' on '%s' ..." #~ msgstr "Bränner ljudfiler i '%s' till '%s' ..." #~ msgid "Copy audio CD in '%s' to '%s' ..." #~ msgstr "Kopiera ljud-cd i '%s' till '%s' ..." #~ msgid "Copy data CD / DVD in '%s' to '%s' ..." #~ msgstr "Kopiera data-cd / data-dvd i '%s' till '%s' ..." #~ msgid "Extracting ISO image of '%s' to '%s' ..." #~ msgstr "Extraherar skivavbildningsfil från '%s' till '%s' ..." #~ msgid "Extracting audio of '%s' to '%s' ..." #~ msgstr "Extraherar ljud från '%s' till '%s' ..." #~ msgid "No media inserted" #~ msgstr "Inget media inlagt" #~ msgid "rewritable" #~ msgstr "återskrivbar" #~ msgid "Media type : blank CD" #~ msgstr "Mediatyp : tom cd" #~ msgid "Media type : audio CD" #~ msgstr "Mediatyp : ljud-cd" #~ msgid "Media type : data CD (ISO9660)" #~ msgstr "Mediatyp : data-cd (iso9660)" #~ msgid "Media type : data CD (UDF)" #~ msgstr "Mediatyp : data-cd (udf)" #~ msgid "Media type : blank DVD" #~ msgstr "Mediatyp : tom dvd" #~ msgid "Media type : DVD (ISO9660)" #~ msgstr "Mediatyp : dvd (iso9660)" #~ msgid "Media type : DVD (UDF)" #~ msgstr "Mediatyp : dvd (udf)" #~ msgid "Media type : unknown" #~ msgstr "Mediatyp : okänd" simpleburn-1.8.0/src/000077500000000000000000000000001303030522300144565ustar00rootroot00000000000000simpleburn-1.8.0/src/CMakeLists.txt000066400000000000000000000020511303030522300172140ustar00rootroot00000000000000include (FindPkgConfig) if (GTK2) pkg_check_modules (LIBS REQUIRED libcdio libcddb dvdread gtk+-2.0) else (GTK2) pkg_check_modules (LIBS REQUIRED libcdio libcddb dvdread gtk+-3.0) endif (GTK2) set (LOCALE_DIR ${CMAKE_INSTALL_PREFIX}/share/locale) set (UI_FILE ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/${PROJECT_NAME}.ui) configure_file (config.h.cmake config.h) include_directories (${${PROJECT_NAME}_BINARY_DIR}/src) #~ set (CMAKE_C_FLAGS "-std=c99") add_library(mediainfos mediainfos.c) add_library(progress progress.c) add_library(callbacks callbacks.c) add_executable (${PROJECT_NAME} ${PROJECT_NAME}.c) include_directories (${LIBS_INCLUDE_DIRS}) target_link_libraries (simpleburn callbacks mediainfos progress ${LIBS_LDFLAGS} -lm) install (TARGETS ${PROJECT_NAME} DESTINATION bin) install (FILES ${PROJECT_NAME}.ui DESTINATION share/${PROJECT_NAME}) install (FILES ${PROJECT_NAME}.desktop DESTINATION share/applications) install (FILES ${PROJECT_NAME}.png DESTINATION share/icons/hicolor/32x32/apps) install (PROGRAMS simpleburn.sh DESTINATION bin) simpleburn-1.8.0/src/callbacks.c000066400000000000000000000301601303030522300165410ustar00rootroot00000000000000#include #include #include #include #include #include #include "simpleburn.h" #include "callbacks.h" #include "progress.h" #include "mediainfos.h" void callbackslink() {} void on_ejectmedia_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); gchar *commandline = g_strdup_printf("cdrecord -eject dev=%s", opticaldevice); g_spawn_command_line_sync(commandline, NULL, NULL, NULL, NULL ); g_free(commandline); g_free(opticaldevice); reset_mediadetection(); gtk_label_set_text(ui.info_log, ""); } void on_selected_toggled(GtkCellRendererToggle *cell_renderer, gchar *path, gpointer user_data) { GtkTreeIter iter; gboolean selected; gtk_tree_model_get_iter_from_string((GtkTreeModel *) ui.model_tracks, &iter, path); gtk_tree_model_get((GtkTreeModel *) ui.model_tracks, &iter, 0, &selected, -1); selected = !selected; gtk_list_store_set(ui.model_tracks, &iter, 0, selected, -1); } void on_blankfast_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *commandline; if (g_ascii_strncasecmp(gettext("none"), gtk_label_get_text(ui.info_mediacontent), 4) != 0) { if (gtk_dialog_run(ui.dialog_confirmerase) != 1) return; } gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); commandline = g_strdup_printf("simpleburn.sh %s b-blank fast", opticaldevice); startprogress(commandline, TRUE, gettext("Fast blanking ..."), BLANK); g_free(commandline); g_free(opticaldevice); } void on_blankfull_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *commandline; if (g_ascii_strncasecmp(gettext("none"), gtk_label_get_text(ui.info_mediacontent), 4) != 0) { if (gtk_dialog_run(ui.dialog_confirmerase) != 1) return; } gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); commandline = g_strdup_printf("simpleburn.sh %s b-blank all", opticaldevice); startprogress(commandline, TRUE, gettext("Full blanking ..."), BLANK); g_free(commandline); g_free(opticaldevice); } void on_fileburn_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *source, *quotetsource, *commandline; if (g_ascii_strncasecmp(gettext("none"), gtk_label_get_text(ui.info_mediacontent), 4) != 0) { if (gtk_dialog_run(ui.dialog_confirmerase) != 1) return; } gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); source = gtk_file_chooser_get_filename((GtkFileChooser *) ui.ctrl_burnfile); if (source == NULL) { gtk_label_set_text(ui.info_log, gettext("Error: please select file to burn.")); return; } //TODO: check size quotetsource = g_shell_quote(source); commandline = g_strdup_printf("simpleburn.sh %s b-iso %s", opticaldevice, quotetsource); startprogress(commandline, FALSE, gettext("Burning file ..."), BURN); g_free(commandline); g_free(quotetsource); g_free(source); g_free(opticaldevice); } void on_dirburn_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *source; if (g_ascii_strncasecmp(gettext("none"), gtk_label_get_text(ui.info_mediacontent), 4) != 0) { if (gtk_dialog_run(ui.dialog_confirmerase) != 1) return; } gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); source = gtk_file_chooser_get_filename((GtkFileChooser *) ui.ctrl_burndir); if (source == NULL) { gtk_label_set_text(ui.info_log, gettext("Error: please select directory to burn.")); return; } //TODO: check size gchar *quotetsource = g_shell_quote(source); gchar *commandline = g_strdup_printf("simpleburn.sh %s b-data %s", opticaldevice, quotetsource); startprogress(commandline, FALSE, gettext("Burning data ..."), BURN); g_free(commandline); g_free(quotetsource); g_free(source); g_free(opticaldevice); } void on_audioburn_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *source; if (g_ascii_strncasecmp(gettext("none"), gtk_label_get_text(ui.info_mediacontent), 4) != 0) { if (gtk_dialog_run(ui.dialog_confirmerase) != 1) return; } gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); source = gtk_file_chooser_get_filename((GtkFileChooser *) ui.ctrl_burndir); if (source == NULL) { gtk_label_set_text(ui.info_log, gettext("Error: please select directory to burn.")); return; } gchar *quotetsource = g_shell_quote(source); gchar *commandline = g_strdup_printf("simpleburn.sh %s b-audio %s", opticaldevice, quotetsource); startprogress(commandline, FALSE, gettext("Burning audio CD ..."), BURN); g_free(commandline); g_free(quotetsource); g_free(source); g_free(opticaldevice); } void on_tracks_row_activated(GtkTreeView *tree_view, GtkTreePath *path, GtkTreeViewColumn *column, gpointer user_data) { GtkTreeIter iter; gint id; gchar * opticaldevice; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); gtk_tree_model_get_iter((GtkTreeModel *) ui.model_tracks, &iter, path); gtk_tree_model_get((GtkTreeModel *) ui.model_tracks, &iter, 1, &id, -1); gchar *commandline = g_strdup_printf("gmplayer -cdrom-device %s cdda://%d", opticaldevice, id); g_spawn_command_line_async(commandline, NULL); g_free(commandline); g_free(opticaldevice); } void on_extractaudio_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gint id; gboolean selected, hasnext; gchar *opticaldevice, *format, *idslist, *tmpidslist; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); idslist = g_strdup(""); hasnext = gtk_tree_model_get_iter_first((GtkTreeModel *) ui.model_tracks, &iter); while (hasnext) { gtk_tree_model_get((GtkTreeModel *) ui.model_tracks, &iter, 0, &selected, 1, &id, -1); if (selected) { tmpidslist = g_strdup_printf("%s%d ", idslist, id); g_free(idslist); idslist = tmpidslist; } hasnext = gtk_tree_model_iter_next((GtkTreeModel *) ui.model_tracks, &iter); } idslist[strlen(idslist)-1] = '\0'; gtk_combo_box_get_active_iter(ui.ctrl_audioformat, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_audioformat, &iter, 0, &format, -1); gchar *destination = gtk_file_chooser_get_filename((GtkFileChooser *) ui.ctrl_audioextractdir); gchar *quotetdestination = g_shell_quote(destination); gchar *commandline = g_strdup_printf("simpleburn.sh %s e-audio %s %s %s", opticaldevice, quotetdestination, format, idslist); startprogress(commandline, FALSE, gettext("Extracting audio CD ..."), EXTRACT); g_free(commandline); g_free(quotetdestination); g_free(destination); g_free(format); g_free(idslist); g_free(opticaldevice); } void on_previewvideo_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *commandline, *alang, *slang; gint title; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); gtk_combo_box_get_active_iter(ui.ctrl_videotitle, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videotitle, &iter, 0, &title, -1); gtk_combo_box_get_active_iter(ui.ctrl_videolanguage, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videolanguage, &iter, 0, &alang, -1); if (gtk_combo_box_get_active(ui.ctrl_videosubtitles) == 0) { commandline = g_strdup_printf("gmplayer -dvd-device %s dvd://%d -alang %s -slang none", opticaldevice, title, alang); } else { gtk_combo_box_get_active_iter(ui.ctrl_videosubtitles, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videosubtitles, &iter, 0, &slang, -1); commandline = g_strdup_printf("gmplayer -dvd-device %s dvd://%d -alang %s -slang %s", opticaldevice, title, alang, slang); g_free(slang); } g_free(alang); g_spawn_command_line_async(commandline, NULL); g_free(commandline); g_free(opticaldevice); } void on_extractvideo_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice, *commandline, *filename, *alang, *slang; gint title; filename = g_shell_quote(gtk_entry_get_text(ui.ctrl_videoextractfile)); if (strlen(filename) == 0) { gtk_label_set_text(ui.info_log, gettext("Error: please enter a filename.")); g_free(filename); return; } gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); gtk_combo_box_get_active_iter(ui.ctrl_videotitle, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videotitle, &iter, 0, &title, -1); gchar *destination = g_shell_quote(gtk_file_chooser_get_filename((GtkFileChooser *) ui.ctrl_videoextractdir)); gtk_combo_box_get_active_iter(ui.ctrl_videolanguage, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videolanguage, &iter, 0, &alang, -1); if (gtk_combo_box_get_active(ui.ctrl_videosubtitles) == 0) { commandline = g_strdup_printf("simpleburn.sh %s e-video %s/%s %d %s", opticaldevice, destination, filename, title, alang); } else { gtk_combo_box_get_active_iter(ui.ctrl_videosubtitles, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videosubtitles, &iter, 0, &slang, -1); commandline = g_strdup_printf("simpleburn.sh %s e-video %s/%s %d %s %s", opticaldevice, destination, filename, title, alang, slang); g_free(slang); } g_free(alang); g_free(filename); g_free(destination); g_free(opticaldevice); startprogress(commandline, FALSE, gettext("Extracting video DVD ..."), EXTRACT); g_free(commandline); } void on_extractiso_clicked(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *opticaldevice; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &opticaldevice, -1); const gchar *filename = gtk_entry_get_text(ui.ctrl_isoextractfile); if (strlen(filename) == 0) { gtk_label_set_text(ui.info_log, gettext("Error: please enter a filename.")); return; } gchar *destination = gtk_file_chooser_get_filename((GtkFileChooser *) ui.ctrl_isoextractdir); gchar *quotetdestination = g_shell_quote(destination); gchar *quotetfilename = g_shell_quote(filename); gchar *commandline = g_strdup_printf("simpleburn.sh %s e-iso %s/%s", opticaldevice, destination, filename); startprogress(commandline, FALSE, gettext("Extracting ISO image ..."), EXTRACT); g_free(commandline); g_free(quotetfilename); g_free(quotetdestination); g_free(destination); g_free(opticaldevice); } void on_videotitle_changed(GtkWidget *widget, gpointer user_data) { GtkTreeIter iter; gchar *device; gint title; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &device, -1); gtk_combo_box_get_active_iter(ui.ctrl_videotitle, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_videotitle, &iter, 0, &title, -1); load_titleinfos(device, title); g_free(device); } void on_detectmedia_clicked(GtkWidget *widget, gpointer user_data) { gchar *device; GtkTreeIter iter; gtk_combo_box_get_active_iter(ui.ctrl_opticaldevice, &iter); gtk_tree_model_get((GtkTreeModel *) ui.model_opticaldevice, &iter, 0, &device, -1); reset_mediadetection(); gtk_label_set_text(ui.info_log, ""); load_mediainfos(device); g_free(device); } void reset_mediadetection() { gtk_label_set_text(ui.info_medialabel, ""); gtk_label_set_text(ui.info_mediatype, ""); gtk_label_set_text(ui.info_mediacontent, ""); gtk_label_set_text(ui.info_mediasize, ""); gtk_label_set_text(ui.info_mediacapacity, ""); while (gtk_notebook_get_n_pages(ui.tabs_actions) != 0) { gtk_notebook_remove_page(ui.tabs_actions, -1); } } simpleburn-1.8.0/src/callbacks.h000066400000000000000000000020761303030522300165530ustar00rootroot00000000000000void callbackslink(); void on_ejectmedia_clicked(GtkWidget *widget, gpointer user_data); void on_selected_toggled(GtkCellRendererToggle *cell_renderer, gchar *path, gpointer user_data); void on_blankfast_clicked(GtkWidget *widget, gpointer user_data); void on_blankfull_clicked(GtkWidget *widget, gpointer user_data); void on_fileburn_clicked(GtkWidget *widget, gpointer user_data); void on_audioburn_clicked(GtkWidget *widget, gpointer user_data); void on_dirburn_clicked(GtkWidget *widget, gpointer user_data); void on_tracks_row_activated(GtkTreeView *tree_view, GtkTreePath *path, GtkTreeViewColumn *column, gpointer user_data); void on_extractaudio_clicked(GtkWidget *widget, gpointer user_data); void on_previewvideo_clicked(GtkWidget *widget, gpointer user_data); void on_extractvideo_clicked(GtkWidget *widget, gpointer user_data); void on_extractiso_clicked(GtkWidget *widget, gpointer user_data); void on_detectmedia_clicked(GtkWidget *widget, gpointer user_data); void on_videotitle_changed(GtkWidget *widget, gpointer user_data); void reset_mediadetection(); simpleburn-1.8.0/src/cdio_mmc.c000066400000000000000000000067341303030522300164060ustar00rootroot00000000000000#include #define MMC_TRACK_INFORMATION_DATA_SIZE 48 #define CDIO_MMC_GPCMD_READ_TRACK_INFORMATION 0x52 /** Retrieves MMC TRACK_INFORMATION DATA. @param p_cdio the CD object to be acted upon. @param tracknum the track number to query (use 0x00 for the whole disc). @param mmc_track_information_data, in return. Free when no longer needed (even if operation fails). */ driver_return_code_t mmc_get_track_information_data (const CdIo_t *p_cdio, track_t trackno, uint8_t **mmc_track_information_data) { mmc_cdb_t cdb = {{0, }}; *mmc_track_information_data = (uint8_t*) malloc (MMC_TRACK_INFORMATION_DATA_SIZE * sizeof (uint8_t)); memset (*mmc_track_information_data, 0, MMC_TRACK_INFORMATION_DATA_SIZE); CDIO_MMC_SET_COMMAND (cdb.field, CDIO_MMC_GPCMD_READ_TRACK_INFORMATION); CDIO_MMC_SET_READ_LENGTH16 (cdb.field, MMC_TRACK_INFORMATION_DATA_SIZE); cdb.field[1] = trackno; return mmc_run_cmd (p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, MMC_TRACK_INFORMATION_DATA_SIZE, *mmc_track_information_data); } #define MMC_DISC_INFORMATION_DATA_SIZE 42 /** Retrieves MMC DISC_INFORMATION DATA. @param p_cdio the CD object to be acted upon. @param mmc_disc_information_data, in return. Free when no longer needed (even if operation fails). */ driver_return_code_t mmc_get_disc_information_data ( const CdIo_t *p_cdio, uint8_t **mmc_disc_information_data) { mmc_cdb_t cdb = {{0, }}; *mmc_disc_information_data = (uint8_t*) malloc (MMC_DISC_INFORMATION_DATA_SIZE * sizeof (uint8_t)); memset (*mmc_disc_information_data, 0, MMC_DISC_INFORMATION_DATA_SIZE); CDIO_MMC_SET_COMMAND (cdb.field, CDIO_MMC_GPCMD_READ_DISC_INFO); CDIO_MMC_SET_READ_LENGTH16 (cdb.field, MMC_DISC_INFORMATION_DATA_SIZE); return mmc_run_cmd (p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, MMC_DISC_INFORMATION_DATA_SIZE, *mmc_disc_information_data); } /** Detects if a disc (CD or DVD) is empy or not. ** Warning: blanked DVD-RW report non empty ! ** @param p_cdio the CD object to be acted upon. @param is_empty, in return. */ driver_return_code_t mmc_get_disc_empty (const CdIo_t *p_cdio, bool *is_empty) { driver_return_code_t i_status; uint8_t *mmc_disc_information_data; uint8_t emptybyte; i_status = mmc_get_disc_information_data (p_cdio, &mmc_disc_information_data); if (i_status == DRIVER_OP_SUCCESS) { *is_empty = (mmc_disc_information_data[2] & 0x03) == 0x00; } free (mmc_disc_information_data); return i_status; } /** Detects a disc (CD or DVD) capacity. @param p_user_data the CD object to be acted upon. @param capacity, in return. */ driver_return_code_t mmc_get_disc_capacity ( const CdIo_t *p_cdio, uint32_t *capacity) { driver_return_code_t i_status; uint8_t *mmc_track_information_data; uint8_t *p; i_status = mmc_get_track_information_data (p_cdio, 0x00, &mmc_track_information_data); //will "not work" with multi track CDs, but they have to be blanked before use if (i_status == DRIVER_OP_SUCCESS) { p = mmc_track_information_data + 24; *capacity = CDIO_MMC_GET_LEN32 (p); *capacity *= 2; } else { *capacity = 0; } free (mmc_track_information_data); return i_status; } gboolean mmc_disctype_is_rewritable (cdio_mmc_feature_profile_t disctype) { return disctype == CDIO_MMC_FEATURE_PROF_CD_RW || disctype == CDIO_MMC_FEATURE_PROF_DVD_RAM || disctype == CDIO_MMC_FEATURE_PROF_DVD_PRW; } gboolean mmc_disctype_is_writable (cdio_mmc_feature_profile_t disctype) { return disctype != CDIO_MMC_FEATURE_PROF_CD_ROM && disctype != CDIO_MMC_FEATURE_PROF_DVD_ROM; } simpleburn-1.8.0/src/config.h.cmake000066400000000000000000000002201303030522300171450ustar00rootroot00000000000000#define PROJECT_NAME "@PROJECT_NAME@" #define PROJECT_VERSION "@PROJECT_VERSION@" #define LOCALE_DIR "@LOCALE_DIR@" #define UI_FILE "@UI_FILE@" simpleburn-1.8.0/src/mediainfos.c000066400000000000000000000245231303030522300167460ustar00rootroot00000000000000#include #include #include #include #include #include #include #include #include #include "simpleburn.h" #include "mediainfos.h" #include "cdio_mmc.c" gboolean load_videoinfos(gchar *device) { GtkTreeIter iter; dvd_reader_t *dvd; ifo_handle_t *mainifo, **ifo; pgc_t *pgc; gboolean video; gchar *title; gint i, len, ts, ttn; video = TRUE; dvd = DVDOpen(device); if (!dvd) { video = FALSE; } else { mainifo = ifoOpen(dvd, 0); if (!mainifo) { video = FALSE; } else { //load all IFOs ifo = (ifo_handle_t **) g_malloc((mainifo->vts_atrt->nr_of_vtss) * sizeof(ifo_handle_t *)); for (gint i=0; ivts_atrt->nr_of_vtss; i++) { ifo[i] = ifoOpen(dvd, i+1); } //list titles (and retrieve lengths) gtk_combo_box_set_model(ui.ctrl_videotitle, NULL); gtk_list_store_clear(ui.model_videotitle); for (i=0; i <= mainifo->tt_srpt->nr_of_srpts; i++) { //for each title ts = mainifo->tt_srpt->title[i].title_set_nr; if (ts != 0) { ttn = mainifo->tt_srpt->title[i].vts_ttn; pgc = ifo[ts-1]->vts_pgcit->pgci_srp[ifo[ts-1]->vts_ptt_srpt->title[ttn-1].ptt[0].pgcn-1].pgc; len = pgc->playback_time.hour * 60 + pgc->playback_time.minute; if (len > 5) { //during at least 5 minutes gtk_list_store_append(ui.model_videotitle, &iter); title = g_strdup_printf("%d (%d')", i+1, len); gtk_list_store_set(ui.model_videotitle, &iter, 0, i+1, 1, title, -1); g_free(title); } } } gtk_combo_box_set_model(ui.ctrl_videotitle, (GtkTreeModel *) ui.model_videotitle); if (mainifo->vts_atrt->nr_of_vtss != 0) { gtk_combo_box_set_active(ui.ctrl_videotitle, 0); } for (i=0; i < mainifo->vts_atrt->nr_of_vtss; i++) { ifoClose(ifo[i]); } g_free(ifo); ifoClose(mainifo); } DVDClose(dvd); } return video; } void load_titleinfos(gchar *device, gint title) { GtkTreeIter iter; dvd_reader_t *dvd; ifo_handle_t *mainifo, *titleifo; pgc_t *pgc; audio_attr_t *audio; subp_attr_t *sub; gchar *lang, *filename; gint i, ts, ttn, langpos, subpos; guint lastcode = 0; dvd = DVDOpen(device); mainifo = ifoOpen(dvd, 0); ts = mainifo->tt_srpt->title[title-1].title_set_nr; titleifo = ifoOpen(dvd, ts); ttn = mainifo->tt_srpt->title[title-1].vts_ttn; pgc = titleifo->vts_pgcit->pgci_srp[titleifo->vts_ptt_srpt->title[ttn-1].ptt[0].pgcn-1].pgc; langpos = gtk_combo_box_get_active(ui.ctrl_videolanguage); if (langpos == -1) langpos = 0; gtk_combo_box_set_model(ui.ctrl_videolanguage, NULL); gtk_list_store_clear(ui.model_videolanguage); for (i=0; ivtsi_mat->nr_of_vts_audio_streams; i++) { if ((pgc->audio_control[i] & 0x8000) != 0) { audio = &titleifo->vtsi_mat->vts_audio_attr[i]; if (audio->lang_code != lastcode) { lang = g_strdup_printf("%c%c", audio->lang_code>>8, audio->lang_code & 0xff); gtk_list_store_append(ui.model_videolanguage, &iter); gtk_list_store_set(ui.model_videolanguage, &iter, 0, lang, -1); g_free(lang); lastcode = audio->lang_code; } } } gtk_combo_box_set_model(ui.ctrl_videolanguage, (GtkTreeModel *) ui.model_videolanguage); gtk_combo_box_set_active(ui.ctrl_videolanguage, langpos); subpos = gtk_combo_box_get_active(ui.ctrl_videosubtitles); if (subpos == -1) subpos = 0; gtk_combo_box_set_model(ui.ctrl_videosubtitles, NULL); gtk_list_store_clear(ui.model_videosubtitles); gtk_list_store_append(ui.model_videosubtitles, &iter); gtk_list_store_set(ui.model_videosubtitles, &iter, 0, gettext("none"), -1); for (i=0; ivtsi_mat->nr_of_vts_subp_streams; i++) { if ((pgc->subp_control[i] & 0x80000000) != 0) { sub = &titleifo->vtsi_mat->vts_subp_attr[i]; lang = g_strdup_printf("%c%c", sub->lang_code>>8, sub->lang_code & 0xff); gtk_list_store_append(ui.model_videosubtitles, &iter); gtk_list_store_set(ui.model_videosubtitles, &iter, 0, lang, -1); g_free(lang); } } gtk_combo_box_set_model(ui.ctrl_videosubtitles, (GtkTreeModel *) ui.model_videosubtitles); gtk_combo_box_set_active(ui.ctrl_videosubtitles, subpos); filename = g_strdup_printf("%s-%d", gtk_label_get_text(ui.info_medialabel), title); lowercase(filename); gtk_entry_set_text(ui.ctrl_videoextractfile, filename); g_free(filename); ifoClose(mainifo); ifoClose(titleifo); DVDClose(dvd); } CdIo_t *loaddevice(gchar *device) { CdIo_t *cdio; guint8 status[2]; //[1]= 0: not ready, 1: no media, 2: loaded gint countdown; cdio = cdio_open (device, DRIVER_UNKNOWN); if (cdio != NULL) { countdown = 5; while (countdown != 0 && mmc_get_event_status (cdio, status) == DRIVER_OP_SUCCESS && status[1] == 0) { sleep (1); countdown--; } } return cdio; } void load_audioinfos(CdIo_t *cdio) { GtkTreeIter iter; gint i, sec, min; gchar *len; cddb_disc_t *disc; cddb_track_t *track; cddb_conn_t *conn; gtk_list_store_clear(ui.model_tracks); disc = cddb_disc_new(); cddb_disc_set_length(disc, cdio_get_disc_last_lsn(cdio) / CDIO_CD_FRAMES_PER_SEC); for (i=1; i <= cdio_get_num_tracks(cdio); i++) { track = cddb_track_new(); cddb_track_set_frame_offset(track, cdio_get_track_lba(cdio, i)); cddb_disc_add_track (disc, track); } conn = cddb_new(); if (cddb_query(conn, disc) == 1) { //if there is one and only one match gtk_label_set_text(ui.info_medialabel, cddb_disc_get_title(disc)); cddb_read(conn, disc); } for (i=0; i MB gchar *mediasize = g_strdup_printf("%d'", (gint) cdio_get_disc_last_lsn(cdio) / CDIO_CD_FRAMES_PER_SEC / 60); gtk_label_set_text(ui.info_mediasize, mediasize); g_free(mediasize); load_audioinfos(cdio); } else if (CDIO_FSTYPE (fs) == CDIO_FS_ISO_9660 || CDIO_FSTYPE (fs) == CDIO_FS_ISO_UDF) { //CDIO_FSTYPE (fs) == CDIO_FS_UDF for (i=0; isoinfo.iso_label[i] != ' ' && isoinfo.iso_label[i] != '\0'; i++); isoinfo.iso_label[i] = '\0'; //trailing spaces recase(isoinfo.iso_label); gtk_label_set_text(ui.info_medialabel, isoinfo.iso_label); if (cdmedia || ! load_videoinfos(device)) { gchar *filename = g_strdup_printf("%s.iso", isoinfo.iso_label); lowercase(filename); gtk_entry_set_text(ui.ctrl_isoextractfile, filename); g_free(filename); gtk_notebook_append_page(ui.tabs_actions, ui.tab_extractiso, gtk_label_new(gettext("Extract ISO"))); gtk_label_set_text(ui.info_mediacontent, gettext("data")); } else { gtk_notebook_append_page(ui.tabs_actions, ui.tab_extractvideo, gtk_label_new(gettext("Extract video"))); gtk_label_set_text(ui.info_mediacontent, gettext("video")); } gchar *size = g_strdup_printf("%d %s", isoinfo.isofs_size / 512, gettext("MB")); gtk_label_set_text(ui.info_mediasize, size); g_free(size); } else if (fs == 15) { //blanked DVD/RW emptymedia = TRUE; gtk_label_set_text(ui.info_mediacontent, gettext("none")); } } if (emptymedia || rewritablemedia) { gtk_notebook_append_page(ui.tabs_actions, ui.tab_burn, gtk_label_new(gettext("Burn"))); uint32_t capacity; if (mmc_get_disc_capacity(cdio, &capacity) == DRIVER_OP_SUCCESS) { gchar *mediacapacity = g_strdup_printf("%d %s", capacity / 1024, gettext("MB")); gtk_label_set_text(ui.info_mediacapacity, mediacapacity); g_free(mediacapacity); } } if (rewritablemedia && ! emptymedia) { gtk_notebook_append_page(ui.tabs_actions, ui.tab_blank, gtk_label_new(gettext("Erase"))); } } } cdio_destroy(cdio); } } void recase(gchar *str) { gboolean start; gint i; start = TRUE; for (i=0; i #include #include #include #include #include "simpleburn.h" #include "progress.h" #include "callbacks.h" void on_abort_clicked(GtkWidget *widget, gpointer user_data) { gchar *commandline; gtk_widget_set_sensitive((GtkWidget *) ui.bt_abort, FALSE); commandline = g_strdup_printf("simpleburn.sh abort %d", commandinfos.pid); g_spawn_command_line_sync(commandline, NULL, NULL, NULL, NULL); g_free(commandline); } void startprogress(gchar *commandline, gboolean pulse, gchar *message, gint actiontype) { GtkTreeIter iter; gchar **command; g_print("command: %s\n", commandline); enablebuttons(FALSE); gtk_label_set_text(ui.info_log, message); commandinfos.actiontype = actiontype; g_shell_parse_argv(commandline, NULL, &command, NULL); g_spawn_async(NULL, command, NULL, G_SPAWN_SEARCH_PATH|G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &commandinfos.pid, NULL); g_strfreev(command); g_child_watch_add(commandinfos.pid, stopprogress, NULL); commandinfos.pulseupdater = g_timeout_add(100, pulseupdater, NULL); } void stopprogress(GPid pid, gint status, gpointer data) { gchar *message; commandinfos.pid = 0; g_source_remove(commandinfos.pulseupdater); if (status == 0) message = g_strdup_printf("%s %s", gtk_label_get_text(ui.info_log), gettext("Done")); else message = g_strdup_printf("%s %s", gtk_label_get_text(ui.info_log), gettext("Error")); gtk_label_set_text(ui.info_log, message); g_free(message); if (commandinfos.actiontype != EXTRACT) { reset_mediadetection(); while (gtk_notebook_get_n_pages(ui.tabs_actions) != 0) { gtk_notebook_remove_page(ui.tabs_actions, -1); } } enablebuttons(TRUE); gtk_progress_bar_set_fraction (ui.info_progressbar, 0.0); } gboolean pulseupdater(gpointer data) { gtk_progress_bar_pulse(ui.info_progressbar); return TRUE; } void enablebuttons(gboolean enabled) { gint i; for (i=0; i < ui.buttonscount; i++) { gtk_widget_set_sensitive((GtkWidget *) ui.buttons[i], enabled); } gtk_widget_set_sensitive((GtkWidget *) ui.bt_abort, !enabled); } simpleburn-1.8.0/src/progress.h000066400000000000000000000006671303030522300165040ustar00rootroot00000000000000struct { GPid pid; guint pulseupdater; gint actiontype; //EXTRACT, BLANK, BURN } commandinfos; #define EXTRACT 0 #define BLANK 1 #define BURN 2 void on_abort_clicked(GtkWidget *widget, gpointer user_data); void startprogress(gchar *commandline, gboolean pulse, gchar *message, gint actiontype); void stopprogress(GPid pid, gint status, gpointer data); gboolean pulseupdater(gpointer data); void enablebuttons(gboolean enabled); simpleburn-1.8.0/src/simpleburn.c000066400000000000000000000153541303030522300170120ustar00rootroot00000000000000#include #include #include #include #include #include #include #include "simpleburn.h" #include "callbacks.h" #include "progress.h" #include "mediainfos.h" #include "config.h" void exit_program() { if (commandinfos.pid != 0) { on_abort_clicked(NULL, NULL); } gtk_main_quit(); } void init_program() { callbackslink(); //force static code linkage: defined only in glade (GtkBuilder UI file) - not read during compilation init_widgets_references(); commandinfos.pid = 0; detect_devices(); gtk_widget_set_sensitive((GtkWidget *) ui.bt_abort, FALSE); gtk_progress_bar_set_text(ui.info_progressbar, ""); GtkFileFilter *filter = gtk_file_filter_new(); gtk_file_filter_add_pattern(filter, "*.iso"); gtk_file_filter_set_name(filter, "*.iso"); gtk_file_chooser_add_filter((GtkFileChooser *) ui.ctrl_burnfile, filter); gtk_file_chooser_select_filename((GtkFileChooser *) ui.ctrl_isoextractdir, g_getenv("HOME")); gtk_file_chooser_select_filename((GtkFileChooser *) ui.ctrl_videoextractdir, g_getenv("HOME")); gtk_file_chooser_select_filename((GtkFileChooser *) ui.ctrl_audioextractdir, g_getenv("HOME")); } void init_widgets_references() { ui.ctrl_opticaldevice = (GtkComboBox *) gtk_builder_get_object(ui.xml, "opticaldevice"); ui.model_opticaldevice = (GtkListStore *) gtk_combo_box_get_model(ui.ctrl_opticaldevice); ui.bt_ejectmedia = (GtkButton *) gtk_builder_get_object(ui.xml, "ejectmedia"); ui.buttons[0] = ui.bt_ejectmedia; ui.bt_detectmedia = (GtkButton *) gtk_builder_get_object(ui.xml, "detectmedia"); ui.buttons[1] = ui.bt_detectmedia; ui.bt_abort = (GtkButton *) gtk_builder_get_object(ui.xml, "abort"); //not referenced in ui.buttons ui.info_medialabel = (GtkLabel *) gtk_builder_get_object(ui.xml, "medialabel"); ui.info_mediatype = (GtkLabel *) gtk_builder_get_object(ui.xml, "mediatype"); ui.info_mediacontent = (GtkLabel *) gtk_builder_get_object(ui.xml, "mediacontent"); ui.info_mediacapacity = (GtkLabel *) gtk_builder_get_object(ui.xml, "mediacapacity"); ui.info_mediasize = (GtkLabel *) gtk_builder_get_object(ui.xml, "mediasize"); ui.info_log = (GtkLabel *) gtk_builder_get_object(ui.xml, "log"); ui.tabs_actions = (GtkNotebook *) gtk_builder_get_object(ui.xml, "tabs"); ui.info_progressbar = (GtkProgressBar *) gtk_builder_get_object(ui.xml, "progressbar"); ui.dialog_confirmerase = (GtkDialog *) gtk_builder_get_object(ui.xml, "confirmerase"); //audio tab: ui.tab_extractaudio = (GtkWidget *) gtk_builder_get_object(ui.xml, "extractingaudio"); ui.bt_extractaudio = (GtkButton *) gtk_builder_get_object(ui.xml, "extractaudio"); ui.buttons[2] = ui.bt_extractaudio; ui.ctrl_audioformat = (GtkComboBox *) gtk_builder_get_object(ui.xml, "audioformat"); ui.model_audioformat = (GtkListStore *) gtk_combo_box_get_model(ui.ctrl_audioformat); ui.ctrl_audioextractdir = (GtkFileChooserButton *) gtk_builder_get_object(ui.xml, "audioextractdir"); ui.model_tracks = (GtkListStore *) gtk_builder_get_object(ui.xml, "tracksmodel"); //video tab: ui.tab_extractvideo = (GtkWidget *) gtk_builder_get_object(ui.xml, "extractingvideo"); ui.bt_extractvideo = (GtkButton *) gtk_builder_get_object(ui.xml, "extractvideo"); ui.buttons[3] = ui.bt_extractvideo; ui.bt_previewvideo = (GtkButton *) gtk_builder_get_object(ui.xml, "previewvideo"); ui.buttons[4] = ui.bt_previewvideo; ui.ctrl_videoextractdir = (GtkFileChooserButton *) gtk_builder_get_object(ui.xml, "videoextractdir"); ui.ctrl_videoextractfile = (GtkEntry *) gtk_builder_get_object(ui.xml, "videoextractfile"); ui.ctrl_videotitle = (GtkComboBox *) gtk_builder_get_object(ui.xml, "videotitle"); ui.model_videotitle = (GtkListStore *) gtk_combo_box_get_model(ui.ctrl_videotitle); ui.ctrl_videolanguage = (GtkComboBox *) gtk_builder_get_object(ui.xml, "videolanguage"); ui.model_videolanguage = (GtkListStore *) gtk_combo_box_get_model(ui.ctrl_videolanguage); ui.ctrl_videosubtitles = (GtkComboBox *) gtk_builder_get_object(ui.xml, "videosubtitles"); ui.model_videosubtitles = (GtkListStore *) gtk_combo_box_get_model(ui.ctrl_videosubtitles); //iso tab: ui.tab_extractiso = (GtkWidget *) gtk_builder_get_object(ui.xml, "extractingiso"); ui.bt_extractiso = (GtkButton *) gtk_builder_get_object(ui.xml, "extractiso"); ui.buttons[5] = ui.bt_extractiso; ui.ctrl_isoextractfile = (GtkEntry *) gtk_builder_get_object(ui.xml, "isoextractfile"); ui.ctrl_isoextractdir = (GtkFileChooserButton *) gtk_builder_get_object(ui.xml, "isoextractdir"); //burn tab: ui.tab_burn = (GtkWidget *) gtk_builder_get_object(ui.xml, "burning"); ui.ctrl_burnfile = (GtkFileChooserButton *) gtk_builder_get_object(ui.xml, "burnfile"); ui.ctrl_burndir = (GtkFileChooserButton *) gtk_builder_get_object(ui.xml, "burndir"); ui.bt_dirburn = (GtkButton *) gtk_builder_get_object(ui.xml, "dirburn"); ui.buttons[6] = ui.bt_dirburn; ui.bt_fileburn = (GtkButton *) gtk_builder_get_object(ui.xml, "fileburn"); ui.buttons[7] = ui.bt_fileburn; ui.bt_audioburn = (GtkButton *) gtk_builder_get_object(ui.xml, "audioburn"); ui.buttons[8] = ui.bt_audioburn; //blank tab: ui.tab_blank = (GtkWidget *) gtk_builder_get_object(ui.xml, "blanking"); ui.bt_blankfast = (GtkButton *) gtk_builder_get_object(ui.xml, "blankfast"); ui.buttons[9] = ui.bt_blankfast; ui.bt_blankfull = (GtkButton *) gtk_builder_get_object(ui.xml, "blankfull"); ui.buttons[10] = ui.bt_blankfull; ui.buttonscount = 11; } void detect_devices() { gint i; gchar **devices; cdio_drive_read_cap_t rc; cdio_drive_write_cap_t wc; cdio_drive_misc_cap_t mc; GtkTreeIter iter; enablebuttons(false); gtk_widget_set_sensitive((GtkWidget *) ui.bt_abort, false); devices = cdio_get_devices (DRIVER_UNKNOWN); if (devices != NULL) { for (i = 0; devices[i] != NULL; i++) { cdio_get_drive_cap_dev (devices[i], &rc, &wc, &mc); if (wc && CDIO_DRIVE_CAP_WRITE != 0) { gtk_list_store_append(ui.model_opticaldevice, &iter); gtk_list_store_set(ui.model_opticaldevice, &iter, 0, devices[i], -1); } } g_strfreev (devices); gtk_combo_box_set_active_iter(ui.ctrl_opticaldevice, &iter); enablebuttons(true); } } int main(int argc, char *argv[]) { setlocale(LC_ALL, ""); bindtextdomain(PROJECT_NAME, LOCALE_DIR); textdomain(PROJECT_NAME); gtk_init(&argc, &argv); ui.xml = gtk_builder_new(); gtk_builder_add_from_file(ui.xml, UI_FILE, NULL); gtk_builder_connect_signals(ui.xml, NULL); init_program(); GtkWindow *mainwindow = (GtkWindow *) gtk_builder_get_object(ui.xml, "mainwindow"); gtk_window_set_default_icon_name(PROJECT_NAME); GtkAboutDialog *aboutdialog = (GtkAboutDialog *) gtk_builder_get_object(ui.xml, "aboutdialog"); gtk_about_dialog_set_version(aboutdialog, PROJECT_VERSION); gtk_about_dialog_set_logo_icon_name(aboutdialog, PROJECT_NAME); gtk_widget_show((GtkWidget *) mainwindow); gtk_main(); } simpleburn-1.8.0/src/simpleburn.desktop000066400000000000000000000004051303030522300202300ustar00rootroot00000000000000[Desktop Entry] Name=SimpleBurn GenericName=Disc Burner and extractor Comment=CD/DVD burning and extraction utility Keywords=disc;cdrom;dvd;burn;audio;video; Exec=simpleburn Icon=simpleburn Type=Application StartupNotify=true Categories=DiscBurning;AudioVideo; simpleburn-1.8.0/src/simpleburn.h000066400000000000000000000031211303030522300170040ustar00rootroot00000000000000struct { GtkBuilder *xml; //common: GtkComboBox *ctrl_opticaldevice; GtkListStore *model_opticaldevice; GtkButton *bt_ejectmedia; GtkButton *bt_detectmedia; GtkButton *bt_abort; GtkLabel *info_medialabel; GtkLabel *info_mediatype; GtkLabel *info_mediacontent; GtkLabel *info_mediasize; GtkLabel *info_mediacapacity; GtkLabel *info_log; GtkProgressBar *info_progressbar; GtkDialog *dialog_confirmerase; GtkNotebook *tabs_actions; //audio tab: GtkWidget *tab_extractaudio; GtkButton *bt_extractaudio; GtkComboBox *ctrl_audioformat; GtkListStore *model_audioformat; GtkFileChooserButton *ctrl_audioextractdir; GtkListStore *model_tracks; //video tab: GtkWidget *tab_extractvideo; GtkButton *bt_extractvideo; GtkButton *bt_previewvideo; GtkFileChooserButton *ctrl_videoextractdir; GtkEntry *ctrl_videoextractfile; GtkComboBox *ctrl_videotitle; GtkListStore *model_videotitle; GtkComboBox *ctrl_videolanguage; GtkListStore *model_videolanguage; GtkComboBox *ctrl_videosubtitles; GtkListStore *model_videosubtitles; //iso tab: GtkWidget *tab_extractiso; GtkButton *bt_extractiso; GtkEntry *ctrl_isoextractfile; GtkFileChooserButton *ctrl_isoextractdir; //burn tab: GtkWidget *tab_burn; GtkFileChooserButton *ctrl_burnfile; GtkFileChooserButton *ctrl_burndir; GtkButton *bt_dirburn; GtkButton *bt_fileburn; GtkButton *bt_audioburn; //blank tab: GtkWidget *tab_blank; GtkButton *bt_blankfast; GtkButton *bt_blankfull; GtkButton *buttons[11]; gint buttonscount; } ui; void exit_program(); void init_program(); void init_widgets_references(); void detect_devices(); simpleburn-1.8.0/src/simpleburn.png000066400000000000000000000041241303030522300173450ustar00rootroot00000000000000PNG  IHDR szzsRGBbKGD pHYs  tIME VtEXtCommentCreado con el GIMP^ IDATXåyUW?ޛ7l,eYKV3(-%AmGVkkbZ`HmZ[X6T*Km@aVyޛ z߹s~r~e 8@P۬kKmcI*UQbl$e+Hh/;=c{cAc uw{{g??^냫!Tȉj A (%Ū#o=g :bY Գ'?`֊͍*H愜+OAQi!7P0 fё,JM@܎ʴJ&vʑVW)W+J)R _=%4Wr`j[}ӂ -!fKWOZ弯.~2+^^KYmͣW(9Z sdNwx<󩑳-EnqIh(7 4K x¢IQY_Q:$1/x"n[rEi_[afRF~7nN; P_էk[RpĢ8wwm_'f칟^\Qm(+13e hhh 26o?|`3OKOWƒ =kMRs,jv99ͫ糜 °]7JbI2t9q(04擷 XAVc`)Ă AK"f[bEQ@<~mX&,Yb(H 68M&)\j8%L|I1B`8@JW7J8f.,nR"zQ4%V:p-]MgbF.#K7`  0; GbyKyvJ"[,ŒX!ݟali~iy|%\ (|?I>۞e7Uxɵ4}q%1B1G Ga;0#%%5<O 2y>v<<"h k"7Ѹ(P@$K38u]@ PVwSQ"(2lM(|ΗQ~]F=2./dev/null` let blockscount=mediasize/2048 rm -f "$destination" dd if=$device bs=2048 count=$blockscount of="$destination" status=$? exit $status } function extractaudio() { device=$1 destination=$2 format=$3 shift; shift; shift; tracks=$* cwd=`pwd` cd "$destination" cdda2wav dev=$device -L1 -J -v title out-fd=1 rm -f audio_*.inf audio.cdindex disc=`cat audio.cddb | sed -n /DTITLE/p | cut -f2 -d= | tr / - | iconv -c -f ISO-8859-1` if [ ! -z "$disc" ]; then mkdir -p "$disc" mv audio.cddb "$disc"/ cd "$disc" fi if [ -z "$tracks" ]; then trackscount=`cat audio.cddb | sed -n /TTITLE/p | wc -l` for (( i=1; i<=trackscount; i++ )); do tracks="$tracks$i "; done fi for track in $tracks; do title="$track-"`cat audio.cddb | sed -n -e /^TTITLE/p | sed -n "$track"p | cut -f2 -d= | iconv -c -f ISO-8859-1` if [ "$title" == "$track-" ]; then title="$track"; fi if (( $track < 10 )); then title="0$title"; fi case $format in "wav") cdda2wav dev=$device -t $track "$title.wav" status=$? ;; "flac") cdda2wav dev=$device -t $track - 2>/dev/null | flac -f -o "$title.flac" - status=${PIPESTATUS[0]} ;; "ogg") cdda2wav dev=$device -t $track - 2>/dev/null | oggenc -b 256 -o "$title.ogg" - status=${PIPESTATUS[0]} ;; "mp3") cdda2wav dev=$device -t $track - | lame -b 256 - "$title.mp3" status=${PIPESTATUS[0]} ;; esac done rm -f audio.cddb cd $cwd exit $status } function extractvideo() { device=$1 destination=$2 title=$3 audio=$4 subtitles=$5 if mencoder -oac help | grep -q "mp3lame" then oac="-oac mp3lame -lameopts mode=2:cbr:br=256"; ext="mp3" else oac="-oac lavc -lavcopts acodec=mp2:abitrate=256"; ext="mp2" fi aspect=`mplayer -dvd-device $device dvd://$title -ao null -frames 1 -vo null 2>&1 | sed -n '/^VO: /p' | head -n1 | sed 's/.*=> \([0-9]\+x[0-9]\+\) .*$/\1/'` echo "aspect=$aspect" width=`echo $aspect | cut -f1 -d'x'` cropinfos=`mplayer -dvd-device $device dvd://$title -ao null -ss 60 -frames 120 -vf cropdetect -vo null 2>&1 | grep "crop=" | tail -n1 | cut -f2 -d'=' | cut -f1 -d')'` height=`echo $cropinfos | cut -f2 -d:` if [ "`echo $cropinfos | cut -f3- -d:`" != "0:0" ]; then filterscmd="-vf crop=$cropinfos" echo "crop=$cropinfos" fi ratio=`bc <<< "scale=2; (($width/$height))"` echo "width=$width, height=$height, ration=$ratio" if [ -z "$subtitles" ] then subtitlescmd="-vobsubout nosubs" else subtitlescmd="-vobsubout $destination -slang $subtitles" fi cd "`dirname \"$destination\"`" destination=`basename "$destination"` rm -f divx2pass.log status=1 mencoder -dvd-device $device dvd://$title -nosound $subtitlescmd $filterscmd \ -ovc xvid -xvidencopts pass=1:chroma_opt:vhq=4:max_bframes=1:quant_type=mpeg:aspect=$ratio \ -o /dev/null && mencoder -dvd-device $device dvd://$title -nosound $subtitlescmd $filterscmd \ -ovc xvid -xvidencopts pass=1:chroma_opt:vhq=4:max_bframes=1:quant_type=mpeg:aspect=$ratio \ -o "$destination-nosound.avi" && mencoder -dvd-device $device dvd://$title -ovc frameno -alang $audio $oac -o "$destination-audio.avi" && mplayer -dumpaudio "$destination-audio.avi" -dumpfile "$destination.$ext" && mencoder -oac copy -ovc copy -o "$destination.avi" -audiofile "$destination.$ext" "$destination-nosound.avi" && status=0 if [ "$status" == "0" ]; then rm -f "$destination-audio.avi" rm -f "$destination-nosound.avi" rm -f divx2pass.log fi if [ -z "$subtitles" ]; then rm -f nosubs.{idx,sub} fi cd - >/dev/null exit $status } function burniso() { device=$1 source=$2 tracksize=`ls -l "$source" | cut -f5 -d' '` let tracksize=tracksize/1048576 #MB if cdrom_id $device | grep -q MEDIA_CD_RW && ! cdrom_id $device | grep -q ID_CDROM_MEDIA_STATE=blank; then cdrecord gracetime=3 dev=$device blank=fast fi cdrecord -v -eject speed=$WRITESPEED gracetime=3 dev=$device -pad "$source" status=$? exit $status } function burnaudio() { device=$1 source=$2 normalize=0 ls "$source"/*.flac 2>/dev/null | while read audiofile; do if [ ! -f "$audiofile.wav" ]; then normalize=1 flac --decode -o "$audiofile.wav" "$audiofile" fi done ls "$source"/*.mp3 2>/dev/null | while read audiofile; do if [ ! -f "$audiofile.wav" ]; then normalize=1 mpg123 --stereo --rate 44100 --wav "$audiofile.wav" "$audiofile" fi done ls "$source"/*.ogg 2>/dev/null | while read audiofile; do if [ ! -f "$audiofile.wav" ]; then normalize=1 oggdec -o "$audiofile.wav" "$audiofile" fi done if [ "$normalize" == "1" ]; then normalize "$source"/*.wav; fi cd "$source" exit if cdrom_id $device | grep -q MEDIA_CD_RW && ! cdrom_id $device | grep -q ID_CDROM_MEDIA_STATE=blank; then cdrecord gracetime=3 dev=$device blank=fast fi cdrecord -v -eject speed=$WRITESPEED gracetime=3 dev=$device -audio -pad -useinfo -text *.wav status=$? cd - >/dev/null exit $status } function burndata() { device=$1 source=$2 label=`basename "$source" | sed 's/ /_/g' | cut -c1-32` if [ -f "$source/VIDEO_TS/VIDEO_TS.IFO" ]; then udfopt="-dvd-video" else udfopt="-udf" fi if cdrom_id $device | grep -q MEDIA_CD_RW && ! cdrom_id $device | grep -q ID_CDROM_MEDIA_STATE=blank; then cdrecord gracetime=3 dev=$device blank=fast fi tsize=`mkisofs -J -r -N -d -hide-rr-moved $udfopt -print-size "$source"` mkisofs -J -r -N -d -hide-rr-moved $udfopt -V "$label" "$source" | cdrecord -v -eject speed=$WRITESPEED gracetime=3 dev=$device driveropts=burnfree tsize=$tsize\s -data -pad - status=${PIPESTATUS[0]}&&${PIPESTATUS[1]} exit $status } function abort() { pid=$1 pslist="" function listps () { pid=$1 pslist="$pid $pslist" for ppid in `pgrep -P $pid`; do listps $ppid done } listps $pid echo "kill $pslist" kill $pslist } #common parameters if [ "$1" == "--help" ] || [ "$1" == "-h" ]; then printusage; fi if [ -b "$1" ] then device=$1; shift else device=/dev/cdrom fi action=$1; shift case $action in "b-blank") speed=$1 if [ "$speed" != "" ] && [ "$speed" != "all" ] && [ "$speed" != "fast" ] then printusage else blankmedia $device $speed fi ;; "e-audio") destination=$1 format=$2 shift; shift; tracks=$* if [ -z "$format" ]; then format="wav"; fi if [ -z "$destination" ] || [ ! -d "$destination" ] || ( [ "$format" != "wav" ] && [ "$format" != "mp3" ] && [ "$format" != "flac" ] && [ "$format" != "ogg" ] ) then printusage else extractaudio $device "$destination" $format $tracks fi ;; "e-video") destination=$1 title=$2; audio=$3; subtitles=$4 if [ -z "$destination" ] || [ ! -d `dirname "$destination"` ] || [ -z "$title" ] || [ -z "$audio" ] then printusage else extractvideo $device "$destination" $title $audio $subtitles fi ;; "e-iso") destination=$1 if [ -z "$destination" ] || [ ! -d `dirname "$destination"` ] then printusage else extractiso $device "$destination" fi ;; "b-audio") source="$1" if [ -z "$source" ] || [ ! -d "$source" ] then printusage else burnaudio $device "$source" fi ;; "b-data") source="$1" if [ -z "$source" ] || [ ! -d "$source" ] then printusage else burndata $device "$source" fi ;; "b-iso") source="$1" if [ -z "$source" ] || [ ! -f "$source" ] then printusage else burniso $device $source fi ;; "abort") pid=$1 abort $pid ;; *) printusage esac simpleburn-1.8.0/src/simpleburn.ui000066400000000000000000001545251303030522300172110ustar00rootroot00000000000000 flac FLAC (lossless) ogg OGG / Vorbis mp3 MP3 wav WAV (lossless) True False gtk-media-record True False gtk-media-record True False gtk-media-record True False True False 2 3 True False ISO file: True False Directory: 1 2 True False Select an ISO image file to burn 1 2 True False select-folder Select a directory to burn 1 2 1 2 Burn ISO True True True imageburn2 2 3 True False Burn data True True True imageburn1 True True 0 Burn audio CD True True True imageburn3 True True 1 2 3 1 2 GTK_FILL True False 0 True False gtk-refresh True False media-eject True False gtk-clear True False gtk-clear True False True False True False True Fast blanking True True True imageerase1 False True 0 Full blanking True True True imageerase2 False True 1 False True 0 True False 0 True False gtk-save True False True False 3 2 True False select-folder False Select destination directory 1 2 True True False False True True 1 2 1 2 True False Destination directory: True False Filename: 1 2 Extract True True True imageextract1 1 2 2 3 True False 1 0 True False gtk-save True False gtk-save True False gtk-media-play 640 640 False True False True False 30 True False center middle 100 True True 0 gtk-cancel True False True True True False True end 1 False True end 0 True False True False True end 1 True False True False _File True True False gtk-quit True False True True True False Help True True False gtk-about True False True True False True 2 True False True False CD / DVD device: True True 0 True False opticaldevicemodel 0 True True 1 Get media informations True True True imagedetect True True 2 Eject True True True imageeject True True 3 False True 3 True False False True 4 True False 30 True False False True 0 True False True False 2 2 True False Type: True False Capacity: 1 2 True False 1 2 True False 1 2 1 2 True True 0 True False False True 1 True False 2 2 True False Content: True False 1 2 True False Size: 1 2 True False 1 2 1 2 True True 2 False True 1 False True 10 5 True False False True 6 True True False True 32 7 False 5 About SimpleBurn False True center-on-parent True dialog mainwindow SimpleBurn http://simpleburn.tuxfamily.org http://simpleburn.tuxfamily.org CeCILL <http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html> Frank Endres <frankendres@tuxfamily.org> - cs : Jaromír Cápík <tavvva@seznam.cz> - de : Christoph Zeiler <moonborn@moonblade.org> - es : Pablo López <guesst@gmail.com> - fr : Frank Endres <frankendres@tuxfamily.org> - hu : András Fekete <andras@email.ro> - it : Andrea Sciucca <gohanz@infinito.it> - pl : Robert Wojewódzki <robwoj44@poczta.onet.pl> - sr : Jay Alexander Flemingódzki <tito.nehru.naser@gmail.com> - sv : Niklas Grahn <terra.unknown@yahoo.com> - ru : Andrey Frantsuzov <pokazsch@yandex.ru> & Dmitry Korzhevin <dkorzhevin@lsupport.net> True False 2 True False end False True end 0 False 5 True center-on-parent dialog False mainwindow True False 2 True False end gtk-no True True True True False False 0 gtk-yes True True True True False False 1 False True end 0 True False Attention: CD or DVD contains data. True True 1 True False Do You really want to erase it ? True True 2 button2 button1 True False True False True False 2 2 True False audioformatmodel 1 1 1 2 True False select-folder Select destination directory 1 2 1 2 True False Destination directory: 1 2 True False Format: True False 0 280 True True automatic automatic True True tracksmodel False 0 Extract 0 Track 1 Title 2 Length 3 False False 1 Extract True True True imageextract3 False False 2 True False 10 0 True False True False 5 2 True False videotitlemodel 1 1 2 True False videolanguagemodel 0 1 2 1 2 True False videosubtitlesmodel 0 1 2 2 3 True False Title: True False Language: 1 2 True False Subtitles: 2 3 True False select-folder Select destination directory 1 2 3 4 True True True False False True True 1 2 4 5 True False Destination directory: 3 4 True False Filename: 4 5 True False 0 True False True Preview True True True imagepreview True True 0 Extract True True True imageextract2 True True 1 True False 1