Skip to content

Commit 55850d3

Browse files
authored
Fixed the right click context menu (#2267)
2 parents 3b96cb2 + b3421b3 commit 55850d3

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

Files/Properties/Default.rd.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,15 @@
1515
<Namespace Name="DataClasses.ViewModels" Serialize="All" />
1616
-->
1717

18-
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata"/>
18+
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
19+
<Application>
20+
<!--
21+
An Assembly element with Name="*Application*" applies to all assemblies in
22+
the application package. The asterisks are not wildcards.
23+
-->
24+
<Namespace Name="Microsoft.Xaml.Interactivity" Dynamic="Required All" />
25+
<Namespace Name="Microsoft.Xaml.Interactions.Core" Dynamic="Required All" />
26+
27+
<!-- Add your application specific runtime directives here. -->
28+
</Application>
29+
</Directives>

Files/Strings/hu-HU/Resources.resw

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
<value>kijelölt elem</value>
584584
</data>
585585
<data name="ItemCount.Text" xml:space="preserve">
586-
<value>Fájl</value>
586+
<value>Elem</value>
587587
</data>
588588
<data name="ItemsCount.Text" xml:space="preserve">
589589
<value>Elem</value>
@@ -718,7 +718,7 @@
718718
<value>Mappa megnyitása új lapon</value>
719719
</data>
720720
<data name="SettingsOnStartupNewInstanceBehavior.Text" xml:space="preserve">
721-
<value>Fájl megnyitásakor a listáról</value>
721+
<value>Elem megnyitásakor a listáról</value>
722722
</data>
723723
<data name="SettingsPreferencesSystemDefaultLanguageOption" xml:space="preserve">
724724
<value>Rendszer</value>
@@ -1042,7 +1042,7 @@
10421042
<value>Állapot központ</value>
10431043
</data>
10441044
<data name="SettingsOpenItemsWithOneclick.Header" xml:space="preserve">
1045-
<value>Fájlok megnyitása egy kattintással</value>
1045+
<value>Elemek megnyitása egy kattintással</value>
10461046
</data>
10471047
<data name="PinToSidebarByDraggingCaptionText" xml:space="preserve">
10481048
<value>Ide</value>
@@ -1074,6 +1074,18 @@
10741074
<data name="SettingsWidgetsShowRecentFiles.Header" xml:space="preserve">
10751075
<value>Legutóbbi megnyitottak megjelenítése a fő oldalon</value>
10761076
</data>
1077+
<data name="FileItemAutomation" xml:space="preserve">
1078+
<value>Fájl</value>
1079+
</data>
1080+
<data name="FolderItemAutomation" xml:space="preserve">
1081+
<value>Mappa</value>
1082+
</data>
1083+
<data name="RecycleBinItemAutomation" xml:space="preserve">
1084+
<value>Lomtár elem</value>
1085+
</data>
1086+
<data name="ShortcutItemAutomation" xml:space="preserve">
1087+
<value>Gyorsgom elem</value>
1088+
</data>
10771089
<data name="SettingsPreferencesCopyLocationSwitch.Header" xml:space="preserve">
10781090
<value>Kijelölt elem helyének másolása lehetőség megjelenítése</value>
10791091
</data>

0 commit comments

Comments
 (0)