Translations for 1.0 have been completed. We'll be opening it up again shortly for a bugfix and additional translation release. Thanks to our translators!
We need a couple strings translated for the PortableApps.com Installer 1.0 into all supported languages. They're short and will only take a minute or two. Leave the $VARIABLE and ${VARIABLE} bits intact as the installer will place names and paths there. Thanks in advance!
LangString copylocalfilesnotfound ${LANG_ENGLISH} "This installer copies a local version of the application and makes it portable. Unfortunately, a local copy of the application was not found. You may reinstall or copy the files yourself to complete the installation at a later time. (ERROR: $MISSINGFILEORPATH could not be found.)" LangString downloadfilemismatch ${LANG_ENGLISH} "The downloaded copy of ${DownloadName} is not valid and can not be installed." LangString downloadfailed ${LANG_ENGLISH} "The installer was unable to download ${DownloadName}. The installation of the portable app will be incomplete without it. (ERROR: $DOWNLOADRESULT)" LangString extractfailed ${LANG_ENGLISH} "The installer was unable to extract the necessary file from the downloaded file. The installation of the portable app will be incomplete without it." LangString downloading ${LANG_ENGLISH} "Downloading ${DownloadName}..." LangString prepareupgrade ${LANG_ENGLISH} "Preparing to upgrade ${PORTABLEAPPNAME}..." LangString installingstatus ${LANG_ENGLISH} "Installing ${PORTABLEAPPNAME}..." LangString downloadremaining ${LANG_ENGLISH} "remaining" LangString downloadconnecting ${LANG_ENGLISH} "Connecting..." LangString downloadsecond ${LANG_ENGLISH} "second" LangString downloadhour ${LANG_ENGLISH} "hour" LangString downloadminute ${LANG_ENGLISH} "minute" LangString downloadplural ${LANG_ENGLISH} "s"
Notes:
"remaining" is in the context of "32 seconds remaining"
"Connecting..." is in the context of connecting to a server
The "s" for downloadplural is if hour minute or second is plural, what letter should be put at the end. If using a language with no plural which applies to hour, minute and second at the end, use an empty string "" for this entry and use the plural form for the other 3 entries.