Skip to content

Commit

Permalink
v5.2.2 Italian and French language updates; fix an error in link for …
Browse files Browse the repository at this point in the history
…setup file in v5.2.1
  • Loading branch information
JnLlnd committed Nov 29, 2015
1 parent 97dc13c commit 44043c2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FileInstall/FoldersPopup_LANG_FR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ lPickIconNoLocation Veuillez d'abord choisisr un favori avant de s
lPopupMenuCopyLocationTrayTip Choisissez le favori � copier
lReloadPrompt Changement de ~1~ enregistr�: ~2~. Voulez-vous relancer ~3~ en ~2~ maintenant? Les changements non sauvegard�s dans le menu des dossiers seront perdus.
lReloadPromptDefaultHotkey La valeur par d�faut pour ce d�clencheur a �t� r�tablie. Ceci ne sera effectif qu'apr�s la relance de ~1~.`n`nVoulez-vous relancer ~1~ maintenant? Les changements non sauvegard�s dans le menu des dossiers seront perdus.
lTrayTipInstalledDetail Appuyez: ~2~ ou ~3~ pour afficher le menu
lTrayTipInstalledDetail Appuyez: ~2~ ou ~3~ pour afficher le menu de ~1~
lTrayTipinstalledTitle ~1~ est pr�t!
lTrayTipNoClipboardMenuDetail Il n'y a aucun dossier, document, application ou adresse web (URL) dans le Presse-papiers
lTrayTipNoClipboardMenuTitle ~1~ - Menu du Presse-papiers
Expand Down
5 changes: 3 additions & 2 deletions FileInstall/FoldersPopup_LANG_IT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lDialogAddFolderSelect Scegli o crea una nuova Cartella:
lDialogApplicationLabel Applicazione
lDialogApplicationShortName Nome dell'applicazione (per il men�)
lDialogArgumentsLabel Parametri
lDialogArgumentsLabelHelp (se richiesto, racchiudi ciascun parametro tra doppi apici)
lDialogBrowseButton Sfoglia
lDialogCancelButton Annulla
lDialogCancelPrompt Vuoi scartare le modifiche?
Expand Down Expand Up @@ -292,7 +293,7 @@ lPickIconNoLocation Seleziona il preferito prima di scegliere un'icona.
lPopupMenuCopyLocationTrayTip Select the favorite to copy
lReloadPrompt ~1~ cambiato in ~2~. Vuoi ricaricare ~3~ in ~2~ ora? Le modifiche non salvate al men� delle cartelle verranno perse.
lReloadPromptDefaultHotkey Scorciatoia riportata al valore di default. Questa modifica sar� effettiva solo dopo aver ricaricato ~1~.`n`nVuoi ricaricare ~1~ ora? Le modifiche non salvate al men� delle cartelle verranno perse.
lTrayTipInstalledDetail Per mostrare il men� ~1~, premi:`n`n~2~ / ~3~`nin Windows Explorer o in una "Casella di Dialogo"`n`n~4~ / ~5~`nper aprire una nuova finestra di Explorer
lTrayTipInstalledDetail Premi: ~2~ or ~3~ per aprire il men� ~1~
lTrayTipInstalledTitle ~1~ � pronto!
lTrayTipNoClipboardMenuDetail Al momento non � presente alcuna cartella, documento, applicazione o URL nel Men� degli Appunti di Windows.
lTrayTipNoClipboardMenuTitle ~1~ - Men� degli Appunti di Windows
Expand All @@ -308,5 +309,5 @@ lUpdatePromptBeta C'
lUpdatePromptBetaContinue Vuoi continuare ad essere informato di future versioni beta?
lUpdateTitle Aggiornare ~1~?
lUpdateYouHaveLatest Hai la versione pi� recente: ~1~.`n`nVuoi visitare la pagina web ~2~ ugualmente?
lWindowIsTreeviewText Mi spiace... A causa di una limitazione di Windows, questo tipo di casella di dialogo (con vista ad albero) non � attualmente supportata da ~1~.
lWindowIsTreeviewText a causa di una limitazione di Microsoft Windows.
lWindowIsTreeviewTitle Casella di Dialogo con vista ad albero non supportata
10 changes: 7 additions & 3 deletions FoldersPopup.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
http://www.autohotkey.com/board/topic/13392-folder-menu-a-popup-menu-to-quickly-change-your-folders/
Version: 5.2 (2015-11-15)
Version: 5.2.2 (2015-11-29)
* Italian and French language updates
* Fix an error in link for setup file in v5.2.1
Version: 5.2.1 (2015-11-15)
* update special folders initialization for Windows 10
* adjust menu icons to Windows 10 icon files
* shorten application description in executable file for Windows 10 display
Expand Down Expand Up @@ -813,7 +817,7 @@

;@Ahk2Exe-SetName FoldersPopup
;@Ahk2Exe-SetDescription Folders Popup (freeware)
;@Ahk2Exe-SetVersion 5.2
;@Ahk2Exe-SetVersion 5.2.2
;@Ahk2Exe-SetOrigFilename FoldersPopup.exe


Expand Down Expand Up @@ -861,7 +865,7 @@ Gosub, InitFileInstall
Gosub, InitLanguageVariables

global strAppName := "FoldersPopup"
global strCurrentVersion := "5.2" ; "major.minor.bugs" or "major.minor.beta.release"
global strCurrentVersion := "5.2.2" ; "major.minor.bugs" or "major.minor.beta.release"
global strCurrentBranch := "prod" ; "prod" or "beta", always lowercase for filename
global strAppVersion := "v" . strCurrentVersion . (strCurrentBranch = "beta" ? " " . strCurrentBranch : "")

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Thanks to LearningOne for sharing his code and to others who helped in [this thr

## History

### Version: 5.2 (2015-11-15)
### Version: 5.2.2 (2015-11-29)
* Italian and French language updates
* Fix an error in link for setup file in v5.2.1

### Version: 5.2.1 (2015-11-15)
* update special folders initialization for Windows 10
* adjust menu icons to Windows 10 icon files
* shorten application description in executable file for Windows 10 display
Expand Down

0 comments on commit 44043c2

Please sign in to comment.