~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/docs/assets/intl/translator/lang/translator_es.js

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-15 18:14:08 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120315181408-zgl94hzo0x4n99an
Tags: 0.1+bzr295+dfsg-0ubuntu2
* debian/patches:
  - 01-fix-database-settings.patch: Update to set PSERV_URL.
  - 02-pserv-config.patch: Set port to 8001.
* debian/maas.postinst: Run maas-import-isos on install.
* debian/control: Depends on rabbitmq-server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
YUI.add("lang/translator_es", function(Y) {
 
2
 
 
3
    Y.Intl.add(
 
4
 
 
5
        "translator",           // Associated Module 
 
6
        "es",                   // BCP 47 Language Tag
 
7
 
 
8
        {                       // Translated String Key/Value Pairs 
 
9
            hello:"Hola",   
 
10
            goodbye: "Adiós"
 
11
        }
 
12
 
 
13
    );
 
14
 
 
15
}, "3.1.0");