annotate pidgin/win32/nsis/nsis_translations.desktop.in @ 30396:62f0988c666c

Final piece of getting the installer translations integrated with the regular po files. This is a variation of the instructions at: http://nsis.sourceforge.net/Creating_language_files_and_integrating_with_MUI Using a Perl tool that the gcompris folks wrote. The NSIS LangStrings needed to have the underscores removed because .desktop files variable names may not contain underscores. Currently only translations with >=50% coverage will be present in the installer
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 19 May 2010 03:26:05 +0000
parents 61e322efe822
children 03e930ec90d0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
1 [Desktop Entry]
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
2 Encoding=UTF-8
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
3
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
4 _INSTALLERISRUNNING=The installer is already running.
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
5 _PIDGINISRUNNING=An instance of Pidgin is currently running. Please exit Pidgin and try again.
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
6
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
7 # License Page
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
8 _PIDGINLICENSEBUTTON=Next >
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
9 _PIDGINLICENSEBOTTOMTEXT=$(^Name) is released under the GNU General Public License (GPL). The license is provided here for information purposes only. $_CLICK
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
10
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
11 # Components Page
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
12 _PIDGINSECTIONTITLE=Pidgin Instant Messaging Client (required)
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
13 _GTKSECTIONTITLE=GTK+ Runtime (required if not present)
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
14 _PIDGINSHORTCUTSSECTIONTITLE=Shortcuts
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
15 _PIDGINDESKTOPSHORTCUTSECTIONTITLE=Desktop
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
16 _PIDGINSTARTMENUSHORTCUTSECTIONTITLE=Start Menu
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
17 _TRANSLATIONSSECTIONTITLE=Localizations
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
18 _PIDGINSECTIONDESCRIPTION=Core Pidgin files and dlls
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
19 _GTKSECTIONDESCRIPTION=A multi-platform GUI toolkit, used by Pidgin
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
20
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
21 _PIDGINSHORTCUTSSECTIONDESCRIPTION=Shortcuts for starting Pidgin
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
22 _PIDGINDESKTOPSHORTCUTDESC=Create a shortcut to Pidgin on the Desktop
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
23 _PIDGINSTARTMENUSHORTCUTDESC=Create a Start Menu entry for Pidgin
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
24 _DEBUGSYMBOLSSECTIONTITLE=Debug Symbols (for reporting crashes)
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
25
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
26 # Installer Finish Page
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
27 _PIDGINFINISHVISITWEBSITE=Visit the Pidgin Web Page
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
28
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
29 # Pidgin Section Prompts and Texts
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
30 _PIDGINPROMPTCONTINUEWITHOUTUNINSTALL=Unable to uninstall the currently installed version of Pidgin. The new version will be installed without removing the currently installed version.
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
31
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
32 # GTK+ Section Prompts
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
33 _PIDGINPROMPTFORCENOGTK=Pidgin requires a compatible GTK+ Runtime (which doesn't appear to be already present).$\rAre you sure you want to skip installing the GTK+ Runtime?
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
34
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
35 # URL Handler section
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
36 _URIHANDLERSSECTIONTITLE=URI Handlers
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
37
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
38 #Spellcheck Section Prompts
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
39 _PIDGINSPELLCHECKSECTIONTITLE=Spellchecking Support
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
40 _PIDGINSPELLCHECKERROR=Error Installing Spellchecking ($R3).$\rIf retrying fails, manual installation instructions are at: http://developer.pidgin.im/wiki/Installing%20Pidgin#manual_win32_spellcheck_installation
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
41 _PIDGINSPELLCHECKSECTIONDESCRIPTION=Support for Spellchecking. (Internet connection required for installation)
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
42
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
43 _PIDGINDEBUGSYMBOLSERROR=Error Installing Debug Symbols ($R2).$\rIf retrying fails, you may need to use the 'Offline Installer' from http://pidgin.im/download/windows/ .
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
44
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
45 _PIDGINGTKDOWNLOADERROR=Error Downloading the GTK+ Runtime ($R2).$\rThis is required for Pidgin to function; if retrying fails, you may need to use the 'Offline Installer' from http://pidgin.im/download/windows/ .
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
46
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
47 # Uninstall Section Prompts
30396
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
48 _PIDGINUNINSTALLERROR1=The uninstaller could not find registry entries for Pidgin.$\rIt is likely that another user installed this application.
62f0988c666c Final piece of getting the installer translations integrated with the regular
Daniel Atallah <daniel.atallah@gmail.com>
parents: 30390
diff changeset
49 _PIDGINUNINSTALLERROR2=You do not have permission to uninstall this application.
30386
bff257656ece Create a version of the Windows installer localizations in .desktop file
Daniel Atallah <daniel.atallah@gmail.com>
parents:
diff changeset
50