summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* move ifw code in network::net_applet::ifwOlivier Blin2008-04-301-0/+218
* add support for using dbus-send to select a network (will require some way to...Olivier Blin2008-04-301-1/+10
* move out some variables (for future usage)Olivier Blin2008-04-301-6/+7
* do not disable ONBOOT for PCMCIA interfaces (ifplugd is used by default)Olivier Blin2008-04-301-2/+0
* make modules_conf optional when finding interface driverOlivier Blin2008-04-291-3/+3
* add suport for cdc_acm USB modems in cellular backendOlivier Blin2008-04-251-1/+4
* add APN for SFR WAP (Illimythics / Pass Surf)Olivier Blin2008-04-251-0/+3
* enhance label of SFR Web APNOlivier Blin2008-04-251-1/+1
* fix APN for TIM provider (from Giuseppe Ghibo)Olivier Blin2008-04-251-1/+1
* add BouygTel providerOlivier Blin2008-04-161-0/+13
* add another useful linkOlivier Blin2008-04-161-0/+1
special/Gnome_and_X
@@ -0,0 +1,51 @@
+#
+# This is for the KDE menu that displays as sub-menus the Gnome menu
+# and the menus of other non-KDE X11 programs
+#
+# To send to mosfet each time new languages are added
+#
+Name=Gnome and X Apps
+Name[af]=Gnome en X applikasies
+Name[ar]=Ìæèå (Gnome) èÈÑÇåÌ ÇãÓ X
+Name[be]=Ïðàãðàìû Gnome ³ X
+Name[bg]=Gnome è ïðèëîæåíèÿ çà X
+Name[br]=Arloadoù X ha Gnome
+Name[ca]=Gnome i aplicacions X
+Name[cs]=Gnome a X aplikace
+Name[cy]=Gnome a Rhaglenni X
+Name[da]=Gnome og X applikationer
+Name[de]=Gnome und X Applikationen
+Name[el]=ÅöáñìïãÝò Gnome êáé KDE
+Name[eo]=Gnoma kaj X Aplikaj Programoj
+Name[es]=Aplicaciones Gnome y X
+Name[et]=Gnome ja X rakendused
+Name[fi]=Gnome ja X-sovellukset
+Name[fr]=Applications Gnome et X
+Name[ga]=Gnome agus Feidhmchláir X
+Name[gl]=Aplicacións de Gnome e máis X
+Name[hr]=Gnom i X aplikacije
+Name[hu]=Gnome és X alkalmazások
+Name[id]=Gnome dan Aplikasi X
+Name[it]=Gnome e applicazioni X
+Name[is]=Gnome og X forrit
+Name[ja]=Gnome¤ÈX¥¢¥×¥ê¥±¡¼¥·¥ç¥ó
+Name[ko]=Gnome°ú X ¾îÇø®ÄÉÀ̼ǵé
+Name[lt]=Gnome ir X Programos
+Name[lv]=Gnome un X aplikâcijas
+Name[mk]=Gnome Ø X ÐßÛØÚÐáØÙ
+Name[nl]=Gnome en X-Toepassingen
+Name[no]=Gnome og X-applikasjoner
+Name[pl]=Gnome oraz aplikacje X
+Name[pt]=Gnome e Aplicativos X
+Name[ro]=Gnome ºi aplicaþii X
+Name[ru]=Gnome É ÐÒÉÌÏÖÅÎÉÑ X
+Name[sk]=Gnome a X aplikácie
+Name[sl]=Programi Gnome in X
+Name[sp]=Gnome Ø X ÐßÛØÚÐæØøÕ
+Name[sr]=Gnome i X aplikacije
+Name[th]=Gnome áÅÐ â»Ãá¡ÃÁÊÓËÃѺ X
+Name[tr]=Gnome ve X Uygulamalarý
+Name[uk]=ðÒÏÇÒÁÍÉ ÄÌÑ Gnome ÔÁ X
+Name[wa]=Programes Gnome eyèt X
+Name[zh_CN.GB2312]=Gnome ºÍ X Ó¦ÓÃ
+
-3/+5 * write open/restricted mode in WIRELESS_ENC_MODE variable to be ableOlivier Blin2008-04-031-5/+6 * add useful URL about WEP key lengthOlivier Blin2008-04-031-0/+1 * move commentOlivier Blin2008-04-031-3/+3 * add netmask_to_vlsm function (for shorewall masq computing)Olivier Blin2008-04-031-0/+12 * allow writting WIRELESS_ENC_MODEOlivier Blin2008-04-031-1/+1 * use 32 bytes as max WEP key length (now that wpa_supplicant supports it)Olivier Blin2008-04-031-1/+1 * add a link detection delay for b44 module (#38795)Olivier Blin2008-04-021-1/+1 * use new advanced vpnc UDP options (mostly from Lonny, #35007)Olivier Blin2008-04-021-4/+4 * add cellular provider data for Italy (from Giuseppe Ghibò)Olivier Blin2008-04-021-0/+20 * check firmware with ucode API '-1' for iwl3945/iwl4965 (default in our kernel)Olivier Blin2008-04-011-1/+1 * allow to specify ucode_api for iwl modulesOlivier Blin2008-04-011-5/+6 * zero-pad options to usbserial moduleOlivier Blin2008-03-311-2/+2 * ensure that WEP keys are not longer than maximum key length for wpa_supplican...Olivier Blin2008-03-311-0/+7 * ensure that WPA keys are 8-63 long if ASCII, 64 is hexOlivier Blin2008-03-311-0/+7 * do not convert WEP keys longer than maximum key length for wpa_supplicant (cu...Olivier Blin2008-03-311-1/+7 * allow to force using key as ASCII string (#27525)Olivier Blin2008-03-311-11/+21 * do not convert ASCII PSK passphrases that do not have between 8 and 63 charac...Olivier Blin2008-03-311-1/+6 * rename as convert_psk_key_for_wpa_supplicantOlivier Blin2008-03-311-2/+2 * really configure shorewall if not installed previouslyOlivier Blin2008-03-271-2/+5 * remove old commentOlivier Blin2008-03-271-1/+1 * update commentsOlivier Blin2008-03-271-5/+1 * fix reading config file if it exists but is almost emptyOlivier Blin2008-03-271-1/+1 * oops, remove debugOlivier Blin2008-03-261-1/+0 * fix reading default squid port (if prefixed by domain, or suffixed by other o...Olivier Blin2008-03-261-1/+1 * perl_checker fixesOlivier Blin2008-03-261-2/+2 * add set_redirected_ports helper (for drakguard)Olivier Blin2008-03-261-0/+11 * indentOlivier Blin2008-03-261-26/+26 * allow to accept local users for specific portsOlivier Blin2008-03-261-0/+5 * redirect ports from the firewall system if no local zone existsOlivier Blin2008-03-261-1/+4 * use a more logical key/value order in shorewall redirects hashOlivier Blin2008-03-261-2/+2