You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(106) |
Oct
(334) |
Nov
(246) |
Dec
(145) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(53) |
Mar
(232) |
Apr
(109) |
May
(137) |
Jun
(63) |
Jul
(26) |
Aug
(263) |
Sep
(193) |
Oct
(507) |
Nov
(440) |
Dec
(241) |
2003 |
Jan
(567) |
Feb
(195) |
Mar
(504) |
Apr
(481) |
May
(524) |
Jun
(522) |
Jul
(594) |
Aug
(502) |
Sep
(643) |
Oct
(508) |
Nov
(430) |
Dec
(377) |
2004 |
Jan
(361) |
Feb
(251) |
Mar
(219) |
Apr
(499) |
May
(461) |
Jun
(419) |
Jul
(314) |
Aug
(519) |
Sep
(416) |
Oct
(247) |
Nov
(305) |
Dec
(382) |
2005 |
Jan
(267) |
Feb
(282) |
Mar
(327) |
Apr
(338) |
May
(189) |
Jun
(400) |
Jul
(462) |
Aug
(530) |
Sep
(316) |
Oct
(523) |
Nov
(481) |
Dec
(650) |
2006 |
Jan
(536) |
Feb
(361) |
Mar
(287) |
Apr
(146) |
May
(101) |
Jun
(169) |
Jul
(221) |
Aug
(498) |
Sep
(300) |
Oct
(236) |
Nov
(209) |
Dec
(205) |
2007 |
Jan
(30) |
Feb
(23) |
Mar
(26) |
Apr
(15) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <the...@us...> - 2006-09-14 00:56:39
|
Revision: 17272 http://svn.sourceforge.net/gaim/?rev=17272&view=rev Author: thekingant Date: 2006-09-13 17:56:36 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Comment cleanup Modified Paths: -------------- trunk/libgaim/protocols/oscar/family_locate.c Modified: trunk/libgaim/protocols/oscar/family_locate.c =================================================================== --- trunk/libgaim/protocols/oscar/family_locate.c 2006-09-13 23:08:14 UTC (rev 17271) +++ trunk/libgaim/protocols/oscar/family_locate.c 2006-09-14 00:56:36 UTC (rev 17272) @@ -181,18 +181,18 @@ 0x88, 0x6f, 0xea, 0x35, 0x95, 0xfd, 0xb6, 0xdf}}, /* + {OSCAR_CAPABILITY_ICQ2GO, + {0x56, 0x3f, 0xc8, 0x09, 0x0b, 0x6f, 0x41, 0xbd, + 0x9f, 0x79, 0x42, 0x26, 0x09, 0xdf, 0xa2, 0xf3}}, + */ + + /* * Chat is oddball. */ {OSCAR_CAPABILITY_CHAT, {0x74, 0x8f, 0x24, 0x20, 0x62, 0x87, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, - /* - {OSCAR_CAPABILITY_ICQ2GO, - {0x56, 0x3f, 0xc8, 0x09, 0x0b, 0x6f, 0x41, 0xbd, - 0x9f, 0x79, 0x42, 0x26, 0x09, 0xdf, 0xa2, 0xf3}}, - */ - {OSCAR_CAPABILITY_ICQRTF, {0x97, 0xb1, 0x27, 0x51, 0x24, 0x3c, 0x43, 0x34, 0xad, 0x22, 0xd6, 0xab, 0xf7, 0x3f, 0x14, 0x92}}, @@ -611,7 +611,7 @@ if (type == 0x0001) { /* - * Type = 0x0001: User flags + * User flags * * Specified as any of the following ORed together: * 0x0001 Trial (user less than 60days) @@ -621,14 +621,13 @@ * 0x0010 Free (AIM) user * 0x0020 Away * 0x0400 ActiveBuddy - * */ outinfo->flags = byte_stream_get16(bs); outinfo->present |= AIM_USERINFO_PRESENT_FLAGS; } else if (type == 0x0002) { /* - * Type = 0x0002: Account creation time. + * Account creation time * * The time/date that the user originally registered for * the service, stored in time_t format. @@ -645,7 +644,7 @@ } else if (type == 0x0003) { /* - * Type = 0x0003: On-Since date. + * On-Since date * * The time/date that the user started their current * session, stored in time_t format. @@ -655,7 +654,7 @@ } else if (type == 0x0004) { /* - * Type = 0x0004: Idle time. + * Idle time * * Number of minutes since the user actively used the * service. @@ -669,7 +668,7 @@ } else if (type == 0x0005) { /* - * Type = 0x0005: Member since date. + * Member since date * * The time/date that the user originally registered for * the service, stored in time_t format. @@ -683,7 +682,7 @@ } else if (type == 0x0006) { /* - * Type = 0x0006: ICQ Online Status + * ICQ Online Status * * ICQ's Away/DND/etc "enriched" status. Some decoding * of values done by Scott <da...@pc...> @@ -694,16 +693,13 @@ } else if (type == 0x0008) { /* - * Type = 0x0008 - * * Client type, or some such. */ } else if (type == 0x000a) { /* - * Type = 0x000a + * ICQ User IP Address * - * ICQ User IP Address. * Ahh, the joy of ICQ security. */ outinfo->icqinfo.ipaddr = byte_stream_get32(bs); @@ -711,35 +707,25 @@ } else if (type == 0x000c) { /* - * Type = 0x000c - * - * random crap containing the IP address, + * Random crap containing the IP address, * apparently a port number, and some Other Stuff. * * Format is: * 4 bytes - Our IP address, 0xc0 a8 01 2b for 192.168.1.43 - * - * */ byte_stream_getrawbuf(bs, outinfo->icqinfo.crap, 0x25); outinfo->present |= AIM_USERINFO_PRESENT_ICQDATA; } else if (type == 0x000d) { /* - * Type = 0x000d - * - * OSCAR Capability information. - * + * OSCAR Capability information */ outinfo->capabilities |= aim_locate_getcaps(od, bs, length); outinfo->present |= AIM_USERINFO_PRESENT_CAPABILITIES; } else if (type == 0x000e) { /* - * Type = 0x000e - * - * AOL capability information. - * + * AOL capability information */ } else if ((type == 0x000f) || (type == 0x0010)) { @@ -752,22 +738,19 @@ * * Which TLV type this comes in depends on the * service the user is using (AIM or AOL). - * */ outinfo->sessionlen = byte_stream_get32(bs); outinfo->present |= AIM_USERINFO_PRESENT_SESSIONLEN; } else if (type == 0x0019) { /* - * Type = 0x0019 - * * OSCAR short capability information. A shortened * form of the normal capabilities. */ outinfo->capabilities |= aim_locate_getcaps_short(od, bs, length); outinfo->present |= AIM_USERINFO_PRESENT_CAPABILITIES; - } else if (type == 0x001b) { + } else if (type == 0x001a) { /* * Type = 0x001a * @@ -777,15 +760,11 @@ } else if (type == 0x001b) { /* - * Type = 0x0019 - * * Encryption certification MD5 checksum. */ } else if (type == 0x001d) { /* - * Type = 0x001d - * * Buddy icon information and status/available messages. * * This almost seems like the AIM protocol guys gave @@ -852,15 +831,11 @@ } else if (type == 0x001e) { /* - * Type 30: Unknown. - * * Always four bytes, but it doesn't look like an int. */ } else if (type == 0x001f) { /* - * Type 31: Unknown. - * * Seen on a buddy using DeadAIM. Data was 4 bytes: * 0x00 00 00 10 */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-09-13 23:08:16
|
Revision: 17271 http://svn.sourceforge.net/gaim/?rev=17271&view=rev Author: rlaager Date: 2006-09-13 16:08:14 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Sean dun speak no UTF-8. Converting LATIN SMALL LETTER E WITH ACUTE (U+00E9) to "\303\251" escape sequence. Modified Paths: -------------- trunk/gtk/plugins/spellchk.c Modified: trunk/gtk/plugins/spellchk.c =================================================================== --- trunk/gtk/plugins/spellchk.c 2006-09-13 22:51:02 UTC (rev 17270) +++ trunk/gtk/plugins/spellchk.c 2006-09-13 23:08:14 UTC (rev 17271) @@ -824,13 +824,13 @@ "BAD benifits\nGOOD benefits\n" "BAD betwen\nGOOD between\n" "BAD beutiful\nGOOD beautiful\n" - "BAD blase\nGOOD blasé\n" + "BAD blase\nGOOD blas\303\251\n" "BAD boxs\nGOOD boxes\n" "BAD brodcast\nGOOD broadcast\n" "BAD butthe\nGOOD but the\n" "BAD bve\nGOOD be\n" "COMPLETE 0\nBAD byt he \nGOOD by the \n" - "BAD cafe\nGOOD café\n" + "BAD cafe\nGOOD caf\303\251\n" "BAD caharcter\nGOOD character\n" "BAD calcullated\nGOOD calculated\n" "BAD calulated\nGOOD calculated\n" @@ -864,7 +864,7 @@ "BAD claered\nGOOD cleared\n" "BAD claerly\nGOOD clearly\n" "BAD cliant\nGOOD client\n" - "BAD cliche\nGOOD cliché\n" + "BAD cliche\nGOOD clich\303\251\n" "BAD cna\nGOOD can\n" "BAD colection\nGOOD collection\n" "BAD comanies\nGOOD companies\n" @@ -937,16 +937,16 @@ "BAD deatils\nGOOD details\n" "BAD decison\nGOOD decision\n" "BAD decisons\nGOOD decisions\n" - "BAD decor\nGOOD décor\n" + "BAD decor\nGOOD d\303\251cor\n" "BAD defendent\nGOOD defendant\n" "BAD definately\nGOOD definitely\n" - "COMPLETE 0\nBAD deja vu\nGOOD déjà vu\n" + "COMPLETE 0\nBAD deja vu\nGOOD d\303\251jà vu\n" "BAD deptartment\nGOOD department\n" "BAD desicion\nGOOD decision\n" "BAD desicions\nGOOD decisions\n" "BAD desision\nGOOD decision\n" "BAD desisions\nGOOD decisions\n" - "BAD detente\nGOOD détente\n" + "BAD detente\nGOOD d\303\251tente\n" "BAD develeoprs\nGOOD developers\n" "BAD devellop\nGOOD develop\n" "BAD develloped\nGOOD developed\n" @@ -1009,7 +1009,7 @@ "BAD driveing\nGOOD driving\n" "BAD drnik\nGOOD drink\n" "BAD dunno\nGOOD don't know\n" - "BAD eclair\nGOOD éclair\n" + "BAD eclair\nGOOD \303\251clair\n" "BAD efel\nGOOD feel\n" "BAD effecient\nGOOD efficient\n" "BAD efort\nGOOD effort\n" @@ -1017,9 +1017,9 @@ "BAD ehr\nGOOD her\n" "BAD eligable\nGOOD eligible\n" "BAD embarass\nGOOD embarrass\n" - "BAD emigre\nGOOD émigré\n" + "BAD emigre\nGOOD \303\251migr\303\251\n" "BAD enought\nGOOD enough\n" - "BAD entree\nGOOD entrée\n" + "BAD entree\nGOOD entr\303\251e\n" "BAD enuf\nGOOD enough\n" "BAD equippment\nGOOD equipment\n" "BAD equivalant\nGOOD equivalent\n" @@ -1336,7 +1336,7 @@ "BAD owuld\nGOOD would\n" "BAD oxident\nGOOD oxidant\n" "BAD papaer\nGOOD paper\n" - "BAD passe\nGOOD passé\n" + "BAD passe\nGOOD pass\303\251\n" "BAD parliment\nGOOD parliament\n" "BAD partof\nGOOD part of\n" "BAD paymetn\nGOOD payment\n" @@ -1378,8 +1378,8 @@ "BAD proly\nGOOD probably\n" "BAD prominant\nGOOD prominent\n" "BAD proposterous\nGOOD preposterous\n" - "BAD protege\nGOOD protégé\n" - "BAD protoge\nGOOD protégé\n" + "BAD protege\nGOOD prot\303\251g\303\251\n" + "BAD protoge\nGOOD prot\303\251g\303\251\n" "BAD psoition\nGOOD position\n" "BAD ptogress\nGOOD progress\n" "BAD pursuade\nGOOD persuade\n" @@ -1448,7 +1448,7 @@ "BAD saturday\nGOOD Saturday\n" "BAD scedule\nGOOD schedule\n" "BAD sceduled\nGOOD scheduled\n" - "BAD seance\nGOOD séance\n" + "BAD seance\nGOOD s\303\251ance\n" "BAD secratary\nGOOD secretary\n" "BAD sectino\nGOOD section\n" "BAD seh\nGOOD she\n" @@ -1613,7 +1613,7 @@ "BAD totalyl\nGOOD totally\n" "BAD tothe\nGOOD to the\n" "COMPLETE 0\nBAD tot he \nGOOD to the \n" - "BAD touche\nGOOD touché\n" + "BAD touche\nGOOD touch\303\251\n" "BAD towrad\nGOOD toward\n" "BAD traditionalyl\nGOOD traditionally\n" "BAD transfered\nGOOD transferred\n" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-09-13 22:51:06
|
Revision: 17270 http://svn.sourceforge.net/gaim/?rev=17270&view=rev Author: rlaager Date: 2006-09-13 15:51:02 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Mah gol dang key-board dun not speak Franswah, only good ol merican Modified Paths: -------------- trunk/gtk/plugins/spellchk.c Modified: trunk/gtk/plugins/spellchk.c =================================================================== --- trunk/gtk/plugins/spellchk.c 2006-09-13 22:10:19 UTC (rev 17269) +++ trunk/gtk/plugins/spellchk.c 2006-09-13 22:51:02 UTC (rev 17270) @@ -1336,6 +1336,7 @@ "BAD owuld\nGOOD would\n" "BAD oxident\nGOOD oxidant\n" "BAD papaer\nGOOD paper\n" + "BAD passe\nGOOD passé\n" "BAD parliment\nGOOD parliament\n" "BAD partof\nGOOD part of\n" "BAD paymetn\nGOOD payment\n" @@ -1612,6 +1613,7 @@ "BAD totalyl\nGOOD totally\n" "BAD tothe\nGOOD to the\n" "COMPLETE 0\nBAD tot he \nGOOD to the \n" + "BAD touche\nGOOD touché\n" "BAD towrad\nGOOD toward\n" "BAD traditionalyl\nGOOD traditionally\n" "BAD transfered\nGOOD transferred\n" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-13 22:10:27
|
Revision: 17269 http://svn.sourceforge.net/gaim/?rev=17269&view=rev Author: seanegan Date: 2006-09-13 15:10:19 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Cleanup the spacing down in the statusbox area Modified Paths: -------------- trunk/gtk/gtkblist.c trunk/gtk/gtkstatusbox.c Modified: trunk/gtk/gtkblist.c =================================================================== --- trunk/gtk/gtkblist.c 2006-09-13 21:05:29 UTC (rev 17268) +++ trunk/gtk/gtkblist.c 2006-09-13 22:10:19 UTC (rev 17269) @@ -3864,6 +3864,7 @@ GtkTreeViewColumn *column; GtkWidget *menu; GtkWidget *sw; + GtkWidget *sep; GtkAccelGroup *accel_group; GtkTreeSelection *selection; GtkTargetEntry dte[] = {{"GAIM_BLIST_NODE", GTK_TARGET_SAME_APP, DRAG_ROW}, @@ -4042,6 +4043,9 @@ gtk_box_pack_start(GTK_BOX(gtkblist->vbox), sw, TRUE, TRUE, 0); gtk_container_add(GTK_CONTAINER(sw), gtkblist->treeview); + sep = gtk_hseparator_new(); + gtk_box_pack_start(GTK_BOX(gtkblist->vbox), sep, FALSE, FALSE, 0); + /* Create an empty vbox used for showing connection errors */ gtkblist->error_buttons = gtk_vbox_new(FALSE, 0); gtk_box_pack_start(GTK_BOX(gtkblist->vbox), gtkblist->error_buttons, FALSE, FALSE, 0); @@ -4050,6 +4054,7 @@ gtkblist->statusbox = gtk_gaim_status_box_new(); gtk_box_pack_start(GTK_BOX(gtkblist->vbox), gtkblist->statusbox, FALSE, TRUE, 0); gtk_widget_set_name(gtkblist->statusbox, "gaim_gtkblist_statusbox"); + gtk_container_set_border_width(GTK_CONTAINER(gtkblist->statusbox), 3); gtk_widget_show(gtkblist->statusbox); /* set the Show Offline Buddies option. must be done Modified: trunk/gtk/gtkstatusbox.c =================================================================== --- trunk/gtk/gtkstatusbox.c 2006-09-13 21:05:29 UTC (rev 17268) +++ trunk/gtk/gtkstatusbox.c 2006-09-13 22:10:19 UTC (rev 17269) @@ -1252,27 +1252,33 @@ GtkRequisition req = {0,0}; GtkAllocation parent_alc, box_alc, icon_alc; GdkPixbuf *scaled; + gint border_width = GTK_CONTAINER (widget)->border_width; combo_box_size_request(widget, &req); box_alc = *allocation; - box_alc.height = MAX(1, (allocation->height - req.height - 6)); - box_alc.y += req.height + 6; + + box_alc.width -= (border_width * 2); + box_alc.height = MAX(1, ((allocation->height - req.height) - (border_width*2))); + box_alc.x += border_width; + box_alc.y += req.height + border_width; gtk_widget_size_allocate((GTK_GAIM_STATUS_BOX(widget))->vbox, &box_alc); parent_alc = *allocation; - parent_alc.height = MAX(1,req.height); - parent_alc.y += 3; + parent_alc.height = MAX(1,req.height - (border_width )); + parent_alc.width -= (border_width * 2); + parent_alc.x += border_width; + parent_alc.y += border_width; if (status_box->icon_box) { - parent_alc.width -= (parent_alc.height + 3); + parent_alc.width -= (parent_alc.height + border_width); icon_alc = *allocation; - icon_alc.height = MAX(1,req.height); + icon_alc.height = MAX(1,req.height) - (border_width); icon_alc.width = icon_alc.height; - icon_alc.x = allocation->width - icon_alc.width; - icon_alc.y += 3; - + icon_alc.x = allocation->width - (icon_alc.width + border_width); + icon_alc.y += border_width; + if (status_box->icon_size != icon_alc.height) { if (status_box->buddy_icon_hover) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-13 21:05:33
|
Revision: 17268 http://svn.sourceforge.net/gaim/?rev=17268&view=rev Author: datallah Date: 2006-09-13 14:05:29 -0700 (Wed, 13 Sep 2006) Log Message: ----------- SimGuy noticed that I forgot this. Modified Paths: -------------- web/htdocs/win32/build.php Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-09-13 20:51:37 UTC (rev 17267) +++ web/htdocs/win32/build.php 2006-09-13 21:05:29 UTC (rev 17268) @@ -35,7 +35,7 @@ <p> Install the MinGW "current" packages from the <a href="http://www.mingw.org">MinGW site</a>.<br/> The easiest way to install these is to use the MinGW Installer linked to from the main site.<br/> -Specifically, you will need gcc-core 3.4.2, binutils 2.15.91 and the win32api 3.6 (or newer).<br/> +Specifically, you will need gcc-core 3.4.2, binutils 2.15.91, mingw-runtime 3.9 and win32api 3.6 (or newer).<br/> You will need to set MinGW's bin directory before Cygwin's in your PATH.<br/> For Example (You can add the following to <code>~/.bash_login</code>): </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-13 20:51:42
|
Revision: 17267 http://svn.sourceforge.net/gaim/?rev=17267&view=rev Author: datallah Date: 2006-09-13 13:51:37 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Update the build instructions. Modified Paths: -------------- web/htdocs/win32/build.php Modified: web/htdocs/win32/build.php =================================================================== --- web/htdocs/win32/build.php 2006-09-13 18:02:08 UTC (rev 17266) +++ web/htdocs/win32/build.php 2006-09-13 20:51:37 UTC (rev 17267) @@ -17,7 +17,8 @@ </li> <li> <p> -Download the <a href="http://gaim-extprefs.sourceforge.net/bef.shtml">WinGaim Build Environment Fetcher</a> script. Follow the instructions on the website to fetch and install most of the needed build dependencies. The script can fetch Gaim's source code from either Subversion or a source distribution; you will be prompted to choose which you'd like to use. +Download the <a href="http://gaim-extprefs.sourceforge.net/bef.shtml">WinGaim Build Environment Fetcher</a> script. Follow the instructions on the website to fetch and install most of the needed build dependencies. The script can fetch Gaim's source code from either Subversion or a source distribution; you will be prompted to choose which you'd like to use.<br/> +Note that this script is sometimes out of date, in which case you will need to perform some of the manual steps in addition. </p> </li> <li> @@ -32,7 +33,9 @@ <li>Install the <a href="http://cygwin.com">Cygwin</a> Bash shell. Make sure to select Unix file mode during setup. Also make sure you install bash, bzip2, coreutils, gawk, grep, gzip, make, patch, sed, subversion, tar, unzip, and wget (several of these are selected by default).</li> <li> <p> -Install <a href="http://www.mingw.org">MinGW v3.1 or higher</a>.<br/> +Install the MinGW "current" packages from the <a href="http://www.mingw.org">MinGW site</a>.<br/> +The easiest way to install these is to use the MinGW Installer linked to from the main site.<br/> +Specifically, you will need gcc-core 3.4.2, binutils 2.15.91 and the win32api 3.6 (or newer).<br/> You will need to set MinGW's bin directory before Cygwin's in your PATH.<br/> For Example (You can add the following to <code>~/.bash_login</code>): </p> @@ -41,17 +44,18 @@ <code>export PATH=/cygdrive/c/MinGW/bin:$PATH</code> </pre> -<p>You do not want to use any of Cygwin's build tools, with one exception; you need to use Cygwin's make utility. If typing <code>which make</code> produces MinGW's make utility, then just rename the <code>make.exe</code> in the MinGW bin directory to something else, so that cygwin's make utility will be used instead. This shouldn't be a problem with recent versions of MinGW.</p> +<p>You do not want to use any of Cygwin's build tools, with one exception; you need to use Cygwin's make utility. If typing <code>which make</code> produces MinGW's make utility, then just rename the <code>make.exe</code> in the MinGW bin directory to something else so that cygwin's make utility will be used instead. This shouldn't be a problem with recent versions of MinGW.</p> </li> +<? /* <li> <p> Download the latest version of the <code>Windows API</code> from the MinGW <a href="http://www.mingw.org/download.shtml">download page</a> (at least <a href="http://prdownloads.sourceforge.net/mingw/w32api-3.3.tar.gz?download">3.3</a>). Extract this into your MinGW directory structure (<code>tar -xvzf /path/to/w32api-3.3.tar.gz -C /cygdrive/c/MinGW</code>) to upgrade the installed API. </p> </li> - +*/ ?> <li> -The following instructions were written under the assumption that you checkout Gaim from the cvs repository to <code>~/gaim</code> and that you install all of Gaim's build dependencies under <code>~/win32-dev</code> (the point being that the gaim and win32-dev directories should be on the same level). +The following instructions were written under the assumption that you checkout Gaim from the Subversion repository to <code>~/gaim</code> and that you install all of Gaim's build dependencies under <code>~/win32-dev</code> (the point being that the gaim and win32-dev directories should be on the same level). </li> </ol> @@ -114,7 +118,7 @@ If you want to build the Gaim installer, do the following (skip to the <code>make</code> command below if you chose to use the WinGaim Build Environment Fetcher): <ol> <li> -Grab and install <a href="http://prdownloads.sourceforge.net/nsis/nsis-2.08.exe?download">NSIS v2.0.8</a>. Include NSIS to your PATH.<br/> +Grab and install <a href="http://nsis.sourceforge.net/Download">NSIS</a>. Include NSIS to your PATH.<br/> For info on the NSIS installer, visit the <a href="http://nsis.sourceforge.net">NSIS website</a>. </li> <li> @@ -134,5 +138,5 @@ <h2>Debugging</h2> <p> -There is a quite good <b>Just In Time</b> debugger for MinGW: <a href="http://mefriss1.swan.ac.uk/~jfonseca/gnu-win32/software/drmingw/">drmingw</a>. You can download it <a href="drmingw.exe">here</a>. +There is a quite good <b>Just In Time</b> debugger for MinGW: <a href="http://jrfonseca.planetaclix.pt/projects/gnu-win32/software/drmingw/index.html">drmingw</a>. You can download it <a href="drmingw.exe">here</a>. </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-13 18:02:14
|
Revision: 17266 http://svn.sourceforge.net/gaim/?rev=17266&view=rev Author: seanegan Date: 2006-09-13 11:02:08 -0700 (Wed, 13 Sep 2006) Log Message: ----------- There's a horizontal separator between the imhtml and the imhtml toolbar. Before we weren't hiding he separator if we hid the toolbar which resulted in a stray horizontal line. This kills that. Modified Paths: -------------- trunk/gtk/gtkutils.c Modified: trunk/gtk/gtkutils.c =================================================================== --- trunk/gtk/gtkutils.c 2006-09-12 23:56:25 UTC (rev 17265) +++ trunk/gtk/gtkutils.c 2006-09-13 18:02:08 UTC (rev 17266) @@ -124,6 +124,8 @@ sep = gtk_hseparator_new(); gtk_box_pack_start(GTK_BOX(vbox), sep, FALSE, FALSE, 0); + g_signal_connect_swapped(G_OBJECT(toolbar), "show", G_CALLBACK(gtk_widget_show), sep); + g_signal_connect_swapped(G_OBJECT(toolbar), "hide", G_CALLBACK(gtk_widget_hide), sep); gtk_widget_show(sep); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-09-12 23:56:31
|
Revision: 17265 http://svn.sourceforge.net/gaim/?rev=17265&view=rev Author: sadrul Date: 2006-09-12 16:56:25 -0700 (Tue, 12 Sep 2006) Log Message: ----------- This should cause new windows caused by user actions (click, keypress) to get focus on creation. Modified Paths: -------------- trunk/console/libgnt/gntmain.c Modified: trunk/console/libgnt/gntmain.c =================================================================== --- trunk/console/libgnt/gntmain.c 2006-09-12 23:49:26 UTC (rev 17264) +++ trunk/console/libgnt/gntmain.c 2006-09-12 23:56:25 UTC (rev 17265) @@ -46,6 +46,13 @@ static gboolean ascii_only; static gboolean mouse_enabled; +/** + * 'event_stack' will be set to TRUE when a user-event, ie. a mouse-click + * or a key-press is being processed. This variable will be used to determine + * whether to give focus to a new window. + */ +static gboolean event_stack; + static GMainLoop *loop; static struct @@ -132,7 +139,11 @@ focus_list = g_list_append(focus_list, widget); - ordered = g_list_append(ordered, widget); + if (event_stack) { + ordered = g_list_prepend(ordered, widget); + g_object_set_data(G_OBJECT(widget), "give_focus", GINT_TO_POINTER(event_stack)); + } else + ordered = g_list_append(ordered, widget); gnt_widget_set_focus(widget, TRUE); if (w) @@ -741,6 +752,7 @@ exit(1); } + event_stack = TRUE; keys[rd] = 0; if (keys[0] == 27 && keys[1] == 'd' && keys[2] == 0) @@ -756,8 +768,10 @@ if (wm.key_pressed) { buffer = wm.key_pressed(keys); - if (buffer == NULL) + if (buffer == NULL) { + event_stack = FALSE; return TRUE; + } } else buffer = keys; @@ -969,6 +983,7 @@ } } + event_stack = FALSE; return TRUE; } @@ -1204,10 +1219,14 @@ else node->panel = new_panel(node->me->window); set_panel_userptr(node->panel, node); - if (!GNT_WIDGET_IS_FLAG_SET(node->me, GNT_WIDGET_TRANSIENT)) - { - bottom_panel(node->panel); /* New windows should not grab focus */ - gnt_widget_set_urgent(node->me); + if (!GNT_WIDGET_IS_FLAG_SET(node->me, GNT_WIDGET_TRANSIENT)) { + if (!g_object_get_data(G_OBJECT(node->me), "give_focus")) { + bottom_panel(node->panel); /* New windows should not grab focus */ + gnt_widget_set_urgent(node->me); + } + else { + bring_on_top(node->me); + } } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-12 23:49:30
|
Revision: 17264 http://svn.sourceforge.net/gaim/?rev=17264&view=rev Author: seanegan Date: 2006-09-12 16:49:26 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Thanks, Stu Modified Paths: -------------- trunk/libgaim/protocols/msn/msn.c Modified: trunk/libgaim/protocols/msn/msn.c =================================================================== --- trunk/libgaim/protocols/msn/msn.c 2006-09-12 21:57:15 UTC (rev 17263) +++ trunk/libgaim/protocols/msn/msn.c 2006-09-12 23:49:26 UTC (rev 17264) @@ -881,14 +881,6 @@ return MSN_TYPING_SEND_TIMEOUT; } -static int -msn_send_raw(GaimConnection *gc, const char *buf, int len) -{ - MsnServConn *servconn = (MsnServConn*)gc->proto_data; - return msn_servconn_write(servconn, buf, len); -} - - static void msn_set_status(GaimAccount *account, GaimStatus *status) { @@ -2020,7 +2012,7 @@ msn_new_xfer, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ - msn_send_raw, /* send_raw */ + NULL, /* send_raw */ }; static GaimPluginInfo info = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-12 21:57:24
|
Revision: 17263 http://svn.sourceforge.net/gaim/?rev=17263&view=rev Author: seanegan Date: 2006-09-12 14:57:15 -0700 (Tue, 12 Sep 2006) Log Message: ----------- send_raw() prpl function allows plugins with knowledge of a protocol to send its own custom packets. Not practical for all protocols, but should be super useful on Jabber when coupled with Nathan's signals. Modified Paths: -------------- trunk/libgaim/protocols/bonjour/bonjour.c trunk/libgaim/protocols/gg/gg.c trunk/libgaim/protocols/irc/irc.c trunk/libgaim/protocols/jabber/jabber.c trunk/libgaim/protocols/msn/msn.c trunk/libgaim/protocols/novell/novell.c trunk/libgaim/protocols/oscar/oscar.c trunk/libgaim/protocols/qq/qq.c trunk/libgaim/protocols/sametime/sametime.c trunk/libgaim/protocols/silc/silc.c trunk/libgaim/protocols/simple/simple.c trunk/libgaim/protocols/toc/toc.c trunk/libgaim/protocols/yahoo/yahoo.c trunk/libgaim/protocols/zephyr/zephyr.c trunk/libgaim/prpl.h Modified: trunk/libgaim/protocols/bonjour/bonjour.c =================================================================== --- trunk/libgaim/protocols/bonjour/bonjour.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/bonjour/bonjour.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -414,6 +414,7 @@ NULL, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + NULL, /* send_raw */ }; static GaimPluginInfo info = Modified: trunk/libgaim/protocols/gg/gg.c =================================================================== --- trunk/libgaim/protocols/gg/gg.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/gg/gg.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -2112,6 +2112,7 @@ NULL, /* new_xfer */ ggp_offline_message, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + NULL, /* send_raw */ }; /* }}} */ Modified: trunk/libgaim/protocols/irc/irc.c =================================================================== --- trunk/libgaim/protocols/irc/irc.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/irc/irc.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -99,6 +99,12 @@ return ret; } +static int irc_send_raw(GaimConnection *gc, const char *buf, int len) +{ + struct irc_conn *irc = (struct irc_conn*)gc->proto_data; + return do_send(irc, buf, len); +} + static void irc_send_cb(gpointer data, gint source, GaimInputCondition cond) { @@ -860,6 +866,7 @@ irc_dccsend_new_xfer, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + irc_send_raw, /* send_raw */ }; Modified: trunk/libgaim/protocols/jabber/jabber.c =================================================================== --- trunk/libgaim/protocols/jabber/jabber.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/jabber/jabber.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -325,7 +325,14 @@ gaim_circ_buffer_append(js->write_buffer, data + ret, len - ret); } + return; +} +int jabber_prpl_send_raw(GaimConnection *gc, const char *buf, int len) +{ + JabberStream *js = (JabberStream*)gc->proto_data; + jabber_send_raw(js, buf, len); + return len; } void jabber_send(JabberStream *js, xmlnode *packet) @@ -1884,6 +1891,7 @@ jabber_si_new_xfer, /* new_xfer */ jabber_offline_message, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + jabber_send_raw, /* send_raw */ }; static gboolean load_plugin(GaimPlugin *plugin) Modified: trunk/libgaim/protocols/msn/msn.c =================================================================== --- trunk/libgaim/protocols/msn/msn.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/msn/msn.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -881,6 +881,14 @@ return MSN_TYPING_SEND_TIMEOUT; } +static int +msn_send_raw(GaimConnection *gc, const char *buf, int len) +{ + MsnServConn *servconn = (MsnServConn*)gc->proto_data; + return msn_servconn_write(servconn, buf, len); +} + + static void msn_set_status(GaimAccount *account, GaimStatus *status) { @@ -2012,6 +2020,7 @@ msn_new_xfer, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + msn_send_raw, /* send_raw */ }; static GaimPluginInfo info = Modified: trunk/libgaim/protocols/novell/novell.c =================================================================== --- trunk/libgaim/protocols/novell/novell.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/novell/novell.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -3529,6 +3529,7 @@ NULL, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + NULL, /* send_raw */ }; static GaimPluginInfo info = { Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -6485,6 +6485,7 @@ oscar_new_xfer, /* new_xfer */ oscar_offline_message, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + NULL, /* send_raw */ }; static GaimPluginInfo info = Modified: trunk/libgaim/protocols/qq/qq.c =================================================================== --- trunk/libgaim/protocols/qq/qq.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/qq/qq.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -993,6 +993,7 @@ NULL, /* new xfer */ NULL, /* offline_message */ NULL, /* GaimWhiteboardPrplOps */ + NULL, /* send_raw */ }; static GaimPluginInfo info = { Modified: trunk/libgaim/protocols/sametime/sametime.c =================================================================== --- trunk/libgaim/protocols/sametime/sametime.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/sametime/sametime.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -5063,6 +5063,7 @@ .new_xfer = mw_prpl_new_xfer, .offline_message = NULL, .whiteboard_prpl_ops = NULL, + .send_raw = NULL }; Modified: trunk/libgaim/protocols/silc/silc.c =================================================================== --- trunk/libgaim/protocols/silc/silc.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/silc/silc.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -1802,6 +1802,7 @@ silcgaim_ftp_new_xfer, /* new_xfer */ NULL, /* offline_message */ &silcgaim_wb_ops, /* whiteboard_prpl_ops */ + NULL, /* send_raw */ }; static GaimPluginInfo info = Modified: trunk/libgaim/protocols/simple/simple.c =================================================================== --- trunk/libgaim/protocols/simple/simple.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/simple/simple.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -521,6 +521,12 @@ } } +static void simple_send_raw(GaimConnection *gc, const char *buf, int len) +{ + sendout_pkt(gc, buf); + return len; +} + static void sendout_sipmsg(struct simple_account_data *sip, struct sipmsg *msg) { GSList *tmp = msg->headers; gchar *name; @@ -1792,6 +1798,7 @@ NULL, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + simple_send_raw, /* send_raw */ }; Modified: trunk/libgaim/protocols/toc/toc.c =================================================================== --- trunk/libgaim/protocols/toc/toc.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/toc/toc.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -414,6 +414,11 @@ return ret; } +static int toc_send_raw(GaimConnection *gc, const char *buf, int len) +{ + return sflap_send(gc, buf, len, 2); +} + static int wait_reply(GaimConnection *gc, char *buffer, size_t buflen) { struct toc_data *tdt = (struct toc_data *)gc->proto_data; @@ -2068,7 +2073,7 @@ hdr->magic[0] = 'O'; hdr->magic[1] = 'F'; hdr->magic[2] = 'T'; hdr->magic[3] = '2'; hdr->hdrlen = htons(256); hdr->hdrtype = htons(0x1108); - frombase64(ft->cookie, &buf, NULL); + rombase64(ft->cookie, &buf, NULL); g_snprintf(hdr->bcookie, 8, "%s", buf); g_free(buf); hdr->totfiles = htons(1); hdr->filesleft = htons(1); @@ -2300,6 +2305,7 @@ NULL, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + toc_send_raw, /* send_raw */ }; static GaimPluginInfo info = Modified: trunk/libgaim/protocols/yahoo/yahoo.c =================================================================== --- trunk/libgaim/protocols/yahoo/yahoo.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/yahoo/yahoo.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -3863,6 +3863,7 @@ yahoo_new_xfer, yahoo_offline_message, /* offline_message */ &yahoo_whiteboard_prpl_ops, + NULL /* send_raw */ }; static GaimPluginInfo info = Modified: trunk/libgaim/protocols/zephyr/zephyr.c =================================================================== --- trunk/libgaim/protocols/zephyr/zephyr.c 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/protocols/zephyr/zephyr.c 2006-09-12 21:57:15 UTC (rev 17263) @@ -2915,6 +2915,7 @@ NULL, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ + NULL, /* send_raw */ }; static GaimPluginInfo info = { @@ -2944,7 +2945,7 @@ NULL, /**< ui_info */ &prpl_info, /**< extra_info */ NULL, - zephyr_actions + zephyr_actions, }; static void init_plugin(GaimPlugin * plugin) Modified: trunk/libgaim/prpl.h =================================================================== --- trunk/libgaim/prpl.h 2006-09-12 20:11:56 UTC (rev 17262) +++ trunk/libgaim/prpl.h 2006-09-12 21:57:15 UTC (rev 17263) @@ -298,6 +298,9 @@ gboolean (*offline_message)(const GaimBuddy *buddy); GaimWhiteboardPrplOps *whiteboard_prpl_ops; + + /* For use in plugins that may understand the underlying protocol */ + int (*send_raw)(GaimConnection *gc, const char *buf, int len); }; #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-12 20:11:59
|
Revision: 17262 http://svn.sourceforge.net/gaim/?rev=17262&view=rev Author: seanegan Date: 2006-09-12 13:11:56 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Remove funky contact coloring and try group backgrounds with bg instead of base Modified Paths: -------------- trunk/gtk/gtkblist.c Modified: trunk/gtk/gtkblist.c =================================================================== --- trunk/gtk/gtkblist.c 2006-09-12 17:22:09 UTC (rev 17261) +++ trunk/gtk/gtkblist.c 2006-09-12 20:11:56 UTC (rev 17262) @@ -4380,8 +4380,8 @@ if(!insert_node(list, gnode, &iter)) return; - bgcolor = gtkblist->treeview->style->base[GTK_STATE_ACTIVE]; - textcolor = gtkblist->treeview->style->text[GTK_STATE_ACTIVE]; + bgcolor = gtkblist->treeview->style->bg[GTK_STATE_ACTIVE]; + textcolor = gtkblist->treeview->style->fg[GTK_STATE_ACTIVE]; path = gtk_tree_model_get_path(GTK_TREE_MODEL(gtkblist->treemodel), &iter); expanded = gtk_tree_view_row_expanded(GTK_TREE_VIEW(gtkblist->treeview), path); @@ -4414,11 +4414,10 @@ static void buddy_node(GaimBuddy *buddy, GtkTreeIter *iter, GaimBlistNode *node) { GaimPresence *presence; - GdkColor expandcolor; GdkPixbuf *status, *avatar; char *mark; char *idle = NULL; - gboolean expanded = ((struct _gaim_gtk_blist_node*)(node->parent->ui_data))->contact_expanded; + gboolean expanded = ((struct _gaim_gtk_blist_node *)(node->parent->ui_data))->contact_expanded; gboolean selected = (gtkblist->selected_node == node); gboolean biglist = gaim_prefs_get_bool("/gaim/gtk/blist/show_buddy_icons"); presence = gaim_buddy_get_presence(buddy); @@ -4456,15 +4455,6 @@ } } - if (expanded) { - GdkColor fore = gtkblist->treeview->style->base[GTK_STATE_ACTIVE]; - GdkColor back = gtkblist->treeview->style->base[GTK_STATE_NORMAL]; - expandcolor.red = (fore.red + back.red) / 2; - expandcolor.green = (fore.green + back.green) / 2; - expandcolor.blue = (fore.blue + back.blue) / 2; - } - - gtk_tree_store_set(gtkblist->treemodel, iter, STATUS_ICON_COLUMN, status, STATUS_ICON_VISIBLE_COLUMN, TRUE, @@ -4473,7 +4463,7 @@ IDLE_VISIBLE_COLUMN, !biglist && idle, BUDDY_ICON_COLUMN, avatar, BUDDY_ICON_VISIBLE_COLUMN, biglist, - BGCOLOR_COLUMN, expanded ? &expandcolor : NULL, + BGCOLOR_COLUMN, NULL, CONTACT_EXPANDER_COLUMN, NULL, CONTACT_EXPANDER_VISIBLE_COLUMN, expanded, -1); @@ -4524,33 +4514,24 @@ GdkPixbuf *status; char *mark; char *white; - GdkColor bgcolor; - GdkColor textcolor; - - bgcolor = gtkblist->treeview->style->base[GTK_STATE_ACTIVE]; - textcolor = gtkblist->treeview->style->text[GTK_STATE_ACTIVE]; status = gaim_gtk_blist_get_status_icon(cnode, (gaim_prefs_get_bool("/gaim/gtk/blist/show_buddy_icons") ? GAIM_STATUS_ICON_LARGE : GAIM_STATUS_ICON_SMALL)); mark = g_markup_escape_text(gaim_contact_get_alias(contact), -1); - white = g_strdup_printf("<span color='#%02x%02x%02x'>%s</span>", - textcolor.red>>8, textcolor.green>>8, textcolor.blue>>8, - mark); - g_free(mark); gtk_tree_store_set(gtkblist->treemodel, &iter, STATUS_ICON_COLUMN, status, STATUS_ICON_VISIBLE_COLUMN, TRUE, - NAME_COLUMN, white, + NAME_COLUMN, mark, IDLE_COLUMN, NULL, IDLE_VISIBLE_COLUMN, FALSE, - BGCOLOR_COLUMN, &bgcolor, + BGCOLOR_COLUMN, NULL, BUDDY_ICON_COLUMN, NULL, CONTACT_EXPANDER_COLUMN, gtkblist->expander_expanded, CONTACT_EXPANDER_VISIBLE_COLUMN, TRUE, -1); - g_free(white); + g_free(mark); if(status) g_object_unref(status); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-12 17:22:15
|
Revision: 17261 http://svn.sourceforge.net/gaim/?rev=17261&view=rev Author: datallah Date: 2006-09-12 10:22:09 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Joymarquis noticed this was wrong. Modified Paths: -------------- trunk/libgaim/protocols/irc/Makefile.mingw Modified: trunk/libgaim/protocols/irc/Makefile.mingw =================================================================== --- trunk/libgaim/protocols/irc/Makefile.mingw 2006-09-12 09:04:04 UTC (rev 17260) +++ trunk/libgaim/protocols/irc/Makefile.mingw 2006-09-12 17:22:09 UTC (rev 17261) @@ -82,4 +82,4 @@ rm -rf $(OBJECTS) rm -rf $(TARGET).dll -include $(GAIM_COMMON_RULES) +include $(GAIM_COMMON_TARGETS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-09-12 09:04:13
|
Revision: 17260 http://svn.sourceforge.net/gaim/?rev=17260&view=rev Author: rlaager Date: 2006-09-12 02:04:04 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Angel Marin pointed out this mistake. Modified Paths: -------------- trunk/libgaim/gaim-url-handler Modified: trunk/libgaim/gaim-url-handler =================================================================== --- trunk/libgaim/gaim-url-handler 2006-09-12 07:05:27 UTC (rev 17259) +++ trunk/libgaim/gaim-url-handler 2006-09-12 09:04:04 UTC (rev 17260) @@ -234,7 +234,7 @@ account = findaccount(protocol) - if command.lower() == "sendIM": + if command.lower() == "sendim": goim(account, screenname, params.get("m")) elif command.lower() == "chat": gochat(account, {"room": screenname}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-09-12 07:05:29
|
Revision: 17259 http://svn.sourceforge.net/gaim/?rev=17259&view=rev Author: thekingant Date: 2006-09-12 00:05:27 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Present an error message if the Gaim user tries to send a file that is larger than the maximum size allowed for AIM file transfer (4GB) Modified Paths: -------------- trunk/libgaim/protocols/oscar/oft.c Modified: trunk/libgaim/protocols/oscar/oft.c =================================================================== --- trunk/libgaim/protocols/oscar/oft.c 2006-09-12 04:52:55 UTC (rev 17258) +++ trunk/libgaim/protocols/oscar/oft.c 2006-09-12 07:05:27 UTC (rev 17259) @@ -56,6 +56,8 @@ #include "oscar.h" #include "peer.h" +#include "util.h" + /** * Calculate oft checksum of buffer * @@ -440,17 +442,37 @@ peer_oft_sendcb_init(GaimXfer *xfer) { PeerConnection *conn; + size_t size; conn = xfer->data; conn->flags |= PEER_CONNECTION_FLAG_APPROVED; + /* Make sure the file size can be represented in 32 bits */ + size = gaim_xfer_get_size(xfer); + if (size > G_MAXUINT32) + { + gchar *tmp, *size1, *size2; + size1 = gaim_str_size_to_units(size); + size2 = gaim_str_size_to_units(G_MAXUINT32); + tmp = g_strdup_printf(_("File %s is %s, which is larger than " + "the maximum size of %s."), + xfer->local_filename, size1, size2); + gaim_xfer_error(gaim_xfer_get_type(xfer), + gaim_xfer_get_account(xfer), xfer->who, tmp); + g_free(size1); + g_free(size2); + g_free(tmp); + peer_connection_destroy(conn, OSCAR_DISCONNECT_LOCAL_CLOSED, NULL); + return; + } + /* Keep track of file transfer info */ conn->xferdata.totfiles = 1; conn->xferdata.filesleft = 1; conn->xferdata.totparts = 1; conn->xferdata.partsleft = 1; - conn->xferdata.totsize = gaim_xfer_get_size(xfer); - conn->xferdata.size = gaim_xfer_get_size(xfer); + conn->xferdata.totsize = size; + conn->xferdata.size = size; conn->xferdata.checksum = 0xffff0000; conn->xferdata.rfrcsum = 0xffff0000; conn->xferdata.rfcsum = 0xffff0000; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-12 04:53:04
|
Revision: 17258 http://svn.sourceforge.net/gaim/?rev=17258&view=rev Author: datallah Date: 2006-09-11 21:52:55 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Unless I'm missing something, VERSION.in isn't used at all anymore Modified Paths: -------------- trunk/Makefile.am trunk/configure.ac Removed Paths: ------------- trunk/VERSION.in Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) +++ trunk/Makefile.am 2006-09-12 04:52:55 UTC (rev 17258) @@ -10,7 +10,6 @@ README.SVN \ README.dbus \ README.mingw \ - VERSION.in \ gaim.pc.in \ gaim.spec.in \ gaim.apspec.in \ Deleted: trunk/VERSION.in =================================================================== --- trunk/VERSION.in 2006-09-12 02:00:10 UTC (rev 17257) +++ trunk/VERSION.in 2006-09-12 04:52:55 UTC (rev 17258) @@ -1 +0,0 @@ -@VERSION@ Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-09-12 02:00:10 UTC (rev 17257) +++ trunk/configure.ac 2006-09-12 04:52:55 UTC (rev 17258) @@ -1841,17 +1841,6 @@ AC_DEFINE(GAIM_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).]) fi -AC_CONFIG_COMMANDS_PRE([ - if test -e VERSION; then - cp -p VERSION VERSION.ac-save - fi -]) - -AC_CONFIG_COMMANDS_POST([ - cmp VERSION VERSION.ac-save || touch -r VERSION.ac-save VERSION - rm -f VERSION.ac-save -]) - AC_OUTPUT([Makefile Doxyfile gaim.apspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-12 02:00:28
|
Revision: 17257 http://svn.sourceforge.net/gaim/?rev=17257&view=rev Author: datallah Date: 2006-09-11 19:00:10 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Don't include config.h in the dist (I don't know if I can completely get rid of the gaiminclude_HEADERS variable in the root Makefile.am - someone more autotools savvy can do so if it is appropriate). Add missing wingaim Makefiles to the dist. Modified Paths: -------------- trunk/Makefile.am trunk/gtk/sounds/Makefile.am trunk/libgaim/protocols/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-09-11 22:57:41 UTC (rev 17256) +++ trunk/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) @@ -30,7 +30,7 @@ po/Makefile.mingw gaimincludedir=$(includedir)/gaim -gaiminclude_HEADERS = config.h +nodist_gaiminclude_HEADERS = config.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gaim.pc Modified: trunk/gtk/sounds/Makefile.am =================================================================== --- trunk/gtk/sounds/Makefile.am 2006-09-11 22:57:41 UTC (rev 17256) +++ trunk/gtk/sounds/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) @@ -1,4 +1,5 @@ EXTRA_DIST = \ + Makefile.mingw \ alert.wav \ login.wav \ logout.wav \ Modified: trunk/libgaim/protocols/Makefile.am =================================================================== --- trunk/libgaim/protocols/Makefile.am 2006-09-11 22:57:41 UTC (rev 17256) +++ trunk/libgaim/protocols/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) @@ -1,3 +1,5 @@ +EXTRA_DIST = Makefile.mingw + DIST_SUBDIRS = bonjour gg irc jabber msn novell oscar qq sametime silc toc simple yahoo zephyr SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-09-11 22:57:46
|
Revision: 17256 http://svn.sourceforge.net/gaim/?rev=17256&view=rev Author: rlaager Date: 2006-09-11 15:57:41 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Sean requested case-insensitive matching on command, and noted that the plus sign wasn't being unescaped to a space. Both are fixed now. Modified Paths: -------------- trunk/libgaim/gaim-url-handler Modified: trunk/libgaim/gaim-url-handler =================================================================== --- trunk/libgaim/gaim-url-handler 2006-09-11 22:39:16 UTC (rev 17255) +++ trunk/libgaim/gaim-url-handler 2006-09-11 22:57:41 UTC (rev 17256) @@ -84,23 +84,23 @@ print "Invalid aim URI: %s" % uri return - command = urllib.unquote(match.group(2)) + command = urllib.unquote_plus(match.group(2)) paramstring = match.group(4) params = {} if paramstring: for param in paramstring.split("&"): key, value = extendlist(param.split("=", 1), 2, "") - params[key] = urllib.unquote(value) + params[key] = urllib.unquote_plus(value) accountname = params.get("account", "") screenname = params.get("screenname", "") account = findaccount(protocol, accountname) - if command == "goim": + if command.lower() == "goim": goim(account, screenname, params.get("message")) - elif command == "gochat": + elif command.lower() == "gochat": gochat(account, params) - elif command == "addbuddy": + elif command.lower() == "addbuddy": addbuddy(account, screenname, params.get("group", "")) def gg(uri): @@ -110,7 +110,7 @@ print "Invalid gg URI: %s" % uri return - screenname = urllib.unquote(match.group(1)) + screenname = urllib.unquote_plus(match.group(1)) account = findaccount(protocol) goim(account, screenname) @@ -124,7 +124,7 @@ print "Invalid irc URI: %s" % uri return - server = urllib.unquote(match.group(2)) or "" + server = urllib.unquote_plus(match.group(2)) or "" target = match.group(3) or "" query = match.group(5) or "" @@ -140,15 +140,15 @@ if paramstring: for param in paramstring.split("&"): key, value = extendlist(param.split("=", 1), 2, "") - params[key] = urllib.unquote(value) + params[key] = urllib.unquote_plus(value) account = findaccount(protocol) if (target != ""): if (isnick): - goim(account, urllib.unquote(target.split(",")[0]), params.get("msg")) + goim(account, urllib.unquote_plus(target.split(",")[0]), params.get("msg")) else: - channel = urllib.unquote(target.split(",")[0]) + channel = urllib.unquote_plus(target.split(",")[0]) if channel[0] != "#": channel = "#" + channel gochat(account, {"server": server, "channel": channel, "password": params.get("key", "")}, params.get("msg")) @@ -160,20 +160,20 @@ print "Invalid msnim URI: %s" % uri return - command = urllib.unquote(match.group(1)) + command = urllib.unquote_plus(match.group(1)) paramstring = match.group(3) params = {} if paramstring: for param in paramstring.split("&"): key, value = extendlist(param.split("=", 1), 2, "") - params[key] = urllib.unquote(value) + params[key] = urllib.unquote_plus(value) screenname = params.get("contact", "") account = findaccount(protocol) - if command == "chat": + if command.lower() == "chat": goim(account, screenname) - elif command == "add": + elif command.lower() == "add": addbuddy(account, screenname) def sip(uri): @@ -183,7 +183,7 @@ print "Invalid sip URI: %s" % uri return - screenname = urllib.unquote(match.group(1)) + screenname = urllib.unquote_plus(match.group(1)) account = findaccount(protocol) goim(account, screenname) @@ -194,24 +194,24 @@ print "Invalid xmpp URI: %s" % uri return - accountname = urllib.unquote(match.group(2)) or "" - screenname = urllib.unquote(match.group(4)) - command = urllib.unquote(match.group(6)) + accountname = urllib.unquote_plus(match.group(2)) or "" + screenname = urllib.unquote_plus(match.group(4)) + command = urllib.unquote_plus(match.group(6)) paramstring = match.group(8) params = {} if paramstring: for param in paramstring.split(";"): key, value = extendlist(param.split("=", 1), 2, "") - params[key] = urllib.unquote(value) + params[key] = urllib.unquote_plus(value) account = findaccount(protocol, accountname) - if command == "message": + if command.lower() == "message": goim(account, screenname, params.get("body")) - elif command == "join": + elif command.lower() == "join": room, server = screenname.split("@") gochat(account, {"room": room, "server": server}) - elif command == "roster": + elif command.lower() == "roster": addbuddy(account, screenname, params.get("group", ""), params.get("name", "")) else: goim(account, screenname) @@ -223,22 +223,22 @@ print "Invalid ymsgr URI: %s" % uri return - command = urllib.unquote(match.group(1)) - screenname = urllib.unquote(match.group(3)) + command = urllib.unquote_plus(match.group(1)) + screenname = urllib.unquote_plus(match.group(3)) paramstring = match.group(5) params = {} if paramstring: for param in paramstring.split("&"): key, value = extendlist(param.split("=", 1), 2, "") - params[key] = urllib.unquote(value) + params[key] = urllib.unquote_plus(value) account = findaccount(protocol) - if command == "sendIM": + if command.lower() == "sendIM": goim(account, screenname, params.get("m")) - elif command == "chat": + elif command.lower() == "chat": gochat(account, {"room": screenname}) - elif command == "addfriend": + elif command.lower() == "addfriend": addbuddy(account, screenname) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-09-11 22:39:23
|
Revision: 17255 http://svn.sourceforge.net/gaim/?rev=17255&view=rev Author: datallah Date: 2006-09-11 15:39:16 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Update for some new translations. Modified Paths: -------------- trunk/gtk/win32/win_gaim.c Modified: trunk/gtk/win32/win_gaim.c =================================================================== --- trunk/gtk/win32/win_gaim.c 2006-09-11 21:07:32 UTC (rev 17254) +++ trunk/gtk/win32/win_gaim.c 2006-09-11 22:39:16 UTC (rev 17255) @@ -37,6 +37,22 @@ #define WIN32_PROXY_REGKEY "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings" +/* These will hopefully be in the win32api next time it is updated - at which point, we'll remove them */ +#ifndef LANG_PERSIAN +#define LANG_PERSIAN 0x29 +#endif +#ifndef LANG_BOSNIAN +#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN 0x05 +#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x08 +#endif +#ifndef SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN +#define SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN 0x04 +#endif +#ifndef LANG_XHOSA +#define LANG_XHOSA 0x34 +#endif + + typedef int (CALLBACK* LPFNGAIMMAIN)(HINSTANCE, int, char**); typedef void (CALLBACK* LPFNSETDLLDIRECTORY)(LPCTSTR); typedef BOOL (CALLBACK* LPFNATTACHCONSOLE)(DWORD); @@ -234,7 +250,9 @@ int sub_id = SUBLANGID(lcid); switch (lang_id) { - case LANG_ARABIC: break; + case LANG_ARABIC: posix = "ar"; break; + case LANG_AZERI: posix = "az"; break; + case LANG_BENGALI: posix = "bn"; break; case LANG_BULGARIAN: posix = "bg"; break; case LANG_CATALAN: posix = "ca"; break; case LANG_CHINESE: @@ -249,6 +267,8 @@ break; case LANG_CZECH: posix = "cs"; break; case LANG_DANISH: posix = "da"; break; + case LANG_ESTONIAN: posix = "et"; break; + case LANG_PERSIAN: posix = "fa"; break; case LANG_GERMAN: posix = "de"; break; case LANG_GREEK: posix = "el"; break; case LANG_ENGLISH: @@ -264,15 +284,23 @@ } break; case LANG_SPANISH: posix = "es"; break; + case LANG_BASQUE: posix = "eu"; break; case LANG_FINNISH: posix = "fi"; break; case LANG_FRENCH: posix = "fr"; break; + case LANG_GALICIAN: posix = "gl"; break; + case LANG_GUJARATI: posix = "gu"; break; case LANG_HEBREW: posix = "he"; break; + case LANG_HINDI: posix = "hi"; break; case LANG_HUNGARIAN: posix = "hu"; break; case LANG_ICELANDIC: break; case LANG_ITALIAN: posix = "it"; break; case LANG_JAPANESE: posix = "ja"; break; + case LANG_GEORGIAN: posix = "ka"; break; case LANG_KOREAN: posix = "ko"; break; + case LANG_LITHUANIAN: posix = "lt"; break; + case LANG_MACEDONIAN: posix = "mk"; break; case LANG_DUTCH: posix = "nl"; break; + case LANG_NEPALI: posix = "ne"; break; case LANG_NORWEGIAN: switch (sub_id) { case SUBLANG_NORWEGIAN_BOKMAL: @@ -281,6 +309,7 @@ posix = "nn"; break; } break; + case LANG_PUNJABI: posix = "pa"; break; case LANG_POLISH: posix = "pl"; break; case LANG_PORTUGUESE: switch (sub_id) { @@ -292,73 +321,63 @@ break; case LANG_ROMANIAN: posix = "ro"; break; case LANG_RUSSIAN: posix = "ru"; break; - /* LANG_CROATIAN == LANG_SERBIAN for some reason - * We'll need to do something here if we ever get a croatian translation */ - /* case LANG_CROATIAN: posix = "hr"; break;*/ + /* LANG_CROATIAN == LANG_SERBIAN == LANG_BOSNIAN */ case LANG_SERBIAN: switch (sub_id) { case SUBLANG_SERBIAN_LATIN: posix = "sr@Latn"; break; case SUBLANG_SERBIAN_CYRILLIC: posix = "sr"; break; + case SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC: + case SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN: + posix = "bs"; break; + case SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN: + posix = "hr"; break; } break; case LANG_SLOVAK: posix = "sk"; break; + case LANG_SLOVENIAN: posix = "sl"; break; case LANG_ALBANIAN: posix = "sq"; break; case LANG_SWEDISH: posix = "sv"; break; + case LANG_TAMIL: posix = "ta"; break; + case LANG_TELUGU: posix = "te"; break; case LANG_THAI: posix = "th"; break; case LANG_TURKISH: posix = "tr"; break; + case LANG_UKRAINIAN: posix = "uk"; break; + case LANG_VIETNAMESE: posix = "vi"; break; + case LANG_XHOSA: posix = "xh"; break; case LANG_URDU: break; case LANG_INDONESIAN: break; - case LANG_UKRAINIAN: posix = "uk"; break; case LANG_BELARUSIAN: break; - case LANG_SLOVENIAN: posix = "sl"; break; - case LANG_ESTONIAN: posix = "et"; break; case LANG_LATVIAN: break; - case LANG_LITHUANIAN: posix = "lt"; break; - case LANG_FARSI: break; - case LANG_VIETNAMESE: posix = "vi"; break; case LANG_ARMENIAN: break; - case LANG_AZERI: posix = "az"; break; - case LANG_BASQUE: break; - case LANG_MACEDONIAN: posix = "mk"; break; case LANG_AFRIKAANS: break; - case LANG_GEORGIAN: posix = "ka"; break; case LANG_FAEROESE: break; - case LANG_HINDI: posix = "hi"; break; case LANG_MALAY: break; case LANG_KAZAK: break; case LANG_KYRGYZ: break; case LANG_SWAHILI: break; case LANG_UZBEK: break; case LANG_TATAR: break; - case LANG_BENGALI: break; - case LANG_PUNJABI: posix = "pa"; break; - case LANG_GUJARATI: posix = "gu"; break; case LANG_ORIYA: break; - case LANG_TAMIL: posix = "ta"; break; - case LANG_TELUGU: break; case LANG_KANNADA: break; case LANG_MALAYALAM: break; case LANG_ASSAMESE: break; case LANG_MARATHI: break; case LANG_SANSKRIT: break; case LANG_MONGOLIAN: break; - case LANG_GALICIAN: posix = "gl"; break; case LANG_KONKANI: break; case LANG_MANIPURI: break; case LANG_SINDHI: break; case LANG_SYRIAC: break; case LANG_KASHMIRI: break; - case LANG_NEPALI: break; case LANG_DIVEHI: break; } /* Deal with exceptions */ if (posix == NULL) { switch (lcid) { - case 2125: posix = "my_MM"; break; /* Myanmar (Burmese) */ - case 1076: posix = "xh"; break; /* Xhosa */ + case 0x0455: posix = "my_MM"; break; /* Myanmar (Burmese) */ case 9999: posix = "ku"; break; /* Kurdish (from NSIS) */ } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-09-11 21:07:37
|
Revision: 17254 http://svn.sourceforge.net/gaim/?rev=17254&view=rev Author: seanegan Date: 2006-09-11 14:07:32 -0700 (Mon, 11 Sep 2006) Log Message: ----------- The Glib timeout was causing reentrency issues, so I reimplemented it with alarm() Modified Paths: -------------- trunk/gtk/gtkmain.c Modified: trunk/gtk/gtkmain.c =================================================================== --- trunk/gtk/gtkmain.c 2006-09-11 18:34:36 UTC (rev 17253) +++ trunk/gtk/gtkmain.c 2006-09-11 21:07:32 UTC (rev 17254) @@ -89,7 +89,6 @@ #endif #ifdef HAVE_SIGNAL_H -static guint clean_pid_timeout = 0; /* * Lists of signals we wish to catch and those we wish to ignore. @@ -102,6 +101,7 @@ SIGTERM, SIGQUIT, SIGCHLD, + SIGALRM, -1 }; @@ -175,14 +175,12 @@ * during initialization. But it's not in 0.10.0, so we shouldn't * use it. */ -static gboolean -clean_pid(gpointer data) +static void +clean_pid() { int status; pid_t pid; - clean_pid_timeout = 0; - do { pid = waitpid(-1, &status, WNOHANG); } while (pid != 0 && pid != (pid_t)-1); @@ -194,10 +192,7 @@ } /* Restore signal catching */ - signal(SIGCHLD, sighandler); - - /* This timer should not be called again by glib */ - return FALSE; + signal(SIGALRM, sighandler); } char *segfault_message; @@ -215,10 +210,13 @@ abort(); break; case SIGCHLD: - if (clean_pid_timeout > 0) - gaim_timeout_remove(clean_pid_timeout); - clean_pid_timeout = gaim_timeout_add(1000, clean_pid, NULL); + /* Restore signal catching */ + signal(SIGCHLD, sighandler); + alarm(1); break; + case SIGALRM: + clean_pid(); + break; default: gaim_debug_warning("sighandler", "Caught signal %d\n", sig); gaim_connections_disconnect_all(); @@ -802,8 +800,6 @@ gtk_main(); #ifdef HAVE_SIGNAL_H - if (clean_pid_timeout > 0) - gaim_timeout_remove(clean_pid_timeout); g_free(segfault_message); #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lsc...@us...> - 2006-09-11 18:34:41
|
Revision: 17253 http://svn.sourceforge.net/gaim/?rev=17253&view=rev Author: lschiere Date: 2006-09-11 11:34:36 -0700 (Mon, 11 Sep 2006) Log Message: ----------- (14:33:36) LSchiere2: ankit_patel is going to drive me crazy, changing his mind left and right Modified Paths: -------------- trunk/gtk/gtkdialogs.c Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-09-11 18:29:35 UTC (rev 17252) +++ trunk/gtk/gtkdialogs.c 2006-09-11 18:34:36 UTC (rev 17253) @@ -139,7 +139,6 @@ {N_("French"), "fr", "Éric Boumaour", "zon...@us..."}, {N_("Galician"), "gl", "Ignacio Casal Quinteiro", "nac...@gm..."}, {N_("Gujarati"), "gu", "Ankit Patel", "ank...@us..."}, - {N_("Gujarati"), "gu", "Kartik Mistry", "kar...@gm..."}, {N_("Gujarati"), "gu", "Gujarati Language Team", "ind...@li..."}, {N_("Hebrew"), "he", "Shalom Craimer", "scr...@gm..."}, {N_("Hindi"), "hi", "Ravishankar Shrivastava", "rav...@ya..."}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lsc...@us...> - 2006-09-11 18:29:44
|
Revision: 17252 http://svn.sourceforge.net/gaim/?rev=17252&view=rev Author: lschiere Date: 2006-09-11 11:29:35 -0700 (Mon, 11 Sep 2006) Log Message: ----------- 1)add file 2)test it compiles 3)attempt to commit it, watch svn fail 4)set the silly property things 5)commit Modified Paths: -------------- trunk/configure.ac trunk/gtk/gtkdialogs.c trunk/po/ChangeLog Added Paths: ----------- trunk/po/ar.po Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-09-11 17:35:48 UTC (rev 17251) +++ trunk/configure.ac 2006-09-11 18:29:35 UTC (rev 17252) @@ -46,7 +46,7 @@ ;; esac -ALL_LINGUAS="am az bg bn bs ca ca@valencia cs da de el en_AU en_CA en_GB es et eu fa fi fr gl gu he hi hu it ja ka ko ku lt mk my_MM nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta te th tr uk vi xh zh_CN zh_TW" +ALL_LINGUAS="am ar az bg bn bs ca ca@valencia cs da de el en_AU en_CA en_GB es et eu fa fi fr gl gu he hi hu it ja ka ko ku lt mk my_MM nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta te th tr uk vi xh zh_CN zh_TW" AM_GLIB_GNU_GETTEXT dnl we don't use autobreak on cygwin!! Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-09-11 17:35:48 UTC (rev 17251) +++ trunk/gtk/gtkdialogs.c 2006-09-11 18:29:35 UTC (rev 17252) @@ -112,6 +112,7 @@ /* Order: Code, then Alphabetical by Last Name */ static struct translator current_translators[] = { + {N_("Arabic"), "ar", "Mohamed Magdy", "al...@ya..."}, {N_("Bulgarian"), "bg", "Vladimira Girginova", "mi...@he..."}, {N_("Bulgarian"), "bg", "Vladimir (Kaladan) Petkov", "vp...@i-..."}, {N_("Bengali"), "bn", "INDRANIL DAS GUPTA", "in...@l2..."}, Modified: trunk/po/ChangeLog =================================================================== --- trunk/po/ChangeLog 2006-09-11 17:35:48 UTC (rev 17251) +++ trunk/po/ChangeLog 2006-09-11 18:29:35 UTC (rev 17252) @@ -1,6 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! version 2.0.0: + * Arabic translation added (Mohamed Magdy) * Bengali translation added (INDRANIL DAS GUPTA and Samia Nimatullah) * Bosnian translation added (Lejla Hadzialic) * Bulgarian translation updated (Vladimir "Kaladan" Petkov) Added: trunk/po/ar.po =================================================================== --- trunk/po/ar.po (rev 0) +++ trunk/po/ar.po 2006-09-11 18:29:35 UTC (rev 17252) @@ -0,0 +1,13800 @@ +msgid "" +msgstr "" +"Project-Id-Version: Gaim\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2006-08-28 22:22+0200\n" +"Last-Translator: Mohamed Magdy <al...@ya...>\n" +"Language-Team: Mohamed Magdy <al...@ya...>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Arabic\n" +"X-Poedit-Country: EGYPT\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../gaim.desktop.in.h:1 +msgid "Gaim Internet Messenger" +msgstr "جايم مراسل الانترنت" + +#: ../gaim.desktop.in.h:2 +msgid "Internet Messenger" +msgstr "مراسل الانترنت" + +#: ../gaim.desktop.in.h:3 +msgid "Send instant messages over multiple protocols" +msgstr "أرسل رسائل قصيرة عبر بروتوكلات متعددة" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ciphertest.c:264 +#, fuzzy +msgid "Cipher Test" +msgstr "اختبار الضبط" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/ciphertest.c:267 +#: ../plugins/ciphertest.c:269 +msgid "Tests the ciphers that ship with gaim." +msgstr "" + +#: ../plugins/contact_priority.c:61 +#, fuzzy +msgid "Buddy is idle" +msgstr "الملفّ فارغ" + +#: ../plugins/contact_priority.c:62 +#, fuzzy +msgid "Buddy is away" +msgstr "الملفّ فارغ" + +#: ../plugins/contact_priority.c:63 +msgid "Buddy is \"extended\" away" +msgstr "" + +#. Not used yet. +#: ../plugins/contact_priority.c:66 +#, fuzzy +msgid "Buddy is mobile" +msgstr "الملفّ فارغ" + +#: ../plugins/contact_priority.c:68 +#, fuzzy +msgid "Buddy is offline" +msgstr "الملفّ فارغ" + +#: ../plugins/contact_priority.c:90 +msgid "Point values to use when..." +msgstr "" + +#: ../plugins/contact_priority.c:118 +msgid "The buddy with the <i>largest score</i> is the buddy who will have priority in the contact.\n" +msgstr "" + +#: ../plugins/contact_priority.c:125 +msgid "Use last buddy when scores are equal" +msgstr "" + +#: ../plugins/contact_priority.c:130 +msgid "Point values to use for account..." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/contact_priority.c:182 +#, fuzzy +msgid "Contact Priority" +msgstr "وضع الاولوية" + +#. *< name +#. *< version +#. *< summary +#: ../plugins/contact_priority.c:185 +msgid "Allows for controlling the values associated with different buddy states." +msgstr "" + +#. *< description +#: ../plugins/contact_priority.c:187 +msgid "Allows for changing the point values of idle/away/offline states for buddies in contact priority computations." +msgstr "" + +#. *< api_version +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/crazychat/cc_gaim_plugin.c:146 +msgid "Crazychat" +msgstr "دردشة مجنونة" + +#. *< name +#. *< version +#. * summary +#: ../plugins/crazychat/cc_gaim_plugin.c:149 +msgid "Plugin to establish a Crazychat session." +msgstr "" + +#. * description +#: ../plugins/crazychat/cc_gaim_plugin.c:151 +msgid "Uses Gaim to obtain buddy ips to connect for a Crazychat session" +msgstr "" + +#. make the network configuration frame +#: ../plugins/crazychat/cc_gaim_plugin.c:295 +msgid "Network Configuration" +msgstr "ضبط الشبكة" + +#: ../plugins/crazychat/cc_gaim_plugin.c:307 +msgid "TCP port" +msgstr "TCP منفذ" + +#: ../plugins/crazychat/cc_gaim_plugin.c:317 +msgid "UDP port" +msgstr "UDP منفذ" + +#. make the feature configuration frame +#: ../plugins/crazychat/cc_gaim_plugin.c:329 +#, fuzzy +msgid "Feature Calibration" +msgstr "الميزّة الرئيسية" + +#. add enabled / disabled +#: ../plugins/crazychat/cc_gaim_plugin.c:345 +#: ../src/gtkaccount.c:2259 +#: ../src/gtkplugin.c:574 +msgid "Enabled" +msgstr "مفعل" + +#: ../plugins/crazychat/cc_gaim_plugin.c:350 +msgid "Disabled" +msgstr "معطل" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/dbus-example.c:155 +msgid "DBus Example" +msgstr "" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/dbus-example.c:158 +#: ../plugins/dbus-example.c:160 +#, fuzzy +msgid "DBus Plugin Example" +msgstr ":غير موجود MP3 مقبس تصدير " + +#: ../plugins/docklet/docklet.c:154 +msgid "Right-click for more unread messages...\n" +msgstr "" + +#: ../plugins/docklet/docklet.c:157 +#: ../src/gtkblist.c:3253 +#, fuzzy, c-format +msgid "%d unread message from %s\n" +msgid_plural "%d unread messages from %s\n" +msgstr[0] "قطع الاتصال مع الخادم" +msgstr[1] "" + +#: ../plugins/docklet/docklet.c:432 +msgid "Change Status" +msgstr "تغيير الحالة" + +#: ../plugins/docklet/docklet.c:435 +#: ../src/gtkstatusbox.c:673 +#: ../src/protocols/gg/gg.c:996 +#: ../src/protocols/jabber/buddy.c:1369 +#: ../src/protocols/msn/state.c:29 +#: ../src/protocols/msn/state.c:30 +#: ../src/protocols/msn/state.c:37 +#: ../src/protocols/msn/state.c:38 +#: ../src/protocols/novell/novell.c:2843 +#: ../src/protocols/yahoo/yahoo.c:2759 +#: ../src/status.c:155 +msgid "Available" +msgstr "متاح" + +#. Away stuff +#. get_yahoo_status_from_gaim_status() returns YAHOO_STATUS_CUSTOM for +#. * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message +#: ../plugins/docklet/docklet.c:439 +#: ../src/gtkprefs.c:1774 +#: ../src/gtkstatusbox.c:674 +#: ../src/protocols/gg/gg.c:999 +#: ../src/protocols/irc/irc.c:519 +#: ../src/protocols/irc/msgs.c:223 +#: ../src/protocols/jabber/buddy.c:1373 +#: ../src/protocols/novell/novell.c:2846 +#: ../src/protocols/oscar/oscar.c:695 +#: ../src/protocols/oscar/oscar.c:4376 +#: ../src/protocols/oscar/oscar.c:5440 +#: ../src/protocols/silc/buddy.c:1469 +#: ../src/protocols/yahoo/yahoo.c:3229 +#: ../src/protocols/yahoo/yahoo.c:3302 +#: ../src/status.c:158 +msgid "Away" +msgstr "بعيد" + +#: ../plugins/docklet/docklet.c:443 +#: ../src/gtkstatusbox.c:675 +#: ../src/protocols/oscar/oscar.c:699 +#: ../src/protocols/yahoo/yahoo.c:2753 +#: ../src/status.c:157 +msgid "Invisible" +msgstr "غير مرئى" + +#: ../plugins/docklet/docklet.c:447 +#: ../src/gtkblist.c:2959 +#: ../src/gtkstatusbox.c:676 +#: ../src/protocols/gg/gg.c:993 +#: ../src/protocols/jabber/buddy.c:1367 +#: ../src/protocols/novell/novell.c:2855 +#: ../src/protocols/oscar/oscar.c:770 +#: ../src/protocols/oscar/oscar.c:5412 +#: ../src/protocols/yahoo/yahoo.c:2757 +#: ../src/status.c:154 +msgid "Offline" +msgstr "غير متصل" + +#: ../plugins/docklet/docklet.c:467 +#: ../src/gtkstatusbox.c:681 +msgid "New..." +msgstr "جديد" + +#: ../plugins/docklet/docklet.c:468 +#: ../src/gtkstatusbox.c:682 +msgid "Saved..." +msgstr "تم الحفظ" + +#: ../plugins/docklet/docklet.c:484 +#, fuzzy +msgid "Show Buddy List" +msgstr "قائمة ألسنة الصفحات" + +#: ../plugins/docklet/docklet.c:489 +#: ../src/gtkconv.c:5677 +msgid "Unread Messages" +msgstr "رسائل غير مقروئة" + +#: ../plugins/docklet/docklet.c:510 +msgid "New Message..." +msgstr "رسالة جديدة" + +#: ../plugins/docklet/docklet.c:519 +#: ../src/gtkaccount.c:2475 +msgid "Accounts" +msgstr "الحسابات" + +#: ../plugins/docklet/docklet.c:520 +#: ../src/gtkplugin.c:538 +#, fuzzy +msgid "Plugins" +msgstr "ملحقات" + +#: ../plugins/docklet/docklet.c:521 +#: ../src/gtkprefs.c:1915 +msgid "Preferences" +msgstr "التخصيصات" + +#: ../plugins/docklet/docklet.c:525 +msgid "Mute Sounds" +msgstr "" + +#. TODO: need a submenu to change status, this needs to "link" +#. * to the status in the buddy list gtkstatusbox +#. +#: ../plugins/docklet/docklet.c:538 +msgid "Quit" +msgstr "غلق" + +#: ../plugins/docklet/docklet.c:679 +msgid "Blink tray icon for unread..." +msgstr "" + +#: ../plugins/docklet/docklet.c:682 +msgid "_Instant Messages:" +msgstr "" + +#: ../plugins/docklet/docklet.c:684 +#: ../plugins/docklet/docklet.c:692 +#: ../plugins/win32/winprefs/winprefs.c:462 +#: ../src/gtkprefs.c:823 +#: ../src/gtkprefs.c:1764 +#: ../src/gtkprefs.c:1778 +msgid "Never" +msgstr "أبدا" + +#: ../plugins/docklet/docklet.c:685 +#, fuzzy +msgid "In hidden conversations" +msgstr "عرض الملفات ال_مخفيّة." + +#: ../plugins/docklet/docklet.c:686 +#: ../plugins/docklet/docklet.c:694 +#: ../plugins/timestamp_format.c:39 +#: ../plugins/timestamp_format.c:48 +#: ../plugins/win32/winprefs/winprefs.c:463 +#: ../src/gtkprefs.c:825 +msgid "Always" +msgstr "دائما" + +#: ../plugins/docklet/docklet.c:690 +msgid "C_hat Messages:" +msgstr "" + +#: ../plugins/docklet/docklet.c:693 +msgid "When my nick is said" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/docklet/docklet.c:720 +#, fuzzy +msgid "System Tray Icon" +msgstr "خطأ عند تحميل الأيقونة: %s" + +#. *< name +#. *< version +#. * summary +#: ../plugins/docklet/docklet.c:723 +msgid "Displays an icon for Gaim in the system tray." +msgstr "" + +#. * description +#: ../plugins/docklet/docklet.c:725 +msgid "Displays a system tray icon (in GNOME, KDE, or Windows for example) to show the current status of Gaim, allow fast access to commonly used functions, and to toggle display of the buddy list. Also provides options to blink for unread messages." +msgstr "" + +#: ../plugins/docklet/eggtrayicon.c:123 +#, fuzzy +msgid "Orientation" +msgstr "التوجيه" + +#: ../plugins/docklet/eggtrayicon.c:124 +#, fuzzy +msgid "The orientation of the tray." +msgstr "مطفأة السّجائر" + +#: ../plugins/extplacement.c:80 +#, fuzzy +msgid "By conversation count" +msgstr "اعترض من قبل المستخدم" + +#: ../plugins/extplacement.c:101 +msgid "Conversation Placement" +msgstr "" + +#: ../plugins/extplacement.c:106 +msgid "Number of conversations per window" +msgstr "" + +#: ../plugins/extplacement.c:112 +msgid "Separate IM and Chat windows when placing by number" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/extplacement.c:135 +msgid "ExtPlacement" +msgstr "" + +#. *< name +#. *< version +#: ../plugins/extplacement.c:137 +msgid "Extra conversation placement options." +msgstr "" + +#. *< summary +#. * description +#: ../plugins/extplacement.c:139 +msgid "Restrict the number of conversations per windows, optionally separating IMs and Chats" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/filectl.c:248 +#, fuzzy +msgid "Gaim File Control" +msgstr "لوح ادوات تحكم أوداسيتي" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/filectl.c:251 +#: ../plugins/filectl.c:253 +msgid "Allows you to control Gaim by entering commands in a file." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/gaiminc.c:91 +#, fuzzy +msgid "Gaim Demonstration Plugin" +msgstr ":غير موجود MP3 مقبس تصدير " + +#. *< name +#. *< version +#. * summary +#: ../plugins/gaiminc.c:94 +msgid "An example plugin that does stuff - see the description." +msgstr "" + +#. * description +#: ../plugins/gaiminc.c:96 +msgid "" +"This is a really cool plugin that does a lot of stuff:\n" +"- It tells you who wrote the program when you log in\n" +"- It reverses all incoming text\n" +"- It sends a message to people on your list immediately when they sign on" +msgstr "" + +#: ../plugins/gaimrc.c:41 +#, fuzzy +msgid "Cursor Color" +msgstr "مختار الألوان" + +#: ../plugins/gaimrc.c:42 +#, fuzzy +msgid "Secondary Cursor Color" +msgstr "_حفظ اللون هنا" + +#: ../plugins/gaimrc.c:43 +#, fuzzy +msgid "Hyperlink Color" +msgstr "مختار الألوان" + +#: ../plugins/gaimrc.c:56 +#, fuzzy +msgid "GtkTreeView Expander Size" +msgstr "chunk size غير صالح" + +#: ../plugins/gaimrc.c:57 +msgid "GtkTreeView Horizontal Separation" +msgstr "" + +#: ../plugins/gaimrc.c:76 +#, fuzzy +msgid "Conversation Entry" +msgstr "أختيار مدخل" + +#: ../plugins/gaimrc.c:77 +#, fuzzy +msgid "Conversation History" +msgstr "مسح التاريخ" + +#: ../plugins/gaimrc.c:78 +msgid "Log Viewer" +msgstr "عارض الدفتر" + +#: ../plugins/gaimrc.c:79 +#, fuzzy +msgid "Request Dialog" +msgstr "عرض صندوق حوار عن" + +#: ../plugins/gaimrc.c:80 +msgid "Notify Dialog" +msgstr "صندوق حوار التذكير" + +#: ../plugins/gaimrc.c:91 +msgid "GtkTreeView Indent Expanders" +msgstr "" + +#: ../plugins/gaimrc.c:287 +#, c-format +msgid "Select Color for %s" +msgstr "%s إختيار لون ل" + +#: ../plugins/gaimrc.c:289 +msgid "Select Color" +msgstr "أختار لون" + +#: ../plugins/gaimrc.c:324 +#, c-format +msgid "Select Font for %s" +msgstr "%s إختيار خط ل" + +#: ../plugins/gaimrc.c:364 +msgid "Select Interface Font" +msgstr "اختار خط الواجهة" + +#: ../plugins/gaimrc.c:420 +msgid "General" +msgstr "عام" + +#: ../plugins/gaimrc.c:425 +#, fuzzy +msgid "GTK+ Interface Font" +msgstr "تعليمات تنقيح GTK+ التي ستضبط" + +#: ../plugins/gaimrc.c:445 +msgid "GTK+ Text Shortcut Theme" +msgstr "" + +#: ../plugins/gaimrc.c:480 +msgid "Interface colors" +msgstr "ألوان الواجهة" + +#: ../plugins/gaimrc.c:504 +msgid "Widget Sizes" +msgstr "" + +#: ../plugins/gaimrc.c:525 +msgid "Fonts" +msgstr "الخطوط" + +#: ../plugins/gaimrc.c:548 +msgid "Tools" +msgstr "أدوات" + +#: ../plugins/gaimrc.c:553 +#, fuzzy, c-format +msgid "Write settings to %s%sgtkrc-2.0" +msgstr "خطأ فى التأكد من الخصائص" + +#: ../plugins/gaimrc.c:561 +msgid "Re-read gtkrc files" +msgstr "" + +#: ../plugins/gaimrc.c:588 +msgid "Gaim GTK+ Theme Control" +msgstr "" + +#: ../plugins/gaimrc.c:590 +#: ../plugins/gaimrc.c:591 +msgid "Provides access to commonly used gtkrc settings." +msgstr "" + +#. Configuration frame +#: ../plugins/gestures/gestures.c:235 +#, fuzzy +msgid "Mouse Gestures Configuration" +msgstr "&مساعد ضبط الشبكة" + +#: ../plugins/gestures/gestures.c:242 +msgid "Middle mouse button" +msgstr "" + +#: ../plugins/gestures/gestures.c:247 +#, fuzzy +msgid "Right mouse button" +msgstr "المؤشر يمين\tيمين" + +#. "Visual gesture display" checkbox +#: ../plugins/gestures/gestures.c:259 +#, fuzzy +msgid "_Visual gesture display" +msgstr "عرض صندوق حوار عن" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/gestures/gestures.c:289 +msgid "Mouse Gestures" +msgstr "" + +#. *< name +#. *< version +#. * summary +#: ../plugins/gestures/gestures.c:292 +msgid "Provides support for mouse gestures" +msgstr "" + +#. * description +#: ../plugins/gestures/gestures.c:294 +msgid "" +"Allows support for mouse gestures in conversation windows.\n" +"Drag the middle mouse button to perform certain actions:\n" +"\n" +"Drag down and then to the right to close a conversation.\n" +"Drag up and then to the left to switch to the previous conversation.\n" +"Drag up and then to the right to switch to the next conversation." +msgstr "" + +#. Extract their Name and put it in +#. Contact Info +#. Personal +#. Business +#: ../plugins/gevolution/add_buddy_dialog.c:131 +#: ../plugins/gevolution/assoc-buddy.c:119 +#: ../src/gtkplugin.c:587 +#: ../src/gtkroomlist.c:604 +#: ../src/protocols/jabber/jabber.c:770 +#: ../src/protocols/msn/msn.c:1529 +#: ../src/protocols/msn/msn.c:1582 +#: ../src/protocols/msn/msn.c:1603 +msgid "Name" +msgstr "الأسم" + +#: ../plugins/gevolution/add_buddy_dialog.c:142 +msgid "Instant Messaging" +msgstr "رسائل فورية" + +#: ../plugins/gevolution/add_buddy_dialog.c:442 +#: ../src/gtkblist.c:4562 +#: ../src/protocols/silc/buddy.c:736 +#: ../src/protocols/silc/buddy.c:1030 +#: ../src/protocols/silc/buddy.c:1075 +#: ../src/protocols/silc/buddy.c:1174 +#: ../src/protocols/yahoo/yahoo.c:3002 +msgid "Add Buddy" +msgstr "أضف صاحب" + +#. Add the label. +#: ../plugins/gevolution/add_buddy_dialog.c:455 +msgid "Select a person from your address book below, or add a new person." +msgstr "" + +#. "Search" +#: ../plugins/gevolution/add_buddy_dialog.c:468 +#: ../plugins/gevolution/assoc-buddy.c:353 +#: ../src/protocols/jabber/buddy.c:1726 +#: ../src/protocols/oscar/oscar.c:6042 +#: ../src/protocols/sametime/sametime.c:5532 +msgid "Search" +msgstr "بحث" + +#: ../plugins/gevolution/add_buddy_dialog.c:549 +#: ../plugins/gevolution/new_person_dialog.c:307 +#: ../src/gtkblist.c:4646 +#: ../src/gtkblist.c:5009 +msgid "Group:" +msgstr "مجموعة" + +#. "New Person" button +#: ../plugins/gevolution/add_buddy_dialog.c:575 +#: ../plugins/gevolution/assoc-buddy.c:464 +#: ../plugins/gevolution/new_person_dialog.c:251 +msgid "New Person" +msgstr "شخص جديد" + +#. "Select Buddy" button +#: ../plugins/gevolution/add_buddy_dialog.c:592 +msgid "Select Buddy" +msgstr "أختيار صاحب" + +#. Add the label. +#: ../plugins/gevolution/assoc-buddy.c:340 +msgid "Select a person from your address book to add this buddy to, or create a new person." +msgstr "" + +#. Add the expander +#: ../plugins/gevolution/assoc-buddy.c:428 +msgid "User _details" +msgstr "تفاصيل_ المستخدم" + +#. "Associate Buddy" button +#: ../plugins/gevolution/assoc-buddy.c:481 +msgid "_Associate Buddy" +msgstr "" + +#: ../plugins/gevolution/eds-utils.c:73 +#: ../plugins/gevolution/eds-utils.c:86 +#: ../src/protocols/jabber/jabber.c:1142 +msgid "None" +msgstr "لا شىء" + +#: ../plugins/gevolution/gevo-util.c:64 +#: ../plugins/gevolution/gevolution.c:96 +#: ../src/blist.c:516 +#: ../src/blist.c:1281 +#: ../src/blist.c:1508 +#: ../src/gtkblist.c:4452 +#: ../src/protocols/jabber/roster.c:67 +msgid "Buddies" +msgstr "الأصحاب" + +#: ../plugins/gevolution/gevolution.c:262 +#: ../plugins/gevolution/gevolution.c:268 +msgid "Unable to send e-mail" +msgstr "عاجز عن ارسال بريدا" + +#: ../plugins/gevolution/gevolution.c:263 +msgid "The evolution executable was not found in the PATH." +msgstr "" + +#: ../plugins/gevolution/gevolution.c:269 +msgid "The specified buddy was not found in the Evolution Contacts." +msgstr "" + +#: ../plugins/gevolution/gevolution.c:286 +#, fuzzy +msgid "Add to Address Book" +msgstr "أعادة توجيه الى عنوان غير صالح" + +#: ../plugins/gevolution/gevolution.c:290 +msgid "Send E-Mail" +msgstr "أرسل بريد الكترونى" + +#. Configuration frame +#: ../plugins/gevolution/gevolution.c:417 +#, fuzzy +msgid "Evolution Integration Configuration" +msgstr "&مساعد ضبط الشبكة" + +#. Label +#: ../plugins/gevolution/gevolution.c:420 +msgid "Select all accounts that buddies should be auto-added to." +msgstr "" + +#: ../plugins/gevolution/gevolution.c:450 +#: ../plugins/idle.c:153 +#: ../plugins/idle.c:189 +#: ../src/gtknotify.c:402 +#: ../src/gtkpounce.c:1255 +msgid "Account" +msgstr "الحساب" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/gevolution/gevolution.c:527 +msgid "Evolution Integration" +msgstr "" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/gevolution/gevolution.c:530 +#: ../plugins/gevolution/gevolution.c:532 +msgid "Provides integration with Evolution." +msgstr "" + +#: ../plugins/gevolution/new_person_dialog.c:267 +msgid "Please enter the person's information below." +msgstr "" + +#: ../plugins/gevolution/new_person_dialog.c:271 +msgid "Please enter the buddy's screen name and account type below." +msgstr "" + +#: ../plugins/gevolution/new_person_dialog.c:291 +msgid "Account type:" +msgstr "نوع الحساب" + +#: ../plugins/gevolution/new_person_dialog.c:295 +#: ../src/gtkaccount.c:780 +#: ../src/gtkblist.c:4608 +msgid "Screen name:" +msgstr "اسم الشاشة" + +#. Optional Information section +#: ../plugins/gevolution/new_person_dialog.c:315 +msgid "Optional information:" +msgstr "معلومات غير ملزمة" + +#. Label +#: ../plugins/gevolution/new_person_dialog.c:338 +#: ../src/gtkaccount.c:422 +#: ../src/gtkaccount.c:444 +#: ../src/protocols/oscar/oscar.c:601 +msgid "Buddy Icon" +msgstr "أيقونة الصاحب" + +#: ../plugins/gevolution/new_person_dialog.c:350 +msgid "First name:" +msgstr "الاسم الاول" + +#: ../plugins/gevolution/new_person_dialog.c:362 +msgid "Last name:" +msgstr "الاسم الاخير" + +#: ../plugins/gevolution/new_person_dialog.c:382 +msgid "E-mail:" +msgstr "البريد الالكترونى" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/gtk-signals-test.c:160 +#, fuzzy +msgid "GTK Signals Test" +msgstr "ملخص لنتائج الاختبار" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/gtk-signals-test.c:163 +#: ../plugins/gtk-signals-test.c:165 +msgid "Test to see that all ui signals are working properly." +msgstr "" + +#: ../plugins/history.c:120 +#, c-format +msgid "<b>Conversation with %s on %s:</b><br>" +msgstr "" + +#: ../plugins/history.c:147 +msgid "History Plugin Requires Logging" +msgstr "" + +#: ../plugins/history.c:148 +msgid "" +"Logging can be enabled from Tools -> Preferences -> Logging.\n" +"\n" +"Enabling logs for instant messages and/or chats will activate history for the same conversation type(s)." +msgstr "" + +#: ../plugins/history.c:188 +msgid "History" +msgstr "تاريخ" + +#: ../plugins/history.c:190 +msgid "Shows recently logged conversations in new conversations." +msgstr "" + +#: ../plugins/history.c:191 +msgid "When a new conversation is opened this plugin will insert the last conversation into the current conversation." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/iconaway.c:82 +#, fuzzy +msgid "Iconify on Away" +msgstr "خطأ في السطر %d: %s" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/iconaway.c:85 +#: ../plugins/iconaway.c:87 +msgid "Iconifies the buddy list and your conversations when you go away." +msgstr "" + +#: ../plugins/idle.c:158 +#: ../plugins/idle.c:216 +msgid "Minutes" +msgstr "دقائق" + +#. This is a cultural reference. Dy'er Mak'er is a song by Led Zeppelin. +#. If that doesn't translate well into your language, drop the 's before translating. +#: ../plugins/idle.c:165 +#: ../plugins/idle.c:198 +#: ../plugins/idle.c:223 +#: ../plugins/idle.c:315 +msgid "I'dle Mak'er" +msgstr "" + +#: ../plugins/idle.c:166 +#: ../plugins/idle.c:255 +msgid "Set Account Idle Time" +msgstr "" + +#: ../plugins/idle.c:169 +#: ../plugins/idle.c:227 +#, fuzzy +msgid "_Set" +msgstr "تحديد" + +#: ../plugins/idle.c:170 +#: ../plugins/idle.c:203 +#: ../plugins/idle.c:228 +msgid "_Cancel" +msgstr "_الغاء" + +#: ../plugins/idle.c:183 +msgid "None of your accounts are idle." +msgstr "" + +#: ../plugins/idle.c:199 +#: ../plugins/idle.c:259 +msgid "Unset Account Idle Time" +msgstr "" + +#: ../plugins/idle.c:202 +#, fuzzy +msgid "_Unset" +msgstr "غير مثبّت :: غير معيّن" + +#: ../plugins/idle.c:224 +#: ../plugins/idle.c:263 +msgid "Set Idle Time for All Accounts" +msgstr "" + +#: ../plugins/idle.c:268 +msgid "Unset Idle Time for All Idled Accounts" +msgstr "" + +#: ../plugins/idle.c:317 +#: ../plugins/idle.c:318 +msgid "Allows you to hand-configure how long you've been idle" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ipc-test-client.c:87 +#, fuzzy +msgid "IPC Test Client" +msgstr "ملخص لنتائج الاختبار" + +#. *< name +#. *< version +#. * summary +#: ../plugins/ipc-test-client.c:90 +msgid "Test plugin IPC support, as a client." +msgstr "" + +#. * description +#: ../plugins/ipc-test-client.c:92 +msgid "Test plugin IPC support, as a client. This locates the server plugin and calls the commands registered." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ipc-test-server.c:74 +msgid "IPC Test Server" +msgstr "IPC خادم اختبار" + +#. *< name +#. *< version +#. * summary +#: ../plugins/ipc-test-server.c:77 +msgid "Test plugin IPC support, as a server." +msgstr "" + +#. * description +#: ../plugins/ipc-test-server.c:79 +msgid "Test plugin IPC support, as a server. This registers the IPC commands." +msgstr "" + +#: ../plugins/log_reader.c:1408 +msgid "User is offline." +msgstr "المستخدم غير متصل" + +#: ../plugins/log_reader.c:1414 +#, fuzzy +msgid "Auto-response sent:" +msgstr " غير صالحةHTTPاستجابة" + +#: ../plugins/log_reader.c:1424 +#: ../plugins/log_reader.c:1427 +#: ../plugins/statenotify.c:80 +#, fuzzy, c-format +msgid "%s has signed off." +msgstr "قلع عنصر القائمة" + +#: ../plugins/log_reader.c:1441 +msgid "One or more messages may have been undeliverable." +msgstr "" + +#: ../plugins/log_reader.c:1451 +msgid "You were disconnected from the server." +msgstr "" + +#: ../plugins/log_reader.c:1459 +msgid "You are currently disconnected. Messages will not be received unless you are logged in." +msgstr "" + +#: ../plugins/log_reader.c:1474 +msgid "Message could not be sent because the maximum length was exceeded." +msgstr "" + +#: ../plugins/log_reader.c:1479 +#, fuzzy +msgid "Message could not be sent." +msgstr "fzsftp غير قادر على تشغيل" + +#. The names of IM clients are marked for translation at the request of +#. translators who wanted to transliterate them. Many translators +#. choose to leave them alone. Choose what's best for your language. +#: ../plugins/log_reader.c:1840 +#: ../plugins/log_reader.c:1945 +msgid "Adium" +msgstr "" + +#. The names of IM clients are marked for translation at the request of +#. translators who wanted to transliterate them. Many translators +#. choose to leave them alone. Choose what's best for your language. +#: ../plugins/log_reader.c:1852 +#: ../plugins/log_reader.c:1949 +msgid "Fire" +msgstr "نار" + +#. The names of IM clients are marked for translation at the request of +#. translators who wanted to transliterate them. Many translators +#. choose to leave them alone. Choose what's best for your language. +#: ../plugins/log_reader.c:1864 +#: ../plugins/log_reader.c:1953 +msgid "Messenger Plus!" +msgstr "Messenger Plus!" + +#. The names of IM clients are marked for translation at the request of +#. translators who wanted to transliterate them. Many translators +#. choose to leave them alone. Choose what's best for your language. +#: ../plugins/log_reader.c:1876 +#: ../plugins/log_reader.c:1957 +msgid "MSN Messenger" +msgstr "MSNمراسل" + +#. The names of IM clients are marked for translation at the request of +#. translators who wanted to transliterate them. Many translators +#. choose to leave them alone. Choose what's best for your language. +#: ../plugins/log_reader.c:1888 +#: ../plugins/log_reader.c:1961 +msgid "Trillian" +msgstr "Trillian" + +#. Add general preferences. +#: ../plugins/log_reader.c:1927 +msgid "General Log Reading Configuration" +msgstr "" + +#: ../plugins/log_reader.c:1931 +#, fuzzy +msgid "Fast size calculations" +msgstr "chunk size غير صالح" + +#: ../plugins/log_reader.c:1935 +#, fuzzy +msgid "Use name heuristics" +msgstr "الإسم طويل جداً" + +#. Add Log Directory preferences. +#: ../plugins/log_reader.c:1941 +msgid "Log Directory" +msgstr "فولدر الدفتر" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/log_reader.c:1984 +msgid "Log Reader" +msgstr "قارىء الدفتر" + +#. *< name +#. *< version +#. * summary +#: ../plugins/log_reader.c:1988 +msgid "Includes other IM clients' logs in the log viewer." +msgstr "" + +#. * description +#: ../plugins/log_reader.c:1992 +msgid "When viewing logs, this plugin will include logs from other IM clients. Currently, this includes Adium, Fire, Messenger Plus!, MSN Messenger, and Trillian." +msgstr "" + +#: ../plugins/mailchk.c:160 +msgid "Mail Checker" +msgstr "مدقق البريد" + +#: ../plugins/mailchk.c:162 +msgid "Checks for new local mail." +msgstr "" + +#: ../plugins/mailchk.c:163 +msgid "Adds a small box to the buddy list that shows if you have new mail." +msgstr "" + +#: ../plugins/mono/loader/mono.c:213 +#, fuzzy +msgid "Mono Plugin Loader" +msgstr "خطأ داخلي في محمل GIF (%s)" + +#: ../plugins/mono/loader/mono.c:215 +#: ../plugins/mono/loader/mono.c:216 +msgid "Loads .NET plugins with Mono." +msgstr "" + +#: ../plugins/musicmessaging/musicmessaging.c:44 +msgid "A music messaging session has been requested. Please click the MM icon to accept." +msgstr "" + +#: ../plugins/musicmessaging/musicmessaging.c:45 +msgid "Music messaging session confirmed." +msgstr "" + +#: ../plugins/musicmessaging/musicmessaging.c:416 +msgid "Music Messaging" +msgstr "رسائل موسيقية" + +#: ../plugins/musicmessaging/musicmessaging.c:417 +msgid "There was a conflict in running the command:" +msgstr "" + +#: ../plugins/musicmessaging/musicmessaging.c:525 +#, fuzzy +msgid "Error Running Editor" +msgstr "خطأ أثناء التحويل: %s" + +#: ../plugins/musicmessaging/musicmessaging.c:526 +msgid "The following error has occured:" +msgstr "" + +#. Configuration frame +#: ../plugins/musicmessaging/musicmessaging.c:625 +#, fuzzy +msgid "Music Messaging Configuration" +msgstr "&مساعد ضبط الشبكة" + +#: ../plugins/musicmessaging/musicmessaging.c:629 +#, fuzzy +msgid "Score Editor Path" +msgstr "محرر صوت رقمي حر" + +#: ../plugins/musicmessaging/musicmessaging.c:630 +msgid "_Apply" +msgstr "_تنفيذ" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#. *< name +#. *< version +#: ../plugins/musicmessaging/musicmessaging.c:665 +msgid "Music Messaging Plugin for collaborative composition." +msgstr "" + +#. * summary +#: ../plugins/musicmessaging/musicmessaging.c:667 +msgid "The Music Messaging Plugin allows a number of users to simultaneously work on a piece of music by editting a common score in real-time." +msgstr "" + +#. ---------- "Notify For" ---------- +#: ../plugins/notify.c:638 +#, fuzzy +msgid "Notify For" +msgstr "بحث عن؟" + +#: ../plugins/notify.c:642 +msgid "_IM windows" +msgstr "" + +#: ../plugins/notify.c:649 +msgid "C_hat windows" +msgstr "" + +#: ../plugins/notify.c:657 +msgid "\t_Only when someone says your screen name" +msgstr "" + +#: ../plugins/notify.c:667 +msgid "_Focused windows" +msgstr "" + +#. ---------- "Notification Methods" ---------- +#: ../plugins/notify.c:675 +#, fuzzy +msgid "Notification Methods" +msgstr "طرق ال_إدخال" + +#: ../plugins/notify.c:682 +msgid "Prepend _string into window title:" +msgstr "" + +#. Count method button +#: ../plugins/notify.c:701 +msgid "Insert c_ount of new messages into window title" +msgstr "" + +#. Urgent method button +#: ../plugins/notify.c:710 +msgid "Set window manager \"_URGENT\" hint" +msgstr "" + +#. Raise window method button +#: ../plugins/notify.c:719 +#, fuzzy +msgid "R_aise conversation window" +msgstr "ملائمة للنافذة\tCtrl+F" + +#. ---------- "Notification Removals" ---------- +#: ../plugins/notify.c:727 +#, fuzzy +msgid "Notification Removal" +msgstr "إزالة الضوضاء" + +#. Remove on focus button +#: ../plugins/notify.c:732 +msgid "Remove when conversation window _gains focus" +msgstr "" + +#. Remove on click button +#: ../plugins/notify.c:739 +msgid "Remove when conversation window _receives click" +msgstr "" + +#. Remove on type button +#: ../plugins/notify.c:747 +msgid "Remove when _typing in conversation window" +msgstr "" + +#. Remove on message send button +#: ../plugins/notify.c:755 +msgid "Remove when a _message gets sent" +msgstr "" + +#. Remove on conversation switch button +#: ../plugins/notify.c:764 +msgid "Remove on switch to conversation ta_b" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/notify.c:853 +#, fuzzy +msgid "Message Notification" +msgstr "هوية رسالة" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/notify.c:856 +#: ../plugins/notify.c:858 +msgid "Provides a variety of ways of notifying you of unread messages." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/perl/perl.c:583 +#, fuzzy +msgid "Perl Plugin Loader" +msgstr "خطأ داخلي في محمل GIF (%s)" + +#. *< name +#. *< version +#. *< summary +#: ../plugins/perl/perl.c:585 +#: ../plugins/perl/perl.c:586 +msgid "Provides support for loading perl plugins." +msgstr "" + +#: ../plugins/psychic.c:19 +#, fuzzy +msgid "Psychic Mode" +msgstr "&طريقة النقل" + +#: ../plugins/psychic.c:20 +msgid "Psychic mode for incoming conversation" +msgstr "" + +#: ../plugins/psychic.c:21 +msgid "Causes conversation windows to appear as other users begin to message you. This works for AIM, ICQ, Jabber, Sametime, and Yahoo!" +msgstr "" + +#. This is a quote from Star Wars. You should +#. probably not translate it literally. If +#. you can't find a fitting cultural reference +#. in your language, consider translating +#. something like this instead: +#. "You feel a new message coming." +#: ../plugins/psychic.c:63 +msgid "You feel a disturbance in the force..." +msgstr "" + +#: ../plugins/psychic.c:82 +msgid "Only enable for users on the buddy list" +msgstr "" + +#: ../plugins/psychic.c:87 +msgid "Disable when away" +msgstr "تعطيب عندما تكون الحالة بعيد" + +#: ../plugins/psychic.c:91 +msgid "Display notification message in conversations" +msgstr "" + +#: ../plugins/raw.c:175 +msgid "Raw" +msgstr "خام" + +#: ../plugins/raw.c:177 +msgid "Lets you send raw input to text-based protocols." +msgstr "" + +#: ../plugins/raw.c:178 +msgid "Lets you send raw input to text-based protocols (Jabber, MSN, IRC, TOC). Hit 'Enter' in the entry box to send. Watch the debug window." +msgstr "" + +#: ../plugins/relnot.c:63 +#, c-format +msgid "You are using Gaim version %s. The current version is %s.<hr>" +msgstr "" + +#: ../plugins/relnot.c:69 +#, c-format +msgid "" +"<b>ChangeLog:</b>\n" +"%s<br><br>" +msgstr "" + +#: ../plugins/relnot.c:74 +#, c-format +msgid "You can get version %s from:<br><a href=\"http://gaim.sourceforge.net/\">http://gaim.sourceforge.net</a>." +msgstr "" + +#: ../plugins/relnot.c:78 +#: ../plugins/relnot.c:79 +msgid "New Version Available" +msgstr "نسخة جديدة متاحة" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/relnot.c:137 +msgid "Release Notification" +msgstr "" + +#. *< name +#. *< version +#. * summary +#: ../plugins/relnot.c:140 +msgid "Checks periodically for new releases." +msgstr "" + +#. * description +#: ../plugins/relnot.c:142 +msgid "Checks periodically for new releases and notifies the user with the ChangeLog." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/signals-test.c:684 +#, fuzzy +msgid "Signals Test" +msgstr "اختبار الضبط" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/signals-test.c:687 +#: ../plugins/signals-test.c:689 +msgid "Test to see that all signals are working properly." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/simple.c:37 +msgid "Simple Plugin" +msgstr "" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/simple.c:40 +#: ../plugins/simple.c:42 +msgid "Tests to see that most things are working." +msgstr "" + +#: ../plugins/spellchk.c:1945 +msgid "Duplicate Correction" +msgstr "" + +#: ../plugins/spellchk.c:1946 +msgid "The specified word already exists in the correction list." +msgstr "" + +#: ../plugins/spellchk.c:2154 +#, fuzzy +msgid "Text Replacements" +msgstr "نص كلمة السر" + +#: ../plugins/spellchk.c:2177 +msgid "You type" +msgstr "أنت تكتب" + +#: ../plugins/spellchk.c:2191 +msgid "You send" +msgstr "أنت تبعث" + +#: ../plugins/spellchk.c:2205 +msgid "Whole words only" +msgstr "كلمات كاملة فقط" + +#: ../plugins/spellchk.c:2217 +msgid "Case sensitive" +msgstr "حالة حساسة" + +#: ../plugins/spellchk.c:2243 +msgid "Add a new text replacement" +msgstr "" + +#: ../plugins/spellchk.c:2259 +msgid "You _type:" +msgstr "أنت _تكتب" + +#: ../plugins/spellchk.c:2276 +msgid "You _send:" +msgstr "أنت _ترسل" + +#. Created here so it can be passed to whole_words_button_toggled. +#: ../plugins/spellchk.c:2288 +msgid "_Exact case match (uncheck for automatic case handling)" +msgstr "" + +#: ../plugins/spellchk.c:2290 +msgid "Only replace _whole words" +msgstr "" + +#: ../plugins/spellchk.c:2315 +msgid "General Text Replacement Options" +msgstr "" + +#: ../plugins/spellchk.c:2316 +msgid "Enable replacement of last word on send" +msgstr "" + +#: ../plugins/spellchk.c:2341 +#, fuzzy +msgid "Text replacement" +msgstr "نص كلمة السر" + +#: ../plugins/spellchk.c:2343 +#: ../plugins/spellchk.c:2344 +msgid "Replaces text in outgoing messages according to user-defined rules." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ssl/ssl-gnutls.c:256 +msgid "GNUTLS" +msgstr "جنويتلس" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/ssl/ssl-gnutls.c:259 +#: ../plugins/ssl/ssl-gnutls.c:261 +msgid "Provides SSL support through GNUTLS." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ssl/ssl-nss.c:412 +msgid "NSS" +msgstr "NSS" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/ssl/ssl-nss.c:415 +#: ../plugins/ssl/ssl-nss.c:417 +msgid "Provides SSL support through Mozilla NSS." +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ssl/ssl.c:94 +msgid "SSL" +msgstr "SSL" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/ssl/ssl.c:97 +#: ../plugins/ssl/ssl.c:99 +msgid "Provides a wrapper around SSL support libraries." +msgstr "" + +#: ../plugins/statenotify.c:50 +#, c-format +msgid "%s is no longer away." +msgstr "" + +#: ../plugins/statenotify.c:52 +#, fuzzy, c-format +msgid "%s has gone away." +msgstr "ارتفاع الأيقونة صفر" + +#: ../plugins/statenotify.c:62 +#, fuzzy, c-format +msgid "%s has become idle." +msgstr "ارتفاع الأيقونة صفر" + +#: ../plugins/statenotify.c:64 +#, c-format +msgid "%s is no longer idle." +msgstr "" + +#: ../plugins/statenotify.c:73 +#, fuzzy, c-format +msgid "%s has signed on." +msgstr "خطأ في السطر %d: %s" + +#: ../plugins/statenotify.c:91 +msgid "Notify When" +msgstr "تذكير عندما" + +#: ../plugins/statenotify.c:94 +msgid "Buddy Goes _Away" +msgstr "" + +#: ../plugins/statenotify.c:97 +msgid "Buddy Goes _Idle" +msgstr "" + +#: ../plugins/statenotify.c:100 +msgid "Buddy _Signs On/Off" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/statenotify.c:142 +msgid "Buddy State Notification" +msgstr "" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/statenotify.c:145 +#: ../plugins/statenotify.c:148 +msgid "Notifies in a conversation window when a buddy goes or returns from away or idle." +msgstr "" + +#: ../plugins/tcl/tcl.c:413 +#, fuzzy +msgid "Tcl Plugin Loader" +msgstr "خطأ داخلي في محمل GIF (%s)" + +#: ../plugins/tcl/tcl.c:415 +#: ../plugins/tcl/tcl.c:416 +msgid "Provides support for loading Tcl plugins" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/ticker/ticker.c:77 +#: ../plugins/ticker/ticker.c:355 +msgid "Buddy Ticker" +msgstr "" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/ticker/ticker.c:358 +#: ../plugins/ticker/ticker.c:360 +msgid "A horizontal scrolling version of the buddy list." +msgstr "" + +#: ../plugins/timestamp.c:186 +msgid "iChat Timestamp" +msgstr "" + +#: ../plugins/timestamp.c:193 +msgid "Delay" +msgstr "تأخير" + +#: ../plugins/timestamp.c:200 +msgid "minutes." +msgstr "دقائق" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/timestamp.c:256 +msgid "Timestamp" +msgstr "طابع وقتى" + +#. *< name +#. *< version +#. * summary +#. * description +#: ../plugins/timestamp.c:259 +#: ../plugins/timestamp.c:261 +msgid "Adds iChat-style timestamps to conversations every N minutes." +msgstr "" + +#: ../plugins/timestamp_format.c:22 +#, fuzzy +msgid "Timestamp Format Options" +msgstr "عرض خيارات المساعدة" + +#: ../plugins/timestamp_format.c:27 +msgid "_Force (traditional Gaim) 24-hour time format" +msgstr "" + +#: ../plugins/timestamp_format.c:30 +msgid "Show dates in..." +msgstr "أظهر التاريخ ب" + +#: ../plugins/timestamp_format.c:35 +#, fuzzy +msgid "Co_nversations:" +msgstr "تع&ليقات" + +#: ../plugins/timestamp_format.c:37 +#: ../plugins/timestamp_format.c:46 +msgid "For delayed messages" +msgstr "للرسائل المتأخرة" + +#: ../plugins/timestamp_format.c:38 +#: ../plugins/timestamp_format.c:47 +msgid "For delayed messages and in chats" +msgstr "" + +#: ../plugins/timestamp_format.c:44 +msgid "_Message Logs:" +msgstr "_دفاتر الرسائل" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/timestamp_format.c:149 +#, fuzzy +msgid "Message Timestamp Formats" +msgstr "يفنح عرض سجل الرسائل " + +#. *< name +#. *< version +#. * summary +#: ../plugins/timestamp_format.c:152 +msgid "Customizes the message timestamp formats." +msgstr "" + +#. * description +#: ../plugins/timestamp_format.c:154 +msgid "This plugin allows the user to customize conversation and logging message timestamp formats." +msgstr "" + +#: ../plugins/win32/transparency/win2ktrans.c:183 +#: ../plugins/win32/transparency/win2ktrans.c:569 +#: ../plugins/win32/transparency/win2ktrans.c:616 +#, fuzzy +msgid "Opacity:" +msgstr "الت_عتيم:" + +#. IM Convo trans options +#: ../plugins/win32/transparency/win2ktrans.c:533 +msgid "IM Conversation Windows" +msgstr "" + +#: ../plugins/win32/transparency/win2ktrans.c:534 +#, fuzzy +msgid "_IM window transparency" +msgstr "ملائمة للنافذة\tCtrl+F" + +#: ../plugins/win32/transparency/win2ktrans.c:548 +msgid "_Show slider bar in IM window" +msgstr "" + +#: ../plugins/win32/transparency/win2ktrans.c:555 +msgid "Remove IM window transparency on focus" +msgstr "" + +#: ../plugins/win32/transparency/win2ktrans.c:558 +#: ../plugins/win32/transparency/win2ktrans.c:606 +msgid "Always on top" +msgstr "دائما على الاعلى" + +#. Buddy List trans options +#: ../plugins/win32/transparency/win2ktrans.c:590 +#, fuzzy +msgid "Buddy List Window" +msgstr "قائمة ألسنة الصفحات" + +#: ../plugins/win32/transparency/win2ktrans.c:591 +msgid "_Buddy List window transparency" +msgstr "" + +#: ../plugins/win32/transparency/win2ktrans.c:604 +msgid "Remove Buddy List window transparency on focus" +msgstr "" + +#. *< type +#. *< ui_requirement +#. *< flags +#. *< dependencies +#. *< priority +#. *< id +#: ../plugins/win32/transparency/win2ktrans.c:658 +#, fuzzy +msgid "Transparency" +msgstr "الشفافية" + +#. *< name +#. *< version +#. * summary +#: ../plugins/win32/transparency/win2ktrans.c:661 +msgid "Variable Transparency for the buddy list and conversations." +msgstr "" + +#. * description +#: ../plugins/win32/transparency/win2ktrans.c:663 +msgid "" +"This plugin enables variable alpha transparency on conversation windows and the buddy list.\n" +"\n" +"* Note: This plugin requires Win2000 or greater." +msgstr "" + +#: ../plugins/win32/winprefs/winprefs.c:434 +msgid "GTK+ Runtime Version" +msgstr "GTK+ Runtime نسخة" + +#. Autostart +#: ../plugins/win32/winprefs/winprefs.c:442 +msgid "Startup" +msgstr "البداية" + +#: ../plugins/win32/winprefs/winprefs.c:443 +msgid "_Start Gaim on Windows startup" +msgstr "" + +#. Buddy List +#: ../plugins/win32/winprefs/winprefs.c:455 +#: ../src/gtkblist.c:3687 +msgid "Buddy List" +msgstr "قائمة الأصحاب" + +#: ../plugins/win32/winprefs/winprefs.c:456 +#, fuzzy +msgid "_Dockable Buddy List" +msgstr "قائمة ألسنة الصفحات" + +#. Blist On Top +#: ../plugins/win32/winprefs/winprefs.c:460 +msgid "_Keep Buddy List window on top:" +msgstr "" + +#. XXX: Did this ever work? +#: ../plugins/win32/winprefs/winprefs.c:465 +#, fuzzy +msgid "Only when docked" +msgstr "تط&بيق على التنزيلات فقط" + +#. Conversations +#: ../plugins/win32/winprefs/winprefs.c:469 +#: ../src/gtkprefs.c:819 +#: ../src/gtkprefs.c:1879 +msgid "Conversations" +msgstr "محادثات" + +#: ../plugins/win32/winprefs/winprefs.c:470 +msgid "_Flash window when messages are received" +msgstr "" + +#: ../plugins/win32/winprefs/winprefs.c:494 +#, fuzzy +msgid "WinGaim Options" +msgstr "خيارات التّطبيق:" + +#: ../plugins/win32/winprefs/winprefs.c:496 +msgid "Options specific to Windows Gaim." +msgstr "" + +#: ../plugins/win32/winprefs/winprefs.c:497 +msgid "Provides options specific to Windows Gaim, such as buddy list docking and conversation flashing." +msgstr "" + +#: ../src/account.c:773 +msgid "accounts" +msgstr "حسابات" + +#: ../src/account.c:917 +msgid "Password is required to sign on." +msgstr "" + +#: ../src/account.c:942 +#, c-format +msgid "Enter password for %s (%s)" +msgstr "%s (%s) أدخل كلمة المرور ل" + +#: ../src/account.c:949 +msgid "Enter Password" +msgstr "أدخل كلمة المرور" + +#: ../src/account.c:954 +msgid "Save password" +msgstr "أحفظ كلمة المرور" + +#. * +#. * A wrapper for gaim_request_action() that uses @c OK and @c Cancel buttons. +#. +#: ../src/account.c:962 +#: ../src/account.c:1133 +#: ../src/gtkblist.c:3570 +#: ../src/gtkdialogs.c:615 +#: ../src/gtkdialogs.c:752 +#: ../src/gtkdialogs.c:826 +#: ../src/gtkrequest.c:269 +#: ../src/protocols/gg/gg.c:497 +#: ../src/protocols/gg/gg.c:655 +#: ../src/protocols/gg/gg.c:791 +#: ../src/protocols/jabber/jabber.c:1339 +#: ../src/protocols/jabber/xdata.c:337 +#: ../src/protocols/msn/msn.c:250 +#: ../src/protocols/msn/msn.c:265 +#: ../src/protocols/msn/msn.c:280 +#: ../src/protocols/msn/msn.c:295 +#: ../src/protocols/oscar/oscar.c:1367 +#: ../src/protocols/oscar/oscar.c:2129 +#: ../src/protocols/oscar/oscar.c:2216 +#: ../src/protocols/oscar/oscar.c:5690 +#: ../src/protocols/oscar/oscar.c:5892 +#: ../src/protocols/oscar/oscar.c:5917 +#: ../src/protocols/oscar/oscar.c:5973 +#: ../src/protocols/silc/buddy.c:466 +#: ../src/protocols/silc/buddy.c:1182 +#: ../src/protocols/silc/chat.c:424 +#: ../src/protocols/silc/chat.c:462 +#: ../src/protocols/silc/chat.c:725 +#: ../src/protocols/silc/ops.c:1297 +#: ../src/protocols/silc/ops.c:1910 +#: ../src/protocols/silc/silc.c:753 +#: ../src/protocols/yahoo/yahoo.c:3087 +#: ../src/protocols/yahoo/yahoo.c:3096 +#: ../src/request.h:1344 +msgid "OK" +msgstr "موافق" + +#: ../src/account.c:963 +#: ../src/account.c:1134 +#: ../src/account.c:1171 +#: ../src/gtkaccount.c:2173 +#: ../src/gtkaccount.c:2643 +#: ../src/gtkblist.c:5050 +#: ../src/gtkdialogs.c:616 +#: ../src/gtkdialogs.c:753 +#: ../src/gtkdialogs.c:827 +#: ../src/gtkdialogs.c:846 +#: ../src/gtkdialogs.c:868 +#: ../src/gtkdialogs.c:888 +#: ../src/gtkdialogs.c:932 +#: ../src/gtkdialogs.c:987 +#: ../src/gtkdialogs.c:1024 +#: ../src/gtkdialogs.c:1049 +#: ../src/gtkimhtmltoolbar.c:419 +#: ../src/gtkplugin.c:296 +#: ../src/gtkpounce.c:1088 +#: ../src/gtkprivacy.c:566 +#: ../src/gtkprivacy.c:579 +#: ../src/gtkprivacy.c:604 +#: ../src/gtkprivacy.c:615 +#: ../src/gtkrequest.c:270 +#: ../src/gtksavedstatuses.c:296 +#: ../src/protocols/gg/gg.c:498 +#: ../src/protocols/gg/gg.c:656 +#: ../src/protocols/gg/gg.c:792 +#: ../src/protocols/gg/gg.c:871 +#: ../src/protocols/jabber/buddy.c:594 +#: ../src/protocols/jabber/buddy.c:1727 +#: ../src/protocols/jabber/buddy.c:1761 +#: ../src/protocols/jabber/chat.c:778 +#: ../src/protocols/jabber/jabber.c:839 +#: ../src/protocols/jabber/jabber.c:1340 +#: ../src/protocols/jabber/xdata.c:338 +#: ../src/protocols/msn/msn.c:251 +#: ../src/protocols/msn/msn.c:266 +#: ../src/protocols/msn/msn.c:281 +#: ../src/protocols/msn/msn.c:296 +#: ../src/protocols/msn/msn.c:313 +#: ../src/protocols/oscar/oscar.c:1368 +#: ../src/protocols/oscar/oscar.c:2130 +#: ../src/protocols/oscar/oscar.c:2169 +#: ../src/protocols/oscar/oscar.c:2217 +#: ../src/protocols/oscar/oscar.c:5691 +#: ../src/protocols/oscar/oscar.c:5743 +#: ../src/protocols/oscar/oscar.c:5893 +#: ../src/protocols/oscar/oscar.c:5918 +#: ../src/protocols/oscar/oscar.c:5974 +#: ../src/protocols/oscar/oscar.c:6043 +#: ../src/protocols/oscar/peer.c:992 +#: ../src/protocols/sametime/sametime.c:3365 +#: ../src/protocols/sametime/sametime.c:3450 +#: ../src/protocols/sametime/sametime.c:3620 +#: ../src/protocols/sametime/sametime.c:5320 +#: ../src/protocols/sametime/sametime.c:5409 +#: ../src/protocols/sametime/sametime.c:5533 +#: ../src/protocols/silc/buddy.c:467 +#: ../src/protocols/silc/buddy.c:1078 +#: ../src/protocols/silc/buddy.c:1183 +#: ../src/protocols/silc/chat.c:597 +#: ../src/protocols/silc/chat.c:726 +#: ../src/protocols/silc/ops.c:1911 +#: ../src/protocols/silc/silc.c:754 +#: ../src/protocols/silc/silc.c:959 +#: ../src/protocols/yahoo/yahoo.c:3088 +#: ../src/protocols/yahoo/yahoo.c:3097 +#: ../src/request.h:1344 +#: ../src/request.h:1354 +msgid "Cancel" +msgstr "الغاء" + +#: ../src/account.c:988 +#: ../src/connection.c:96 +#, c-format +msgid "Missing protocol plugin for %s" +msgstr "" + +#: ../src/account.c:990 +#: ../src/connection.c:99 +#: ../src/gtkblist.c:3568 +msgid "Connection Error" +msgstr "خطأ فى الأتصال" + +#: ../src/account.c:1070 +#: ../src/protocols/gg/gg.c:696 +#: ../src/protocols/jabber/jabber.c:1292 +msgid "New passwords do not match." +msgstr "كلمات المرور الجديدة لا تتطابق" + +#: ../src/account.c:1079 +msgid "Fill out all fields completely." +msgstr "" + +#: ../src/account.c:1102 +msgid "Original password" +msgstr "كلمة المرور الأصلية" + +#: ../src/account.c:1109 +msgid "New password" +msgstr "كلمة مرور جديدة" + +#: ../src/account.c:1116 +msgid "New password (again)" +msgstr "كلمة المرور الجديدة ـ مرةأخرىـ" + +#: ../src/account.c:1122 +#, fuzzy, c-format +msgid "Change password for %s" +msgstr "طلب كلمة المرور" + +#: ../src/account.c:1130 +msgid "Please enter your current password and your new password." +msgstr "" + +#: ../src/account.c:1163 +#, fuzzy, c-format +msgid "Change user information for %s" +msgstr "لم أستطع تلقي معلومات عن الملف '%s': %s" + +#: ../src/account.c:1166 +#: ../src/protocols/toc/toc.c:1685 +#, fuzzy +msgid "Set User Info" +msgstr "اعترض من قبل المستخدم" + +#: ../src/account.c:1170 +#: ../src/gtkdebug.c:684 +#: ../src/gtkrequest.c:276 +#: ../src/protocols/jabber/buddy.c:593 +msgid "Save" +msgstr "حفظ" + +#: ../src/account.c:1675 +#: ../src/gtkft.c:159 +#: ../src/protocols/gg/gg.c:1002 +#: ../src/protocols/jabber/buddy.c:636 +#: ../src/protocols/jabber/buddy.c:1363 +#: ../src/protocols/jabber/buddy.c:1380 +#: ../src/protocols/novell/novell.c:2858 +msgid "Unknown" +msgstr "مجهول" + +#: ../src/blist.c:543 +msgid "buddy list" +msgstr "قائمة الأصحاب" + +#: ../src/blist.c:1182 +msgid "Chats" +msgstr "دردشات" + +#: ../src/blist.c:1904 +#, c-format +msgid "%d buddy from group %s was not removed because it belongs to an account which is disabled or offline. This buddy and the group were not removed.\n" +msgid_plural "%d buddies from group %s were not removed because they belong to accounts which are currently disabled or offline. These buddies and the group were not removed.\n" +msgstr[0] "" +msgstr[1] "" + +#: ../src/blist.c:1914 +msgid "Group not removed" +msgstr "المجموعة لم تزال" + +#: ../src/connection.c:98 +msgid "Registration Error" +msgstr "خطأ فى التسجيل" + +#: ../src/connection.c:277 +#, fuzzy, c-format +msgid "+++ %s signed on" +msgstr "تشغيل القفز" + +#: ../src/connection.c:310 +#, fuzzy, c-format +msgid "+++ %s signed off" +msgstr "وقف القفز" + +#: ../src/conversation.c:164 +msgid "Unable to send message: The message is too large." +msgstr "" + +#: ../src/conversation.c:167 +#: ../src/conversation.c:180 +#, fuzzy, c-format +msgid "Unable to send message to %s." +msgstr "فشل فى ارسال الامر" + +#: ../src/conversation.c:168 +msgid "The message is too large." +msgstr "الرسالة كبيرة للغاية" + +#: ../src/conversation.c:177 +msgid "Unable to send message." +msgstr "عاجز عن أرسال الرسالة" + +#: ../src/conversation.c:1528 +#, fuzzy, c-format +msgid "%s entered the room." +msgstr "غرفة الطعام" + +#: ../src/conversation.c:1531 +#, fuzzy, c-format +msgid "%s [<I>%s</I>] entered the room." +msgstr "غرفة الطعام" + +#: ../src/conversation.c:1636 +#, c-format +msgid "You are now known as %s" +msgstr "%s أنت الأن معروف كا" + +#: ../src/conversation.c:1656 +#, fuzzy, c-format +msgid "%s is now known as %s" +msgstr "اسم الكيان '%s' غير معروف" + +#: ../src/conversation.c:1729 +#, fuzzy, c-format +msgid "%s left the room." +msgstr "غرفة الطعام" + +#: ../src/conversation.c:1732 +#, fuzzy, c-format +msgid "%s left the room (%s)." +msgstr "غرفة الطعام" + +#: ../src/desktopitem.c:286 +#: ../src/desktopitem.c:877 +msgid "No name" +msgstr "بدون أسم" + +#: ../src/ft.c:189 +#: ../src/protocols/msn/msn.c:410 +#, fuzzy, c-format +msgid "" +"Error reading %s: \n" +"%s.\n" +msgstr "خطأ عند قراءة الملف '%s': %s" + +#: ../src/ft.c:193 +#, fuzzy, c-format +msgid "" +"Error writing %s: \n" +"%s.\n" +msgstr "فى الكتابة الى المقبس%dخطأ" + +#: ../src/ft.c:197 +#, fuzzy, c-format +msgid "" +"Error accessing %s: \n" +"%s.\n" +msgstr "خطأ خطير" + +#: ../src/ft.c:230 +#, fuzzy +msgid "Cannot send a file of 0 bytes." +msgstr "غير قادر على تحميل شريط المهام من ملف الموارد" + +#: ../src/ft.c:240 +#, fuzzy +msgid "Cannot send a directory." +msgstr "خطأ أثناء فتح الدليل '%s': %s" + +#: ../src/ft.c:249 +#, c-format +msgid "%s is not a regular file. Cowardly refusing to overwrite it.\n" +msgstr "" + +#: ../src/ft.c:307 +#, fuzzy, c-format +msgid "%s wants to send you %s (%s)" +msgstr "فشل فى ارسال الامر" + +#: ../src/ft.c:314 +#, c-format +msgid "%s wants to send you a file" +msgstr "" + +#: ../src/ft.c:355 +#, c-format +msgid "Accept file transfer request from %s?" +msgstr "" + +#: ../src/ft.c:359 +#, c-format +msgid "" +"A file is available for download from:\n" +"Remote host: %s\n" +"Remote port: %d" +msgstr "" + +#: ../src/ft.c:392 +#, c-format +msgid "%s is offering to send file %s" +msgstr "" + +#: ../src/ft.c:444 +#, fuzzy, c-format +msgid "%s is not a valid filename.\n" +msgstr "غير قابل للكتابة %s المجلد" + +#: ../src/ft.c:465 +#, fuzzy, c-format +msgid "Offering to send %s to %s" +msgstr "فشل فى ارسال الامر" + +#: ../src/ft.c:477 +#, fuzzy, c-format +msgid "Starting transfer of %s from %s" +msgstr "قطع الاتصال مع الخادم" + +#: ../src/ft.c:631 +#, fuzzy, c-format +msgid "Transfer of file %s complete" +msgstr "تم نقل الملف بنجاح" + +#: ../src/ft.c:634 +#, fuzzy +msgid "File transfer complete" +msgstr "تم نقل الملف بنجاح" + +#: ../src/ft.c:1023 +#, fuzzy, c-format +msgid "You canceled the transfer of %s" +msgstr "وضع النقل الافتراضى" + +#: ../src/ft.c:1028 +#, fuzzy +msgid "File transfer cancelled" +msgstr "تم نقل الملف بنجاح" + +#: ../src/ft.c:1086 +#, fuzzy, c-format +msgid "%s canceled the transfer of %s" +msgstr "&طريقة النقل" + +#: ../src/ft.c:1091 +#, fuzzy, c-format +msgid "%s canceled the file transfer" +msgstr "تم نقل الملف بنجاح" + +#: ../src/ft.c:1148 +#, fuzzy, c-format +msgid "File transfer to %s failed." +msgstr "فشل انشاء الملف '%s': %s" + +#: ../src/ft.c:1150 +#, fuzzy, c-format +msgid "File transfer from %s failed." +msgstr "فشلت القراءة من الملف '%s': %s" + +#: ../src/gtkaccount.c:372 +#, fuzzy, c-format +msgid "" +"<b>File:</b> %s\n" +"<b>File size:</b> %s\n" +"<b>Image size:</b> %dx%d" +msgstr "تهيئة ملف صورة لا بمكن تمييزها" + +#. Build the login options frame. +#: ../src/gtkaccount.c:758 +msgid "Login Options" +msgstr "خيارات الدخول" + +#: ../src/gtkaccount.c:775 +#: ../src/gtkft.c:642 +msgid "Protocol:" +msgstr "البروتوكول" + +#: ../src/gtkaccount.c:854 +msgid "Password:" +msgstr "كلمة المرور" + +#: ../src/gtkaccount.c:859 +#, fuzzy +msgid "Local alias:" +msgstr "مضادّ للاسم المستعار" + +#: ../src/gtkaccount.c:863 +#, fuzzy +msgid "Remember password" +msgstr "نص كلمة السر" + +#. Build the user options frame. +#: ../src/gtkaccount.c:915 +msgid "User Options" +msgstr "خيارات المستخدم" + +#: ../src/gtkaccount.c:928 +#, fuzzy +msgid "New mail notifications" +msgstr "ينسخ البريد إلى" + +#: ../src/gtkaccount.c:937 +#, fuzzy +msgid "Buddy icon:" +msgstr "أيقونة المكتب" + +#. Build the protocol options frame. +#: ../src/gtkaccount.c:1028 +#, c-format +msgid "%s Options" +msgstr "%s خيارات" + +#: ../src/gtkaccount.c:1229 +msgid "Use Global Proxy Settings" +msgstr "" + +#: ../src/gtkaccount.c:1235 +msgid "No Proxy" +msgstr "Proxy بدون" + +#: ../src/gtkaccount.c:1241 +msgid "HTTP" +msgstr "HTTP" + +#: ../src/gtkaccount.c:1247 +msgid "SOCKS 4" +msgstr "SOCKS 4" + +#: ../src/gtkaccount.c:1253 +msgid "SOCKS 5" +msgstr "SOCKS 5" + +#: ../src/gtkaccount.c:1259 +#: ../src/gtkprefs.c:1058 +#, fuzzy +msgid "Use Environmental Settings" +msgstr "أستخدام مجموعة &حروف من قبل المستخدم" + +#. This is an easter egg. +#. It means one of two things, both intended as humourus: +#. A) your network is really slow and you have nothing better to do than +#. look at butterflies. +#. B)You are looking really closely at something that shouldn't matter. +#: ../src/gtkaccount.c:1298 +msgid "If you look real closely" +msgstr "" + +#. This is an easter egg. See the comment on the previous line in the source. +#: ../src/gtkaccount.c:1301 +msgid "you can see the butterflies mating" +msgstr "" + +#: ../src/gtkaccount.c:1322 +msgid "Proxy Options" +msgstr "Proxy خيارات" + +#: ../src/gtkaccount.c:1336 +#: ../src/gtkprefs.c:1052 +msgid "Proxy _type:" +msgstr "Proxy _نوع" + +#: ../src/gtkaccount.c:1345 +#: ../src/gtkprefs.c:1073 +msgid "_Host:" +msgstr "_مضيف" + +#: ../src/gtkaccount.c:1349 +#: ../src/gtkprefs.c:1091 +msgid "_Port:" +msgstr "_منفذ" + +#: ../src/gtkaccount.c:1357 +msgid "_Username:" +msgstr "_أسم مستخدم" + +#: ../src/gtkaccount.c:1363 +#: ../src/gtkprefs.c:1128 +msgid "Pa_ssword:" +msgstr "كلمة _ مرور" + +#: ../src/gtkaccount.c:1738 +msgid "Add Account" +msgstr "أضف حساب" + +#: ../src/gtkaccount.c:1740 +#: ../src/gtkblist.c:3571 +msgid "Modify Account" +msgstr "عدل حساب" + +#: ../src/gtkaccount.c:1762 +msgid "_Basic" +msgstr "_مبدئى" + +#: ../src/gtkaccount.c:1773 +msgid "_Advanced" +msgstr "_متقدم" + +#. Register button +#: ../src/gtkaccount.c:1788 +#: ../src/protocols/jabber/jabber.c:838 +msgid "Register" +msgstr "سجل" + +#: ../src/gtkaccount.c:2167 +#: ../src/gtksavedstatuses.c:293 +#, fuzzy, c-format +msgid "Are you sure you want to delete %s?" +msgstr "هل أنت متأكد أنك تريد حفظ الملف كـ \"" + +#: ../src/gtkaccount.c:2172 +#: ../src/gtkpounce.c:1087 +#: ../src/gtkrequest.c:273 +#: ../src/gtksavedstatuses.c:295 +msgid "Delete" +msgstr "مسح" + +#: ../src/gtkaccount.c:2236 +#: ../src/gtksavedstatuses.c:893 +#: ../src/protocols/oscar/oscar.c:2781 +msgid "Screen Name" +msgstr "اسمك على الشاشة" + +#: ../src/gtkaccount.c:2267 +msgid "Protocol" +msgstr "البروتوكول" + +#: .... [truncated message content] |
From: <lsc...@us...> - 2006-09-11 17:35:51
|
Revision: 17251 http://svn.sourceforge.net/gaim/?rev=17251&view=rev Author: lschiere Date: 2006-09-11 10:35:48 -0700 (Mon, 11 Sep 2006) Log Message: ----------- <F10>(13:34:38) v3rt1g0: commit 17250 commited a syntax error (13:35:08) v3rt1g0: missing }, (13:35:17) v3rt1g0: in gtkdialogs.c Modified Paths: -------------- trunk/gtk/gtkdialogs.c Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-09-11 16:51:42 UTC (rev 17250) +++ trunk/gtk/gtkdialogs.c 2006-09-11 17:35:48 UTC (rev 17251) @@ -139,7 +139,7 @@ {N_("Galician"), "gl", "Ignacio Casal Quinteiro", "nac...@gm..."}, {N_("Gujarati"), "gu", "Ankit Patel", "ank...@us..."}, {N_("Gujarati"), "gu", "Kartik Mistry", "kar...@gm..."}, - {N_("Gujarati"), "gu", "Gujarati Language Team", "ind...@li..." + {N_("Gujarati"), "gu", "Gujarati Language Team", "ind...@li..."}, {N_("Hebrew"), "he", "Shalom Craimer", "scr...@gm..."}, {N_("Hindi"), "hi", "Ravishankar Shrivastava", "rav...@ya..."}, {N_("Hungarian"), "hu", "Zoltan Sutto", "sut...@ru..."}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lsc...@us...> - 2006-09-11 16:52:11
|
Revision: 17250 http://svn.sourceforge.net/gaim/?rev=17250&view=rev Author: lschiere Date: 2006-09-11 09:51:42 -0700 (Mon, 11 Sep 2006) Log Message: ----------- a few translation updates Modified Paths: -------------- trunk/gtk/gtkdialogs.c trunk/po/ca.po trunk/po/zh_CN.po Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-09-11 07:14:39 UTC (rev 17249) +++ trunk/gtk/gtkdialogs.c 2006-09-11 16:51:42 UTC (rev 17250) @@ -138,6 +138,8 @@ {N_("French"), "fr", "Éric Boumaour", "zon...@us..."}, {N_("Galician"), "gl", "Ignacio Casal Quinteiro", "nac...@gm..."}, {N_("Gujarati"), "gu", "Ankit Patel", "ank...@us..."}, + {N_("Gujarati"), "gu", "Kartik Mistry", "kar...@gm..."}, + {N_("Gujarati"), "gu", "Gujarati Language Team", "ind...@li..." {N_("Hebrew"), "he", "Shalom Craimer", "scr...@gm..."}, {N_("Hindi"), "hi", "Ravishankar Shrivastava", "rav...@ya..."}, {N_("Hungarian"), "hu", "Zoltan Sutto", "sut...@ru..."}, Modified: trunk/po/ca.po =================================================================== --- trunk/po/ca.po 2006-09-11 07:14:39 UTC (rev 17249) +++ trunk/po/ca.po 2006-09-11 16:51:42 UTC (rev 17250) @@ -33,8 +33,8 @@ msgstr "" "Project-Id-Version: Gaim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-28 19:45+0100\n" -"PO-Revision-Date: 2006-02-28 20:10+0100\n" +"POT-Creation-Date: 2006-08-26 22:47+0200\n" +"PO-Revision-Date: 2006-08-27 02:39+0200\n" "Last-Translator: Josep Puigdemont i Casamajó <jos...@gm...>\n" "Language-Team: Catalan <tra...@so...>\n" "MIME-Version: 1.0\n" @@ -54,2513 +54,1277 @@ msgid "Send instant messages over multiple protocols" msgstr "Envieu missatges instantanis en múltiples protocols" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ciphertest.c:264 -msgid "Cipher Test" -msgstr "Prova de xifratge" +#: ../console/gntaccount.c:95 ../console/gntblist.c:168 +#: ../console/gntblist.c:219 ../console/gntblist.c:232 +#: ../console/gntplugin.c:145 ../console/gntplugin.c:190 +#: ../console/gntstatus.c:216 ../console/gntstatus.c:224 +#: ../libgaim/protocols/jabber/buddy.c:1365 +#: ../libgaim/protocols/jabber/chat.c:675 +#: ../libgaim/protocols/jabber/chat.c:686 +#: ../libgaim/protocols/jabber/jabber.c:1191 +#: ../libgaim/protocols/silc/ops.c:1448 +msgid "Error" +msgstr "Error" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ciphertest.c:267 ../plugins/ciphertest.c:269 -msgid "Tests the ciphers that ship with gaim." -msgstr "Fa una prova dels xifratges que es distribueixen amb el gaim." +#: ../console/gntaccount.c:95 +msgid "Account was not added" +msgstr "No s'ha afegit el compte" -#: ../plugins/contact_priority.c:61 -msgid "Buddy is idle" -msgstr "L'amic està inactiu" +#: ../console/gntaccount.c:96 +msgid "Screenname of an account must be non-empty." +msgstr "El nom d'usuari d'un compte no pot ser buit." -#: ../plugins/contact_priority.c:62 -msgid "Buddy is away" -msgstr "L'amic està absent" +#: ../console/gntaccount.c:399 ../gtk/gtkaccount.c:553 +msgid "New mail notifications" +msgstr "Notifica si hi ha nou correu" -#: ../plugins/contact_priority.c:63 -msgid "Buddy is \"extended\" away" -msgstr "L'amic està absent «estès»" +#: ../console/gntaccount.c:409 ../gtk/gtkaccount.c:482 +msgid "Remember password" +msgstr "Recorda la contrasenya" -#. Not used yet. -#: ../plugins/contact_priority.c:66 -msgid "Buddy is mobile" -msgstr "L'amis és mòbil" +#: ../console/gntaccount.c:450 ../gtk/gtkaccount.c:1395 ../gtk/gtkblist.c:3787 +msgid "Modify Account" +msgstr "Modifica compte" -#: ../plugins/contact_priority.c:68 -msgid "Buddy is offline" -msgstr "L'amic no està connectat" +#: ../console/gntaccount.c:450 +msgid "New Account" +msgstr "Compte nou" -#: ../plugins/contact_priority.c:90 -msgid "Point values to use when..." -msgstr "Puntuació quan..." +#: ../console/gntaccount.c:476 ../gtk/gtkaccount.c:394 ../gtk/gtkft.c:642 +msgid "Protocol:" +msgstr "Protocol:" -#: ../plugins/contact_priority.c:118 -msgid "" -"The buddy with the <i>largest score</i> is the buddy who will have priority " -"in the contact.\n" -msgstr "" -"L'amic amb la <i>puntuació més alta</i> és l'amic que tindrà prioritat de " -"contace.\n" +#: ../console/gntaccount.c:484 ../gtk/gtkaccount.c:399 ../gtk/gtkblist.c:4842 +#: ../gtk/plugins/gevolution/new_person_dialog.c:295 +msgid "Screen name:" +msgstr "Nom d'usuari:" -#: ../plugins/contact_priority.c:125 -msgid "Use last buddy when scores are equal" -msgstr "Utilitza l'últim amic quan les puntuacions siguin iguals" +#: ../console/gntaccount.c:497 ../gtk/gtkaccount.c:473 +#: ../gtk/plugins/cap/cap.c:934 +msgid "Password:" +msgstr "Contrasenya:" -#: ../plugins/contact_priority.c:130 -msgid "Point values to use for account..." -msgstr "Puntuació a utilitzar per al compte..." +#: ../console/gntaccount.c:507 ../gtk/gtkblist.c:4863 ../gtk/gtkblist.c:5228 +msgid "Alias:" +msgstr "Àlies:" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/contact_priority.c:182 -msgid "Contact Priority" -msgstr "Prioritat de contacte" +#. Cancel +#: ../console/gntaccount.c:530 ../console/gntaccount.c:591 +#: ../console/gntaccount.c:803 ../console/gntblist.c:209 +#: ../console/gntblist.c:242 ../console/gntblist.c:609 +#: ../console/gntblist.c:697 ../console/gntprefs.c:202 +#: ../console/gntstatus.c:108 ../console/gntstatus.c:380 +#: ../console/gntstatus.c:500 ../gtk/gtkaccount.c:1828 +#: ../gtk/gtkaccount.c:2298 ../gtk/gtkblist.c:5284 ../gtk/gtkdialogs.c:666 +#: ../gtk/gtkdialogs.c:803 ../gtk/gtkdialogs.c:894 ../gtk/gtkdialogs.c:913 +#: ../gtk/gtkdialogs.c:935 ../gtk/gtkdialogs.c:955 ../gtk/gtkdialogs.c:999 +#: ../gtk/gtkdialogs.c:1054 ../gtk/gtkdialogs.c:1091 ../gtk/gtkdialogs.c:1116 +#: ../gtk/gtkimhtmltoolbar.c:419 ../gtk/gtkplugin.c:296 +#: ../gtk/gtkpounce.c:1088 ../gtk/gtkprivacy.c:566 ../gtk/gtkprivacy.c:579 +#: ../gtk/gtkprivacy.c:604 ../gtk/gtkprivacy.c:615 ../gtk/gtkrequest.c:270 +#: ../gtk/gtksavedstatuses.c:296 ../libgaim/account.c:963 +#: ../libgaim/account.c:1134 ../libgaim/account.c:1171 +#: ../libgaim/protocols/gg/gg.c:498 ../libgaim/protocols/gg/gg.c:656 +#: ../libgaim/protocols/gg/gg.c:792 ../libgaim/protocols/gg/gg.c:871 +#: ../libgaim/protocols/jabber/buddy.c:594 +#: ../libgaim/protocols/jabber/buddy.c:1727 +#: ../libgaim/protocols/jabber/buddy.c:1761 +#: ../libgaim/protocols/jabber/chat.c:778 +#: ../libgaim/protocols/jabber/jabber.c:841 +#: ../libgaim/protocols/jabber/jabber.c:1346 +#: ../libgaim/protocols/jabber/xdata.c:338 ../libgaim/protocols/msn/msn.c:251 +#: ../libgaim/protocols/msn/msn.c:266 ../libgaim/protocols/msn/msn.c:281 +#: ../libgaim/protocols/msn/msn.c:296 ../libgaim/protocols/msn/msn.c:313 +#: ../libgaim/protocols/oscar/oscar.c:1368 +#: ../libgaim/protocols/oscar/oscar.c:2130 +#: ../libgaim/protocols/oscar/oscar.c:2169 +#: ../libgaim/protocols/oscar/oscar.c:2217 +#: ../libgaim/protocols/oscar/oscar.c:5710 +#: ../libgaim/protocols/oscar/oscar.c:5762 +#: ../libgaim/protocols/oscar/oscar.c:5914 +#: ../libgaim/protocols/oscar/oscar.c:5939 +#: ../libgaim/protocols/oscar/oscar.c:5995 +#: ../libgaim/protocols/oscar/oscar.c:6064 +#: ../libgaim/protocols/oscar/peer.c:982 +#: ../libgaim/protocols/sametime/sametime.c:3365 +#: ../libgaim/protocols/sametime/sametime.c:3450 +#: ../libgaim/protocols/sametime/sametime.c:3620 +#: ../libgaim/protocols/sametime/sametime.c:5320 +#: ../libgaim/protocols/sametime/sametime.c:5409 +#: ../libgaim/protocols/sametime/sametime.c:5533 +#: ../libgaim/protocols/silc/buddy.c:467 +#: ../libgaim/protocols/silc/buddy.c:1078 +#: ../libgaim/protocols/silc/buddy.c:1183 ../libgaim/protocols/silc/chat.c:597 +#: ../libgaim/protocols/silc/chat.c:726 ../libgaim/protocols/silc/ops.c:1909 +#: ../libgaim/protocols/silc/silc.c:754 ../libgaim/protocols/silc/silc.c:959 +#: ../libgaim/protocols/yahoo/yahoo.c:3156 +#: ../libgaim/protocols/yahoo/yahoo.c:3165 ../libgaim/request.h:1344 +#: ../libgaim/request.h:1354 +msgid "Cancel" +msgstr "Cancel·la" -#. *< name -#. *< version -#. *< summary -#: ../plugins/contact_priority.c:185 -msgid "" -"Allows for controlling the values associated with different buddy states." -msgstr "" -"Us permet canviar els valors associats als diferents estats dels amics." +#. Save +#: ../console/gntaccount.c:534 ../console/gntprefs.c:202 +#: ../console/gntstatus.c:383 ../console/gntstatus.c:488 ../gtk/gtkdebug.c:684 +#: ../gtk/gtkrequest.c:276 ../libgaim/account.c:1170 +#: ../libgaim/protocols/jabber/buddy.c:593 +msgid "Save" +msgstr "Desa" -#. *< description -#: ../plugins/contact_priority.c:187 -msgid "" -"Allows for changing the point values of idle/away/offline states for buddies " -"in contact priority computations." -msgstr "" -"Us permet canviar els valors dels estats inactiu, absent i desconnectat pel " -"càlcul de la prioritat dels amics." +#: ../console/gntaccount.c:586 ../gtk/gtkaccount.c:1822 +#: ../gtk/gtksavedstatuses.c:293 +#, c-format +msgid "Are you sure you want to delete %s?" +msgstr "Esteu segur que voleu suprimir %s?" -#. *< api_version -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/crazychat/cc_gaim_plugin.c:146 -msgid "Crazychat" -msgstr "Crazychat" +#. Close any other opened delete window +#: ../console/gntaccount.c:590 +msgid "Delete Account" +msgstr "Suprimeix un compte" -#. *< name -#. *< version -#. * summary -#: ../plugins/crazychat/cc_gaim_plugin.c:149 -msgid "Plugin to establish a Crazychat session." -msgstr "Connector per a establir una connexió Crazychat." +#: ../console/gntaccount.c:591 ../console/gntaccount.c:657 +#: ../console/gntstatus.c:108 ../console/gntstatus.c:170 +#: ../gtk/gtkaccount.c:1827 ../gtk/gtkpounce.c:1087 ../gtk/gtkrequest.c:273 +#: ../gtk/gtksavedstatuses.c:295 +msgid "Delete" +msgstr "Suprimeix" -#. * description -#: ../plugins/crazychat/cc_gaim_plugin.c:151 -msgid "Uses Gaim to obtain buddy ips to connect for a Crazychat session" -msgstr "" -"Utilitza el Gaim per a obtenir les IP d'amics on connectar per a sessions " -"Crazychat" +#: ../console/gntaccount.c:620 ../gtk/gtkaccount.c:2130 +#: ../gtk/plugins/docklet/docklet.c:519 +msgid "Accounts" +msgstr "Comptes" -#. make the network configuration frame -#: ../plugins/crazychat/cc_gaim_plugin.c:295 -msgid "Network Configuration" -msgstr "Configuració de xarxa" +#: ../console/gntaccount.c:626 +msgid "You can enable/disable accounts from the following list." +msgstr "Podeu habilitar/inhabilitar comptes d'aquesta llista." -#: ../plugins/crazychat/cc_gaim_plugin.c:307 -msgid "TCP port" -msgstr "Port TCP" +#: ../console/gntaccount.c:649 ../console/gntaccount.c:802 +#: ../console/gntblist.c:209 ../console/gntblist.c:242 +#: ../console/gntnotify.c:282 ../console/gntstatus.c:160 +#: ../gtk/gtkaccount.c:2297 ../gtk/gtkblist.c:5283 ../gtk/gtkconv.c:1594 +#: ../gtk/gtkrequest.c:274 ../libgaim/protocols/gg/gg.c:870 +#: ../libgaim/protocols/oscar/oscar.c:2407 +#: ../libgaim/protocols/sametime/sametime.c:5408 +#: ../libgaim/protocols/silc/chat.c:596 +msgid "Add" +msgstr "Afegeix" -#: ../plugins/crazychat/cc_gaim_plugin.c:317 -msgid "UDP port" -msgstr "Port UDP" +#: ../console/gntaccount.c:653 +msgid "Modify" +msgstr "Modifica" -#. make the feature configuration frame -#: ../plugins/crazychat/cc_gaim_plugin.c:329 -msgid "Feature Calibration" -msgstr "Calibratge de característiques" - -#. add enabled / disabled -#: ../plugins/crazychat/cc_gaim_plugin.c:345 ../src/gtkaccount.c:2251 -#: ../src/gtkplugin.c:577 -msgid "Enabled" -msgstr "Habilitat" - -#: ../plugins/crazychat/cc_gaim_plugin.c:350 -msgid "Disabled" -msgstr "Inhabilitat" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/dbus-example.c:135 -msgid "DBus" -msgstr "DBus" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/dbus-example.c:138 ../plugins/dbus-example.c:140 -msgid "DBus Plugin Example" -msgstr "Exemple de connector DBus" - -# FIXME: Do not use "Right click", as left-handed people would use left click. -# Instead it might be better to use "primary button" (josep) -#: ../plugins/docklet/docklet.c:154 -msgid "Right-click for more unread messages...\n" -msgstr "Feu clic amb el botó principal per a més missatges sense llegir...\n" - -#: ../plugins/docklet/docklet.c:157 ../src/gtkblist.c:3274 +#: ../console/gntaccount.c:727 ../gtk/gtkaccount.c:2246 #, c-format -msgid "%d unread message from %s\n" -msgid_plural "%d unread messages from %s\n" -msgstr[0] "%d missatge sense llegir de %s\n" -msgstr[1] "%d missatges sense llegir de %s\n" +msgid "%s%s%s%s has made %s his or her buddy%s%s" +msgstr "%s%s%s%s ha fet a %s un dels seus amics%s%s" -#: ../plugins/docklet/docklet.c:432 -msgid "Change Status" -msgstr "Canvia l'estat" +#: ../console/gntaccount.c:800 ../gtk/gtkaccount.c:2295 +msgid "Add buddy to your list?" +msgstr "Voleu afegir l'amic a la llista?" -#: ../plugins/docklet/docklet.c:435 ../src/gtkstatusbox.c:673 -#: ../src/protocols/jabber/buddy.c:1101 ../src/protocols/msn/state.c:29 -#: ../src/protocols/msn/state.c:30 ../src/protocols/msn/state.c:37 -#: ../src/protocols/msn/state.c:38 ../src/protocols/novell/novell.c:2845 -#: ../src/protocols/yahoo/yahoo.c:2734 ../src/status.c:155 -msgid "Available" -msgstr "Disponible" +#: ../console/gntblist.c:160 +msgid "You must provide a screename for the buddy." +msgstr "Heu de proporcionar el nom d'usuari per a l'amic." -#. Away stuff -#: ../plugins/docklet/docklet.c:439 ../src/gtkprefs.c:1759 -#: ../src/gtkstatusbox.c:674 ../src/protocols/irc/irc.c:520 -#: ../src/protocols/irc/msgs.c:219 ../src/protocols/jabber/buddy.c:1105 -#: ../src/protocols/novell/novell.c:2848 ../src/protocols/oscar/oscar.c:729 -#: ../src/protocols/oscar/oscar.c:6759 ../src/protocols/oscar/oscar.c:7800 -#: ../src/protocols/silc/buddy.c:1469 ../src/protocols/yahoo/yahoo.c:3188 -#: ../src/status.c:158 -msgid "Away" -msgstr "Absent" +#: ../console/gntblist.c:162 +msgid "You must provide a group." +msgstr "Heu de proporcionar un grup." -#: ../plugins/docklet/docklet.c:443 ../src/gtkstatusbox.c:675 -#: ../src/protocols/oscar/oscar.c:733 ../src/protocols/yahoo/yahoo.c:2728 -#: ../src/status.c:157 -msgid "Invisible" -msgstr "Invisible" +#: ../console/gntblist.c:164 +msgid "You must select an account." +msgstr "Heu de seleccionar un compte." -#: ../plugins/docklet/docklet.c:447 ../src/gtkblist.c:3004 -#: ../src/gtkstatusbox.c:676 ../src/protocols/jabber/buddy.c:1099 -#: ../src/protocols/novell/novell.c:2857 ../src/protocols/oscar/oscar.c:795 -#: ../src/protocols/oscar/oscar.c:7772 ../src/protocols/yahoo/yahoo.c:2732 -#: ../src/status.c:154 -msgid "Offline" -msgstr "Fora de línia" +#: ../console/gntblist.c:168 +msgid "Error adding buddy" +msgstr "S'ha produït un error en afegir un amic" -#: ../plugins/docklet/docklet.c:467 ../src/gtkstatusbox.c:681 -msgid "New..." -msgstr "Nou..." +#: ../console/gntblist.c:193 ../gtk/gtkaccount.c:1891 +#: ../gtk/gtksavedstatuses.c:893 ../libgaim/protocols/oscar/oscar.c:2781 +msgid "Screen Name" +msgstr "Nom d'usuari" -#: ../plugins/docklet/docklet.c:468 ../src/gtkstatusbox.c:682 -msgid "Saved..." -msgstr "Desat..." +#: ../console/gntblist.c:196 ../gtk/gtkdialogs.c:912 ../gtk/gtkdialogs.c:934 +#: ../gtk/gtkdialogs.c:954 ../gtk/gtkrequest.c:277 +#: ../libgaim/protocols/silc/chat.c:587 +msgid "Alias" +msgstr "Àlies" -#: ../plugins/docklet/docklet.c:484 -msgid "Show Buddy List" -msgstr "Mostra la llista d'amics" +#: ../console/gntblist.c:199 +msgid "Group" +msgstr "Grup" -#: ../plugins/docklet/docklet.c:489 -msgid "Unread Messages" -msgstr "Missatges sense llegir" - -#: ../plugins/docklet/docklet.c:510 -msgid "New Message..." -msgstr "Missatge nou..." - -#: ../plugins/docklet/docklet.c:519 ../src/gtkaccount.c:2467 -msgid "Accounts" +#: ../console/gntblist.c:202 ../console/gntnotify.c:131 +#: ../console/gntstatus.c:471 ../gtk/gtknotify.c:406 ../gtk/gtkpounce.c:1255 +#: ../gtk/plugins/gevolution/gevolution.c:450 ../libgaim/plugins/idle.c:153 +#: ../libgaim/plugins/idle.c:189 +msgid "Account" msgstr "Comptes" -#: ../plugins/docklet/docklet.c:520 ../src/gtkplugin.c:541 -msgid "Plugins" -msgstr "Connectors" +#: ../console/gntblist.c:208 ../console/gntblist.c:496 ../gtk/gtkblist.c:4796 +#: ../gtk/plugins/gevolution/add_buddy_dialog.c:442 +#: ../libgaim/protocols/silc/buddy.c:736 +#: ../libgaim/protocols/silc/buddy.c:1030 +#: ../libgaim/protocols/silc/buddy.c:1075 +#: ../libgaim/protocols/silc/buddy.c:1174 +#: ../libgaim/protocols/yahoo/yahoo.c:3070 +msgid "Add Buddy" +msgstr "Afegeix un amic" -#: ../plugins/docklet/docklet.c:521 ../src/gtkprefs.c:1900 -msgid "Preferences" -msgstr "Preferències" +#: ../console/gntblist.c:208 +msgid "Please enter buddy information." +msgstr "Entreu informació sobre l'amic." -#: ../plugins/docklet/docklet.c:525 -msgid "Mute Sounds" -msgstr "Inhabilita els sons" +#: ../console/gntblist.c:219 ../console/gntblist.c:232 +msgid "Error adding group" +msgstr "S'ha produït un error en afegir el grup" -#. TODO: need a submenu to change status, this needs to "link" -#. * to the status in the buddy list gtkstatusbox -#. -#: ../plugins/docklet/docklet.c:538 -msgid "Quit" -msgstr "Surt" +#: ../console/gntblist.c:220 +msgid "You must give a name for the group to add." +msgstr "Heu de donar un nom al grup que vulgueu afegir." -#: ../plugins/docklet/docklet.c:679 -msgid "Blink tray icon for unread..." -msgstr "Pampallugueja la icona de l'àrea de notificació per a no llegits..." +#: ../console/gntblist.c:233 +msgid "A group with the name already exists." +msgstr "Ja existeix una grup amb aquest nom." -#: ../plugins/docklet/docklet.c:682 -msgid "_Instant Messages:" -msgstr "Missatges _instantanis:" +#: ../console/gntblist.c:240 ../console/gntblist.c:498 ../gtk/gtkblist.c:5280 +#: ../libgaim/protocols/sametime/sametime.c:5319 +#: ../libgaim/protocols/sametime/sametime.c:5406 +msgid "Add Group" +msgstr "Afegeix un grup" -#: ../plugins/docklet/docklet.c:684 ../plugins/docklet/docklet.c:692 -#: ../plugins/win32/winprefs/winprefs.c:424 ../src/gtkprefs.c:823 -#: ../src/gtkprefs.c:1749 ../src/gtkprefs.c:1763 -msgid "Never" -msgstr "Mai" +#: ../console/gntblist.c:240 +msgid "Enter the name of the group" +msgstr "Entreu el nom del grup" -#: ../plugins/docklet/docklet.c:685 -msgid "In hidden conversations" -msgstr "En converses amagades" +#: ../console/gntblist.c:471 +msgid "Auto-join" +msgstr "Entra automàticament" -#: ../plugins/docklet/docklet.c:686 ../plugins/docklet/docklet.c:694 -#: ../plugins/timestamp_format.c:39 ../plugins/timestamp_format.c:48 -#: ../plugins/win32/winprefs/winprefs.c:425 ../src/gtkprefs.c:825 -msgid "Always" -msgstr "Sempre" +#: ../console/gntblist.c:516 ../libgaim/protocols/silc/chat.c:878 +msgid "Get Info" +msgstr "Aconsegueix informació" -#: ../plugins/docklet/docklet.c:690 -msgid "C_hat Messages:" -msgstr "Missatges de _xat:" +#: ../console/gntblist.c:521 +msgid "Add Buddy Pounce" +msgstr "Afegeix un avís per a l'amic" -#: ../plugins/docklet/docklet.c:693 -msgid "When my nick is said" -msgstr "Quan s'anomeni el meu sobrenom" +#: ../console/gntblist.c:528 ../gtk/gtkconv.c:1542 +#: ../libgaim/protocols/oscar/oscar.c:616 +msgid "Send File" +msgstr "Envia un fitxer" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/docklet/docklet.c:720 -msgid "System Tray Icon" -msgstr "Icona d'estat" +#: ../console/gntblist.c:532 +msgid "View Log" +msgstr "Visualitza el registre" -#. *< name -#. *< version -#. * summary -#: ../plugins/docklet/docklet.c:723 -msgid "Displays an icon for Gaim in the system tray." -msgstr "Mostra una icona per al Gaim a la barra d'estat." +#: ../console/gntblist.c:605 +#, c-format +msgid "Please enter the new name for %s" +msgstr "Entreu un nou nom per a %s" -#. * description -#: ../plugins/docklet/docklet.c:725 -msgid "" -"Displays a system tray icon (in GNOME, KDE, or Windows for example) to show " -"the current status of Gaim, allow fast access to commonly used functions, " -"and to toggle display of the buddy list. Also provides options to blink for " -"unread messages." -msgstr "" -"Mostra una icona a l'àrea de notificació (per exemple del GNOME, KDE o " -"Windows) per a mostrar l'estat actual del Gaim, permet un accés ràpid de " -"funcions d'ús habitual, i mostrar o oculta la llista d'amics. També permet " -"opcions que fa que pampalluguegi si hi ha missatges per llegir." +#. These are common for everything +#: ../console/gntblist.c:607 ../console/gntblist.c:608 +#: ../console/gntblist.c:752 +msgid "Rename" +msgstr "Reanomena" -#: ../plugins/docklet/eggtrayicon.c:123 -msgid "Orientation" -msgstr "Orientació" +#: ../console/gntblist.c:607 +msgid "Enter empty string to reset the name." +msgstr "Entreu una cadena buida per a reiniciar el nom." -#: ../plugins/docklet/eggtrayicon.c:124 -msgid "The orientation of the tray." -msgstr "Orientació de l'àrea de notificació." - -#: ../plugins/extplacement.c:80 -msgid "By conversation count" -msgstr "Pel nombre de converses" - -#: ../plugins/extplacement.c:101 -msgid "Conversation Placement" -msgstr "Ubicació de la conversa" - -#: ../plugins/extplacement.c:106 -msgid "Number of conversations per window" -msgstr "Nombre de converses per finestra" - -#: ../plugins/extplacement.c:112 -msgid "Separate IM and Chat windows when placing by number" -msgstr "Separa les finestres de xat i de MI quan s'ubiquin per nombre" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/extplacement.c:135 -msgid "ExtPlacement" -msgstr "Ubicació extra" - -#. *< name -#. *< version -#: ../plugins/extplacement.c:137 -msgid "Extra conversation placement options." -msgstr "Opcions extres per a la ubicació de les converses." - -#. *< summary -#. * description -#: ../plugins/extplacement.c:139 -msgid "" -"Restrict the number of conversations per windows, optionally separating IMs " -"and Chats" +#: ../console/gntblist.c:685 +msgid "Removing this group will also remove all the buddies in the group" msgstr "" -"Restringeix el nombre de converses per finestra, separant opcionalment la MI " -"dels xats" +"En suprimir aquest grup, també se suprimiran tots els amics que hi hagi" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/filectl.c:245 -msgid "Gaim File Control" -msgstr "Control de fitxers del Gaim" +#: ../console/gntblist.c:690 +#, c-format +msgid "Are you sure you want to remove %s?" +msgstr "Esteu segur que voleu suprimir %s?" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/filectl.c:248 ../plugins/filectl.c:250 -msgid "Allows you to control Gaim by entering commands in a file." -msgstr "Us permet controlar el Gaim entrant ordres en un fitxer." +#. XXX: anything to do with the returned ui-handle? +#: ../console/gntblist.c:693 +msgid "Confirm Remove" +msgstr "Confirmeu que voleu suprimir" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gaiminc.c:91 -msgid "Gaim Demonstration Plugin" -msgstr "Connector de demostració del Gaim" +#: ../console/gntblist.c:696 ../console/gntblist.c:754 ../gtk/gtkblist.c:1027 +#: ../gtk/gtkconv.c:1591 ../gtk/gtkrequest.c:275 +msgid "Remove" +msgstr "Suprimeix" -#. *< name -#. *< version -#. * summary -#: ../plugins/gaiminc.c:94 -msgid "An example plugin that does stuff - see the description." -msgstr "Un connector d'exemple que fa coses - vegeu-ne la descripció." - -#. * description -#: ../plugins/gaiminc.c:96 -msgid "" -"This is a really cool plugin that does a lot of stuff:\n" -"- It tells you who wrote the program when you log in\n" -"- It reverses all incoming text\n" -"- It sends a message to people on your list immediately when they sign on" -msgstr "" -"Aquest és un connector realment interessant que fa moltes coses:\n" -"- mostra qui ha escrit el programa quan us connecteu\n" -"- escriu a l'inrevés tots els missatges rebuts\n" -"- envia un missatge a tots els amics immediatament després de que es " -"connectin" - -#: ../plugins/gaimrc.c:41 -msgid "Cursor Color" -msgstr "Color del cursor" - -#: ../plugins/gaimrc.c:42 -msgid "Secondary Cursor Color" -msgstr "Color secundari del cursor" - -#: ../plugins/gaimrc.c:43 -msgid "Hyperlink Color" -msgstr "Color dels hiperenllaços" - -#: ../plugins/gaimrc.c:56 -msgid "GtkTreeView Expander Size" -msgstr "Mida de l'expansor del GTkTreeView" - -#: ../plugins/gaimrc.c:57 -msgid "GtkTreeView Horizontal Separation" -msgstr "Separació horitzontal del GtkTreeView" - -#: ../plugins/gaimrc.c:76 -msgid "Conversation Entry" -msgstr "Entrada de la conversa" - -#: ../plugins/gaimrc.c:77 -msgid "Conversation History" -msgstr "Històric de converses" - -#: ../plugins/gaimrc.c:78 -msgid "Log Viewer" -msgstr "Visualitzador del registre" - -#: ../plugins/gaimrc.c:79 -msgid "Request Dialog" -msgstr "Diàleg de sol·licitud" - -#: ../plugins/gaimrc.c:80 -msgid "Notify Dialog" -msgstr "Diàleg de notificació" - -#: ../plugins/gaimrc.c:91 -msgid "GtkTreeView Indent Expanders" -msgstr "Expansors del sagnat del GTkTreeView" - -#: ../plugins/gaimrc.c:287 +#: ../console/gntblist.c:818 ../console/gntblist.c:867 #, c-format -msgid "Select Color for %s" -msgstr "Selecciona el color per a %s" +msgid "Account: %s (%s)" +msgstr "Compte: %s (%s)" -#: ../plugins/gaimrc.c:289 -msgid "Select Color" -msgstr "Selecciona el color per a %s" - -#: ../plugins/gaimrc.c:324 +#: ../console/gntblist.c:845 #, c-format -msgid "Select Font for %s" -msgstr "Selecciona el tipus de lletra per a %s" - -#: ../plugins/gaimrc.c:362 -msgid "Select Interface Font" -msgstr "Selecciona el tipus de lletra de la interfície" - -#: ../plugins/gaimrc.c:415 -msgid "General" -msgstr "General" - -#: ../plugins/gaimrc.c:420 -msgid "GTK+ Interface Font" -msgstr "Tipus de lletra de la interfície GTK+" - -#: ../plugins/gaimrc.c:440 -msgid "GTK+ Text Shortcut Theme" -msgstr "Tema de la drecera de text de GTK+" - -#: ../plugins/gaimrc.c:475 -msgid "Interface colors" -msgstr "Colors de la interfície" - -#: ../plugins/gaimrc.c:499 -msgid "Widget Sizes" -msgstr "Mides del giny" - -#: ../plugins/gaimrc.c:520 -msgid "Fonts" -msgstr "Tipus de lletra" - -#: ../plugins/gaimrc.c:543 -msgid "Tools" -msgstr "Eines" - -#: ../plugins/gaimrc.c:548 -#, c-format -msgid "Write settings to %s%sgtkrc-2.0" -msgstr "Escriu els paràmetres a %s%sgtkrc-2.0" - -#: ../plugins/gaimrc.c:556 -msgid "Re-read gtkrc files" -msgstr "Torna a llegir els fitxers gtkrc" - -#: ../plugins/gaimrc.c:583 -msgid "Gaim GTK+ Theme Control" -msgstr "Control de temes GTK+ del Gaim" - -#: ../plugins/gaimrc.c:585 ../plugins/gaimrc.c:586 -msgid "Provides access to commonly used gtkrc settings." -msgstr "Proporciona accés a paràmetres del gtkrc utilitzats habitualment." - -#. Configuration frame -#: ../plugins/gestures/gestures.c:235 -msgid "Mouse Gestures Configuration" -msgstr "Configuració de les gesticulacions amb el ratolí" - -#: ../plugins/gestures/gestures.c:242 -msgid "Middle mouse button" -msgstr "Botó central del ratolí" - -#: ../plugins/gestures/gestures.c:247 -msgid "Right mouse button" -msgstr "Botó dret del ratolí" - -#. "Visual gesture display" checkbox -#: ../plugins/gestures/gestures.c:259 -msgid "_Visual gesture display" -msgstr "Mostra les gesticulacions _visualment" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gestures/gestures.c:289 -msgid "Mouse Gestures" -msgstr "Gesticulacions amb el ratolí" - -#. *< name -#. *< version -#. * summary -#: ../plugins/gestures/gestures.c:292 -msgid "Provides support for mouse gestures" -msgstr "Permet l'ús de gesticulacions amb el ratolí" - -#. * description -#: ../plugins/gestures/gestures.c:294 msgid "" -"Allows support for mouse gestures in conversation windows.\n" -"Drag the middle mouse button to perform certain actions:\n" "\n" -"Drag down and then to the right to close a conversation.\n" -"Drag up and then to the left to switch to the previous conversation.\n" -"Drag up and then to the right to switch to the next conversation." +"Idle: %s" msgstr "" -"Permet usar gesticulacions amb el ratolí en les finestres de conversa.\n" -"Arrossegueu el botó central del ratolí per realitzar certes accions:\n" "\n" -"A baix i després a la dreta per tancar una conversa\n" -"A dalt i després a l'esquerra per passar a l'anterior conversa\n" -"A dalt i després a la dreta per passar a la següent conversa" +"Inactiu: %s" -#: ../plugins/gevolution/add_buddy_dialog.c:131 -#: ../plugins/gevolution/assoc-buddy.c:119 ../src/gtkplugin.c:590 -#: ../src/gtkroomlist.c:604 ../src/protocols/jabber/jabber.c:755 -#: ../src/protocols/msn/msn.c:1524 -msgid "Name" -msgstr "Nom" - -#: ../plugins/gevolution/add_buddy_dialog.c:142 -msgid "Instant Messaging" -msgstr "Missatgeria instantània" - -#. Add the label. -#: ../plugins/gevolution/add_buddy_dialog.c:454 -msgid "Select a person from your address book below, or add a new person." -msgstr "" -"Seleccioneu una persona de la llibreta d'adreces d'aquí baix, o afegiu-n'hi " -"una de nova." - -#. "Search" -#: ../plugins/gevolution/add_buddy_dialog.c:467 -#: ../plugins/gevolution/assoc-buddy.c:353 -#: ../src/protocols/jabber/buddy.c:1418 ../src/protocols/oscar/oscar.c:8320 -#: ../src/protocols/sametime/sametime.c:5532 -msgid "Search" -msgstr "Cerca" - -#: ../plugins/gevolution/add_buddy_dialog.c:548 -#: ../plugins/gevolution/new_person_dialog.c:306 ../src/gtkblist.c:4570 -#: ../src/gtkblist.c:4934 -msgid "Group:" -msgstr "Grup:" - -#. "New Person" button -#: ../plugins/gevolution/add_buddy_dialog.c:574 -#: ../plugins/gevolution/assoc-buddy.c:464 -msgid "New Person" -msgstr "Nova persona" - -#. "Select Buddy" button -#: ../plugins/gevolution/add_buddy_dialog.c:591 -msgid "Select Buddy" -msgstr "Selecciona amic" - -#. Add the label. -#: ../plugins/gevolution/assoc-buddy.c:340 +#: ../console/gntblist.c:856 +#, c-format msgid "" -"Select a person from your address book to add this buddy to, or create a new " -"person." +"Online: %d\n" +"Total: %d" msgstr "" -"Seleccioneu una persona de la llibreta d'adreces on afegir aquest amic, o " -"creeu-n'hi una de nova." +"En línia: %d\n" +"Total: %d" -#. Add the expander -#: ../plugins/gevolution/assoc-buddy.c:428 -msgid "User _details" -msgstr "Detalls de l'_usuari" +#: ../console/gntblist.c:1074 ../gtk/gtkstatusbox.c:814 +#: ../gtk/plugins/docklet/docklet.c:467 +msgid "New..." +msgstr "Nou..." -#. "Associate Buddy" button -#: ../plugins/gevolution/assoc-buddy.c:481 -msgid "_Associate Buddy" -msgstr "_Associa amic" +#: ../console/gntblist.c:1081 ../gtk/gtkstatusbox.c:815 +#: ../gtk/plugins/docklet/docklet.c:468 +msgid "Saved..." +msgstr "Desat..." -#: ../plugins/gevolution/eds-utils.c:73 ../plugins/gevolution/eds-utils.c:86 -#: ../src/protocols/jabber/jabber.c:1125 -msgid "None" -msgstr "Cap" +#. Buddy List +#: ../console/gntblist.c:1284 ../console/gntprefs.c:197 ../gtk/gtkblist.c:3903 +#: ../gtk/plugins/win32/winprefs/winprefs.c:451 +msgid "Buddy List" +msgstr "Llista d'amics" -#: ../plugins/gevolution/gevo-util.c:64 ../plugins/gevolution/gevolution.c:96 -#: ../src/blist.c:516 ../src/blist.c:1270 ../src/blist.c:1495 -#: ../src/gtkblist.c:4379 ../src/protocols/jabber/roster.c:65 -msgid "Buddies" -msgstr "Amics" +#: ../console/gntconn.c:12 +#, c-format +msgid "%s (%s)" +msgstr "%s (%s)" -#: ../plugins/gevolution/gevolution.c:262 -#: ../plugins/gevolution/gevolution.c:268 -msgid "Unable to send e-mail" -msgstr "No s'ha pogut enviar el correu electrònic." +#: ../console/gntconn.c:15 +#, c-format +msgid "%s disconnected." +msgstr "%s s'ha desconnectat." -#: ../plugins/gevolution/gevolution.c:263 -msgid "The evolution executable was not found in the PATH." -msgstr "" -"No s'ha trobat l'executable de l'evolution a la variable d'entorn PATH." - -#: ../plugins/gevolution/gevolution.c:269 -msgid "The specified buddy was not found in the Evolution Contacts." -msgstr "No s'ha trobat l'amic especificat en els contactes de l'Evolution." - -#: ../plugins/gevolution/gevolution.c:286 -msgid "Add to Address Book" -msgstr "Afegeix a la llibreta d'adreces" - -#: ../plugins/gevolution/gevolution.c:290 -msgid "Send E-Mail" -msgstr "Envia un correu" - -#. Configuration frame -#: ../plugins/gevolution/gevolution.c:417 -msgid "Evolution Integration Configuration" -msgstr "Configuració de la integració amb l'Evolution" - -#. Label -#: ../plugins/gevolution/gevolution.c:420 -msgid "Select all accounts that buddies should be auto-added to." -msgstr "" -"Seleccioneu tots els comptes on els amics s'hagin d'afegir automàticament." - -#: ../plugins/gevolution/gevolution.c:450 ../plugins/idle.c:147 -#: ../plugins/idle.c:183 ../src/gtknotify.c:371 ../src/gtkpounce.c:1260 -msgid "Account" -msgstr "Comptes" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gevolution/gevolution.c:527 -msgid "Evolution Integration" -msgstr "Integració amb l'Evolution" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/gevolution/gevolution.c:530 -#: ../plugins/gevolution/gevolution.c:532 -msgid "Provides integration with Evolution." -msgstr "Proporciona la integració amb l'Evolution." - -#: ../plugins/gevolution/new_person_dialog.c:266 -msgid "Please enter the person's information below." -msgstr "Entreu la informació de la persona aquí sota." - -#: ../plugins/gevolution/new_person_dialog.c:270 -msgid "Please enter the buddy's screen name and account type below." -msgstr "Entreu el nom d'usuari i el tipus de compte aquí sota." - -#: ../plugins/gevolution/new_person_dialog.c:290 -msgid "Account type:" -msgstr "Tipus de compte:" - -#: ../plugins/gevolution/new_person_dialog.c:294 ../src/gtkaccount.c:784 -msgid "Screen name:" -msgstr "Nom d'usuari:" - -#. Optional Information section -#: ../plugins/gevolution/new_person_dialog.c:314 -msgid "Optional information:" -msgstr "Informació opcional:" - -#. Label -#: ../plugins/gevolution/new_person_dialog.c:337 ../src/gtkaccount.c:424 -#: ../src/gtkaccount.c:446 ../src/protocols/oscar/oscar.c:635 -msgid "Buddy Icon" -msgstr "Icona de l'amic" - -#: ../plugins/gevolution/new_person_dialog.c:349 -msgid "First name:" -msgstr "Nom:" - -#: ../plugins/gevolution/new_person_dialog.c:361 -msgid "Last name:" -msgstr "Cognoms:" - -#: ../plugins/gevolution/new_person_dialog.c:381 -msgid "E-mail:" -msgstr "Correu electrònic:" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gtk-signals-test.c:160 -msgid "GTK Signals Test" -msgstr "Comprovació de senyals GTK" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/gtk-signals-test.c:163 ../plugins/gtk-signals-test.c:165 -msgid "Test to see that all ui signals are working properly." -msgstr "" -"Prova per veure si tots els senyals de la interfície d'usuari funcionen " -"correctament." - -#: ../plugins/history.c:120 +#: ../console/gntconn.c:16 #, c-format -msgid "<b>Conversation with %s on %s:</b><br>" -msgstr "<b>Converses amb %s a %s:</b><br>" - -#: ../plugins/history.c:147 -msgid "History Plugin Requires Logging" -msgstr "El connector per a l'historial requereix que es registri" - -#: ../plugins/history.c:148 msgid "" -"Logging can be enabled from Tools -> Preferences -> Logging.\n" -"\n" -"Enabling logs for instant messages and/or chats will activate history for " -"the same conversation type(s)." +"%s was disconnected due to the following error:\n" +"%s" msgstr "" -"El registre es pot habilitar des de Eines -> Preferències -> Registre.\n" -"\n" -"En habilitar el registre per a missatges instantanis o xats s'activarà\n" -"l'historial per a cada tipus de conversa especificat." +"S'ha desconnectat %s pel següent error:\n" +"%s" -#: ../plugins/history.c:188 -msgid "History" -msgstr "Historial" +#: ../console/gntconn.c:19 ../gtk/gtkblist.c:3784 ../libgaim/account.c:990 +#: ../libgaim/connection.c:99 +msgid "Connection Error" +msgstr "Error de connexió" -#: ../plugins/history.c:190 -msgid "Shows recently logged conversations in new conversations." -msgstr "Mostra converses registrades recentment en noves converses." +#: ../console/gntconv.c:78 ../gtk/gtkconv.c:472 +msgid "No such command." +msgstr "No existeix l'ordre." -#: ../plugins/history.c:191 -msgid "" -"When a new conversation is opened this plugin will insert the last " -"conversation into the current conversation." +#: ../console/gntconv.c:82 ../gtk/gtkconv.c:479 +msgid "Syntax Error: You typed the wrong number of arguments to that command." msgstr "" -"Quan s'obri una nova conversa aquest connector inserirà la darrera conversa " -"en la conversa actual." +"Error de sintaxi: Heu escrit un nombre d'arguments equivocat per a aquesta " +"ordre." -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/iconaway.c:82 -msgid "Iconify on Away" -msgstr "Iconifica si s'està absent" +#: ../console/gntconv.c:87 ../gtk/gtkconv.c:484 +msgid "Your command failed for an unknown reason." +msgstr "L'ordre ha fallat per motius desconeguts." -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/iconaway.c:85 ../plugins/iconaway.c:87 -msgid "Iconifies the buddy list and your conversations when you go away." -msgstr "Iconifica la llista d'amics i les converses quan passeu a absent." +#: ../console/gntconv.c:92 ../gtk/gtkconv.c:490 +msgid "That command only works in chats, not IMs." +msgstr "Aquesta ordre només funciona en xats, no en MI." -#: ../plugins/idle.c:152 ../plugins/idle.c:210 -msgid "Minutes" -msgstr "Minuts" +#: ../console/gntconv.c:95 ../gtk/gtkconv.c:493 +msgid "That command only works in IMs, not chats." +msgstr "Aquesta ordre només funciona en MI, no en xats." -#: ../plugins/idle.c:159 ../plugins/idle.c:192 ../plugins/idle.c:217 -#: ../plugins/idle.c:306 -msgid "I'dle Mak'er" -msgstr "I'dle Mak'er" +#: ../console/gntconv.c:99 ../gtk/gtkconv.c:497 +msgid "That command doesn't work on this protocol." +msgstr "Aquesta ordre no funciona per a aquest protocol." -#: ../plugins/idle.c:160 ../plugins/idle.c:249 -msgid "Set Account Idle Time" -msgstr "Especifiqueu el temps inactiu per al compte" +#: ../console/gntconv.c:106 +msgid "Commands are not supported yet. Message was NOT sent." +msgstr "Les ordres encara no estan implementades. No s'ha enviat el missatge." -#: ../plugins/idle.c:163 ../plugins/idle.c:221 -msgid "_Set" -msgstr "E_specifica" - -#: ../plugins/idle.c:164 ../plugins/idle.c:197 ../plugins/idle.c:222 -msgid "_Cancel" -msgstr "_Cancel·la" - -#: ../plugins/idle.c:177 -msgid "None of your accounts are idle." -msgstr "Cap dels vostres comptes està inactiu." - -# FIXME -#: ../plugins/idle.c:193 ../plugins/idle.c:253 -msgid "Unset Account Idle Time" -msgstr "Desestableix el temps d'inactivitat del compte" - -# FIXME -#: ../plugins/idle.c:196 -msgid "_Unset" -msgstr "_Desestableix" - -#: ../plugins/idle.c:218 ../plugins/idle.c:257 -msgid "Set Idle Time for All Accounts" -msgstr "Estableix el temps d'inactivitat de tots els comptes" - -#: ../plugins/idle.c:262 -msgid "Unset Idle Time for All Idled Accounts" -msgstr "Desestableix el temps d'inactivitat de tots els comptes inactius" - -#: ../plugins/idle.c:308 ../plugins/idle.c:309 -msgid "Allows you to hand-configure how long you've been idle" -msgstr "Us permet configurar a mà per quant de temps heu estat inactiu" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ipc-test-client.c:87 -msgid "IPC Test Client" -msgstr "Client de proves d'IPC" - -#. *< name -#. *< version -#. * summary -#: ../plugins/ipc-test-client.c:90 -msgid "Test plugin IPC support, as a client." -msgstr "Connector de proves com a client per a IPC." - -#. * description -#: ../plugins/ipc-test-client.c:92 -msgid "" -"Test plugin IPC support, as a client. This locates the server plugin and " -"calls the commands registered." -msgstr "" -"Connector de proves, com a client, per a IPC. Localitza el connector del " -"servidor i crida les ordres registrades." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ipc-test-server.c:74 -msgid "IPC Test Server" -msgstr "Servidor de proves d'IPC" - -#. *< name -#. *< version -#. * summary -#: ../plugins/ipc-test-server.c:77 -msgid "Test plugin IPC support, as a server." -msgstr "Connector de proves per a servidor d'IPC." - -#. * description -#: ../plugins/ipc-test-server.c:79 -msgid "Test plugin IPC support, as a server. This registers the IPC commands." -msgstr "Connector de proves per a servidor d'IPC, que registra les ordres IPC." - -#: ../plugins/log_reader.c:1407 -msgid "User is offline." -msgstr "L'usuari està fora de línia." - -#: ../plugins/log_reader.c:1413 -msgid "Auto-response sent:" -msgstr "Resposta automàtica enviada:" - -#: ../plugins/log_reader.c:1423 ../plugins/log_reader.c:1426 +#: ../console/gntconv.c:189 #, c-format -msgid "%s logged out." -msgstr "%s ha sortit." +msgid "%s" +msgstr "%s" -#: ../plugins/log_reader.c:1440 -msgid "One or more messages may have been undeliverable." -msgstr "Pot ser que no s'hagin pogut trametre un o més missatges." +#. Print the list of users in the room +#: ../console/gntconv.c:334 +msgid "List of users:\n" +msgstr "Llista d'usuaris:\n" -#. MSG_SERVER_DISCONNECTING -#. we have been kicked off =^( -#: ../plugins/log_reader.c:1450 ../src/protocols/napster/napster.c:363 -msgid "You were disconnected from the server." -msgstr "Heu estat desconnectat del servidor." +#: ../console/gntconv.c:466 ../gtk/gtkconv.c:366 +msgid "Supported debug options are: version" +msgstr "Les opcions de depuració disponibles són: version" -#: ../plugins/log_reader.c:1458 -msgid "" -"You are currently disconnected. Messages will not be received unless you are " -"logged in." -msgstr "Esteu desconnectat. No rebreu missatges a no ser que us connecteu." +#: ../console/gntconv.c:501 ../gtk/gtkconv.c:402 +msgid "No such command (in this context)." +msgstr "L'ordre no existeix (en aquest context)." -#: ../plugins/log_reader.c:1473 -msgid "Message could not be sent because the maximum length was exceeded." -msgstr "El missatge no s'ha pogut enviar perquè s'ha superat la mida màxima." - -#: ../plugins/log_reader.c:1478 -msgid "Message could not be sent." -msgstr "No s'ha pogut enviar el missatge." - -#. Add general preferences. -#: ../plugins/log_reader.c:1912 -msgid "General Log Reading Configuration" -msgstr "Configuració general de la lectura de registres" - -#: ../plugins/log_reader.c:1916 -msgid "Fast size calculations" -msgstr "Càlculs de mida ràpids" - -#: ../plugins/log_reader.c:1920 -msgid "Use name heuristics" -msgstr "Utilitza heurístiques de noms" - -#. Add Log Directory preferences. -#: ../plugins/log_reader.c:1926 -msgid "Log Directory" -msgstr "Directori dels registres" - -#: ../plugins/log_reader.c:1930 -msgid "Adium" -msgstr "Adium" - -#: ../plugins/log_reader.c:1934 -msgid "Fire" -msgstr "Fire" - -#: ../plugins/log_reader.c:1938 -msgid "Messenger Plus!" -msgstr "Messenger Plus!" - -#: ../plugins/log_reader.c:1942 -msgid "MSN Messenger" -msgstr "MSN Messenger" - -#: ../plugins/log_reader.c:1946 -msgid "Trillian" -msgstr "Trillian" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/log_reader.c:1969 -msgid "Log Reader" -msgstr "Lector del registre" - -#. *< name -#. *< version -#. * summary -#: ../plugins/log_reader.c:1973 -msgid "Includes other IM clients' logs in the log viewer." -msgstr "" -"Inclou registres d'altres clients de MI en el visualitzador de registres." - -#. * description -#: ../plugins/log_reader.c:1977 +#: ../console/gntconv.c:504 ../gtk/gtkconv.c:405 msgid "" -"When viewing logs, this plugin will include logs from other IM clients. " -"Currently, this includes Adium, Fire, Messenger Plus!, MSN Messenger, and " -"Trillian." +"Use \"/help <command>\" for help on a specific command.\n" +"The following commands are available in this context:\n" msgstr "" -"Quan es visualitzin els registres, aquest connector inclourà registres " -"d'altres clients de MI. De moment, es poden incloure els d'Adium, Fire, " -"Messenger Plus!, MSN Messenger, i Trillian." +"Feu servir «/help <ordre>» per obtenir ajuda sobre una ordre.\n" +"Les següents ordres estan disponibles en aquest context:\n" -#: ../plugins/mailchk.c:160 -msgid "Mail Checker" -msgstr "Comprovador de correu" - -#: ../plugins/mailchk.c:162 -msgid "Checks for new local mail." -msgstr "Comprova si hi ha correu nou a la màquina local." - -#: ../plugins/mailchk.c:163 -msgid "Adds a small box to the buddy list that shows if you have new mail." -msgstr "" -"Afegeix una caixeta a la llista d'amics que indica si teniu correus nous." - -#: ../plugins/mono/loader/mono.c:213 -msgid "Mono Plugin Loader" -msgstr "Carregador de connectors Mono" - -#: ../plugins/mono/loader/mono.c:215 ../plugins/mono/loader/mono.c:216 -msgid "Loads .NET plugins with Mono." -msgstr "Carrega connectors .NET amb Mono." - -#: ../plugins/musicmessaging/musicmessaging.c:44 +#: ../console/gntconv.c:545 ../gtk/gtkconv.c:6584 msgid "" -"A music messaging session has been requested. Please click the MM icon to " -"accept." +"say <message>: Send a message normally as if you weren't using a " +"command." msgstr "" -"S'ha sol·licitat una sessió de missatgeria de música. Feu clic a la icona de " -"MM per a acceptar." +"say <missatge>: Envia un missatge normalment com si no féssiu servir " +"cap ordre." -#: ../plugins/musicmessaging/musicmessaging.c:45 -msgid "Music messaging session confirmed." -msgstr "S'ha confirmat la sessió de missatgeria de música." +#: ../console/gntconv.c:548 ../gtk/gtkconv.c:6587 +msgid "me <action>: Send an IRC style action to a buddy or chat." +msgstr "me <acció>: Envia una acció a l'estil IRC a un amic o xat." -#: ../plugins/musicmessaging/musicmessaging.c:414 -msgid "Music Messaging" -msgstr "Missatgeria de música" - -#: ../plugins/musicmessaging/musicmessaging.c:415 -msgid "There was a conflict in running the command:" -msgstr "Hi ha hagut un conflicte en executar l'ordre:" - -#: ../plugins/musicmessaging/musicmessaging.c:523 -msgid "Error Running Editor" -msgstr "S'ha produït un error en executar l'editor" - -#: ../plugins/musicmessaging/musicmessaging.c:524 -msgid "The following error has occured:" -msgstr "S'ha produït el següent error:" - -#. Configuration frame -#: ../plugins/musicmessaging/musicmessaging.c:623 -msgid "Music Messaging Configuration" -msgstr "Configuració dels missatges de música" - -#: ../plugins/musicmessaging/musicmessaging.c:627 -msgid "Score Editor Path" -msgstr "Camí de l'editor de partitures" - -#: ../plugins/musicmessaging/musicmessaging.c:628 -msgid "_Apply" -msgstr "_Aplica" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#. *< name -#. *< version -#: ../plugins/musicmessaging/musicmessaging.c:663 -msgid "Music Messaging Plugin for collaborative composition." -msgstr "Connector de missatgeria de música per a composar conjuntament." - -#. * summary -#: ../plugins/musicmessaging/musicmessaging.c:665 +#: ../console/gntconv.c:551 ../gtk/gtkconv.c:6590 msgid "" -"The Music Messaging Plugin allows a number of users to simultaneously work " -"on a piece of music by editting a common score in real-time." +"debug <option>: Send various debug information to the current " +"conversation." msgstr "" -"El connector per a missatgeria de música permet que diferents uruaris puguin " -"treballar en una mateixa peça de música, editant la mateixa partitura en " -"temps real." +"debug <opció>: Envia informació de depuració diversa a la conversa " +"actual." -#. ---------- "Notify For" ---------- -#: ../plugins/notify.c:638 -msgid "Notify For" -msgstr "Notifica per a" +#: ../console/gntconv.c:554 ../gtk/gtkconv.c:6593 +msgid "clear: Clears the conversation scrollback." +msgstr "clear: Neteja la conversa." -#: ../plugins/notify.c:642 -msgid "_IM windows" -msgstr "Finestres de M_I" +#: ../console/gntconv.c:557 ../gtk/gtkconv.c:6596 +msgid "help <command>: Help on a specific command." +msgstr "help <ordre>: Ajuda específica quant a l'ordre." -#: ../plugins/notify.c:649 -msgid "C_hat windows" -msgstr "Finestres de _xat" +#: ../console/gntconv.c:562 +msgid "plugins: Show the plugins window." +msgstr "plugins: Mostra la finestra de connectors." -#: ../plugins/notify.c:657 -msgid "\t_Only when someone says your nick" -msgstr "\tNomés quan algú digui el vostre sobrenom" +#: ../console/gntconv.c:565 +msgid "buddylist: Show the buddylist." +msgstr "buddylist: Mostra la llista d'amics." -#: ../plugins/notify.c:667 -msgid "_Focused windows" -msgstr "_Finestres actives" +#: ../console/gntconv.c:568 +msgid "accounts: Show the accounts window." +msgstr "accounts: Mostra la finestra dels comptes." -#. ---------- "Notification Methods" ---------- -#: ../plugins/notify.c:675 -msgid "Notification Methods" -msgstr "Mètodes de notificació" +#: ../console/gntconv.c:571 +msgid "debugwin: Show the debug window." +msgstr "debugwin: Mostra la finestra de depuració." -#: ../plugins/notify.c:682 -msgid "Prepend _string into window title:" -msgstr "Po_sa aquesta cadena davant del títol de la finestra:" +#: ../console/gntconv.c:574 +msgid "prefs: Show the preference window." +msgstr "prefs: Mostra la finestra de preferències." -#. Count method button -#: ../plugins/notify.c:701 -msgid "Insert c_ount of new messages into window title" -msgstr "Insereix el _nombre de missatges nous al títol de la finestra" +#: ../console/gntconv.c:577 +msgid "statuses: Show the savedstatuses window." +msgstr "statuses: Mostra la finestra d'estats desats." -#. Urgent method button -#: ../plugins/notify.c:710 -msgid "Set window manager \"_URGENT\" hint" -msgstr "Aplica l'opció «_URGENT» del gestor de finestres" +#: ../console/gntdebug.c:95 ../gtk/gtkdebug.c:636 +msgid "Debug Window" +msgstr "Finestra de depuració" -#. Raise window method button -#: ../plugins/notify.c:719 -msgid "R_aise conversation window" -msgstr "_Alça la finestra de conversa" - -#. ---------- "Notification Removals" ---------- -#: ../plugins/notify.c:727 -msgid "Notification Removal" -msgstr "Supressió de notificacions" - -#. Remove on focus button -#: ../plugins/notify.c:732 -msgid "Remove when conversation window _gains focus" -msgstr "Suprimeix quan la finestra de la conversa esti_gui activada" - -#. Remove on click button -#: ../plugins/notify.c:739 -msgid "Remove when conversation window _receives click" -msgstr "Suprimeix quan es faci clic a la finestra de la conve_rsa" - -#. Remove on type button -#: ../plugins/notify.c:747 -msgid "Remove when _typing in conversation window" -msgstr "Suprimeix quan s'escrigui a la fines_tra de la conversa" - -#. Remove on message send button -#: ../plugins/notify.c:755 -msgid "Remove when a _message gets sent" -msgstr "Suprimeix quan s'enviï un _missatge" - -#. Remove on conversation switch button -#: ../plugins/notify.c:764 -msgid "Remove on switch to conversation ta_b" -msgstr "Suprimeix en canviar a la _pestanya de la conversa" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/notify.c:853 -msgid "Message Notification" -msgstr "Notificació de missatges" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/notify.c:856 ../plugins/notify.c:858 -msgid "Provides a variety of ways of notifying you of unread messages." -msgstr "" -"Us proporciona diferents maneres de notificar-vos la presència de missatges " -"sense llegir." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/perl/perl.c:583 -msgid "Perl Plugin Loader" -msgstr "Carregador de connectors en Perl" - -#. *< name -#. *< version -#. *< summary -#: ../plugins/perl/perl.c:585 ../plugins/perl/perl.c:586 -msgid "Provides support for loading perl plugins." -msgstr "Proporciona suport per a carregar connectors en Perl." - -#: ../plugins/psychic.c:22 -msgid "Psychic Mode" -msgstr "Mode psicòtic" - -#: ../plugins/psychic.c:23 -msgid "Psychic mode for incoming conversation" -msgstr "Mode psicòtic per a converses entrants" - -#: ../plugins/psychic.c:24 -msgid "" -"Causes conversation windows to appear as other users begin to message you. " -"This works for AIM, ICQ, Jabber, Sametime, and Yahoo!" -msgstr "" -"Fa que apareguin finestres de conversa així que altres usuaris us comencin a " -"enviar missatges. Funciona per a AIM, ICQ, Jabber, Sametime, i Yahoo!" - -#: ../plugins/psychic.c:60 -msgid "You feel a disturbance in the force..." -msgstr "Sentireu un certa pertorbació en la força..." - -#: ../plugins/psychic.c:79 -msgid "Only enable for users on the buddy list" -msgstr "Habilita-ho només per als usuaris de la llista d'amics" - -#: ../plugins/psychic.c:84 -msgid "Disable when away" -msgstr "Inhabilita-ho quan estigui absent" - -#: ../plugins/psychic.c:88 -msgid "Display notification message in conversations" -msgstr "Mostra un missatge de notificació a la conversa" - -#: ../plugins/raw.c:175 -msgid "Raw" -msgstr "En brut" - -#: ../plugins/raw.c:177 -msgid "Lets you send raw input to text-based protocols." -msgstr "Us permet enviar dades en brut als protocols en mode text." - -#: ../plugins/raw.c:178 -msgid "" -"Lets you send raw input to text-based protocols (Jabber, MSN, IRC, TOC). Hit " -"'Enter' in the entry box to send. Watch the debug window." -msgstr "" -"Permet enviar dades en brut als protocols en mode text (Jabber, MSN, IRC, " -"TOC). Premeu la tecla de retorn a la caixa d'entrada per enviar-les. " -"Observeu la finestra de depuració." - -#: ../plugins/relnot.c:63 +#: ../console/gntgaim.c:145 #, c-format -msgid "You are using Gaim version %s. The current version is %s.<hr>" -msgstr "Esteu usant la versió %s del Gaim. La versió actual és %s.<hr>" +msgid "%s. Try `%s -h' for more information.\n" +msgstr "%s. Proveu «%s -h» per a més informació.\n" -#: ../plugins/relnot.c:69 +#: ../console/gntgaim.c:147 #, c-format msgid "" -"<b>ChangeLog:</b>\n" -"%s<br><br>" +"%s\n" +"Usage: %s [OPTION]...\n" +"\n" +" -c, --config=DIR use DIR for config files\n" +" -d, --debug print debugging messages to stdout\n" +" -h, --help display this help and exit\n" +" -n, --nologin don't automatically login\n" +" -v, --version display the current version and exit\n" msgstr "" -"<b>Registre de canvis:</b>\n" -"%s<br><br>" +"%s\n" +"Forma d'ús: %s [OPCIÓ]...\n" +"\n" +" -c, --config=DIR utilitza DIR per als fitxers de configuració\n" +" -d, --debug mostra missatges de depuració a la sortida estàndard\n" +" -h, --help mostra aquesta ajuda i surt\n" +" -n, --nologin no entra automàticament\n" +" -v, --version mostra la versió actual i surt\n" -#: ../plugins/relnot.c:74 -#, c-format -msgid "" -"You can get version %s from:<br><a href=\"http://gaim.sourceforge.net/" -"\">http://gaim.sourceforge.net</a>." -msgstr "" -"Podeu obtenir la versió %s de:<br><a href=\"http://gaim.sourceforge.net/" -"\">http://gaim.sourceforge.net</a>." +#. * +#. * A wrapper for gaim_request_action() that uses @c OK and @c Cancel buttons. +#. +#: ../console/gntnotify.c:55 ../gtk/gtkblist.c:3786 ../gtk/gtkdialogs.c:665 +#: ../gtk/gtkdialogs.c:802 ../gtk/gtkdialogs.c:893 ../gtk/gtkrequest.c:269 +#: ../libgaim/account.c:962 ../libgaim/account.c:1133 +#: ../libgaim/protocols/gg/gg.c:497 ../libgaim/protocols/gg/gg.c:655 +#: ../libgaim/protocols/gg/gg.c:791 ../libgaim/protocols/jabber/jabber.c:1345 +#: ../libgaim/protocols/jabber/xdata.c:337 ../libgaim/protocols/msn/msn.c:250 +#: ../libgaim/protocols/msn/msn.c:265 ../libgaim/protocols/msn/msn.c:280 +#: ../libgaim/protocols/msn/msn.c:295 ../libgaim/protocols/oscar/oscar.c:1367 +#: ../libgaim/protocols/oscar/oscar.c:2129 +#: ../libgaim/protocols/oscar/oscar.c:2216 +#: ../libgaim/protocols/oscar/oscar.c:5709 +#: ../libgaim/protocols/oscar/oscar.c:5913 +#: ../libgaim/protocols/oscar/oscar.c:5938 +#: ../libgaim/protocols/oscar/oscar.c:5994 +#: ../libgaim/protocols/silc/buddy.c:466 +#: ../libgaim/protocols/silc/buddy.c:1182 ../libgaim/protocols/silc/chat.c:424 +#: ../libgaim/protocols/silc/chat.c:462 ../libgaim/protocols/silc/chat.c:725 +#: ../libgaim/protocols/silc/ops.c:1296 ../libgaim/protocols/silc/ops.c:1908 +#: ../libgaim/protocols/silc/silc.c:753 +#: ../libgaim/protocols/yahoo/yahoo.c:3155 +#: ../libgaim/protocols/yahoo/yahoo.c:3164 ../libgaim/request.h:1344 +msgid "OK" +msgstr "D'acord" -#: ../plugins/relnot.c:78 ../plugins/relnot.c:79 -msgid "New Version Available" -msgstr "Nova versió disponible" +#: ../console/gntnotify.c:122 +msgid "Emails" +msgstr "Correus electrònics" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/relnot.c:137 -msgid "Release Notification" -msgstr "Notificació de versions noves" +#: ../console/gntnotify.c:128 ../console/gntnotify.c:182 +msgid "You have mail!" +msgstr "Teniu correu!" -#. *< name -#. *< version -#. * summary -#: ../plugins/relnot.c:140 -msgid "Checks periodically for new releases." -msgstr "Comprova periòdicament si hi ha versions noves." +#: ../console/gntnotify.c:131 ../gtk/gtknotify.c:418 +#: ../libgaim/protocols/jabber/jabber.c:1141 +msgid "From" +msgstr "De" -#. * description -#: ../plugins/relnot.c:142 -msgid "" -"Checks periodically for new releases and notifies the user with the " -"ChangeLog." -msgstr "" -"Comprova periòdicament si hi ha versions noves i us ho notifica juntament " -"amb el seu registre de canvis." +#: ../console/gntnotify.c:131 ../gtk/gtknotify.c:427 +msgid "Subject" +msgstr "Assumpte" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/signals-test.c:684 -msgid "Signals Test" -msgstr "Comprovació de senyals" +#: ../console/gntnotify.c:139 ../console/gntplugin.c:169 +#: ../console/gntplugin.c:250 ../console/gntstatus.c:175 +#: ../gtk/gtkrequest.c:272 ../libgaim/protocols/msn/msn.c:357 +#: ../libgaim/protocols/silc/util.c:377 +msgid "Close" +msgstr "Tanca" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/signals-test.c:687 ../plugins/signals-test.c:689 -msgid "Test to see that all signals are working properly." -msgstr "Prova per veure si tots els senyals funcionen correctament." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/simple.c:34 -msgid "Simple Plugin" -msgstr "Connector simple" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/simple.c:37 ../plugins/simple.c:39 -msgid "Tests to see that most things are working." -msgstr "Proves per veure si la majoria de coses funcionen." - -#: ../plugins/spellchk.c:1917 -msgid "Duplicate Correction" -msgstr "Duplicació de la correcció" - -#: ../plugins/spellchk.c:1918 -msgid "The specified word already exists in the correction list." -msgstr "La paraula especificada ja existeix a la llista de correccions." - -#: ../plugins/spellchk.c:2127 -msgid "Text Replacements" -msgstr "Substitució de text" - -#: ../plugins/spellchk.c:2150 -msgid "You type" -msgstr "Quan escriviu" - -#: ../plugins/spellchk.c:2164 -msgid "You send" -msgstr "S'enviarà" - -#: ../plugins/spellchk.c:2178 -msgid "Whole words only" -msgstr "Només paraules completes" - -#: ../plugins/spellchk.c:2190 -msgid "Case sensitive" -msgstr "Distingeix majúscules i minúscules" - -#: ../plugins/spellchk.c:2216 -msgid "Add a new text replacement" -msgstr "Afegeix una altra substitució de text" - -#: ../plugins/spellchk.c:2232 -msgid "You _type:" -msgstr "_Escriviu:" - -#: ../plugins/spellchk.c:2249 -msgid "You _send:" -msgstr "_S'envia:" - -#. Created here so it can be passed to whole_words_button_toggled. -#: ../plugins/spellchk.c:2261 -msgid "_Exact case match (uncheck for automatic case handling)" -msgstr "" - -#: ../plugins/spellchk.c:2263 -msgid "Only replace _whole words" -msgstr "Substitueix només paraules _completes" - -#: ../plugins/spellc... [truncated message content] |
From: <rl...@us...> - 2006-09-11 07:15:04
|
Revision: 17249 http://svn.sourceforge.net/gaim/?rev=17249&view=rev Author: rlaager Date: 2006-09-11 00:14:39 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Don't depend on GConf2. Only use gconftool-2 if it's already installed. Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-09-11 07:06:03 UTC (rev 17248) +++ trunk/gaim.spec.in 2006-09-11 07:14:39 UTC (rev 17249) @@ -42,9 +42,6 @@ # For some reason perl isn't always automatically detected as a requirement :( Requires: perl -# For gconftool-2 -Requires: GConf2 - # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" # Mandrake/Mandriva requirements @@ -248,9 +245,8 @@ rm -rf %{buildroot} %post -# From: http://www.gnome.org/projects/gconf/ -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null +# Modified from the sample at: http://www.gnome.org/projects/gconf/ +[ -n "`which gconftool-2 2>/dev/null`" ] && GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gaim.schemas > /dev/null %files -f %{name}-%{version}-coreplugins %defattr(-, root, root) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-09-11 07:06:07
|
Revision: 17248 http://svn.sourceforge.net/gaim/?rev=17248&view=rev Author: rlaager Date: 2006-09-11 00:06:03 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Add a dependency on GConf2. Again, untested. I'm less sure of this change and how it'll play out with various distros. Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-09-11 07:01:15 UTC (rev 17247) +++ trunk/gaim.spec.in 2006-09-11 07:06:03 UTC (rev 17248) @@ -42,6 +42,9 @@ # For some reason perl isn't always automatically detected as a requirement :( Requires: perl +# For gconftool-2 +Requires: GConf2 + # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" # Mandrake/Mandriva requirements This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |