Skip to content

Commit 4886a96

Browse files
authored
Add Dutch translations (MonitorControl#541)
Thanks @MaartenBorsje!
1 parent f3a2eeb commit 4886a96

File tree

9 files changed

+319
-87
lines changed

9 files changed

+319
-87
lines changed

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
6C85EFE022CC00AD00227EA1 /* NSNotification+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSNotification+Extension.swift"; sourceTree = "<group>"; };
8585
6CAD134F23624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MainMenu.strings; sourceTree = "<group>"; };
8686
6CAD135023624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
87+
6CBB437E26D80650009645CA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Main.strings; sourceTree = "<group>"; };
88+
6CBB437F26D80650009645CA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/MainMenu.strings; sourceTree = "<group>"; };
89+
6CBB438026D80651009645CA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
8790
6CBFE27923DB266000D1BC41 /* Display.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Display.swift; sourceTree = "<group>"; };
8891
6CBFE27B23DB27A200D1BC41 /* InternalDisplay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InternalDisplay.swift; sourceTree = "<group>"; };
8992
6CC260F5256AD8F900613714 /* Preferences+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Preferences+Extension.swift"; sourceTree = "<group>"; };
@@ -374,6 +377,7 @@
374377
tr,
375378
"es-419",
376379
"zh-Hant-TW",
380+
nl,
377381
);
378382
mainGroup = 56754EA21D9A4016007BCDC5;
379383
packageReferences = (
@@ -561,6 +565,7 @@
561565
44706EBA26D25F7100C82ECB /* tr */,
562566
CE14313826D54C8C001883F8 /* es-419 */,
563567
AA8B7A5426D6501D0005C4D9 /* zh-Hant-TW */,
568+
6CBB437E26D80650009645CA /* nl */,
564569
);
565570
name = Main.storyboard;
566571
sourceTree = "<group>";
@@ -581,6 +586,7 @@
581586
44706EBC26D25F7100C82ECB /* tr */,
582587
CE14313A26D54C8C001883F8 /* es-419 */,
583588
AA8B7A5626D6501D0005C4D9 /* zh-Hant-TW */,
589+
6CBB438026D80651009645CA /* nl */,
584590
);
585591
name = Localizable.strings;
586592
sourceTree = "<group>";
@@ -602,6 +608,7 @@
602608
44706EBB26D25F7100C82ECB /* tr */,
603609
CE14313926D54C8C001883F8 /* es-419 */,
604610
AA8B7A5526D6501D0005C4D9 /* zh-Hant-TW */,
611+
6CBB437F26D80650009645CA /* nl */,
605612
);
606613
name = MainMenu.xib;
607614
sourceTree = "<group>";

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>2883</string>
22+
<string>2884</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/* Shown in the main prefs window */
2+
"About" = "Over";
3+
4+
/* Apple Silicon designation (shown after the version number in Preferences) */
5+
"Apple Silicon" = "Apple Silicon";
6+
7+
/* Shown in the alert dialog */
8+
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Weet u zeker dat je een langere vertraging wilt inschakelen? Als u dit doet kan uw systeem vastlopen en een herstart nodig hebben. Start bij het inloggen wordt uitgeschakeld als veiligheidsmaatregel.";
9+
10+
/* Shown in the alert dialog */
11+
"Are you sure you want to reset all preferences?" = "Weet je zeker dat je alle voorkeuren wilt resetten?";
12+
13+
/* Shown in menu */
14+
"Brightness" = "Helderheid";
15+
16+
/* Build */
17+
"Build" = "Build";
18+
19+
/* Shown in the Display Preferences */
20+
"Built-in Display" = "Ingebouwd Display";
21+
22+
/* Shown in menu */
23+
"Contrast" = "Contrast";
24+
25+
/* Version */
26+
"Copyright Ⓒ MonitorControl, " = "Copyright Ⓒ MonitorControl, ";
27+
28+
/* Shown in the main prefs window */
29+
"Displays" = "Displays";
30+
31+
/* Shown in the alert dialog */
32+
"Enable Longer Delay?" = "Langere vertraging inschakelen?";
33+
34+
/* Shown in the Display Preferences */
35+
"External Display" = "Extern Display";
36+
37+
/* Shown in the main prefs window */
38+
"General" = "Algemeen";
39+
40+
/* Shown in the Display Preferences */
41+
"Hardware (CoreDisplay)" = "Hardware (CoreDisplay)";
42+
43+
/* Shown in the Display Preferences */
44+
"Hardware (DDC)" = "Hardware (DDC)";
45+
46+
/* Intel designation (shown after the version number in Preferences) */
47+
"Intel" = "Intel";
48+
49+
/* Shown in the alert dialog */
50+
"No" = "Nee";
51+
52+
/* Shown in the Display Preferences */
53+
"No Control Available" = "Geen Controle Beschikbaar";
54+
55+
/* Shown in menu */
56+
"No supported display found" = "Geen ondersteend scherm gevonden";
57+
58+
/* Shown in the alert dialog */
59+
"Ok" = "Oké";
60+
61+
/* Shown in the Display Preferences */
62+
"Other Display" = "Ander Display";
63+
64+
/* Shown in the alert dialog */
65+
"Reset Preferences?" = "Reset Voorkeuren?";
66+
67+
/* Shown in the alert dialog */
68+
"Shortcuts not available" = "Shortcuts niet beschikbaar";
69+
70+
/* Shown in the Display Preferences */
71+
"Software (Forced)" = "Software (Geforceerd)";
72+
73+
/* Shown in the Display Preferences */
74+
"Software Only" = "Alleen Software";
75+
76+
/* unknown display name
77+
unknown model
78+
unknown vendor */
79+
"Unknown" = "Onbekend";
80+
81+
/* Shown in the Display Preferences */
82+
"Unspecified" = "Niet gespecificeerd";
83+
84+
/* Version */
85+
"Version" = "Versie";
86+
87+
/* Shown in the Display Preferences */
88+
"Virtual Display" = "Virtueel Display";
89+
90+
/* Shown in menu */
91+
"Volume" = "Volume";
92+
93+
/* Shown in the alert dialog */
94+
"Yes" = "Ja";
95+
96+
/* Shown in the alert dialog */
97+
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "U moet MonitorControl inschakelen in Systeemvoorkeuren > Beveiliging en Privacy > Privacy > Toegankelijkheid inschakelen, zodat de sneltoetsen werken.";
Lines changed: 64 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
21
/* Class = "NSTextFieldCell"; title = "MonitorControl"; ObjectID = "1PJ-14-Bvn"; */
32
"1PJ-14-Bvn.title" = "MonitorControl";
43

5-
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */
6-
"6GJ-6Q-gqz.title" = "#bc-ignore!";
7-
84
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
95
"95V-M4-2l5.title" = "Agradecimientos especiales para colaboradores!";
106

7+
/* Class = "NSButtonCell"; title = "Hide Menu Icon"; ObjectID = "aXL-i8-S6R"; */
8+
"aXL-i8-S6R.title" = "Ocultar ícono de menú";
9+
10+
/* Class = "NSButtonCell"; title = "Disable macOS volume OSD"; ObjectID = "bkM-Px-U3b"; */
11+
"bkM-Px-U3b.title" = "Desactivar el OSD de volumen de macOS";
12+
1113
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
1214
"BYS-7Y-bRz.title" = "Reiniciar configuraciones";
1315

16+
/* Class = "NSButtonCell"; title = "Enable Mute DDC command"; ObjectID = "bZq-0d-lJa"; */
17+
"bZq-0d-lJa.title" = "Activar el comando DDC de silenciamiento";
18+
19+
/* Class = "NSTextFieldCell"; title = "Keyboard:"; ObjectID = "c7N-cO-759"; */
20+
"c7N-cO-759.title" = "Teclado:";
21+
1422
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
1523
"Cle-DD-vR7.title" = "Custom";
1624

@@ -20,90 +28,24 @@
2028
/* Class = "NSTextFieldCell"; title = "⚠️ Warning! Changing some of these settings may cause system freezes or unexpected behavior!"; ObjectID = "Cz1-Mh-llk"; */
2129
"Cz1-Mh-llk.title" = "⚠️ Advertencia! La modificación de algunos de estos ajustes puede provocar un comportamiento inesperado.";
2230

31+
/* Class = "NSButtonCell"; title = "Show volume slider in menu"; ObjectID = "dhP-eB-1L6"; */
32+
"dhP-eB-1L6.title" = "Mostrar barra de volumen en el menú";
33+
2334
/* Class = "NSButtonCell"; title = "Change Brightness and Volume for all screens"; ObjectID = "E6M-ih-S8Y"; */
2435
"E6M-ih-S8Y.title" = "Cambiar el brillo y volumen para todas las pantallas";
2536

2637
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
2738
"Eq3-z9-yIo.title" = "Minimal";
2839

29-
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
30-
"FoA-yh-Yx3.title" = "Ninguno";
31-
32-
/* Class = "NSTextFieldCell"; title = "Custom read polling count:"; ObjectID = "J77-r0-djA"; */
33-
"J77-r0-djA.title" = "Recuento de lectura personalizado:";
34-
35-
/* Class = "NSTextFieldCell"; title = "Use the media keys of your keyboard to control Brightness & Volume."; ObjectID = "K2r-aD-eec"; */
36-
"K2r-aD-eec.title" = "Usa las teclas de brillo o volumen de tu teclado";
37-
38-
/* Class = "NSTextFieldCell"; title = "Menu contents:"; ObjectID = "MJx-MK-e7D"; */
39-
"MJx-MK-e7D.title" = "Menú de contenidos:";
40-
41-
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
42-
"NLP-dU-Dam.title" = "Volumen";
43-
44-
/* Class = "NSTextFieldCell"; title = "If the menu item is hidden, just relaunch the app to reveal Preferences!"; ObjectID = "PVE-y7-zIk"; */
45-
"PVE-y7-zIk.title" = "Si el menú está oculto, solo reinicia la app para mostrar las configuraciones!";
46-
47-
/* Class = "NSTextFieldCell"; title = "Control method:"; ObjectID = "PaK-1f-DsW"; */
48-
"PaK-1f-DsW.title" = "Método de control:";
49-
50-
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "Pqk-VW-JGY"; */
51-
"Pqk-VW-JGY.title" = "#bc-ignore!";
52-
53-
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
54-
"Riq-uM-bTs.title" = "Normal";
55-
56-
/* Class = "NSTextFieldCell"; title = "@the0neyouseek\n@JoniVR\n@waydabber"; ObjectID = "TKd-J8-Iyk"; */
57-
"TKd-J8-Iyk.title" = "@the0neyouseek\n@JoniVR\n@waydabber";
58-
59-
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
60-
"UqR-WE-jHl.title" = "Habilitar el control de pantalla en teclado";
61-
62-
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
63-
"Vr4-xb-B4o.title" = "Brillo y volumen";
64-
65-
/* Class = "NSButtonCell"; title = "Show advanced settings under Displays"; ObjectID = "Wnd-hx-Meb"; */
66-
"Wnd-hx-Meb.title" = "Mostrar configuraciones avanzadas debajo de las pantallas";
67-
68-
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
69-
"X96-ny-lAP.title" = "None";
70-
71-
/* Class = "NSTextFieldCell"; title = "Additional settings:"; ObjectID = "Xz0-X0-rB4"; */
72-
"Xz0-X0-rB4.title" = "Configuraciones adicionales:";
73-
74-
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
75-
"YqZ-LS-YvR.title" = "Identificador:";
76-
77-
/* Class = "NSButtonCell"; title = "Donate"; ObjectID = "ZKk-ve-rS4"; */
78-
"ZKk-ve-rS4.title" = "Donar";
79-
80-
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
81-
"ZdU-gV-V05.title" = "Utilizar el control DDC por hardware";
82-
83-
/* Class = "NSButtonCell"; title = "Hide Menu Icon"; ObjectID = "aXL-i8-S6R"; */
84-
"aXL-i8-S6R.title" = "Ocultar ícono de menú";
85-
86-
/* Class = "NSButtonCell"; title = "Enable Mute DDC command"; ObjectID = "bZq-0d-lJa"; */
87-
"bZq-0d-lJa.title" = "Activar el comando DDC de silenciamiento";
88-
89-
/* Class = "NSButtonCell"; title = "Disable macOS volume OSD"; ObjectID = "bkM-Px-U3b"; */
90-
"bkM-Px-U3b.title" = "Desactivar el OSD de volumen de macOS";
91-
92-
/* Class = "NSTextFieldCell"; title = "Keyboard:"; ObjectID = "c7N-cO-759"; */
93-
"c7N-cO-759.title" = "Teclado:";
94-
95-
/* Class = "NSButtonCell"; title = "Show volume slider in menu"; ObjectID = "dhP-eB-1L6"; */
96-
"dhP-eB-1L6.title" = "Mostrar barra de volumen en el menú";
97-
98-
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "e0q-fb-k7R"; */
99-
"e0q-fb-k7R.title" = "#bc-ignore!";
100-
10140
/* Class = "NSButtonCell"; title = "Reset Name"; ObjectID = "f9g-8s-gdd"; */
10241
"f9g-8s-gdd.title" = "Reset Name";
10342

10443
/* Class = "NSButtonCell"; title = "Further lower brightness via software dimming"; ObjectID = "fhy-Er-0aI"; */
10544
"fhy-Er-0aI.title" = "Reducir aún más el brillo mediante la atenuación por software";
10645

46+
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
47+
"FoA-yh-Yx3.title" = "Ninguno";
48+
10749
/* Class = "NSTextFieldCell"; title = "Brightness control:"; ObjectID = "hdd-Zz-buN"; */
10850
"hdd-Zz-buN.title" = "Control de brillo:";
10951

@@ -113,12 +55,15 @@
11355
/* Class = "NSTextFieldCell"; title = "These options work for hardware (DDC) controlled displays only."; ObjectID = "iBZ-8c-JDY"; */
11456
"iBZ-8c-JDY.title" = "Estas opciones sólo funcionan para pantallas controladas por hardware (DDC).";
11557

116-
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "ibQ-4u-ClE"; */
117-
"ibQ-4u-ClE.title" = "#bc-ignore!";
118-
11958
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
12059
"j72-NF-zsW.title" = "Iniciar app en inicio";
12160

61+
/* Class = "NSTextFieldCell"; title = "Custom read polling count:"; ObjectID = "J77-r0-djA"; */
62+
"J77-r0-djA.title" = "Recuento de lectura personalizado:";
63+
64+
/* Class = "NSTextFieldCell"; title = "Use the media keys of your keyboard to control Brightness & Volume."; ObjectID = "K2r-aD-eec"; */
65+
"K2r-aD-eec.title" = "Usa las teclas de brillo o volumen de tu teclado";
66+
12267
/* Class = "NSButtonCell"; title = "Enable software dimming if required"; ObjectID = "kMa-3q-udl"; */
12368
"kMa-3q-udl.title" = "Habilitar la atenuación por software si es necesario";
12469

@@ -128,35 +73,71 @@
12873
/* Class = "NSTextFieldCell"; title = "Display type:"; ObjectID = "lSJ-6w-KJ2"; */
12974
"lSJ-6w-KJ2.title" = "Tipo de pantalla:";
13075

131-
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "mBs-6m-13Q"; */
132-
"mBs-6m-13Q.title" = "#bc-ignore!";
76+
/* Class = "NSTextFieldCell"; title = "Menu contents:"; ObjectID = "MJx-MK-e7D"; */
77+
"MJx-MK-e7D.title" = "Menú de contenidos:";
13378

13479
/* Class = "NSTextFieldCell"; title = "If an external display can't be controlled, software dimming will be used instead."; ObjectID = "n4V-jQ-1Ri"; */
13580
"n4V-jQ-1Ri.title" = "Si no se puede controlar una pantalla externa, se utilizará la atenuación por software.";
13681

82+
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
83+
"NLP-dU-Dam.title" = "Volumen";
84+
13785
/* Class = "NSTextFieldCell"; title = "Application:"; ObjectID = "okD-DG-pYa"; */
13886
"okD-DG-pYa.title" = "Aplicación:";
13987

