Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bin/rubyripper_cli
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ private

# Display the different options
def showMainMenu
@out.puts _("* RUBYRIPPER MAIN MENU *")
@out.puts _("* RUBYRIPPERREMIX MAIN MENU *")
@out.puts ""
@out.puts ' 1) ' + _('Change preferences')
@out.puts ' 2) ' + _('Scan drive for audio disc')
@out.puts ' 3) ' + _('Change metadata')
@out.puts ' 4) ' + _('Select the tracks to rip (default = all)')
@out.puts ' 5) ' + _('Rip the disc!')
@out.puts '99) ' + _("Exit rubyripper...")
@out.puts '99) ' + _("Exit RubyRipperRemix...")
@out.puts ""
@int.get("Please type the number of your choice", 99)
end
Expand All @@ -127,7 +127,7 @@ private
def loopMainMenu
case choice = showMainMenu()
when 99
@out.puts _("Thanks for using rubyripper.")
@out.puts _("Thanks for using RubyRipperRemix.")
@out.puts _("Have a nice day!")
when 1 then @cliPrefs.show()
when 2 then @cliDisc.show()
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def update_po
updatePoAndMoTask = GetText::Tools::Task.define do |task|
task.domain = 'rubyripper'
task.files = Dir.glob("lib/**/*.rb") + Dir.glob("bin/*")
task.package_name = 'Rubyripper'
task.package_name = 'RubyRipperRemix'
task.package_version = "#{$rr_version}"
task.xgettext_options = ["--copyright-holder", "BleskoDev",
"--copyright-year", "2021",
Expand All @@ -114,7 +114,7 @@ def update_mo
updateMoTask = GetText::Tools::Task.define do |task|
task.domain = 'rubyripper'
task.files = Dir.glob("lib/**/*.rb") + Dir.glob("bin/*")
task.package_name = 'Rubyripper'
task.package_name = 'RubyRipperRemix'
task.package_version = "#{$rr_version}"
task.enable_po = false
end
Expand Down
4 changes: 2 additions & 2 deletions lib/rubyripper/cli/cliArguments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def parse
# First define the different options
def setParseOptions
@opts = OptionParser.new(banner = nil, width = 20, indent = ' ' * 2) do |opts|
opts.on("-V", "--version", _("Show current version of rubyripper.")) do
opts.on("-V", "--version", _("Show current version of RubyRipperRemix.")) do
@options['version'] = true
@out.puts _("Rubyripper version %s") % [$rr_version]
@out.puts _("RubyRipperRemix version %s") % [$rr_version]
end

opts.on("-f", "--file <FILE>", _("Load configuration settings from file <FILE>.")) do |f|
Expand Down
2 changes: 1 addition & 1 deletion lib/rubyripper/cli/cliPreferences.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def multipleChoice(choices)
# show a menu for the different settings
def showMainMenu
@out.puts ""
@out.puts "** " + _("RUBYRIPPER PREFERENCES") + " **"
@out.puts "** " + _("RUBYRIPPERREMIX PREFERENCES") + " **"
@out.puts ""
@out.puts ' 1) ' + _('Secure ripping')
@out.puts ' 2) ' + _('Toc analysis')
Expand Down
2 changes: 1 addition & 1 deletion lib/rubyripper/gtk3/gtkDirExists.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class GtkDirExists
attr_reader :display

def initialize(gui, rubyripper, dirname)
@label = Gtk::Label.new(_("The directory %s already exists.\n\nWhat do you want rubyripper to do?") % [dirname])
@label = Gtk::Label.new(_("The directory %s already exists.\n\nWhat do you want RubyRipperRemix to do?") % [dirname])
@label.wrap = true
@image = Gtk::Image.new(:stock => Gtk::Stock::DIALOG_QUESTION, :size => Gtk::IconSize::DIALOG)

Expand Down
2 changes: 1 addition & 1 deletion lib/rubyripper/gtk3/gtkShortMessage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def scan
end

def welcome
@display.text = _("Welcome to rubyripper %s.") % [$rr_version] +
@display.text = _("Welcome to RubyRipperRemix %s.") % [$rr_version] +
"\n\n" + scan()
end

Expand Down
2 changes: 1 addition & 1 deletion lib/rubyripper/rippingInfoAtStart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def showVersion
end

def showBasicRipInfo
@logString << _("Rubyripper extraction logfile from:\n%s\n\n") % [@execute.launch("date")]
@logString << _("RubyRipperRemix extraction logfile from:\n%s\n\n") % [@execute.launch("date")]
@logString << "%s / %s\n\n" % [@md.artist, @md.album]
end

Expand Down
2 changes: 1 addition & 1 deletion lib/rubyripper/system/dependency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def cdparanoia_executable
# fill the Hash with consequences
def setConsequence
@consequence = {
'cd-paranoia' => _("Rubyripper can't be used without libcdio-paranoia (cd-paranoia)!"),
'cd-paranoia' => _("RubyRipperRemix can't be used without libcdio-paranoia (cd-paranoia)!"),
'ruby-gtk3' => _("You won't be able to use the gtk3 interface."),
'ruby-gettext' => _("You won't be able to use translations."),
'discid' => _("You won't have accurate Gnudb string \
Expand Down
28 changes: 14 additions & 14 deletions po/bg/rubyripper.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Rubyripper 0.7.0a1\n"
"Project-Id-Version: RubyRipperRemix 0.7.0a1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2009-06-14 19:40+0200\n"
"Last-Translator: aleximilian & tolostoi <aleximilian@gmail.com> <tolostoi@gmai"
Expand All @@ -24,12 +24,12 @@ msgid "Do you want to change your settings? (y/n) : "
msgstr "Желаете ли да промените настройките? (y/n) "

#, fuzzy
msgid "Rubyripper version %s"
msgid "RubyRipperRemix version %s"
msgstr ""
"Този лог е генериран от RubyRipper версия %s\n"
"Този лог е генериран от RubyRipperRemix версия %s\n"

#, fuzzy
msgid "* RUBYRIPPER MAIN MENU *"
msgid "* RUBYRIPPERREMIX MAIN MENU *"
msgstr "*** НАСТРОЙКИ НА ПРОГРАМАТА ***"

#, fuzzy
Expand All @@ -49,12 +49,12 @@ msgstr "1) Изберете песни за извличане"
msgid "Rip the disc!"
msgstr ""

msgid "Exit rubyripper..."
msgid "Exit RubyRipperRemix..."
msgstr ""

#, fuzzy
msgid "Thanks for using rubyripper."
msgstr "Текуща версия на rubyripper."
msgid "Thanks for using RubyRipperRemix."
msgstr "Текуща версия на RubyRipperRemix."

msgid "Have a nice day!"
msgstr ""
Expand Down Expand Up @@ -121,8 +121,8 @@ msgstr "Затвори CDrom"
msgid "test"
msgstr ""

msgid "Show current version of rubyripper."
msgstr "Текуща версия на rubyripper."
msgid "Show current version of RubyRipperRemix."
msgstr "Текуща версия на RubyRipperRemix."

msgid "Load configuration settings from file <FILE>."
msgstr "Използване на настройки от файл <FILE>."
Expand Down Expand Up @@ -249,7 +249,7 @@ msgid ""
msgstr ""

#, fuzzy
msgid "RUBYRIPPER PREFERENCES"
msgid "RUBYRIPPERREMIX PREFERENCES"
msgstr "*** НАСТРОЙКИ НА ПРОГРАМАТА ***"

#, fuzzy
Expand Down Expand Up @@ -748,7 +748,7 @@ msgstr ""
msgid ""
"The directory %s already exists.\n"
"\n"
"What do you want rubyripper to do?"
"What do you want RubyRipperRemix to do?"
msgstr "Директорията вече съществува. Какво да правя?"

msgid "Cancel rip"
Expand Down Expand Up @@ -1181,7 +1181,7 @@ msgstr ""
"Добре дошли в Рибурипер %s.\n"
"Сканиране за аудио диск в устройството %s..."

msgid "Welcome to rubyripper %s."
msgid "Welcome to RubyRipperRemix %s."
msgstr ""

#, fuzzy
Expand Down Expand Up @@ -1391,7 +1391,7 @@ msgid ""
msgstr ""

msgid ""
"Rubyripper extraction logfile from:\n"
"RubyRipperRemix extraction logfile from:\n"
"%s\n"
"\n"
msgstr ""
Expand Down Expand Up @@ -1515,7 +1515,7 @@ msgid "WARNING: No eject utility found!"
msgstr "Шаш и паника бе пич!"

#, fuzzy
msgid "Rubyripper can't be used without cdparanoia!"
msgid "RubyRipperRemix can't be used without cdparanoia!"
msgstr ""
"Програма за извличане: cdparanoia %s\n"

Expand Down
50 changes: 25 additions & 25 deletions po/da/rubyripper.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Danish translation rubyripper.
# Copyright (C) 2010 rubyripper & nedenstående oversættere.
# This file is distributed under the same license as the rubyripper package.
# Danish translation of RubyRipperRemix.
# Copyright (C) 2010 RubyRipperRemix & nedenstående oversættere.
# This file is distributed under the same license as the RubyRipperRemix package.
# Joe Hansen <joedalton2@yahoo.dk>, 2010, 2018, 2023.
#
# base directory -> startmappe (det sted hvor mapperne til rippet bliver oprettet
Expand All @@ -11,7 +11,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Rubyripper 0.8.0rc3\n"
"Project-Id-Version: RubyRipperRemix 0.8.0rc3\n"
"Report-Msgid-Bugs-To: bleskodev@ennumia.eu\n"
"PO-Revision-Date: 2023-08-30 19:19+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
Expand All @@ -29,11 +29,11 @@ msgstr "j"
msgid "Do you want to change your settings? (y/n) : "
msgstr "Ønsker du at ændre din opsætning? (j/n): "

msgid "Rubyripper version %s"
msgstr "Rubyripper, version %s"
msgid "RubyRipperRemix version %s"
msgstr "RubyRipperRemix, version %s"

msgid "* RUBYRIPPER MAIN MENU *"
msgstr "* RUBYRIPPERs HOVEDMENU *"
msgid "* RUBYRIPPERREMIX MAIN MENU *"
msgstr "* RUBYRIPPERREMIXs HOVEDMENU *"

msgid "Change preferences"
msgstr "Ændr indstillinger"
Expand All @@ -50,11 +50,11 @@ msgstr "Vælg numrene der skal udtrækkes (standard = alle)"
msgid "Rip the disc!"
msgstr "Udtræk disken!"

msgid "Exit rubyripper..."
msgstr "Afslut rubyripper ..."
msgid "Exit RubyRipperRemix..."
msgstr "Afslut RubyRipperRemix ..."

msgid "Thanks for using rubyripper."
msgstr "Tak fordi du bruger rubyripper."
msgid "Thanks for using RubyRipperRemix."
msgstr "Tak fordi du bruger RubyRipperRemix."

msgid "Have a nice day!"
msgstr "Hav en god dag!"
Expand Down Expand Up @@ -117,8 +117,8 @@ msgstr "Luk bakke"
msgid "test"
msgstr "test"

msgid "Show current version of rubyripper."
msgstr "Vis aktuel version af rubyripper."
msgid "Show current version of RubyRipperRemix."
msgstr "Vis aktuel version af RubyRipperRemix."

msgid "Load configuration settings from file <FILE>."
msgstr "Indlæs konfigurationsopsætning fra fil <FIl>."
Expand Down Expand Up @@ -237,8 +237,8 @@ msgstr ""
"\n"
"Hvilken foretrækker du?"

msgid "RUBYRIPPER PREFERENCES"
msgstr "RUBYRIPPERS INDSTILLINGER"
msgid "RUBYRIPPERREMIX PREFERENCES"
msgstr "RUBYRIPPERREMIX INDSTILLINGER"

msgid "Secure ripping"
msgstr "Sikker udtrækning"
Expand All @@ -259,7 +259,7 @@ msgid "Don't change any setting"
msgstr "Ændr ikke nogen indstillinger"

msgid "SECURE RIPPING PREFERENCES"
msgstr "SIKRE RUBYRIPPER-PRÆFERENCER"
msgstr "SIKRE RUBYRIPPERREMIX-PRÆFERENCER"

msgid "Ripping drive"
msgstr "Udtræksdrev"
Expand Down Expand Up @@ -675,11 +675,11 @@ msgstr "Ukendt kunstner"
msgid ""
"The directory %s already exists.\n"
"\n"
"What do you want rubyripper to do?"
"What do you want RubyRipperRemix to do?"
msgstr ""
"Mappen %s findes allerede.\n"
"\n"
"Hvad ønsker du, at rubyripper gør?"
"Hvad ønsker du, at RubyRipperRemix gør?"

msgid "Cancel rip"
msgstr "Afbryd udtræk"
Expand Down Expand Up @@ -1073,8 +1073,8 @@ msgstr "Ikke startet endnu (0 %)"
msgid "...Scanning drive %s for an audio disc."
msgstr "... Skanner drev %s for en lyddisk."

msgid "Welcome to rubyripper %s."
msgstr "Velkommen til rubyripper %s."
msgid "Welcome to RubyRipperRemix %s."
msgstr "Velkommen til RubyRipperRemix %s."

msgid ""
"No disc found in %s!\n"
Expand Down Expand Up @@ -1277,11 +1277,11 @@ msgstr ""
"Hjemmeside:"

msgid ""
"Rubyripper extraction logfile from:\n"
"RubyRipperRemix extraction logfile from:\n"
"%s\n"
"\n"
msgstr ""
"Rubyripper-udtrækslogfil fra:\n"
"RubyRipperRemix-udtrækslogfil fra:\n"
"%s\n"
"\n"

Expand Down Expand Up @@ -1393,8 +1393,8 @@ msgstr "Holder en pause på 2 minutter for at beskytte udstyret."
msgid "WARNING: No eject utility found!"
msgstr "ADVARSEL: Intet skub ud-værktøj fundet!"

msgid "Rubyripper can't be used without cdparanoia!"
msgstr "Rubyripper kan ikke bruges uden cdparanoia!"
msgid "RubyRipperRemix can't be used without cdparanoia!"
msgstr "RubyRipperRemix can't be used without cdparanoia!"

msgid "You won't be able to use the gtk3 interface."
msgstr "Du vil ikke kunne bruge gtk3-grænsefladen."
Expand Down
Loading