⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plugin-locale-new.nsh

📁 类似QQ的源码程序
💻 NSH
📖 第 1 页 / 共 2 页
字号:
;; -*- tab-width: 4; -*-
;    Copyright 2003, Joe Hildebrand
;
;    This file is part of Exodus.
;
;    Exodus is free software; you can redistribute it and/or modify
;    it under the terms of the GNU General Public License as published by
;    the Free Software Foundation; either version 2 of the License, or
;    (at your option) any later version.
;
;    Exodus is distributed in the hope that it will be useful,
;    but WITHOUT ANY WARRANTY; without even the implied warranty of
;    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;    GNU General Public License for more details.
;
;    You should have received a copy of the GNU General Public License
;    along with Exodus; if not, write to the Free Software
;    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

/*
    2004-02-11 - Lazarus Long <lazarus (dot) long (at) bigfoot (dot) com>
                (all changes were made implying the usage of a stock 2.0 version
                of NSIS).
               - moved the localization string to a separate file for ease of
                 future translation (it would be nice to get a way to ease the
                 translators work by allowing these strings to go in default.po
                 and then extract them here at compile time, but it will increase
                 the default.mo size with unused strings unless they are stripped
                 just before compilation, but that means a bit of perl or bash
                 magic, I'll leave it in a TODO state for now).
    2004-02-17 - Lazarus Long <lazarus (dot) long (at) bigfoot (dot) com>
               - reluctantly (against my intention to keep the i18n strings all
                 in one file) created the "example-plugin-locale.nsh" in the
                 plugins dir since the plugin stuff is all there.
*/


; Section name (NAME_ExImportAIM)
!define i18n_NAME_ExImportAIM_EN "ImportAIM"
!define i18n_NAME_ExImportAIM_CA "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_CZ "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_DA "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_DE "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_ES "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_FR "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_JA "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_KO "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_LT "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_NL "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_NO "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_PL "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_PT_BR "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_PT_PT "Importar AIM"
!define i18n_NAME_ExImportAIM_RU "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_SL "${i18n_NAME_ExImportAIM_EN}"
!define i18n_NAME_ExImportAIM_ZH "${i18n_NAME_ExImportAIM_EN}"

; Section description (DESC_ExImportAIM)
!define i18n_DESC_ExImportAIM_EN "Import contacts from AOL Instant Messenger."
!define i18n_DESC_ExImportAIM_CA "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_CZ "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_DA "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_DE "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_ES "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_FR "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_JA "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_KO "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_LT "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_NL "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_NO "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_PL "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_PT_BR "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_PT_PT "Importar os contactos do cliente de mensagens instant鈔eas da AOL (AIM)."
!define i18n_DESC_ExImportAIM_RU "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_SL "${i18n_DESC_ExImportAIM_EN}"
!define i18n_DESC_ExImportAIM_ZH "${i18n_DESC_ExImportAIM_EN}"

; Section name (NAME_ExAspell)
!define i18n_NAME_ExAspell_EN "Aspell"
!define i18n_NAME_ExAspell_CA "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_CZ "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_DA "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_DE "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_ES "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_FR "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_JA "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_KO "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_LT "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_NL "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_NO "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_PL "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_PT_BR "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_PT_PT "Corrector Aspell"
!define i18n_NAME_ExAspell_RU "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_SL "${i18n_NAME_ExAspell_EN}"
!define i18n_NAME_ExAspell_ZH "${i18n_NAME_ExAspell_EN}"

; Section description (DESC_ExAspell)
!define i18n_DESC_ExAspell_EN "A spell checker that uses aspell (http://aspell.net/win32), which needs to be downloaded seperately."
!define i18n_DESC_ExAspell_CA "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_CZ "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_DA "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_DE "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_ES "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_FR "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_JA "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_KO "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_LT "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_NL "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_NO "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_PL "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_PT_BR "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_PT_PT "Um corrector ortogr醘ico que utiliza o sistema GNU Aspell (http://aspell.net/win32/) que tem que ser transferido e instalado separadamente."
!define i18n_DESC_ExAspell_RU "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_SL "${i18n_DESC_ExAspell_EN}"
!define i18n_DESC_ExAspell_ZH "${i18n_DESC_ExAspell_EN}"

; Section name (NAME_ExImportICQ)
!define i18n_NAME_ExImportICQ_EN "ImportICQ"
!define i18n_NAME_ExImportICQ_CA "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_CZ "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_DA "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_DE "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_ES "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_FR "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_JA "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_KO "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_LT "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_NL "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_NO "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_PL "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_PT_BR "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_PT_PT "Importar ICQ"
!define i18n_NAME_ExImportICQ_RU "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_SL "${i18n_NAME_ExImportICQ_EN}"
!define i18n_NAME_ExImportICQ_ZH "${i18n_NAME_ExImportICQ_EN}"

; Section description (DESC_ExImportICQ)
!define i18n_DESC_ExImportICQ_EN "Import contacts from your local ICQ installation."
!define i18n_DESC_ExImportICQ_CA "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_CZ "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_DA "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_DE "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_ES "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_FR "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_JA "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_KO "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_LT "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_NL "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_NO "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_PL "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_PT_BR "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_PT_PT "Importar os contactos da sua instala玢o local do ICQ."
!define i18n_DESC_ExImportICQ_RU "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_SL "${i18n_DESC_ExImportICQ_EN}"
!define i18n_DESC_ExImportICQ_ZH "${i18n_DESC_ExImportICQ_EN}"

; Section name (NAME_ExJabberStats)
!define i18n_NAME_ExJabberStats_EN "JabberStats"
!define i18n_NAME_ExJabberStats_CA "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_CZ "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_DA "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_DE "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_ES "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_FR "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_JA "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_KO "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_LT "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_NL "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_NO "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_PL "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_PT_BR "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_PT_PT "Estat韘ticas Jabber"
!define i18n_NAME_ExJabberStats_RU "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_SL "${i18n_NAME_ExJabberStats_EN}"
!define i18n_NAME_ExJabberStats_ZH "${i18n_NAME_ExJabberStats_EN}"

; Section description (DESC_ExJabberStats)
!define i18n_DESC_ExJabberStats_EN "Create a tab delimited file (in a directory like C:\Documents and Settings\username\Application Data\Exodus) with to, from, type, namespace, date/time, and size for each packet."
!define i18n_DESC_ExJabberStats_CA "${i18n_DESC_ExJabberStats_EN}"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -