install into ardour2 dirs, not ardour (translations not included, yet)
git-svn-id: svn://localhost/trunk/ardour2@425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2f53112e83
commit
066a68699a
@ -745,8 +745,8 @@ env = conf.Finish()
|
||||
|
||||
rcbuild = env.SubstInFile ('ardour.rc','ardour.rc.in', SUBST_DICT = subst_dict)
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour_system.rc'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour.rc'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour_system.rc'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour.rc'))
|
||||
|
||||
Default (rcbuild)
|
||||
|
||||
|
@ -243,13 +243,13 @@ if env['NLS']:
|
||||
|
||||
|
||||
env.Alias('install', env.InstallAs(os.path.join(install_prefix, 'bin')+'/ardour', ardour))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour2_ui.rc'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour.menus'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour.bindings'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour'), 'ardour.colors'))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour'), 'splash.ppm'))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/pixmaps'), pixmap_files))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/glade'), glade_files))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour2_ui.rc'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour.menus'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour.bindings'))
|
||||
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour.colors'))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2'), 'splash.ppm'))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/pixmaps'), pixmap_files))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/glade'), glade_files))
|
||||
|
||||
#dist
|
||||
env.Alias ('tarball', env.Distribute (env['DISTTREE'],
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -765,11 +765,8 @@ Session::load_state (string snapshot_name)
|
||||
/* there is pending state from a crashed capture attempt */
|
||||
|
||||
if (AskAboutPendingState()) {
|
||||
cerr << "use pending state\n";
|
||||
state_was_pending = true;
|
||||
} else {
|
||||
cerr << "do not use pending state\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!state_was_pending) {
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.99beta23\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-03-12 11:01-0500\n"
|
||||
"POT-Creation-Date: 2006-03-29 14:24-0500\n"
|
||||
"PO-Revision-Date: 2005-01-11\n"
|
||||
"Last-Translator: Muadibas\n"
|
||||
"Language-Team: Hellenic(Greek) <LL@li.org>\n"
|
||||
@ -15,65 +15,53 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: libs/gtkmm2ext/barcontroller.cc:416 libs/gtkmm2ext/bindable_button.cc:136
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:141
|
||||
#: libs/gtkmm2ext/barcontroller.cc:405 libs/gtkmm2ext/bindable_button.cc:131
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:132
|
||||
msgid "operate MIDI controller now"
|
||||
msgstr "λειτουργία ελεγκτή MIDI τώρα"
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:55
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:58
|
||||
msgid "cannot create thread request buffer key"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:356 libs/gtkmm2ext/gtk_ui.cc:523
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:403 libs/gtkmm2ext/gtk_ui.cc:599
|
||||
msgid "programming error: "
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:688
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:761
|
||||
msgid "Press To Exit"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/mwc.cc:33 libs/gtkmm2ext/popup_selector.cc:34
|
||||
#: libs/gtkmm2ext/prompter.cc:32
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:26
|
||||
msgid "Location:"
|
||||
msgstr "Τοποθεσία:"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:27 libs/gtkmm2ext/newsavedialog.cc:265
|
||||
msgid "Browse ..."
|
||||
msgstr "Αναζήτηση ..."
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:28 libs/gtkmm2ext/newsavedialog.cc:61
|
||||
#: libs/gtkmm2ext/prompter.cc:33
|
||||
msgid "Cancel"
|
||||
msgstr "Ακύρωση"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:30
|
||||
msgid "New folder"
|
||||
msgstr "Νέος φάκελος"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:31
|
||||
msgid "Add to favorites"
|
||||
msgstr "Πρόσθεση στα 'Αγαπημένα'"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:32
|
||||
msgid "Remove from favorites"
|
||||
msgstr "Απαλοιφή από τα 'Αγαπημένα'"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:33
|
||||
msgid "Show Hidden"
|
||||
msgstr "Ανάδειξη κρυμμένων"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:53 libs/gtkmm2ext/newsavedialog.cc:269
|
||||
msgid "Hide browser"
|
||||
msgstr "Απόκρυψη browser"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:33 libs/gtkmm2ext/textviewer.cc:34
|
||||
#: libs/gtkmm2ext/textviewer.cc:34
|
||||
msgid "Close"
|
||||
msgstr "Κλείσιμο"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:35
|
||||
msgid "Rescan"
|
||||
msgstr "Ανανέωση"
|
||||
#~ msgid "OK"
|
||||
#~ msgstr "OK"
|
||||
|
||||
#~ msgid "Location:"
|
||||
#~ msgstr "Τοποθεσία:"
|
||||
|
||||
#~ msgid "Browse ..."
|
||||
#~ msgstr "Αναζήτηση ..."
|
||||
|
||||
#~ msgid "Cancel"
|
||||
#~ msgstr "Ακύρωση"
|
||||
|
||||
#~ msgid "New folder"
|
||||
#~ msgstr "Νέος φάκελος"
|
||||
|
||||
#~ msgid "Add to favorites"
|
||||
#~ msgstr "Πρόσθεση στα 'Αγαπημένα'"
|
||||
|
||||
#~ msgid "Remove from favorites"
|
||||
#~ msgstr "Απαλοιφή από τα 'Αγαπημένα'"
|
||||
|
||||
#~ msgid "Show Hidden"
|
||||
#~ msgstr "Ανάδειξη κρυμμένων"
|
||||
|
||||
#~ msgid "Hide browser"
|
||||
#~ msgstr "Απόκρυψη browser"
|
||||
|
||||
#~ msgid "Rescan"
|
||||
#~ msgstr "Ανανέωση"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtkmm2ext\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-03-12 11:01-0500\n"
|
||||
"POT-Creation-Date: 2006-03-29 14:24-0500\n"
|
||||
"PO-Revision-Date: 2004-02-13 00:35+0300\n"
|
||||
"Last-Translator: Alex Krohn alexkrohn@fastmail.fm\n"
|
||||
"Language-Team: Spanish\n"
|
||||
@ -14,65 +14,53 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: libs/gtkmm2ext/barcontroller.cc:416 libs/gtkmm2ext/bindable_button.cc:136
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:141
|
||||
#: libs/gtkmm2ext/barcontroller.cc:405 libs/gtkmm2ext/bindable_button.cc:131
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:132
|
||||
msgid "operate MIDI controller now"
|
||||
msgstr "Operar controladora de MIDI ahora"
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:55
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:58
|
||||
msgid "cannot create thread request buffer key"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:356 libs/gtkmm2ext/gtk_ui.cc:523
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:403 libs/gtkmm2ext/gtk_ui.cc:599
|
||||
msgid "programming error: "
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:688
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:761
|
||||
msgid "Press To Exit"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/mwc.cc:33 libs/gtkmm2ext/popup_selector.cc:34
|
||||
#: libs/gtkmm2ext/prompter.cc:32
|
||||
msgid "OK"
|
||||
msgstr "ACEPTAR"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:26
|
||||
msgid "Location:"
|
||||
msgstr "Localización:"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:27 libs/gtkmm2ext/newsavedialog.cc:265
|
||||
msgid "Browse ..."
|
||||
msgstr "Seleccionar ..."
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:28 libs/gtkmm2ext/newsavedialog.cc:61
|
||||
#: libs/gtkmm2ext/prompter.cc:33
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:30
|
||||
msgid "New folder"
|
||||
msgstr "Nueva carpeta"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:31
|
||||
msgid "Add to favorites"
|
||||
msgstr "Agregar a favoritos"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:32
|
||||
msgid "Remove from favorites"
|
||||
msgstr "Quitar de favoritos"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:33
|
||||
msgid "Show Hidden"
|
||||
msgstr "Mostrar ocultos"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:53 libs/gtkmm2ext/newsavedialog.cc:269
|
||||
msgid "Hide browser"
|
||||
msgstr "Ocultar explorador"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:33 libs/gtkmm2ext/textviewer.cc:34
|
||||
#: libs/gtkmm2ext/textviewer.cc:34
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:35
|
||||
msgid "Rescan"
|
||||
msgstr "Buscar de nuevo"
|
||||
#~ msgid "OK"
|
||||
#~ msgstr "ACEPTAR"
|
||||
|
||||
#~ msgid "Location:"
|
||||
#~ msgstr "Localización:"
|
||||
|
||||
#~ msgid "Browse ..."
|
||||
#~ msgstr "Seleccionar ..."
|
||||
|
||||
#~ msgid "Cancel"
|
||||
#~ msgstr "Cancelar"
|
||||
|
||||
#~ msgid "New folder"
|
||||
#~ msgstr "Nueva carpeta"
|
||||
|
||||
#~ msgid "Add to favorites"
|
||||
#~ msgstr "Agregar a favoritos"
|
||||
|
||||
#~ msgid "Remove from favorites"
|
||||
#~ msgstr "Quitar de favoritos"
|
||||
|
||||
#~ msgid "Show Hidden"
|
||||
#~ msgstr "Mostrar ocultos"
|
||||
|
||||
#~ msgid "Hide browser"
|
||||
#~ msgstr "Ocultar explorador"
|
||||
|
||||
#~ msgid "Rescan"
|
||||
#~ msgstr "Buscar de nuevo"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtkmm2ext\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-03-12 11:01-0500\n"
|
||||
"POT-Creation-Date: 2006-03-29 14:24-0500\n"
|
||||
"PO-Revision-Date: 2004-05-17 20:36+0200\n"
|
||||
"Last-Translator: Chris Ross <chris.ross@tebibyte.org>\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
@ -15,65 +15,53 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: libs/gtkmm2ext/barcontroller.cc:416 libs/gtkmm2ext/bindable_button.cc:136
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:141
|
||||
#: libs/gtkmm2ext/barcontroller.cc:405 libs/gtkmm2ext/bindable_button.cc:131
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:132
|
||||
msgid "operate MIDI controller now"
|
||||
msgstr "Operar controladora de MIDI agora"
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:55
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:58
|
||||
msgid "cannot create thread request buffer key"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:356 libs/gtkmm2ext/gtk_ui.cc:523
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:403 libs/gtkmm2ext/gtk_ui.cc:599
|
||||
msgid "programming error: "
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:688
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:761
|
||||
msgid "Press To Exit"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/mwc.cc:33 libs/gtkmm2ext/popup_selector.cc:34
|
||||
#: libs/gtkmm2ext/prompter.cc:32
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:26
|
||||
msgid "Location:"
|
||||
msgstr "localização:"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:27 libs/gtkmm2ext/newsavedialog.cc:265
|
||||
msgid "Browse ..."
|
||||
msgstr "Localizar ..."
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:28 libs/gtkmm2ext/newsavedialog.cc:61
|
||||
#: libs/gtkmm2ext/prompter.cc:33
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:30
|
||||
msgid "New folder"
|
||||
msgstr "Novo diretório"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:31
|
||||
msgid "Add to favorites"
|
||||
msgstr "Adicionar a favoritos"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:32
|
||||
msgid "Remove from favorites"
|
||||
msgstr "Remover de favoritos"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:33
|
||||
msgid "Show Hidden"
|
||||
msgstr "Mostrar ocultos"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:53 libs/gtkmm2ext/newsavedialog.cc:269
|
||||
msgid "Hide browser"
|
||||
msgstr "Ocultar explorador"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:33 libs/gtkmm2ext/textviewer.cc:34
|
||||
#: libs/gtkmm2ext/textviewer.cc:34
|
||||
msgid "Close"
|
||||
msgstr "Fechar"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:35
|
||||
msgid "Rescan"
|
||||
msgstr "Buscar de novo"
|
||||
#~ msgid "OK"
|
||||
#~ msgstr "OK"
|
||||
|
||||
#~ msgid "Location:"
|
||||
#~ msgstr "localização:"
|
||||
|
||||
#~ msgid "Browse ..."
|
||||
#~ msgstr "Localizar ..."
|
||||
|
||||
#~ msgid "Cancel"
|
||||
#~ msgstr "Cancelar"
|
||||
|
||||
#~ msgid "New folder"
|
||||
#~ msgstr "Novo diretório"
|
||||
|
||||
#~ msgid "Add to favorites"
|
||||
#~ msgstr "Adicionar a favoritos"
|
||||
|
||||
#~ msgid "Remove from favorites"
|
||||
#~ msgstr "Remover de favoritos"
|
||||
|
||||
#~ msgid "Show Hidden"
|
||||
#~ msgstr "Mostrar ocultos"
|
||||
|
||||
#~ msgid "Hide browser"
|
||||
#~ msgstr "Ocultar explorador"
|
||||
|
||||
#~ msgid "Rescan"
|
||||
#~ msgstr "Buscar de novo"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtkmm2ext\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-03-12 11:01-0500\n"
|
||||
"POT-Creation-Date: 2006-03-29 14:24-0500\n"
|
||||
"PO-Revision-Date: 2004-02-13 00:35+0300\n"
|
||||
"Last-Translator: Igor Blinov pitstop@nm.ru\n"
|
||||
"Language-Team: Russian\n"
|
||||
@ -14,65 +14,53 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=koi8-r\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: libs/gtkmm2ext/barcontroller.cc:416 libs/gtkmm2ext/bindable_button.cc:136
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:141
|
||||
#: libs/gtkmm2ext/barcontroller.cc:405 libs/gtkmm2ext/bindable_button.cc:131
|
||||
#: libs/gtkmm2ext/controller.cc:50 libs/gtkmm2ext/slider_controller.cc:132
|
||||
msgid "operate MIDI controller now"
|
||||
msgstr "×ËÌÀÞÉÔØ MIDI-ËÏÎÔÒÏÌÌÅÒ"
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:55
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:58
|
||||
msgid "cannot create thread request buffer key"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:356 libs/gtkmm2ext/gtk_ui.cc:523
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:403 libs/gtkmm2ext/gtk_ui.cc:599
|
||||
msgid "programming error: "
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:688
|
||||
#: libs/gtkmm2ext/gtk_ui.cc:761
|
||||
msgid "Press To Exit"
|
||||
msgstr ""
|
||||
|
||||
#: libs/gtkmm2ext/mwc.cc:33 libs/gtkmm2ext/popup_selector.cc:34
|
||||
#: libs/gtkmm2ext/prompter.cc:32
|
||||
msgid "OK"
|
||||
msgstr "ïë"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:26
|
||||
msgid "Location:"
|
||||
msgstr "ðÕÔØ:"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:27 libs/gtkmm2ext/newsavedialog.cc:265
|
||||
msgid "Browse ..."
|
||||
msgstr "ïÂÚÏÒ ..."
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:28 libs/gtkmm2ext/newsavedialog.cc:61
|
||||
#: libs/gtkmm2ext/prompter.cc:33
|
||||
msgid "Cancel"
|
||||
msgstr "ïÔÍÅÎÁ"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:30
|
||||
msgid "New folder"
|
||||
msgstr "îÏ×ÁÑ ÐÁÐËÁ"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:31
|
||||
msgid "Add to favorites"
|
||||
msgstr "äÏÂÁ×ÉÔØ × ÉÚÂÒÁÎÎÏÅ"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:32
|
||||
msgid "Remove from favorites"
|
||||
msgstr "éÓËÌÀÞÉÔØ ÉÚ ÉÚÂÒÁÎÎÏÇÏ"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:33
|
||||
msgid "Show Hidden"
|
||||
msgstr "ðÏËÁÚÙ×ÁÔØ ÓËÒÙÔÙÅ ÆÁÊÌÙ"
|
||||
|
||||
#: libs/gtkmm2ext/newsavedialog.cc:53 libs/gtkmm2ext/newsavedialog.cc:269
|
||||
msgid "Hide browser"
|
||||
msgstr "óËÒÙÔØ ÏÂÌÁÓÔØ ÏÂÚÏÒÁ"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:33 libs/gtkmm2ext/textviewer.cc:34
|
||||
#: libs/gtkmm2ext/textviewer.cc:34
|
||||
msgid "Close"
|
||||
msgstr "úÁËÒÙÔØ"
|
||||
|
||||
#: libs/gtkmm2ext/popup_selector.cc:35
|
||||
msgid "Rescan"
|
||||
msgstr "ïÂÎÏ×ÉÔØ"
|
||||
#~ msgid "OK"
|
||||
#~ msgstr "ïë"
|
||||
|
||||
#~ msgid "Location:"
|
||||
#~ msgstr "ðÕÔØ:"
|
||||
|
||||
#~ msgid "Browse ..."
|
||||
#~ msgstr "ïÂÚÏÒ ..."
|
||||
|
||||
#~ msgid "Cancel"
|
||||
#~ msgstr "ïÔÍÅÎÁ"
|
||||
|
||||
#~ msgid "New folder"
|
||||
#~ msgstr "îÏ×ÁÑ ÐÁÐËÁ"
|
||||
|
||||
#~ msgid "Add to favorites"
|
||||
#~ msgstr "äÏÂÁ×ÉÔØ × ÉÚÂÒÁÎÎÏÅ"
|
||||
|
||||
#~ msgid "Remove from favorites"
|
||||
#~ msgstr "éÓËÌÀÞÉÔØ ÉÚ ÉÚÂÒÁÎÎÏÇÏ"
|
||||
|
||||
#~ msgid "Show Hidden"
|
||||
#~ msgstr "ðÏËÁÚÙ×ÁÔØ ÓËÒÙÔÙÅ ÆÁÊÌÙ"
|
||||
|
||||
#~ msgid "Hide browser"
|
||||
#~ msgstr "óËÒÙÔØ ÏÂÌÁÓÔØ ÏÂÚÏÒÁ"
|
||||
|
||||
#~ msgid "Rescan"
|
||||
#~ msgstr "ïÂÎÏ×ÉÔØ"
|
||||
|
Loading…
Reference in New Issue
Block a user