|
Revision 365, 0.8 kB
(checked in by calh, 2 years ago)
|
build windows installer strings/config files from a single template, substituting strings from the locale folder. more ja-jp stuff in the makefile. convert files to utf-16 on the fly (only have utf-8 in trunk).
|
| Line | |
|---|
| 1 |
; |
|---|
| 2 |
; Flickr Uploadr |
|---|
| 3 |
; |
|---|
| 4 |
; Copyright (c) 2007-2008 Yahoo! Inc. All rights reserved. This library is |
|---|
| 5 |
; free software; you can redistribute it and/or modify it under the terms of |
|---|
| 6 |
; the GNU General Public License (GPL), version 2 only. This library is |
|---|
| 7 |
; distributed WITHOUT ANY WARRANTY, whether express or implied. See the GNU |
|---|
| 8 |
; GPL for more details (http://www.gnu.org/licenses/gpl.html) |
|---|
| 9 |
; |
|---|
| 10 |
|
|---|
| 11 |
!define LANG "&nsis.lang;" |
|---|
| 12 |
!define LANG_NAME "&nsis.lang_name;" |
|---|
| 13 |
|
|---|
| 14 |
!define LANG_STR_TITLE_VERSION "&title.version;" |
|---|
| 15 |
!define LANG_STR_TITLE_VERSION_INST "&title.version.inst;" |
|---|
| 16 |
!define LANG_STR_COPYRIGHT "©right;" |
|---|
| 17 |
!define LANG_STR_INST "&inst;" |
|---|
| 18 |
!define LANG_STR_INTEG_TITLE "&integ.title;" |
|---|
| 19 |
!define LANG_STR_INTEG_TEXT "&integ.text;" |
|---|
| 20 |
!define LANG_STR_SEND "&send;" |
|---|
| 21 |
|
|---|