1 # ===================================================================== 2 # zh_CN.rc: Simplified Chinese NLS tokens for rc(1) programs. 3 # Copyright (c) 2011 Carlo Strozzi 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; version 2 dated June, 1991. 8 # 9 # This program is distributed in the hope that it will be useful, 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 # GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 # 18 # ===================================================================== 19 20 switch ($CSA_PGM($#CSA_PGM)) { 21 22 case cmtView 23 nls.some.var = 'some value' # example definition. 24 25 case registerUser 26 nls.reg.fullname.empty = anonymous 27 28 case updateUser 29 nls.auth.fullname.empty = anonymous 30 31 case cartCheckout 32 nls.shop.fullname = 'name and surname' 33 nls.shop.email = e-mail 34 nls.shop.phone = telephone 35 nls.shop.town = 'city or town' 36 nls.shop.addr = 'street address' 37 nls.shop.zip = 'ZIP Code' 38 nls.shop.state = 'state or province' 39 nls.shop.ctry = country 40 nls.shop.iorg = 'billing name/organization' 41 nls.shop.vat = 'VAT code' 42 nls.shop.iaddr = 'billing address' 43 nls.shop.itown = 'billing town/city' 44 nls.shop.istate = 'billing state or province' 45 nls.shop.izip = 'billing ZIP code' 46 nls.shop.ictry = 'billing country' 47 nls.shop.default = default 48 nls.shop.totals = Totals 49 nls.shop.cols = (Item Q.ty Units Description 50 Amount Taxes Totals) 51 52 case editPage 53 nls.cmt.accept = accept 54 nls.cmt.deny = discard 55 56 } 57 58 # EOF