From 69ce36fb754b0cffe870731512146062727e9514 Mon Sep 17 00:00:00 2001 From: Lorenz Cuno Klopfenstein Date: Mon, 28 Mar 2011 23:23:30 +0200 Subject: [PATCH] Strings update. Code cleanup. --- OnTopReplica/CREDITS.txt | 12 + OnTopReplica/LICENSE.txt | 2 + OnTopReplica/Pair.cs | 20 - OnTopReplica/Strings.Designer.cs | 190 +++--- OnTopReplica/Strings.cs.resx | 13 +- OnTopReplica/Strings.da.resx | 13 +- OnTopReplica/Strings.de.resx | 3 + OnTopReplica/Strings.es.resx | 11 +- OnTopReplica/Strings.it.resx | 1041 +++++++++++++++++------------- OnTopReplica/Strings.resx | 90 +-- 10 files changed, 757 insertions(+), 638 deletions(-) create mode 100644 OnTopReplica/CREDITS.txt create mode 100644 OnTopReplica/LICENSE.txt delete mode 100644 OnTopReplica/Pair.cs diff --git a/OnTopReplica/CREDITS.txt b/OnTopReplica/CREDITS.txt new file mode 100644 index 0000000..a870696 --- /dev/null +++ b/OnTopReplica/CREDITS.txt @@ -0,0 +1,12 @@ +OnTopReplica credits +-------------------- + +This application was inspired by Switcher (http://insentient.net) and other DWM based application. + +All Aero controls are part of the open-source WindowsFormsAero (http://windowsformsaero.codeplex.com) library for .NET. + +Some DWM example code has ben taken from user Ookii (http://www.ookii.org) on Channel 9 MSDN. + +The NativeToolstripRenderer class has been taken from asztal.net (http://wp.asztal.net/2007/12/vista-style-menus-in-dotnet). + +Some of the icons used by OnTopReplica have been taken from VistaICO.com and the Xiao icon set. diff --git a/OnTopReplica/LICENSE.txt b/OnTopReplica/LICENSE.txt new file mode 100644 index 0000000..7789d65 --- /dev/null +++ b/OnTopReplica/LICENSE.txt @@ -0,0 +1,2 @@ +Microsoft Reciprocal License (Ms-RL) +http://opensource.org/licenses/ms-rl.html diff --git a/OnTopReplica/Pair.cs b/OnTopReplica/Pair.cs deleted file mode 100644 index 6d7c56e..0000000 --- a/OnTopReplica/Pair.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace OnTopReplica { - - /// - /// Simple tuple with two values. - /// - struct Pair { - public T1 Item1; - public T2 Item2; - - public Pair(T1 value1, T2 value2) { - Item1 = value1; - Item2 = value2; - } - } - -} diff --git a/OnTopReplica/Strings.Designer.cs b/OnTopReplica/Strings.Designer.cs index 3d38e14..8a36612 100644 --- a/OnTopReplica/Strings.Designer.cs +++ b/OnTopReplica/Strings.Designer.cs @@ -60,6 +60,24 @@ namespace OnTopReplica { } } + /// + /// Looks up a localized string similar to Created by: %.. + /// + internal static string AboutAuthor { + get { + return ResourceManager.GetString("AboutAuthor", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Lorenz Cuno Klopfenstein. + /// + internal static string AboutAuthorContent { + get { + return ResourceManager.GetString("AboutAuthorContent", resourceCulture); + } + } + /// /// Looks up a localized string similar to Abort update process.. /// @@ -97,45 +115,83 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to <html> - /// <head> - /// <style type="text/css"> - ///body { - /// font-family: Segoe UI, Arial, sans-serif; - /// font-size: 0.8em; - /// margin: 0; - ///padding: 0.75em; - ///} - ///h1 { - /// font-size: 1.4em; - /// font-weight: bold; - /// - /// margin: 1em 0 0.4em 0; - /// padding: 0; - ///} - ///p { - /// margin: 0.5em 0 0.5em 1em; - /// padding: 0; - ///} - ///a { - /// font-weight: bold; - /// color: blue; - ///} - ///a:hover { - /// color: red; - ///} - /// </style> - /// </head> - /// - /// <body> - /// - /// <h1>License</h1> - /// - /// <p><b>OnTopReplica</b> is licensed under the <a href="http://opensource.org/licenses/ms-rl.html">Microsoft Reciprocal [rest of string was truncated]";. + /// Looks up a localized string similar to OnTopReplica is based upon the WindowsFormsAero library and some other libraries and code sources. %.. /// - internal static string AboutDetails { + internal static string AboutCreditsSources { get { - return ResourceManager.GetString("AboutDetails", resourceCulture); + return ResourceManager.GetString("AboutCreditsSources", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Read the full credits. + /// + internal static string AboutCreditsSourcesContent { + get { + return ResourceManager.GetString("AboutCreditsSourcesContent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Credits. + /// + internal static string AboutDividerCredits { + get { + return ResourceManager.GetString("AboutDividerCredits", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Updates. + /// + internal static string AboutDividerUpdates { + get { + return ResourceManager.GetString("AboutDividerUpdates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A lightweight, real-time, always on top thumbnail of a window of your choice.. + /// + internal static string AboutSlogan { + get { + return ResourceManager.GetString("AboutSlogan", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to About OnTopReplica. + /// + internal static string AboutTitle { + get { + return ResourceManager.GetString("AboutTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check now!. + /// + internal static string AboutUpdatesCheckNow { + get { + return ResourceManager.GetString("AboutUpdatesCheckNow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to OnTopReplica automatically checks for updates at every start up.. + /// + internal static string AboutUpdatesDisclaimer { + get { + return ResourceManager.GetString("AboutUpdatesDisclaimer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Version {0}. + /// + internal static string AboutVersion { + get { + return ResourceManager.GetString("AboutVersion", resourceCulture); } } @@ -158,7 +214,7 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to &Reset + /// Looks up a localized string similar to &Reset ///All settings will be lost.. /// internal static string AskResetButtonOk { @@ -222,7 +278,7 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to Cancel update + /// Looks up a localized string similar to Cancel update ///OnTopReplica will prompt you the next time it is started.. /// internal static string AskUpdateButtonCancel { @@ -232,7 +288,7 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to Download + /// Looks up a localized string similar to Download ///Install OnTopReplica {0}.. /// internal static string AskUpdateButtonOk { @@ -251,7 +307,7 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to Installed version: {0} + /// Looks up a localized string similar to Installed version: {0} ///Available version: {1}. /// internal static string AskUpdateExpanded { @@ -278,15 +334,6 @@ namespace OnTopReplica { } } - /// - /// Looks up a localized string similar to Created by: Lorenz Cuno Klopfenstein.. - /// - internal static string CreatedBy { - get { - return ResourceManager.GetString("CreatedBy", resourceCulture); - } - } - /// /// Looks up a localized string similar to Draw regions using mouse.. /// @@ -333,8 +380,8 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to You must enable desktop composition, by selecting 'Windows Aero' as the theme used by Windows. - /// + /// Looks up a localized string similar to You must enable desktop composition, by selecting 'Windows Aero' as the theme used by Windows. + /// ///To do so, right-click on the desktop and click on Personalize.. /// internal static string ErrorDwmOffContent { @@ -380,7 +427,7 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to Desktop Composition' is not supported on your Operating System. + /// Looks up a localized string similar to Desktop Composition' is not supported on your Operating System. ///You must run this application on Windows Vista Home Premium or better.. /// internal static string ErrorNoDwm { @@ -597,8 +644,8 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to If this mode is enabled, OnTopReplica will forward all left mouse clicks to the window that is being cloned (this will allow you to do basic mouse operations on the cloned window without having to activate it). - /// + /// Looks up a localized string similar to If this mode is enabled, OnTopReplica will forward all left mouse clicks to the window that is being cloned (this will allow you to do basic mouse operations on the cloned window without having to activate it). + /// ///To exit this mode, push ESC.. /// internal static string InfoClickForwardingContent { @@ -635,8 +682,8 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to In this mode the fullscreen window will behave as a partially transparent overlay, allowing you to click on the other windows behind it. - /// + /// Looks up a localized string similar to In this mode the fullscreen window will behave as a partially transparent overlay, allowing you to click on the other windows behind it. + /// ///To return to normal mode anytime, activate OnTopReplica by clicking on the task bar (or the tray icon).. /// internal static string InfoClickThroughInformation { @@ -646,7 +693,7 @@ namespace OnTopReplica { } /// - /// Looks up a localized string similar to No, thank you. + /// Looks up a localized string similar to No, thank you. ///You can enable click-through later. /// internal static string InfoClickThroughNo { @@ -1392,32 +1439,5 @@ namespace OnTopReplica { return ResourceManager.GetString("SettingsTitle", resourceCulture); } } - - /// - /// Looks up a localized string similar to A lightweight, real-time, always on top thumbnail of a window of your choice.. - /// - internal static string Slogan { - get { - return ResourceManager.GetString("Slogan", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to OnTopReplica automatically checks for updates. No information is logged at any point.. - /// - internal static string UpdateDisclaimer { - get { - return ResourceManager.GetString("UpdateDisclaimer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Update now!. - /// - internal static string UpdateNow { - get { - return ResourceManager.GetString("UpdateNow", resourceCulture); - } - } } } diff --git a/OnTopReplica/Strings.cs.resx b/OnTopReplica/Strings.cs.resx index 880ef72..08c299b 100644 --- a/OnTopReplica/Strings.cs.resx +++ b/OnTopReplica/Strings.cs.resx @@ -76,6 +76,7 @@ a:hover { </body> </html> + Not needed anymore. OnTopReplica @@ -438,13 +439,13 @@ Režim "Proklikávání" je možné zvolit později v menu Začněte klepnutím sem pravým tlačítkem myši... - - Nenáročný a instantní náhled libovolného otevřeného okna (nebo jeho výřezu) v systému. + + Aplikace OnTopReplica automaticky kontroluje dostupné aktualizace. - - Aplikace OnTopReplica automaticky kontroluje dostupné aktualizace. Během této operace nedochází k žádnému přenosu či ukládání uživatelských informací. - - + Zkontroluj aktualizace + + Nenáročný a instantní náhled libovolného otevřeného okna (nebo jeho výřezu) v systému. + \ No newline at end of file diff --git a/OnTopReplica/Strings.da.resx b/OnTopReplica/Strings.da.resx index ebccde9..c4f6fa9 100644 --- a/OnTopReplica/Strings.da.resx +++ b/OnTopReplica/Strings.da.resx @@ -76,6 +76,7 @@ a:hover { </body> </html> + Not needed anymore. OnTopReplica @@ -433,13 +434,13 @@ Du kan aktivere gennem klik senere. Højreklik her for at starte... - - En letvægts, live, miniature udgave af et vindue du vælger, der altid er øverst. + + OnTopReplica checker automatiskt for opdateringer. - - OnTopReplica checker automatiskt for opdateringer. Der bliver ikke registreret nogen data på noget tidspunkt. - - + Opdater nu! + + En letvægts, live, miniature udgave af et vindue du vælger, der altid er øverst. + \ No newline at end of file diff --git a/OnTopReplica/Strings.de.resx b/OnTopReplica/Strings.de.resx index f50a611..407207a 100644 --- a/OnTopReplica/Strings.de.resx +++ b/OnTopReplica/Strings.de.resx @@ -12,4 +12,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Version {0} + \ No newline at end of file diff --git a/OnTopReplica/Strings.es.resx b/OnTopReplica/Strings.es.resx index d07a8ca..6322d5b 100644 --- a/OnTopReplica/Strings.es.resx +++ b/OnTopReplica/Strings.es.resx @@ -76,6 +76,7 @@ a:hover { </body> </html> + Not needed anymore. OnTopReplica @@ -466,13 +467,13 @@ Se podrá activar Click a través más tarde Click derecho para empezar... - - Una copia liviana, en tiempo real y siempre encima de cualquier ventana. - - + OnTopReplica busca actualizaciones automáticamente. - + Actualizar ahora! + + Una copia liviana, en tiempo real y siempre encima de cualquier ventana. + \ No newline at end of file diff --git a/OnTopReplica/Strings.it.resx b/OnTopReplica/Strings.it.resx index b5c0e48..592cfd5 100644 --- a/OnTopReplica/Strings.it.resx +++ b/OnTopReplica/Strings.it.resx @@ -1,30 +1,135 @@ - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Annulla il processo di aggiornamento. - - - Mostra dettagli su OnTopReplica. - - - Resetta tutte le impostazioni di OnTopReplica. - - - Aggiorna OnTopReplica ora. - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Annulla il processo di aggiornamento. + + + Mostra dettagli su OnTopReplica. + + + Resetta tutte le impostazioni di OnTopReplica. + + + Aggiorna OnTopReplica ora. + + <html> <head> <style type="text/css"> @@ -75,446 +180,470 @@ a:hover { <p>Alcune delle icone sono state prese da <a href="http://www.vistaico.com">VistaICO.com</a> e dal set di icone Xiao.</p> </body> -</html> - - - OnTopReplica - - - Ripristinare completamente la finestra? - - +</html> + Not needed anymore. + + + OnTopReplica + + + Ripristinare completamente la finestra? + + &Ripristina -Tutte le impostazioni saranno perse. - - - Può essere usato se si è perso il controllo della finestra o si è spostata oltre ai bordi dello schermo. - - - Ripristino - - - Resettare impostazioni? - - - Questa procedura resetterà tutte le impostazioni di OnTopReplica e cancellerà tutte le informazioni memorizzate (come, ad esempio, le regioni salvate). - - - Reimposta - - - Scaricare OnTopReplica {0}? - {0} update version - - +Tutte le impostazioni saranno perse. + + + Può essere usato se si è perso il controllo della finestra o si è spostata oltre ai bordi dello schermo. + + + Ripristino + + + Resettare impostazioni? + + + Questa procedura resetterà tutte le impostazioni di OnTopReplica e cancellerà tutte le informazioni memorizzate (come, ad esempio, le regioni salvate). + + + Reimposta + + + Scaricare OnTopReplica {0}? + {0} update version + + Annulla aggiornamento -OnTopReplica si aggiornerà in un secondo momento. - - +OnTopReplica si aggiornerà in un secondo momento. + + Continua -Scarica OnTopReplica {0}. - {0} update version - - - Sarà possibile scaricare la nuova versione ed installarla. - - +Scarica OnTopReplica {0}. + {0} update version + + + Sarà possibile scaricare la nuova versione ed installarla. + + Versione installata: {0} -Versione disponibile: {1} +Versione disponibile: {1} {0} installed version number -{1} online available version number - - - Aggiornamento disponibile - - - &Annulla - - - Creato da: Lorenz Cuno Klopfenstein. - - - Disegna una regione usando il mouse. - - - Dettagli - - - Dettagli su Windows Aero - - - Windows Aero è disponibile soltanto su Windows Vista Home Premium o superiore. - - - Il servizio di Desktop Composition Aero non è attivo. - - +{1} online available version number + + + Aggiornamento disponibile + + + &Annulla + + + Creato da: Lorenz Cuno Klopfenstein. + + + Disegna una regione usando il mouse. + + + Dettagli + + + Dettagli su Windows Aero + + + Windows Aero è disponibile soltanto su Windows Vista Home Premium o superiore. + + + Il servizio di Desktop Composition Aero non è attivo. + + È necessario attivare la "composizione del desktop" (DWM) selezionando "Windows Aero" come tema utilizzato da Windows. -Per farlo, clicca col tasto destro del mouse sul desktop e poi su Personalizza. - - - Dettagli errore - - - Errore: - - - Sembra che la finestra selezionata sia stata chiusa o che non sia più valida. - - - Errore - - +Per farlo, clicca col tasto destro del mouse sul desktop e poi su Personalizza. + + + Dettagli errore + + + Errore: + + + Sembra che la finestra selezionata sia stata chiusa o che non sia più valida. + + + Errore + + La "composzione del desktop" non è supportata dal tuo sistema operativo. -È necessario utilizzare Windows Vista o superiore per avviare OnTopReplica. - - - Desktop Composition (DWM) non supportato - - - Nessuna finestra clonata al momento. - - - Impossibile clonare la finestra - - - Impossibile adattare la finestra. - - - Impossibile controllare gli aggiornamenti. - - - Sembra che OnTopReplica non sia stato installato usando 'ClickOnce'. Sarà necessario aggiornare manualmente il programma visitando <a href="http://ontopreplica.codeplex.com">la homepage del progetto</a>. - - - Non è stato possibile controllare se esiste una versione più aggiornata di OnTopReplica. Verificare di essere connessi ad Internet. Se la connessione è attiva, è possibile che il sito ufficiale sia temporaneamente offline. - - - Modalità - - - Sempre in cima - - - OnTopReplica sarà sempre la finestra sopra a tutte le altre. - - - Click through - - - OnTopReplica si comporterà come uno schermo trasparente, che permette di cliccare sulle finestre al di sotto. - - - Normale - - - Si comporta come una finestra normale. Puoi portare altre finestre sopra OnTopReplica. - - - OnTopReplica a pieno schermo - - - Disattiva - - - Abilita modalità - - - Seleziona più finestre per attivare. - - - Modalità Gruppo attivata. - - - Modalità Gruppo di finestre: - - - Finestre - Column Header of list, simply refers to available windows to be cloned - - - Sito internet: www.codeplex.com/ontopreplica. - - - Attivare la modalità di inoltro dei clic? - - +È necessario utilizzare Windows Vista o superiore per avviare OnTopReplica. + + + Desktop Composition (DWM) non supportato + + + Nessuna finestra clonata al momento. + + + Impossibile clonare la finestra + + + Impossibile adattare la finestra. + + + Impossibile controllare gli aggiornamenti. + + + Sembra che OnTopReplica non sia stato installato usando 'ClickOnce'. Sarà necessario aggiornare manualmente il programma visitando <a href="http://ontopreplica.codeplex.com">la homepage del progetto</a>. + + + Non è stato possibile controllare se esiste una versione più aggiornata di OnTopReplica. Verificare di essere connessi ad Internet. Se la connessione è attiva, è possibile che il sito ufficiale sia temporaneamente offline. + + + Modalità + + + Sempre in cima + + + OnTopReplica sarà sempre la finestra sopra a tutte le altre. + + + Click through + + + OnTopReplica si comporterà come uno schermo trasparente, che permette di cliccare sulle finestre al di sotto. + + + Normale + + + Si comporta come una finestra normale. Puoi portare altre finestre sopra OnTopReplica. + + + OnTopReplica a pieno schermo + + + Disattiva + + + Abilita modalità + + + Seleziona più finestre per attivare. + + + Modalità Gruppo attivata. + + + Modalità Gruppo di finestre: + + + Finestre + Column Header of list, simply refers to available windows to be cloned + + + Sito internet: www.codeplex.com/ontopreplica. + + + Attivare la modalità di inoltro dei clic? + + In questa modalità, OnTopReplica inoltrerà tutti i clic del pulsante sinistro sul clone della finestra alla finestra originale (questo permetterà di interagire in maniera basilare con la finestra clonata, senza averla in primo piano). -Per uscire da questa modalità, usa il tasto ESC. - - - Inoltro dei clic - - - Attivare la modalità Click-Through? - - - La modalità "Click-Through" funziona solo se l'opzione è stata attivata e se la finestra è semitrasparente. - - +Per uscire da questa modalità, usa il tasto ESC. + + + Inoltro dei clic + + + Attivare la modalità Click-Through? + + + La modalità "Click-Through" funziona solo se l'opzione è stata attivata e se la finestra è semitrasparente. + + In questa modalità la finestra clonata si comporterà come una maschera semitrasparente che permette di cliccare sulle finestre dietro di essa. -Per tornare alla modalità normale in qualsiasi momento, attiva OnTopReplica (dalla barra delle applicazioni). - - +Per tornare alla modalità normale in qualsiasi momento, attiva OnTopReplica (dalla barra delle applicazioni). + + No, grazie. -Puoi abilitare il Click-Through in futuro - - - Abilita Click-Through - - - Modalità Click-Through - - - OnTopReplica è stato aggiornato. - - - Per utilizzare la nuova versione di OnTopReplica è necessario riavviare l'applicazione. - - - Aggiornamento completato - - - La versione più aggiornata è già installata. - - - Nessun aggiornamento disponibile - - - Lingua - - - A proposito di... - - - Nasconde la finestra principale e mostra una schermata di informazioni. - - - Avanzate - - - Bordo - - - Abilita o disabilita il bordo della finestra. - - - Inoltro dei clic - - - Attiva la modalità di "inoltro dei clic" alla finestra clonata. - - - Abilita Click-Through - - - OnTopReplica si comporterà come una schermata trasparente, permettendo di cliccare sulle finestre al di sotto di essa. - - - Chiudi - - - Termina OnTopReplica. - - - 2:1 Doppio - - - Tutto schermo - - - 1:2 Metà - - - 1:1 Clone esatto - - - 1:4 Quarto - - - Queste scorciatoie possono essere usate quando OnTopReplica non è attivo. - - - Clona finestra corrente - - - Modalità Gruppo di finestre - - - OnTopReplica clonerà automaticamente una finestra di un gruppo, scegliendo quella che non è stata in primo piano da più tempo. - - - 100% (opaco) - - - Imposta OnTopReplica come finestra completamente opaca. - - - 25% - - - Imposta l'opacità di OnTopReplica al 25%. - - - 50% - - - Imposta l'opacità di OnTopReplica al 50%. - - - 75% - - - Imposta l'opacità di OnTopReplica al 75%. - - - Opacità - - - Apri - - - Attiva la finestra di OnTopReplica. - - - In basso a sinistra - - - In basso a destra - - - Disabilitato - - - Blocco posizione - - - Posiziona automaticamente OnTopReplica sul monitor corrente. - - - In alto a sinistra - - - In alto a destra - - - Esci da tutto schermo - - - Ripristina posizione e grandezza - - - Imposta se, al prossimo avvio di OnTopReplica, debbano essere ripristinati i valori di grandezza e posizione della finestra alla chiusura. - - - Minimizza - - - Riduce OnTopReplica ad un'icona nella barra delle applicazioni. - - - Seleziona regione... - - - Passa alla modalità di "selezione di regione", che permette di limitare la porzione di finestra che viene clonata. - - - Reimposta finestra - - - Reimposta OnTopReplica e la sua finestra principale. - - - Ridimensionamento - - - Vai alla finestra originale - - - Mostra la finestra originale e nasconde OnTopReplica. - - - Seleziona finestra - - - - nessuna - - - - Mostra una lista di finestre che è possibile clonare. - - - - intera - - - - Regione corrente: - - - Cancella - - - Chiudi - - - Altezz. - - - Reset - - - Salva - - - Regioni memorizzate - - - Regioni: - - - Largh. - - - Clic destro qui per iniziare... - - - Una copia leggera, in tempo reale e sempre in primo piano di una finestra a tua scelta. - - - OnTopReplica controlla automaticamente se sono presenti aggiornamenti. - - - Aggiorna! - - - Nascondi - - - Scorciatoie: - - - Lingua: - - - Richiede un riavvio. - - - Impostazioni - - - Ripristina ultima finestra - - - Se abilitato, all'avvio OnTopReplica tenterà di ripristinare l'ultima finestra precedentemente clonata. - - - Impostazioni... - - - Mostra il pannello delle impostazioni. - - - Centrato - +Puoi abilitare il Click-Through in futuro + + + Abilita Click-Through + + + Modalità Click-Through + + + OnTopReplica è stato aggiornato. + + + Per utilizzare la nuova versione di OnTopReplica è necessario riavviare l'applicazione. + + + Aggiornamento completato + + + La versione più aggiornata è già installata. + + + Nessun aggiornamento disponibile + + + Lingua + + + A proposito di... + + + Nasconde la finestra principale e mostra una schermata di informazioni. + + + Avanzate + + + Bordo + + + Abilita o disabilita il bordo della finestra. + + + Inoltro dei clic + + + Attiva la modalità di "inoltro dei clic" alla finestra clonata. + + + Abilita Click-Through + + + OnTopReplica si comporterà come una schermata trasparente, permettendo di cliccare sulle finestre al di sotto di essa. + + + Chiudi + + + Termina OnTopReplica. + + + 2:1 Doppio + + + Tutto schermo + + + 1:2 Metà + + + 1:1 Clone esatto + + + 1:4 Quarto + + + Queste scorciatoie possono essere usate quando OnTopReplica non è attivo. + + + Clona finestra corrente + + + Modalità Gruppo di finestre + + + OnTopReplica clonerà automaticamente una finestra di un gruppo, scegliendo quella che non è stata in primo piano da più tempo. + + + 100% (opaco) + + + Imposta OnTopReplica come finestra completamente opaca. + + + 25% + + + Imposta l'opacità di OnTopReplica al 25%. + + + 50% + + + Imposta l'opacità di OnTopReplica al 50%. + + + 75% + + + Imposta l'opacità di OnTopReplica al 75%. + + + Opacità + + + Apri + + + Attiva la finestra di OnTopReplica. + + + In basso a sinistra + + + In basso a destra + + + Disabilitato + + + Blocco posizione + + + Posiziona automaticamente OnTopReplica sul monitor corrente. + + + In alto a sinistra + + + In alto a destra + + + Esci da tutto schermo + + + Ripristina posizione e grandezza + + + Imposta se, al prossimo avvio di OnTopReplica, debbano essere ripristinati i valori di grandezza e posizione della finestra alla chiusura. + + + Minimizza + + + Riduce OnTopReplica ad un'icona nella barra delle applicazioni. + + + Seleziona regione... + + + Passa alla modalità di "selezione di regione", che permette di limitare la porzione di finestra che viene clonata. + + + Reimposta finestra + + + Reimposta OnTopReplica e la sua finestra principale. + + + Ridimensionamento + + + Vai alla finestra originale + + + Mostra la finestra originale e nasconde OnTopReplica. + + + Seleziona finestra + + + - nessuna - + + + Mostra una lista di finestre che è possibile clonare. + + + - intera - + + + Regione corrente: + + + Cancella + + + Chiudi + + + Altezz. + + + Reset + + + Salva + + + Regioni memorizzate + + + Regioni: + + + Largh. + + + Clic destro qui per iniziare... + + + OnTopReplica controlla automaticamente la presenza di aggiornamenti ad ogni avvio. + + + A proposito di OnTopReplica + + + Versione {0} + + + Nascondi + + + Scorciatoie: + + + Lingua: + + + Richiede un riavvio. + + + Impostazioni + + + Ripristina ultima finestra + + + Se abilitato, all'avvio OnTopReplica tenterà di ripristinare l'ultima finestra precedentemente clonata. + + + Impostazioni... + + + Mostra il pannello delle impostazioni. + + + Centrato + + + Creato da: %. + Link % is replaced by string AboutAuthorContent. + + + OnTopReplica è basato sulla libreria WindowsFormsAero ed il codice di altri progetti open-source. %. + Link % is replaced by string AboutCreditsSourcesContent. + + + Leggi tutti i riferimenti. + + + Ringraziamenti + + + Aggiornamenti + + + Una copia in tempo reale e sempre in primo piano di una finestra a tua scelta. + + + Controlla! + \ No newline at end of file diff --git a/OnTopReplica/Strings.resx b/OnTopReplica/Strings.resx index f4022ab..b81c179 100644 --- a/OnTopReplica/Strings.resx +++ b/OnTopReplica/Strings.resx @@ -24,59 +24,6 @@ Update OnTopReplica now. - - <html> - <head> - <style type="text/css"> -body { - font-family: Segoe UI, Arial, sans-serif; - font-size: 0.8em; - margin: 0; -padding: 0.75em; -} -h1 { - font-size: 1.4em; - font-weight: bold; - - margin: 1em 0 0.4em 0; - padding: 0; -} -p { - margin: 0.5em 0 0.5em 1em; - padding: 0; -} -a { - font-weight: bold; - color: blue; -} -a:hover { - color: red; -} - </style> - </head> - - <body> - - <h1>License</h1> - - <p><b>OnTopReplica</b> is licensed under the <a href="http://opensource.org/licenses/ms-rl.html">Microsoft Reciprocal License (Ms-RL)</a>.</p> - <p>The original source code can be found on the <a href="http://www.codeplex.com/ontopreplica">project's homepage on CodePlex</a>.</p> - - <h1>Credits</h1> - - <p>OnTopReplica was inspired by <a href="http://insentient.net">Switcher</a> and other DWM based applications.</p> - - <p>All Vista controls are part of the <a href="http://www.codeplex.com/windowsformsaero">WindowsFormsAero library</a> for .NET.</p> - - <p>Some example code taken from <a href="http://www.ookii.org">Ookii</a> on Channel9.</p> - - <p>NativeToolstripRenderer class taken from <a href="http://wp.asztal.net/2007/12/vista-style-menus-in-dotnet/">asztal.net</a>.</p> - - <p>Some icons from <a href="http://www.vistaico.com">VistaICO.com</a> and the Xiao icon set.</p> - - </body> -</html> - OnTopReplica @@ -130,8 +77,9 @@ Available version: {1} &Cancel - - Created by: Lorenz Cuno Klopfenstein. + + Created by: %. + Link % is replaced by string AboutAuthorContent. Draw regions using mouse. @@ -475,14 +423,14 @@ You can enable click-through later Right-click here to start... - + A lightweight, real-time, always on top thumbnail of a window of your choice. - - OnTopReplica automatically checks for updates. No information is logged at any point. + + OnTopReplica automatically checks for updates at every start up. - - Update now! + + Check now! Settings... @@ -517,4 +465,26 @@ You can enable click-through later Settings + + Lorenz Cuno Klopfenstein + + + OnTopReplica is based upon the WindowsFormsAero library and some other libraries and code sources. %. + Link % is replaced by string AboutCreditsSourcesContent. + + + Read the full credits + + + Credits + + + Updates + + + About OnTopReplica + + + Version {0} + \ No newline at end of file