mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Updated Windows Installer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7505 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f164287c09
commit
9f319426fd
27 changed files with 2459 additions and 328 deletions
27
build_scripts/Windows/lang/ca_ES.nsh
Normal file
27
build_scripts/Windows/lang/ca_ES.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Instal·la ${APPNAME} i els components necessaris."
|
||||
!insertmacro LANG_STRING Section_Data "Pells"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Instal·la pells."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Icones d'accés directe"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Afegir icones d'accés directe."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Icona del menú d'inici"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Afegir icona en el menú d'inici"
|
||||
!insertmacro LANG_STRING Section_Desktop "Icona d'escriptori"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Afegir icona a l'escriptori"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Icona de la barra ràpida d'accés"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Afegir icona a la barra ràpida d'accés"
|
||||
!insertmacro LANG_STRING Section_Plugins "Complements opcionals"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Components opcionals per afegir funcionalitat."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "LectorFonts"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Instal·lar complement LectorFonts."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VeuIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Instal·lar complement VeuIP."
|
||||
!insertmacro LANG_STRING Section_AutoStart "Posada en marxa automàtica"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Autoengegar al arrencar."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Mode instal·lació"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Escull com vols instal·lar ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "Instal·lació e&stàndard"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Instal·la ${APPNAME} per la sessió d'usuari actual."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "Instal·lació &portable."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "En mode portable les dades de configuració s'emmagatzemen a la carpeta d'aplicació i no s'escriu informació al registre del sistema."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Desinstal·lar."
|
27
build_scripts/Windows/lang/de.nsh
Normal file
27
build_scripts/Windows/lang/de.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Installiert ${APPNAME} und die benötigten Komponenten."
|
||||
!insertmacro LANG_STRING Section_Data "Skins"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Skins installieren."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Verknüpfungssymbole"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Verküpfungssymbole hinzufügen."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Startmenüsymbol"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Fügt Symbol zum Startmenü hinzu."
|
||||
!insertmacro LANG_STRING Section_Desktop "Desktopsymbol"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Fügt Symbol zum Desktop hinzu."
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Schnellstartersymbol"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Fügt Symbol zur Schnellstartleiste hinzu."
|
||||
!insertmacro LANG_STRING Section_Plugins "Optionale Plug-ins"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Optionale Plug-ins zum Erweitern der Funktionalität."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "FeedReader"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Installiert das Plug-in Feedreader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Installiert das Plug-in VOIP"
|
||||
!insertmacro LANG_STRING Section_AutoStart "Automatischer Programmstart"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Beim Start automatisch ausführen."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Installationsmodus"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Wähle wie du ${APPNAME} installieren willst."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "&Standard Installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Installiere ${APPNAME} für den derzeitigen Benutzer dieses Geräts."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "&Portable Installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "Im portablen Modus werden alle Konfigurationsdaten im Verzeichnis der Anwendung gespeichert und keine Informationen in der Registry abgelegt."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Deinstallieren"
|
29
build_scripts/Windows/lang/en.nsh
Normal file
29
build_scripts/Windows/lang/en.nsh
Normal file
|
@ -0,0 +1,29 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components."
|
||||
!insertmacro LANG_STRING Section_Data "Skins"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Installs skins."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Shortcut icons"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Adds shortcut icons."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Start Menu icon"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Adds icon to start menu."
|
||||
!insertmacro LANG_STRING Section_Desktop "Desktop icon"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Adds icon to desktop."
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Quick Launch icon"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Adds icon to Quick Launch toolbar."
|
||||
!insertmacro LANG_STRING Section_Plugins "Optional plugins"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Optional plugins to extend functionality."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "FeedReader"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Installs plugin FeedReader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Installs plugin VOIP."
|
||||
;!insertmacro LANG_STRING Section_Link "File Association"
|
||||
;!insertmacro LANG_STRING Section_Link_Desc "Associate ${APPNAME} with .pqi file extension."
|
||||
!insertmacro LANG_STRING Section_AutoStart "Auto Startup"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Auto-Run at startup."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Installation Mode"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Choose how you want to install ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "&Standard installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Install ${APPNAME} for the current user of this machine."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "&Portable installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "In portable mode all configuration data is stored in the application folder and no information is written to the registry."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Uninstall"
|
27
build_scripts/Windows/lang/es.nsh
Normal file
27
build_scripts/Windows/lang/es.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Instala ${APPNAME} y los componentes requeridos."
|
||||
!insertmacro LANG_STRING Section_Data "Coberturas (skins)"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Instalar coberturas"
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Iconos de accesos directos"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Añade iconos de accesos directos."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Icono de menú de inicio"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Añade icono al menú de inicio."
|
||||
!insertmacro LANG_STRING Section_Desktop "Icono del escritorio"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Añade icono al escritorio"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Icono de inicio rápido"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Añade icono a la Barra de Inicio Rápido"
|
||||
!insertmacro LANG_STRING Section_Plugins "Complementos opcionales"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Complementos opcionales para expandir la funcionalidad."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "FeedReader"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Instala el complemento FeedReader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Instala el complemento VOIP"
|
||||
!insertmacro LANG_STRING Section_AutoStart "Auto iniciar"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Auto-ejecutar al incio."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Modo de instalación"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Elija cómo quiere instalar ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "Instalación &Estándar"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Instalar ${APPNAME} para el usuario actual de esta máquina."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "Instalación &Portable"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "En modo portable, todos los datos de configuración se almacenan en la carpeta de la aplicación y no se escribe ninguna información en el registro."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Desinstalar"
|
27
build_scripts/Windows/lang/fr.nsh
Normal file
27
build_scripts/Windows/lang/fr.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Installe ${APPNAME} et les composants requis."
|
||||
!insertmacro LANG_STRING Section_Data "Skins"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Installe des skins."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Icônes de raccourci"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Ajoute les icônes de raccourci."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Icônes menu démarrage"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Ajoute l'icône au menu démarrer."
|
||||
!insertmacro LANG_STRING Section_Desktop "Icônes bureau"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Ajoute l'icône au bureau."
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Icône Lancement Rapide"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Ajoute icône à la barre d'outils Lancement Rapide."
|
||||
!insertmacro LANG_STRING Section_Plugins "Plug-ins optionnels"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Plug-ins optionnels destinés à étendre les fonctionnalités."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "Lecteur de flux"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Installe le plug-in FeedReader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Installe le plug-in VOIP."
|
||||
!insertmacro LANG_STRING Section_AutoStart "Démarrage automatique"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Lancement automatique au démarrage"
|
||||
!insertmacro LANG_STRING Page_InstallMode "Mode d'installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Choisissez comment vous voulez installer ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "&Installation standard"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Installer ${APPNAME} pour l'utilisateur actuel de cette machine."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "&Installation portable"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "En mode portable toutes les données de configuration sont stockées dans le dossier de l'application et aucune information n'est écrite dans la base de registre."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Désinstaller"
|
27
build_scripts/Windows/lang/pl.nsh
Normal file
27
build_scripts/Windows/lang/pl.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components."
|
||||
!insertmacro LANG_STRING Section_Data "Skórki"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Installs skins."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Shortcut icons"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Adds shortcut icons."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Start Menu icon"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Adds icon to start menu."
|
||||
!insertmacro LANG_STRING Section_Desktop "Ikona na pulpicie"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Dodawanie ikony na pulpicie"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Ikona szybkiego uruchamiania"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Adds icon to Quick Launch toolbar."
|
||||
!insertmacro LANG_STRING Section_Plugins "Wtyczki opcjonalne"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Wtyczki opcjonalne rozszerzające funkcjonalność."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "FeedReader"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Installs plugin FeedReader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Installs plugin VOIP."
|
||||
!insertmacro LANG_STRING Section_AutoStart "Auto Startup"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Automatyczne uruchamianie przy starcie."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Tryb instalacji"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Wybierz jak chcesz zainstalować ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "&Standardowa instalacja"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Install ${APPNAME} for the current user of this machine."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "&Portable installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "In portable mode all configuration data is stored in the application folder and no information is written to the registry."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Odinstaluj"
|
27
build_scripts/Windows/lang/ru.nsh
Normal file
27
build_scripts/Windows/lang/ru.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Установка ${APPNAME} и необходимых компонентов."
|
||||
!insertmacro LANG_STRING Section_Data "Оболочки"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Установка оболочек."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Ярлыки"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Добавление ярлыков."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Ярлык меню Пуск"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Добавление ярлыка в меню Пуск."
|
||||
!insertmacro LANG_STRING Section_Desktop "Ярлык на рабочем столе"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Добавление ярлыка на рабочий стол."
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Ярлык в панели быстрого запуска"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Добавление ярлыка на панель быстрого запуска."
|
||||
!insertmacro LANG_STRING Section_Plugins "Дополнительные плагины"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Дополнительные плагины для расширения функциональности."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "FeedReader – RSS-агрегатор"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Установка плагина FeedReader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Установка плагина VOIP."
|
||||
!insertmacro LANG_STRING Section_AutoStart "Автозапуск"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Автозапуск при загрузке."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Режим установки"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Выберите метод установки ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "Стандартная установка"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Установка ${APPNAME} для текущего пользователя компьютера."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "Портативная установка"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "В режиме портативной установки все конфигурационные файлы сохраняются в папку приложения и в реестр не записывается никакой информации."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Удаление программы"
|
27
build_scripts/Windows/lang/tr.nsh
Normal file
27
build_scripts/Windows/lang/tr.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components."
|
||||
!insertmacro LANG_STRING Section_Data "Skins"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "Installs skins."
|
||||
!insertmacro LANG_STRING Section_Shortcuts "Shortcut icons"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "Adds shortcut icons."
|
||||
!insertmacro LANG_STRING Section_StartMenu "Start Menu icon"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "Adds icon to start menu."
|
||||
!insertmacro LANG_STRING Section_Desktop "Desktop icon"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "Adds icon to desktop."
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "Quick Launch icon"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "Adds icon to Quick Launch toolbar."
|
||||
!insertmacro LANG_STRING Section_Plugins "Optional plugins"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Optional plugins to extend functionality."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "AkışOkuyucu"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "Installs plugin FeedReader."
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "VOIP"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "Installs plugin VOIP."
|
||||
!insertmacro LANG_STRING Section_AutoStart "Auto Startup"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Auto-Run at startup."
|
||||
!insertmacro LANG_STRING Page_InstallMode "Installation Mode"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Choose how you want to install ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "&Standard installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Install ${APPNAME} for the current user of this machine."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "&Portable installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "In portable mode all configuration data is stored in the application folder and no information is written to the registry."
|
||||
!insertmacro LANG_STRING Link_Uninstall "Uninstall"
|
191
build_scripts/Windows/lang/ts/ca_ES.ts
Normal file
191
build_scripts/Windows/lang/ts/ca_ES.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ca_ES" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation>${APPNAME}</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation>Instal·la ${APPNAME} i els components necessaris.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>Pells</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation>Instal·la pells.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation>Icones d'accés directe</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation>Afegir icones d'accés directe.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation>Icona del menú d'inici</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation>Afegir icona en el menú d'inici</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>Icona d'escriptori</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>Afegir icona a l'escriptori</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>Icona de la barra ràpida d'accés</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation>Afegir icona a la barra ràpida d'accés</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation>Complements opcionals</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation>Components opcionals per afegir funcionalitat.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>LectorFonts</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation>Instal·lar complement LectorFonts.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VeuIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation>Instal·lar complement VeuIP.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation>Posada en marxa automàtica</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation>Autoengegar al arrencar.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>Mode instal·lació</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation>Escull com vols instal·lar ${APPNAME}.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation>Instal·lació e&stàndard</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation>Instal·la ${APPNAME} per la sessió d'usuari actual.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation>Instal·lació &portable.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation>En mode portable les dades de configuració s'emmagatzemen a la carpeta d'aplicació i no s'escriu informació al registre del sistema.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>Desinstal·lar.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
27
build_scripts/Windows/lang/ts/convert_from_ts.bat
Normal file
27
build_scripts/Windows/lang/ts/convert_from_ts.bat
Normal file
|
@ -0,0 +1,27 @@
|
|||
@echo off
|
||||
|
||||
:: Very simple conversion from *.ts to *.nsh using xslt
|
||||
|
||||
pushd "%~dp0"
|
||||
|
||||
if "%1"=="" (
|
||||
for %%F in (*.ts) do if "%%F" NEQ "en.ts" call :convert %%~nF
|
||||
goto :exit
|
||||
)
|
||||
|
||||
call :convert %1
|
||||
|
||||
:exit
|
||||
popd
|
||||
|
||||
goto :EOF
|
||||
|
||||
:convert
|
||||
if not exist "%~1.ts" (
|
||||
echo File "%~1.ts" not found.
|
||||
goto :EOF
|
||||
)
|
||||
|
||||
echo %~1
|
||||
|
||||
"%~dp0xsltproc.exe" --output "%~dp0..\%~1.nsh" "%~dp0convert_from_ts.xsl" "%~1.ts"
|
20
build_scripts/Windows/lang/ts/convert_from_ts.xsl
Normal file
20
build_scripts/Windows/lang/ts/convert_from_ts.xsl
Normal file
|
@ -0,0 +1,20 @@
|
|||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:output method="text"/>
|
||||
|
||||
<xsl:strip-space elements="*"/>
|
||||
|
||||
<xsl:template match="context">
|
||||
<xsl:text>!insertmacro LANG_STRING </xsl:text>
|
||||
<xsl:value-of select="./name"/>
|
||||
<xsl:text> "</xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="./message/translation!=''"><xsl:value-of select="./message/translation"/></xsl:when>
|
||||
<xsl:otherwise><xsl:value-of select="./message/source"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:text>"
|
||||
</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
50
build_scripts/Windows/lang/ts/convert_to_ts.bat
Normal file
50
build_scripts/Windows/lang/ts/convert_to_ts.bat
Normal file
|
@ -0,0 +1,50 @@
|
|||
@echo off
|
||||
|
||||
:: Very simple conversion from *.nsh to *.ts
|
||||
|
||||
setlocal
|
||||
|
||||
set Language=en
|
||||
if "%1" NEQ "" set Language=%1
|
||||
|
||||
set InputFile=%~dp0..\%Language%.nsh
|
||||
set OutputFile=%~dp0%Language%.ts
|
||||
|
||||
if not exist "%InputFile%" (
|
||||
echo File %InputFile% not found.
|
||||
goto :exit
|
||||
)
|
||||
|
||||
echo ^<?xml version="1.0" encoding="utf-8"?^> >"%OutputFile%"
|
||||
echo ^<!DOCTYPE TS^> >>"%OutputFile%"
|
||||
echo ^<TS version="2.0" language="en_US"^> >>"%OutputFile%"
|
||||
|
||||
for /F "tokens=1,2,3,*" %%A in (%InputFile%) do if "%%A"=="!insertmacro" call :context %%C %%D
|
||||
|
||||
echo ^</TS^> >>"%OutputFile%"
|
||||
|
||||
:exit
|
||||
endlocal
|
||||
goto :EOF
|
||||
|
||||
:context
|
||||
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
:: Simple replace of & to &
|
||||
set Text=%2
|
||||
set Text=%Text:&=^&%
|
||||
set Text=%Text:~1,-1%
|
||||
|
||||
echo !Text!
|
||||
|
||||
echo ^<context^> >>"%OutputFile%"
|
||||
echo ^<name^>%~1^</name^> >>"%OutputFile%"
|
||||
echo ^<message^> >>"%OutputFile%"
|
||||
echo ^<source^>!Text!^</source^> >>"%OutputFile%"
|
||||
echo ^<translation type="unfinished"^>^</translation^> >>"%OutputFile%"
|
||||
echo ^</message^> >>"%OutputFile%"
|
||||
echo ^</context^> >>"%OutputFile%"
|
||||
|
||||
endlocal
|
||||
goto :EOF
|
191
build_scripts/Windows/lang/ts/de.ts
Normal file
191
build_scripts/Windows/lang/ts/de.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="de" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation>${APPNAME}</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation>Installiert ${APPNAME} und die benötigten Komponenten.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>Skins</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation>Skins installieren.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation>Verknüpfungssymbole</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation>Verküpfungssymbole hinzufügen.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation>Startmenüsymbol</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation>Fügt Symbol zum Startmenü hinzu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>Desktopsymbol</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>Fügt Symbol zum Desktop hinzu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>Schnellstartersymbol</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation>Fügt Symbol zur Schnellstartleiste hinzu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation>Optionale Plug-ins</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation>Optionale Plug-ins zum Erweitern der Funktionalität.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>FeedReader</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation>Installiert das Plug-in Feedreader.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation>Installiert das Plug-in VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation>Automatischer Programmstart</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation>Beim Start automatisch ausführen.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>Installationsmodus</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation>Wähle wie du ${APPNAME} installieren willst.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation>&Standard Installation</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation>Installiere ${APPNAME} für den derzeitigen Benutzer dieses Geräts.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation>&Portable Installation</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation>Im portablen Modus werden alle Konfigurationsdaten im Verzeichnis der Anwendung gespeichert und keine Informationen in der Registry abgelegt.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>Deinstallieren</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
193
build_scripts/Windows/lang/ts/en.ts
Normal file
193
build_scripts/Windows/lang/ts/en.ts
Normal file
|
@ -0,0 +1,193 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="en_US">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
191
build_scripts/Windows/lang/ts/es.ts
Normal file
191
build_scripts/Windows/lang/ts/es.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="es" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation>${APPNAME}</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation>Instala ${APPNAME} y los componentes requeridos.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>Coberturas (skins)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation>Instalar coberturas</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation>Iconos de accesos directos</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation>Añade iconos de accesos directos.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation>Icono de menú de inicio</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation>Añade icono al menú de inicio.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>Icono del escritorio</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>Añade icono al escritorio</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>Icono de inicio rápido</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation>Añade icono a la Barra de Inicio Rápido</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation>Complementos opcionales</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation>Complementos opcionales para expandir la funcionalidad.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>FeedReader</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation>Instala el complemento FeedReader.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation>Instala el complemento VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation>Auto iniciar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation>Auto-ejecutar al incio.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>Modo de instalación</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation>Elija cómo quiere instalar ${APPNAME}.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation>Instalación &Estándar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation>Instalar ${APPNAME} para el usuario actual de esta máquina.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation>Instalación &Portable</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation>En modo portable, todos los datos de configuración se almacenan en la carpeta de la aplicación y no se escribe ninguna información en el registro.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>Desinstalar</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
191
build_scripts/Windows/lang/ts/fr.ts
Normal file
191
build_scripts/Windows/lang/ts/fr.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="fr" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation>${APPNAME}</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation>Installe ${APPNAME} et les composants requis.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>Skins</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation>Installe des skins.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation>Icônes de raccourci</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation>Ajoute les icônes de raccourci.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation>Icônes menu démarrage</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation>Ajoute l'icône au menu démarrer.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>Icônes bureau</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>Ajoute l'icône au bureau.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>Icône Lancement Rapide</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation>Ajoute icône à la barre d'outils Lancement Rapide.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation>Plug-ins optionnels</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation>Plug-ins optionnels destinés à étendre les fonctionnalités.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>Lecteur de flux</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation>Installe le plug-in FeedReader.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation>Installe le plug-in VOIP.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation>Démarrage automatique</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation>Lancement automatique au démarrage</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>Mode d'installation</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation>Choisissez comment vous voulez installer ${APPNAME}.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation>&Installation standard</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation>Installer ${APPNAME} pour l'utilisateur actuel de cette machine.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation>&Installation portable</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation>En mode portable toutes les données de configuration sont stockées dans le dossier de l'application et aucune information n'est écrite dans la base de registre.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>Désinstaller</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
191
build_scripts/Windows/lang/ts/pl.ts
Normal file
191
build_scripts/Windows/lang/ts/pl.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="pl" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>Skórki</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>Ikona na pulpicie</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>Dodawanie ikony na pulpicie</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>Ikona szybkiego uruchamiania</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation>Wtyczki opcjonalne</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation>Wtyczki opcjonalne rozszerzające funkcjonalność.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation>Automatyczne uruchamianie przy starcie.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>Tryb instalacji</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation>Wybierz jak chcesz zainstalować ${APPNAME}.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation>&Standardowa instalacja</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>Odinstaluj</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
191
build_scripts/Windows/lang/ts/ru.ts
Normal file
191
build_scripts/Windows/lang/ts/ru.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ru" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation>${APPNAME}</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation>Установка ${APPNAME} и необходимых компонентов.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>Оболочки</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation>Установка оболочек.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation>Ярлыки</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation>Добавление ярлыков.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation>Ярлык меню Пуск</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation>Добавление ярлыка в меню Пуск.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>Ярлык на рабочем столе</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>Добавление ярлыка на рабочий стол.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>Ярлык в панели быстрого запуска</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation>Добавление ярлыка на панель быстрого запуска.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation>Дополнительные плагины</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation>Дополнительные плагины для расширения функциональности.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>FeedReader – RSS-агрегатор</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation>Установка плагина FeedReader.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation>Установка плагина VOIP.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation>Автозапуск</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation>Автозапуск при загрузке.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>Режим установки</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation>Выберите метод установки ${APPNAME}.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation>Стандартная установка</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation>Установка ${APPNAME} для текущего пользователя компьютера.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation>Портативная установка</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation>В режиме портативной установки все конфигурационные файлы сохраняются в папку приложения и в реестр не записывается никакой информации.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>Удаление программы</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
191
build_scripts/Windows/lang/ts/tr.ts
Normal file
191
build_scripts/Windows/lang/ts/tr.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="tr" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>AkışOkuyucu</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
build_scripts/Windows/lang/ts/xsltproc.exe
Normal file
BIN
build_scripts/Windows/lang/ts/xsltproc.exe
Normal file
Binary file not shown.
191
build_scripts/Windows/lang/ts/zh_CN.ts
Normal file
191
build_scripts/Windows/lang/ts/zh_CN.ts
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_CN" version="2.0">
|
||||
<context>
|
||||
<name>Section_Main</name>
|
||||
<message>
|
||||
<source>${APPNAME}</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Main_Desc</name>
|
||||
<message>
|
||||
<source>Installs ${APPNAME} and required components.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data</name>
|
||||
<message>
|
||||
<source>Skins</source>
|
||||
<translation>皮肤</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Data_Desc</name>
|
||||
<message>
|
||||
<source>Installs skins.</source>
|
||||
<translation>安装皮肤</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts</name>
|
||||
<message>
|
||||
<source>Shortcut icons</source>
|
||||
<translation>快捷方式图标</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Shortcuts_Desc</name>
|
||||
<message>
|
||||
<source>Adds shortcut icons.</source>
|
||||
<translation>添加快捷方式图标</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu</name>
|
||||
<message>
|
||||
<source>Start Menu icon</source>
|
||||
<translation>开始菜单图标</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_StartMenu_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to start menu.</source>
|
||||
<translation>添加图标至开始菜单</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop</name>
|
||||
<message>
|
||||
<source>Desktop icon</source>
|
||||
<translation>桌面图标</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Desktop_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to desktop.</source>
|
||||
<translation>添加图标至桌面</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch</name>
|
||||
<message>
|
||||
<source>Quick Launch icon</source>
|
||||
<translation>快速启动栏图标</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_QuickLaunch_Desc</name>
|
||||
<message>
|
||||
<source>Adds icon to Quick Launch toolbar.</source>
|
||||
<translation>添加图标至快速启动栏</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins</name>
|
||||
<message>
|
||||
<source>Optional plugins</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugins_Desc</name>
|
||||
<message>
|
||||
<source>Optional plugins to extend functionality.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader</name>
|
||||
<message>
|
||||
<source>FeedReader</source>
|
||||
<translation>RSS订阅</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_FeedReader_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin FeedReader.</source>
|
||||
<translation>安装RSS订阅插件</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP</name>
|
||||
<message>
|
||||
<source>VOIP</source>
|
||||
<translation>语音</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_Plugin_VOIP_Desc</name>
|
||||
<message>
|
||||
<source>Installs plugin VOIP.</source>
|
||||
<translation>安装语音插件</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart</name>
|
||||
<message>
|
||||
<source>Auto Startup</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Section_AutoStart_Desc</name>
|
||||
<message>
|
||||
<source>Auto-Run at startup.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode</name>
|
||||
<message>
|
||||
<source>Installation Mode</source>
|
||||
<translation>安装模式</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Desc</name>
|
||||
<message>
|
||||
<source>Choose how you want to install ${APPNAME}.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard</name>
|
||||
<message>
|
||||
<source>&Standard installation</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Standard_Desc</name>
|
||||
<message>
|
||||
<source>Install ${APPNAME} for the current user of this machine.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable</name>
|
||||
<message>
|
||||
<source>&Portable installation</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Page_InstallMode_Portable_Desc</name>
|
||||
<message>
|
||||
<source>In portable mode all configuration data is stored in the application folder and no information is written to the registry.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Link_Uninstall</name>
|
||||
<message>
|
||||
<source>Uninstall</source>
|
||||
<translation>卸载</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
27
build_scripts/Windows/lang/zh_CN.nsh
Normal file
27
build_scripts/Windows/lang/zh_CN.nsh
Normal file
|
@ -0,0 +1,27 @@
|
|||
!insertmacro LANG_STRING Section_Main "${APPNAME}"
|
||||
!insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components."
|
||||
!insertmacro LANG_STRING Section_Data "皮肤"
|
||||
!insertmacro LANG_STRING Section_Data_Desc "安装皮肤"
|
||||
!insertmacro LANG_STRING Section_Shortcuts "快捷方式图标"
|
||||
!insertmacro LANG_STRING Section_Shortcuts_Desc "添加快捷方式图标"
|
||||
!insertmacro LANG_STRING Section_StartMenu "开始菜单图标"
|
||||
!insertmacro LANG_STRING Section_StartMenu_Desc "添加图标至开始菜单"
|
||||
!insertmacro LANG_STRING Section_Desktop "桌面图标"
|
||||
!insertmacro LANG_STRING Section_Desktop_Desc "添加图标至桌面"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch "快速启动栏图标"
|
||||
!insertmacro LANG_STRING Section_QuickLaunch_Desc "添加图标至快速启动栏"
|
||||
!insertmacro LANG_STRING Section_Plugins "Optional plugins"
|
||||
!insertmacro LANG_STRING Section_Plugins_Desc "Optional plugins to extend functionality."
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader "RSS订阅"
|
||||
!insertmacro LANG_STRING Section_Plugin_FeedReader_Desc "安装RSS订阅插件"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP "语音"
|
||||
!insertmacro LANG_STRING Section_Plugin_VOIP_Desc "安装语音插件"
|
||||
!insertmacro LANG_STRING Section_AutoStart "Auto Startup"
|
||||
!insertmacro LANG_STRING Section_AutoStart_Desc "Auto-Run at startup."
|
||||
!insertmacro LANG_STRING Page_InstallMode "安装模式"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Desc "Choose how you want to install ${APPNAME}."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard "&Standard installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Standard_Desc "Install ${APPNAME} for the current user of this machine."
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable "&Portable installation"
|
||||
!insertmacro LANG_STRING Page_InstallMode_Portable_Desc "In portable mode all configuration data is stored in the application folder and no information is written to the registry."
|
||||
!insertmacro LANG_STRING Link_Uninstall "卸载"
|
Loading…
Add table
Add a link
Reference in a new issue