aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r--protocols/yahoo/yahoo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c
index 7708ed63..8b3b0c05 100644
--- a/protocols/yahoo/yahoo.c
+++ b/protocols/yahoo/yahoo.c
@@ -378,6 +378,7 @@ void byahoo_initmodule( )
{
struct prpl *ret = g_new0(struct prpl, 1);
ret->name = "yahoo";
+ ret->mms = 832; /* this guess taken from libotr UPGRADING file */
ret->init = byahoo_init;
ret->login = byahoo_login;
option> Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/gettext-2.1.0/samples/po/es/hello2.po
blob: f29e4cb0e13c2ee98aadb212a3686a6de1403b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# hello2.po - sample for GetText._()
#
# Copyright (C) 2002-2004 Masao Mutoh
#
# David Espada <davinci@escomposlinux.org>, 2004.

msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext-package 0.0.1\n"
"POT-Creation-Date: 2004-11-05 10:11:00+0900\n"
"PO-Revision-Date: 2004-11-05 10:32+0100\n"
"Last-Translator: David Espada <davinci@escomposlinux.org>\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: hello2.rb:9
msgid "World"
msgstr "Mundo"

#: hello2.rb:8
msgid "One is %{num}\n"
msgstr "Uno es %{num}\n"

#: hello2.rb:9
msgid "Hello %{world}\n"
msgstr "Hola %{world}\n"