# HG changeset patch # User Luke Schierer # Date 1073191984 0 # Node ID 802e341aa8c78d95379d552b61349ff8db394ef3 # Parent cef03cc3350ada6f044e1811df1c07b73f0a974c [gaim-migrate @ 8663] hack, and i do mean hack, ca.po to compile. also marv says this is better for yahoo committer: Tailor Script diff -r cef03cc3350a -r 802e341aa8c7 po/ca.po --- 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
" msgstr "" "Si voleu veure aquest perfil, haureu de visitar aquest enllaç amb el vostre " -"navegador
#: src/protocols/yahoo/yahoo.c:2622 #, fuzzy diff -r cef03cc3350a -r 802e341aa8c7 src/protocols/yahoo/yahoo.c --- 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;