0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
lang
/
ca
/
[
Home
]
File: custom.js_example
/** * (c) Copyright 2002-2015 by authors of the Tiki Wiki CMS Groupware Project * * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. * * Exemple d'arxiu d'idioma de Javascript personalitzat per a Tiki * * Reanomena a custom.js per a que funcioni * * $Id: custom.js_example 53804 2015-02-06 00:50:16Z jyhem $ */ lang = $.extend(lang, { "Favorite" : "El meu favorit!", "Example in English" : "Text traduït aquí" // Recorda que IE no soporta acabar amb una coma en el darrer ítem });