88+
/* Class = "NSTextFieldCell"; title = "Control method:"; ObjectID = "PaK-1f-DsW"; */
89+
"PaK-1f-DsW.title" = "Método de control:";
90+
14091
/* Class = "NSButtonCell"; title = "Longer delay during DDC read operations"; ObjectID = "pF5-Sw-7BR"; */
14192
"pF5-Sw-7BR.title" = "Mayor retardo en las operaciones de lectura del DDC";
14293

143-
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */
144-
"pIy-Lk-kkm.title" = "#bc-ignore!";
94+
/* Class = "NSTextFieldCell"; title = "If the menu item is hidden, just relaunch the app to reveal Preferences!"; ObjectID = "PVE-y7-zIk"; */
95+
"PVE-y7-zIk.title" = "Si el menú está oculto, solo reinicia la app para mostrar las configuraciones!";
14596

14697
/* Class = "NSTextFieldCell"; title = "Advanced:"; ObjectID = "r7i-oG-Ab6"; */
14798
"r7i-oG-Ab6.title" = "Avanzado:";
14899

100+
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
101+
"Riq-uM-bTs.title" = "Normal";
102+
103+
/* Class = "NSTextFieldCell"; title = "@the0neyouseek\n@JoniVR\n@waydabber"; ObjectID = "TKd-J8-Iyk"; */
104+
"TKd-J8-Iyk.title" = "@the0neyouseek\n@JoniVR\n@waydabber";
105+
106+
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
107+
"UqR-WE-jHl.title" = "Habilitar el control de pantalla en teclado";
108+
149109
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
150110
"vik-vN-bJe.title" = "Heavy";
151111

112+
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
113+
"Vr4-xb-B4o.title" = "Brillo y volumen";
114+
152115
/* Class = "NSTextFieldCell"; title = "DDC read polling mode:"; ObjectID = "vwm-hY-on5"; */
153116
"vwm-hY-on5.title" = "Modo de lectura DDC:";
154117

118+
/* Class = "NSButtonCell"; title = "Show advanced settings under Displays"; ObjectID = "Wnd-hx-Meb"; */
119+
"Wnd-hx-Meb.title" = "Mostrar configuraciones avanzadas debajo de las pantallas";
120+
121+
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
122+
"X96-ny-lAP.title" = "None";
123+
155124
/* Class = "NSButtonCell"; title = "Show contrast slider in menu"; ObjectID = "xSI-8W-Xd0"; */
156125
"xSI-8W-Xd0.title" = "Mostrar barra de contraste en el menú";
157126

158127
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "xY6-aw-o9u"; */
159128
"xY6-aw-o9u.title" = "Restaurar preferencias";
160129

130+
/* Class = "NSTextFieldCell"; title = "Additional settings:"; ObjectID = "Xz0-X0-rB4"; */
131+
"Xz0-X0-rB4.title" = "Configuraciones adicionales:";
132+
161133
/* Class = "NSTextFieldCell"; title = "This activates additional software dimming after the display reached zero hardware brightness. Menu slider is also affected with 50% being the transition point. Works for DDC controlled displays only."; ObjectID = "yeg-GN-SuO"; */
162134
"yeg-GN-SuO.title" = "Esto activa la atenuación adicional por software después de que la pantalla haya alcanzado el brillo cero por hardware. El deslizador del menú también se ve afectado, siendo el 50% el punto de transición. Sólo funciona para pantallas controladas por DDC.";
135+
136+
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
137+
"YqZ-LS-YvR.title" = "Identificador:";
138+
139+
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
140+
"ZdU-gV-V05.title" = "Utilizar el control DDC por hardware";
141+
142+
/* Class = "NSButtonCell"; title = "Donate"; ObjectID = "ZKk-ve-rS4"; */
143+
"ZKk-ve-rS4.title" = "Donar";

MonitorControl/UI/es-419.lproj/MainMenu.strings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
32
"JTa-2I-AsI.title" = "Quitar";
43

0 commit comments

Comments
 (0)