Skip to content

Commit

Permalink
Linkbar release 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGH15102AFMLD committed Jan 2, 2021
1 parent 049fe77 commit 2890b19
Show file tree
Hide file tree
Showing 49 changed files with 2,557 additions and 1,466 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@



![Delphi](https://img.shields.io/badge/Delphi-XE3-red.svg)
![Delphi](https://img.shields.io/badge/Delphi-10.3_CE-red.svg)
![Windows](https://img.shields.io/badge/Windows-Vista--10-blue.svg)
![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)
[![Join the chat at https://gitter.im/Linkbar/linkbar](https://badges.gitter.im/Linkbar/linkbar.svg)](https://gitter.im/Linkbar/linkbar?utm_source=share-link&utm_medium=link&utm_campaign=share-link)


What is Linkbar ?
Expand All @@ -20,7 +19,7 @@ See [README.txt](https://github.com/ATGH15102AFMLD/Linkbar/blob/master/exe/READM

Build
-------------------------------
Build with Embarcadero Delphi XE3 or higher
Build with Embarcadero Delphi 10.3 Community Edition or higher

Download
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion components/ColorPicker/ColorPicker.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit ColorPicker;
Expand Down
2 changes: 1 addition & 1 deletion components/ColorPicker/ColorUtils.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit ColorUtils;
Expand Down
2 changes: 1 addition & 1 deletion components/HotKey/HotKey.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit HotKey;
Expand Down
2 changes: 1 addition & 1 deletion components/Jumplist/JumpLists.Api.Deprecated.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

// Port JumpLists.h and JumpLists.cpp from the Classic Shell 3.6.8 http://www.classicshell.net
Expand Down
2 changes: 1 addition & 1 deletion components/Jumplist/JumpLists.Api_2.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

// Port JumpLists.h and JumpLists.cpp from the Classic Shell 4.3.1 http://www.classicshell.net
Expand Down
8 changes: 4 additions & 4 deletions components/Jumplist/Jumplists.Form.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit Jumplists.Form;
Expand Down Expand Up @@ -1944,20 +1944,20 @@ procedure TFormJumpList.JumpListPopupMenuPopup(const X, Y: Integer);
begin
// Unpin
mi := FPopupMenu.CreateMenuItem;
mi.Caption := L10NFind('JumpList.Unpin', '&Unpin from this list');
mi.Caption := L10NFind('Jumplist.Unpin', '&Unpin from this list');
mi.OnClick := OnJumpListUnPin;
FPopupMenu.Items.Add(mi);
end;
jgRecent, jgFrequent, jgCustom:
begin
// Pin
mi := FPopupMenu.CreateMenuItem;
mi.Caption := L10NFind('JumpList.Pin', 'P&in to this list');
mi.Caption := L10NFind('Jumplist.Pin', 'P&in to this list');
mi.OnClick := OnJumpListPin;
FPopupMenu.Items.Add(mi);
// Remove
mi := FPopupMenu.CreateMenuItem;
mi.Caption := L10NFind('JumpList.Remove', 'Remove &from this list');
mi.Caption := L10NFind('Jumplist.Remove', 'Remove &from this list');
mi.OnClick := OnJumpListRemove;
FPopupMenu.Items.Add(mi);
end;
Expand Down
2 changes: 1 addition & 1 deletion components/Jumplist/Jumplists.Theme.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit Jumplists.Theme;
Expand Down
2 changes: 1 addition & 1 deletion components/L10n/Linkbar.L10n.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit Linkbar.L10n;
Expand Down
2 changes: 1 addition & 1 deletion components/NewBar/Linkbar.Newbar.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit Linkbar.Newbar;
Expand Down
2 changes: 1 addition & 1 deletion components/NewBar/MyHint.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit MyHint;
Expand Down
2 changes: 1 addition & 1 deletion components/RenameDialog/RenameDialog.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit RenameDialog;
Expand Down
2 changes: 1 addition & 1 deletion components/SpinEdit/NewSpin.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{*******************************************************}
{ Linkbar - Windows desktop toolbar }
{ Copyright (c) 2010-2018 Asaq }
{ Copyright (c) 2010-2021 Asaq }
{*******************************************************}

unit NewSpin;
Expand Down
51 changes: 33 additions & 18 deletions exe/Locales/de-DE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ New.Create = Erstellen
Menu.New = Neu
Menu.Shortcut = Verknüpfung
Menu.Separator = Separator
Menu.Linkbar = Linkbar
Menu.Open = Offene Arbeitsverzeichnis
Menu.Create = Erstellen Linkbar...
Menu.Delete = Löschen Sie das Linkbar...
Menu.Lock = Linkbar fixieren
Menu.Sort = Alphabetisch sortieren
Menu.Properties = &Einstellungen
Menu.Close = Schließen
Menu.CloseAll = Schließen Sie alle
Jumplist.NewLinkbar = Erstellen Linkbar
Jumplist.Recent = Zuletzt verwendet
Jumplist.Frequent = Häufig
Jumplist.Tasks = Aufgaben
Expand All @@ -37,26 +38,50 @@ Delete.Text = Arbeitsverzeichnis: %s
Delete.Verification = Löschen Arbeitsverzeichnis
Message.FileNotFound = Datei existiert nicht
Message.DeleteShortcut = Verknüpfung löschen?
Properties.View = Ansicht
Properties.Appearance = Konfigurieren Sie Aussehen
Properties.Position = Position auf dem Bildschirm:
Message.CloseAll = Alle linkbars schließen?
Properties.Left = Links
Properties.Top = Oben
Properties.Right = Rechts
Properties.Bottom = Unten
Properties.IconSize = Symbolgröße:
Properties.BgColor = Hintergrundfarbe:
Properties.Margins = Ränder (horizontal / vertikal):
Properties.Center = Center
Properties.PagePanel = Panel
Properties.PageItems = Artikel
Properties.PageAutoHide = Automatische Ausblenden
Properties.PageAdditional = Zusätzlich
Properties.PageAbout = Über
Properties.Appearance = Konfigurieren Sie Aussehen
Properties.Position = Position auf dem Bildschirm:
Properties.Order = Reihenfolge der Verknüpfungen:
Properties.LtR = Links nach rechts
Properties.UtD = Oben nach unten
Properties.ItemsAlign = Ausrichten (einzelne Reihe):
Properties.BgColor = Hintergrundfarbe:
Properties.ShowTooltips = Tooltips anzeigen
Properties.ForWindows = Stil
Properties.Style1 = Verwenden Sie Stil wie Taskleiste mit kombinierten Tasten
Properties.AeroGlass = AeroGlass-Unterstützung aktivieren (separat installiert)
Properties.Transparency = Transparenz:
Properties.Opaque = Undurchsichtig
Properties.Transparent = Transparent
Properties.Glass = Glas
Properties.Theme = Farbe:
Properties.Accent = Akzent
Properties.Light = Hell
Properties.Dark = Dunkel
Properties.Shortcuts = Verknüpfungen
Properties.IconSize = Symbolgröße:
Properties.Margins = Ränder (horizontal / vertikal):
Properties.TextPos = Textpositionierung:
Properties.Without = Ohne Text
Properties.TextWidth = Textbreite / Einzug:
Properties.TextColor = Textfarbe:
Properties.GlowSize = Glühengröße:
Properties.AlwaysOnTop = Linkbar immer im Vordergrund halten
Properties.PageAutoHide = Automatische Ausblenden
Properties.Separators = Trennzeichen
Properties.Width = Breite:
Properties.Style = Stil:
Properties.Line = Linie
Properties.Spacer = Abstandshalter
Properties.AutoHide = Konfigurieren Sie das automatische Ausblenden
Properties.Hide = Ausblenden:
Properties.Automatically = Automatisch
Expand All @@ -72,15 +97,5 @@ Properties.Additional = Ansicht
Properties.Jumplists = Sprunglisten
Properties.JumplistRecentMaxItems = Anzahl der zuletzt verwendeten, in Sprunglisten anzuzeigenden Elemente:
Properties.No = Nein
Properties.ForW7 = Für Windows 7:
Properties.Style1 = Verwenden Sie Stil wie Taskleiste mit kombinierten Tasten
Properties.ForW8 = Für Windows 8/8.1:
Properties.AeroGlass = AeroGlass-Unterstützung aktivieren (separat installiert)
Properties.ForW10 = Für Windows 10
Properties.Look = Stil:
Properties.Opaque = Undurchsichtig
Properties.Transparent = Transparent
Properties.Glass = Glas
Properties.About = Über
Properties.Version = Version: %s
Properties.SystemInfo = Systeminformationen:
47 changes: 34 additions & 13 deletions exe/Locales/el-GR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ New.Create = &Δημιουργία
Menu.New = Δημιουργία
Menu.Shortcut = Συντόμευση
Menu.Separator = Separator
Menu.Linkbar = Linkbar
Menu.Open = Άνοιγμα φακέλου εργασίας
Menu.Create = Δημιουργία γραμμής σύνδεσης...
Menu.Delete = Διαγραφή της γραμμής σύνδεσης...
Menu.Lock = Κλείδωμα της γραμμής σύνδεσης
Menu.Sort = Ταξινόμηση αλφαβητικά
Menu.Properties = Ρυ&θμίσεις
Menu.Close = Κλείσιμο
Menu.CloseAll = Κλείσιμο όλων
Jumplist.NewLinkbar = Δημιουργία γραμμής σύνδεσης
Jumplist.Recent = Πρόσφατα
Jumplist.Frequent = Στοιχεία που επιλέγονται συχνότερα
Jumplist.Tasks = Εργασίες
Expand All @@ -37,26 +38,50 @@ Delete.Text = Κατάλογος εργασίας: %s
Delete.Verification = Διαγραφή καταλόγου εργασίας
Message.FileNotFound = Το αρχείο δεν υπάρχει
Message.DeleteShortcut = Διαγραφή σύνδεσης;
Properties.View = Προβολή
Properties.Appearance = Ρύθμιση εμφάνισης
Properties.Position = Θέση στην οθόνη:
Message.CloseAll = Κλείσιμο όλων των linkbars;
Properties.Left = Αριστερά
Properties.Top = Πάνω
Properties.Right = Δεξιά
Properties.Bottom = Κάτω
Properties.IconSize = Μέγεθος εικονιδίου:
Properties.BgColor = Χρώμα φόντου:
Properties.Margins = Περιθώρια (οριζόντια / κάθετα):
Properties.Center = Κέντρο
Properties.PagePanel = Πίνακας
Properties.PageItems = Είδη
Properties.PageAutoHide = Αυτόματη απόκρυψη
Properties.PageAdditional = Πρόσθετος
Properties.PageAbout = Περί
Properties.Appearance = Ρύθμιση εμφάνισης
Properties.Position = Θέση στην οθόνη:
Properties.Order = Σειρά των συντομεύσεων:
Properties.LtR = Αριστερά προς δεξιά
Properties.UtD = Πάνω προς κάτω
Properties.ItemsAlign = Στοίχιση (μονή σειρά):
Properties.BgColor = Χρώμα φόντου:
Properties.ShowTooltips = Εμφάνιση συμβουλών εργαλείων
Properties.ForWindows = Στυλ
Properties.Style1 = Χρήση στυλ, όπως της γραμμής εργασιών με συνδυασμό κουμπιών
Properties.AeroGlass = Ενεργ/ση υποστήριξης AeroGlass (εγκαθίσταται χωριστά)
Properties.Transparency = Διαφάνεια:
Properties.Opaque = Αδιαφανής
Properties.Transparent = Διαφανής
Properties.Glass = Ποτήρι
Properties.Theme = Χρώμα:
Properties.Accent = Προφορά
Properties.Light = Φως
Properties.Dark = Σκοτάδι
Properties.Shortcuts = Συντομεύσεις
Properties.IconSize = Μέγεθος εικονιδίου:
Properties.Margins = Περιθώρια (οριζόντια / κάθετα):
Properties.TextPos = Θέση κειμένου:
Properties.Without = Χωρίς κείμενο
Properties.TextWidth = Πλάτος/Εσοχή κειμένου:
Properties.TextColor = Χρώμα κειμένου:
Properties.GlowSize = Μέγεθος λάμψης:
Properties.AlwaysOnTop = Πάντα στην κορυφή η γραμμή σύνδεσης
Properties.PageAutoHide = Αυτόματη απόκρυψη
Properties.Separators = Διαχωριστές
Properties.Width = Πλάτος:
Properties.Style = Στυλ:
Properties.Line = Γραμμή
Properties.Spacer = Αραιώνων
Properties.AutoHide = Ρύθμιση αυτόματης απόκρυψης
Properties.Hide = Απόκρυψη:
Properties.Automatically = Αυτόματα
Expand All @@ -65,16 +90,12 @@ Properties.MouseHover = Παραμονή του δείκτη
Properties.MouseLC = Αριστερό κλικ ποντικιού
Properties.MouseRC = Δεξί κλικ ποντικιού
Properties.Delay = Καθυστέρηση (ms):
Properties.CornerTransWidth = Πλάτος διαφάνειας γωνιών:
Properties.HotKey = Συνδυασμός κλειδιών:
Properties.AutoHideTransparency = Διαφανές όταν είναι κρυμμένο
Properties.Additional = Πρόσθετα
Properties.Jumplists = Λίστες συντομεύσεων
Properties.JumplistRecentMaxItems = Αριθμόϛ πρόσφατων στοιχείων για εμφάνιση στη Λίστα συντομεύσεων:
Properties.No = Οχι
Properties.ForW7 = Για Windows 7
Properties.Style1 = Χρήση στυλ, όπως της γραμμής εργασιών με συνδυασμό κουμπιών
Properties.ForW8 = Για Windows 8/8.1
Properties.AeroGlass = Ενεργ/ση υποστήριξης AeroGlass (εγκαθίσταται χωριστά)
Properties.About = Περί
Properties.Version = Έκδοση: %s
Properties.SystemInfo = Πληροφορίες συστήματος:
Loading

0 comments on commit 2890b19

Please sign in to comment.