mirror of
https://github.com/anope/anope.git
synced 2026-07-08 11:43:14 +02:00
BUILD : 1.7.10 (822) BUGS : none NOTES : Added pt.l and bundled modules pt.l patch. Thanx to Ricardo.
git-svn-id: svn://svn.anope.org/anope/trunk@822 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@575 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
33e8c9c083
commit
31163a2cbc
@@ -196,9 +196,17 @@ void my_add_languages(void)
|
||||
"Die angegebene eMail hat die limit Begrenzung von 1 User erreicht."
|
||||
};
|
||||
|
||||
char *langtable_pt[] = {
|
||||
/* LNG_NSEMAILMAX_REACHED */
|
||||
"O endereço de email fornecido alcançou seu limite de uso de %d usuários.",
|
||||
/* LNG_NSEMAILMAX_REACHED_ONE */
|
||||
"O endereço de email fornecido alcançou seu limite de uso de 1 usuário."
|
||||
};
|
||||
|
||||
moduleInsertLanguage(LANG_EN_US, LNG_NUM_STRINGS, langtable_en_us);
|
||||
moduleInsertLanguage(LANG_NL, LNG_NUM_STRINGS, langtable_nl);
|
||||
moduleInsertLanguage(LANG_DE, LNG_NUM_STRINGS, langtable_de);
|
||||
moduleInsertLanguage(LANG_PT, LNG_NUM_STRINGS, langtable_pt);
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user