summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* new perl_checker compliancePascal Rigaux2003-04-171-18/+20
|
* comply to new each_index behaviourPascal Rigaux2003-04-161-3/+3
|
* after adding gtk_text_buffer_place_cursor in gtk2-perl, use it here :)Guillaume Cottenceau2003-04-031-3/+2
|
* fix #3633 (cursor at the end of TextView after gtktext_insert)Guillaume Cottenceau2003-04-031-4/+11
| | | | | remove a few memory leaks
* perl_checker fixesThierry Vignaud2003-04-011-2/+2
|
* fix non-important (but still valid) part of #2488, a.k.a package tree not ↵Guillaume Cottenceau2003-03-121-1/+2
| | | | expanding visually when it should (needs the mouse pointer over it to be updated visually)
* refine the already dirty code to workaround gtk bug leading to bugzilla ↵Guillaume Cottenceau2003-03-071-1/+3
| | | | #1445 (clicking two times too fast still lead to same problem)
* fix rpmdrake dumping core when multiple searchs inGuillaume Cottenceau2003-03-071-1/+13
| | | | | "selected" and "upgradable" sorting modes (#2899)
* fix #2672Thierry Vignaud2003-03-061-1/+0
|
* (n_line_size): spacing for default font using XFT is 3Pascal Rigaux2003-03-031-1/+1
|
* perl checko says we need to use parentheses with refGuillaume Cottenceau2003-02-281-1/+1
|
* hugly hack because GtkLabel doesn't wrap when using languages that don't ↵Guillaume Cottenceau2003-02-281-1/+2
| | | | contain spaces
* - (create_factory_popup_menu): introduce it for embedded harddrake2Thierry Vignaud2003-02-271-5/+6
| | | | | | | - embedding cleanups: o give access to top-level gtk2::plug widget o reuse gtkshow
* final embedding cleanupsThierry Vignaud2003-02-241-1/+1
|
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-1/+0
| | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-1/+0
| | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment
* embedded should segfault a bit less if I don't let the embeddedGuillaume Cottenceau2003-02-211-2/+2
| | | | | window creation destroy the destroy handler
* when isEmbedded, use $::WizardTable to allow non pop_it when not visiblePascal Rigaux2003-02-211-6/+11
|
* workaround what seems to be a gtk bug (#1445)Guillaume Cottenceau2003-02-211-2/+7
| | | | | | | gtk seems to loop (and take 100% user cpu) when I change the pixbuf of a gtkcellrendererpixbuf in a treeview that is not currently displayed
* change a bit position of main window and steps windowGuillaume Cottenceau2003-02-201-1/+1
| | | | | in steps window, have titles in grey
* try to handle case with large fonts (CJK for example) -> branch on TextViewGuillaume Cottenceau2003-02-201-1/+1
| | | | | when the box will be quite large
* ensure {box_size} is set (to have less warnings)Pascal Rigaux2003-02-201-2/+4
|
* set the destroy handler after wizard creation, or the fact thatGuillaume Cottenceau2003-02-191-1/+2
| | | | | | wizard window will overwrite existing window will also destroy the destroy handler
* fix some segfaults caused by still calling destroyGuillaume Cottenceau2003-02-191-3/+2
| | | | | | | or other gtk functions after a destroy has been already done, triggered by the user clicking on the WM's "close this application" button (#1651)
* better comply to look of text like in Gtk1 (text inside a Frame)Guillaume Cottenceau2003-02-191-1/+6
|
* cleanGuillaume Cottenceau2003-02-191-3/+0
|
* the empty label in the HButtonBox had the same size as the buttons (sincePascal Rigaux2003-02-181-1/+0
| | | | | | HButtonBox are always homogeneous), causing addUser in german not to fit on the screen. No good way to solve this :-(
* fix titi's perl checkoGuillaume Cottenceau2003-02-181-1/+1
|
* internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵Guillaume Cottenceau2003-02-181-7/+3
| | | | Gtk2->init
* fix pop_it...Pascal Rigaux2003-02-171-1/+1
|
* hopefully final fix for pop_itPascal Rigaux2003-02-171-2/+2
|
* in the old days, on cannot disable shrink1, resize2 or shrink2 since they ↵Thierry Vignaud2003-02-171-2/+5
| | | | always were true
* fix setting pop_it for wizard in standalonePascal Rigaux2003-02-171-1/+2
|
* don't mute the keyboard in ask_browse_tree_info (#1598)Guillaume Cottenceau2003-02-151-1/+2
|
* okcehc lrep (hebrew feeling)Guillaume Cottenceau2003-02-141-1/+1
|
* wizard: free memoryGuillaume Cottenceau2003-02-141-0/+1
|
* add a frame to the wizard's outlineGuillaume Cottenceau2003-02-141-1/+1
|
* honour 9.1 theme title of windows: no icon, text to the leftGuillaume Cottenceau2003-02-141-1/+4
|
* remove shape of windowsGuillaume Cottenceau2003-02-131-39/+2
|
* - set_help is deprecatedPascal Rigaux2003-02-131-0/+4
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* - ensure focus should not be needed anymoreGuillaume Cottenceau2003-02-121-10/+1
| | | | | - support XSetInputFocus hackery
* don't set pop_it when the window is hiddenPascal Rigaux2003-02-121-1/+4
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-6/+6
|
* - sort functions by name in export tagsThierry Vignaud2003-02-101-19/+28
| | | | | - (gtkset_name) introduce it for mcc and reuse it in create_box_with_title()
* drop "F1" for help (since a "Help" button is now available)Pascal Rigaux2003-02-061-6/+2
|
* (create_okcancel): allow buttons on the left (for the "Help" button)Pascal Rigaux2003-02-061-4/+12
|
* (ask_browse_tree_info): switch buttonsPascal Rigaux2003-02-051-8/+12
|
* don't ->set_modal during installPascal Rigaux2003-02-041-1/+1
|
* let simplifyThierry Vignaud2003-02-031-1/+1
|
* ensure the window is big enough in 640x480: remove logo and steps windowPascal Rigaux2003-02-021-2/+2
|
ade guide</a>" msgstr "mira la <a href=\"%s\" hreflang=\"en\">guía d'anovamientu</a>" #: "/web/en/3/download_index.php +185" msgid "Looking for Mageia 2?" msgstr "" #: "/web/en/3/download_index.php +187" msgid "It is <a href=\"%s\">here now</a>." msgstr "<a href=\"%s\">Agora ta equí</a>." #: "/web/en/3/download_index.php +193" msgid "Looking for Mageia 1?" msgstr "" #: "/web/en/3/download_index.php +196" msgid "" "But please remember that it already <a " "href=\"https://blog.mageia.org/en/2012/12/02/mageia-1-eol/\">reached " "EOL</a>." msgstr "" #: "/web/en/3/download_index.php +202" msgid "Need more challenge?" msgstr "¿Necesites más retos?" #: "/web/en/3/download_index.php +203" msgid "You can <a href=\"%s\">help</a> us <a href=\"%s\">on Mageia 4</a>." msgstr "Pues <a href=\"%s\">ayudamos</a> <a href=\"%s\">en Mageia 4</a>." #: "/web/en/3/for-pc/index.php +12" msgid "Mageia 3, for your PC" msgstr "" #: "/web/en/3/for-pc/index.php +22" msgid "for your PC" msgstr "pal to PC" #: "/web/en/3/for-pc/index.php +27" msgid "Plenty" msgstr "" #: "/web/en/3/for-pc/index.php +28" msgid "" "There are more than 21&nbsp;700&nbsp;packages in our repositories. And " "that's just for the 64-bit branch." msgstr "" #: "/web/en/3/for-pc/index.php +29" msgid "" "The total number is double that &ndash; and then if you consider the " "backports, and the packages in the Cauldron still testing... you'll see that" " Mageia users are spoiled for choice." msgstr "" #: "/web/en/3/for-pc/index.php +30" msgid "" "Here's a cross-section, first of the working graphical environments, and " "then of the core applications you could be using on your desktop:" msgstr "" #: "/web/en/3/for-pc/index.php +31" msgid "Environments" msgstr "" #: "/web/en/3/for-pc/index.php +32" msgid "Mageia 3 has all the major desktop environments:" msgstr "" #: "/web/en/3/for-pc/index.php +43" msgid "" "And then there are the window managers, including Openbox, WindowMaker, " "IceWM, Fluxbox, Fvwm2 and Awesome." msgstr "" #: "/web/en/3/for-pc/index.php +44" msgid "Applications &rarr;" msgstr "" #: "/web/en/3/for-pc/index.php +45" msgid "" "There are many, many to choose from &ndash; including all the most popular." msgstr "" #: "/web/en/3/for-pc/index.php +51" msgid "Web" msgstr "Web" #: "/web/en/3/for-pc/index.php +52" msgid "" "Choose your web browser from Firefox ESR 17.0.6, Chromium-browser " "26.0.1410.65, Epiphany 3.6.1 or Opera 12.15 &ndash; or one of the many " "others such as Lynx or Konqueror; then pick an email client from KMail " "4.10.2, Thunderbird ESR 17.0.6, Evolution 3.6.3 or maybe Claws-Mail or Mutt." msgstr "" #: "/web/en/3/for-pc/index.php +57" msgid "Messaging" msgstr "Mensaxería" #: "/web/en/3/for-pc/index.php +58" msgid "" "Choose from Kopete, Pidgin, Empathy or Kadu for instant messaging; use " "Quassel, Konversation, XChat-Gnome or KVIrc for IRC chat; try QuteCom or " "Ekiga (or even Skype) for VOIP." msgstr "" #: "/web/en/3/for-pc/index.php +63" msgid "Office" msgstr "Oficina" #: "/web/en/3/for-pc/index.php +64" msgid "" "The two full-featured office suites LibreOffice and Calligra are there, as " "well as AbiWord, and a host of text editors including Kate; for finance " "there's KMyMoney, Skrooge or the professional-level GnuCash." msgstr "" #: "/web/en/3/for-pc/index.php +69" msgid "Image" msgstr "Imaxe" #: "/web/en/3/for-pc/index.php +70" msgid "" "Use GIMP for powerful image manipulation, or Inkscape for vector drawing; " "Blender is there for serious animation. DigiKam or Showfoto will take care " "of your photos, talk to your camera and give you more basic image editing." msgstr "" #: "/web/en/3/for-pc/index.php +75" msgid "Sound" msgstr "Soníu" #: "/web/en/3/for-pc/index.php +76" msgid "" "For playing audio files, choose from Amarok 2.7.0 and Rhythmbox, among " "others; use VLC, Totem or MPlayer for video and for audio, or use the XBMC " "Media Center as your home entertainment system. Some packages can be found " "in both the Core and Tainted repositories: the packages in the Core " "repository support only non-patent-encumbered codecs and the packages in the" " Tainted repository support all codecs, for users who live in countries " "where those codecs don't infringe local laws." msgstr "" #: "/web/en/3/for-pc/index.php +81" msgid "Video" msgstr "Vídeu" #: "/web/en/3/for-pc/index.php +82" msgid "" "For editing video files, try Avidemux or OpenShot; for subtitles, there's " "Gaupol or Subtitles Composer; use MythTV, Miro, tvtime, FreetuxTV or Me TV " "for watching or recording TV programmes." msgstr "" #: "/web/en/3/for-pc/index.php +87" msgid "Plus" msgstr "" #: "/web/en/3/for-pc/index.php +88" msgid "" "Then there's ZoneMinder, for CCTV Security; VirtualBox or WINE for " "virtualisation; and a range of development environments such as Anjuta, " "Eclipse, Netbeans or KDevelop." msgstr "" #: "/web/en/3/for-pc/index.php +93" msgid "" "For more information about these and other packages, check the <a " "href=\"%s\">Mageia 3 Release notes</a>." msgstr "" #: "/web/en/3/for-pc/index.php +94" msgid "" "You can take a look at the <a href=\"%s\">Mageia Application Database</a> to" " get a more complete list of Mageia packages." msgstr "" #: "/web/en/3/for-server/index.php +12" msgid "Mageia 3, for your server" msgstr "Mageia 3, pal to sirvidor" #: "/web/en/3/for-server/index.php +22" msgid "for your server" msgstr "pal to sirvidor" #: "/web/en/3/for-server/index.php +27" msgid "" "Mageia 3 has all the main services and server packages you will need to run " "your server." msgstr "" #: "/web/en/3/for-server/index.php +28" msgid "" "Aside from the cross-section included here, you will find many others in the" " repositories: you can use rpmdrake to search for packages, or check the <a " "href=\"%s\">Mageia App DB</a>." msgstr "" #: "/web/en/3/for-server/index.php +30" msgid "Administration" msgstr "Alministración" #: "/web/en/3/for-server/index.php +31" msgid "" "For centralised administration, we include puppet 2.7.21; we use it widely " "in <a href=\"%s\">our own infrastructure</a>." msgstr "" #: "/web/en/3/for-server/index.php +33" msgid "" "The entire High Availability stack has been updated, and now includes drbd " "8.4.2, Corosync 2.3.0 and Pacemaker 1.1.8." msgstr "" #: "/web/en/3/for-server/index.php +35" msgid "Databases" msgstr "Bases de datos" #: "/web/en/3/for-server/index.php +36" msgid "" "Databases included are PostgreSQL 8.4.17; MariaDB 5.5.28, which replaces " "MySQL; BDB." msgstr "" #: "/web/en/3/for-server/index.php +37" msgid "" "And there are NoSQL servers too: CouchDB 1.2.1, Redis 2.6.5, MongoDB 2.2.2." msgstr "" #: "/web/en/3/for-server/index.php +39" msgid "Servers" msgstr "Sirvidores" #: "/web/en/3/for-server/index.php +40" msgid "" "Web servers include Apache 2.4.4, Cherokee 1.2.101 and lighttpd 1.4.32." msgstr "" #: "/web/en/3/for-server/index.php +41" msgid "" "For file and directory sharing and network printing on heterogeneous " "networks, we have Samba 3.6.15, OpenLDAP 2.4.33 and Cups 1.5.4." msgstr "" #: "/web/en/3/for-server/index.php +42" msgid "" "Mail servers included with Mageia 3 are Postfix 2.9.6, Cyrus-imapd 2.4.17 " "and Dovecot 2.1.15." msgstr "" #: "/web/en/3/for-server/index.php +48" msgid "" "For more information about these and other packages, check the <a " "href=\"https://wiki.mageia.org/en/Mageia_3_Release_Notes\">Mageia 3 Release " "notes</a>." msgstr "" #: "/web/en/3/index.php +12" msgid "Mageia 3" msgstr "" #: "/web/en/3/index.php +14" msgid "" "Mageia 3 is the new, solid, stable Linux distribution from the Mageia " "project." msgstr "" #: "/web/en/3/index.php +29" msgid "" "Mageia 3 is a GNU/Linux distribution for your computer, released by the <a " "href=\"%s\">Mageia community</a>." msgstr "" #: "/web/en/3/index.php +31" msgid "What's new?" msgstr "¿Qué hai nuevo?" #: "/web/en/3/index.php +32" msgid "" "Too much to include here! See the <a " "href=\"https://wiki.mageia.org/en/Mageia_3_Release_Notes\">release notes</a>" " for an extensive exposé." msgstr "" #: "/web/en/3/index.php +34" msgid "Download it right away!" msgstr "" #: "/web/en/3/index.php +36" msgid "Mageia in context" msgstr "" #: "/web/en/3/index.php +37" msgid "" "Mageia is both a Community and a Linux Distribution, with Mageia 3 being our" " third release." msgstr "" #: "/web/en/3/index.php +38" msgid "" "Since the release of <a href=\"../1/\">Mageia 1</a>, our offering has been " "consistently in the <a href=\"%s\">top 10 of Distrowatch's most popular " "distributions</a>." msgstr "" #: "/web/en/3/index.php +40" msgid "" "Mageia 3 is supported by the <a href=\"../about/\">Mageia.org nonprofit " "organisation</a>, which is governed by a body of recognized and elected " "contributors." msgstr "" #: "/web/en/3/index.php +41" msgid "" "Mageia 3 has been made by more than 100 people from all around the world." msgstr "" #: "/web/en/3/index.php +43" msgid "" "Our work adds to the excellent work of the wider Linux and Free Software " "community. We aim to bring one of the best, most stable, reliable and " "enjoyable experience and platform we can make; for regular users, developers" " and businesses." msgstr "" #: "/web/en/3/index.php +44" msgid "" "We welcome new contributors to any of the many different teams that go to " "make up Mageia the Community, and we encourage you to join us." msgstr "" #: "/web/en/3/nav.php +4" msgid "Mageia&nbsp;3" msgstr "" #: "/web/en/3/nav.php +5" msgid "Download" msgstr "Baxada" #: "/web/en/3/nav.php +6" msgid "For PC" msgstr "Pal PC" #: "/web/en/3/nav.php +7" msgid "For server" msgstr "Pal sirvidor"