# HG changeset patch # User Daniel Atallah # Date 1274138022 0 # Node ID bff257656ecefbe2f73225e9a7a3cf487a41e595 # Parent 9de98679c02bb835cbe826a8d7f74a63944a7269 Create a version of the Windows installer localizations in .desktop file format. This is the first step in transitioning the Windows installer to use the .po files for translation. diff -r 9de98679c02b -r bff257656ece pidgin/win32/nsis/nsis_translations.desktop.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/win32/nsis/nsis_translations.desktop.in Mon May 17 23:13:42 2010 +0000 @@ -0,0 +1,50 @@ +[Desktop Entry] +Encoding=UTF-8 + +_INSTALLER_IS_RUNNING=The installer is already running. +_PIDGIN_IS_RUNNING=An instance of Pidgin is currently running. Please exit Pidgin and try again. + +# License Page +_PIDGIN_LICENSE_BUTTON=Next > +_PIDGIN_LICENSE_BOTTOM_TEXT=$(^Name) is released under the GNU General Public License (GPL). The license is provided here for information purposes only. $_CLICK + +# Components Page +_PIDGIN_SECTION_TITLE=Pidgin Instant Messaging Client (required) +_GTK_SECTION_TITLE=GTK+ Runtime (required if not present) +_PIDGIN_SHORTCUTS_SECTION_TITLE=Shortcuts +_PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE=Desktop +_PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE=Start Menu +_TRANSLATIONS_SECTION_TITLE=Localizations +_PIDGIN_SECTION_DESCRIPTION=Core Pidgin files and dlls +_GTK_SECTION_DESCRIPTION=A multi-platform GUI toolkit, used by Pidgin + +_PIDGIN_SHORTCUTS_SECTION_DESCRIPTION=Shortcuts for starting Pidgin +_PIDGIN_DESKTOP_SHORTCUT_DESC=Create a shortcut to Pidgin on the Desktop +_PIDGIN_STARTMENU_SHORTCUT_DESC=Create a Start Menu entry for Pidgin +_DEBUG_SYMBOLS_SECTION_TITLE=Debug Symbols (for reporting crashes) + +# Installer Finish Page +_PIDGIN_FINISH_VISIT_WEB_SITE=Visit the Pidgin Web Page + +# Pidgin Section Prompts and Texts +_PIDGIN_PROMPT_CONTINUE_WITHOUT_UNINSTALL=Unable to uninstall the currently installed version of Pidgin. The new version will be installed without removing the currently installed version. + +# GTK+ Section Prompts +_PIDGIN_PROMPT_FORCE_NO_GTK=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? + +# URL Handler section +_URI_HANDLERS_SECTION_TITLE=URI Handlers + +#Spellcheck Section Prompts +_PIDGIN_SPELLCHECK_SECTION_TITLE=Spellchecking Support +_PIDGIN_SPELLCHECK_ERROR=Error Installing Spellchecking ($R3).$\rIf retrying fails, manual installation instructions are at: http://pidgin.im/win32/download_redir.php?dl_pkg=spellcheck_faq +_PIDGIN_SPELLCHECK_SECTION_DESCRIPTION=Support for Spellchecking. (Internet connection required for installation) + +_PIDGIN_DEBUGSYMBOLS_ERROR=Error Installing Debug Symbols ($R2).$\rIf retrying fails, you may need to use the 'Offline Installer' from http://pidgin.im/download/windows/ . + +_PIDGIN_GTK_DOWNLOAD_ERROR=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/ . + +# Uninstall Section Prompts +_un.PIDGIN_UNINSTALL_ERROR_1=The uninstaller could not find registry entries for Pidgin.$\rIt is likely that another user installed this application. +_un.PIDGIN_UNINSTALL_ERROR_2=You do not have permission to uninstall this application. + diff -r 9de98679c02b -r bff257656ece po/POTFILES.in --- a/po/POTFILES.in Mon May 17 16:00:10 2010 +0000 +++ b/po/POTFILES.in Mon May 17 23:13:42 2010 +0000 @@ -271,3 +271,4 @@ pidgin/plugins/win32/transparency/win2ktrans.c pidgin/plugins/win32/winprefs/winprefs.c pidgin/plugins/xmppconsole.c +pidgin/win32/nsis/nsis_translations.desktop.in