changeset 7986:802e341aa8c7

[gaim-migrate @ 8663] hack, and i do mean hack, ca.po to compile. also marv says this is better for yahoo committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 04 Jan 2004 04:53:04 +0000
parents cef03cc3350a
children fc6b362f9c26
files po/ca.po src/protocols/yahoo/yahoo.c
diffstat 2 files changed, 7 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/po/ca.po	Sun Jan 04 04:45:45 2004 +0000
+++ b/po/ca.po	Sun Jan 04 04:53:04 2004 +0000
@@ -1333,7 +1333,7 @@
 
 #: src/account.c:331
 msgid "Please enter your current password and your new password."
-msgstr "Si us plau, introduïu la clau de %s.\n"
+msgstr "Si us plau, introduïu la clau de %s."
 
 #. *
 #. * A wrapper for gaim_request_action() that uses OK and Cancel buttons.
@@ -1932,9 +1932,7 @@
 "Enviant un MI a un contacte:\n"
 "\tgaim-remote uri 'aim:goim?screenname=Pingüí&message=Hola+a+tot+el+món'\n"
 "En aquest cas, 'Pingüí' és el nom del contacte al que volem enviar el MI, i 'Hola a tot el món'\n"
-"és el missatge a enviar.  S'ha d'utilitzar '+' envers d'espais.\n"
 "Si us plau, teniu en compte els símbols entre les cometes utilitzats a dalt. Si voleu executar"
-" això en una consola, el caràcter '&' ha d'anar precedit per '\' o sinó l'ordre s'aturarà en aquest punt.\n"
 "Per altra banda, el següent obrirà només una conversa amb un contacte,\n"
 "sense cap missatge:\n"
 "\tgaim-remote uri aim:goim?screenname=Pingüí\n"
@@ -2356,7 +2354,7 @@
 
 #: src/gtkblist.c:1525
 msgid "Please enter a new name for the selected group."
-msgstr "Si us plau, introduïu un nou nom per al grup seleccionat.\n"
+msgstr "Si us plau, introduïu un nou nom per al grup seleccionat."
 
 #: src/gtkblist.c:1554
 #, c-format
@@ -3182,7 +3180,7 @@
 
 #: src/gtknotify.c:428 src/gtknotify.c:448 src/gtknotify.c:456
 msgid "Unable to open URL"
-msgstr "Impossible obrir l'URL\n"
+msgstr "Impossible obrir l'URL"
 
 #: src/gtknotify.c:429
 #, fuzzy
@@ -7835,7 +7833,6 @@
 "web browser<br>"
 msgstr ""
 "Si voleu veure aquest perfil, haureu de visitar aquest enllaç amb el vostre "
-"navegador<br>
 
 #: src/protocols/yahoo/yahoo.c:2622
 #, fuzzy
--- a/src/protocols/yahoo/yahoo.c	Sun Jan 04 04:45:45 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sun Jan 04 04:53:04 2004 +0000
@@ -2705,9 +2705,10 @@
 
 	if (!yd->logged_in)
 		return;
-
-	if (gc->account->perm_deny != 4)
-		return;
+	
+	/* It seems to work better without this */
+	/* if (gc->account->perm_deny != 4)     */
+	/*	return;                         */
 
 	if (!who || who[0] == '\0')
 		return;