mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
feat: add swedish and czech localizations
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
BF0C81D836A8A4CA393B135F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C82E55127D38ABF969CA0 /* InfoPlist.strings */; };
|
||||
BF0C823630E3DEAC576FAFE6 /* menubar-1@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C88BF67CF4D71002A60EB /* menubar-1@2x.png */; };
|
||||
BF0C829583ED47E458528F3A /* accessibility@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C889529FF19620EDAC295 /* accessibility@2x.png */; };
|
||||
BF0C83AB0186CC48FADF66A7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C847B2D68EACFAC1B06D1 /* Localizable.strings */; };
|
||||
BF0C83E902F75A97E8FD374A /* menubar-2@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8D3333653ACAEF730DD8 /* menubar-2@2x.png */; };
|
||||
BF0C8406805BDEC5B69E8803 /* screen-recording@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8E25373671B528AD448D /* screen-recording@2x.png */; };
|
||||
BF0C8477850829E15FD4DD43 /* close@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8F9CE1699644A22EAF2C /* close@2x.png */; };
|
||||
BF0C84D7DC2AC65BB1C111EB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8349BA94516E8760BAFA /* Localizable.strings */; };
|
||||
BF0C852D28E458CDD6FA3E44 /* app.icns in Resources */ = {isa = PBXBuildFile; fileRef = BF0C84E11784B3B0900D0963 /* app.icns */; };
|
||||
BF0C853B271C4407E87FA183 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8096A88BC18C4902C037 /* InfoPlist.strings */; };
|
||||
BF0C855CF8BA047E180425F9 /* KeyRepeatTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C864F182B6155A66D241D /* KeyRepeatTimer.swift */; };
|
||||
@@ -24,11 +26,13 @@
|
||||
BF0C88D7E209C788558BD943 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8CC9692E6E4A32846D72 /* InfoPlist.strings */; };
|
||||
BF0C894325A54CF0B6B53464 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8B8B31D2F421AC258351 /* Localizable.strings */; };
|
||||
BF0C89DF22C7B7D0C27DA2A4 /* WindowControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C884157B87BF0E17EF7F8 /* WindowControlView.swift */; };
|
||||
BF0C8AC57CE5E9BBEEE2442A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C885D34CDCE2AFC5A94F7 /* InfoPlist.strings */; };
|
||||
BF0C8B154051EC0D440339D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8A9D25A9680EB19444BC /* Localizable.strings */; };
|
||||
BF0C8C9CA44285E493918A74 /* menubar-3@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8E54658B4DAEA0528200 /* menubar-3@2x.png */; };
|
||||
BF0C8CB668FFABBCA23880B6 /* minimize@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C817D9C335EE4A0536601 /* minimize@2x.png */; };
|
||||
BF0C8CC5057406014FD612CC /* ATShortcut.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C8BA452332236D972C60E /* ATShortcut.swift */; };
|
||||
BF0C8D610C93D48F572937F8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8FBA6B0F4DEB510C71CB /* Localizable.strings */; };
|
||||
BF0C8DD7EBC3BA1E86BF4BDB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C841E403C1C6E8C65727E /* InfoPlist.strings */; };
|
||||
BF0C8F3526BC393290D5BE59 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C81EC1C5F3052A75C7D7B /* InfoPlist.strings */; };
|
||||
BF0C8F80281B50D57C95ECCF /* fullscreen@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C83BD867F6A874F9953C9 /* fullscreen@2x.png */; };
|
||||
BF0C8FA2D756D3258E3A16B6 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C81DF55C6B0A279CE0FE1 /* Localizable.strings */; };
|
||||
@@ -149,12 +153,16 @@
|
||||
BF0C843C2EDF4EF3A7A2C64A /* app.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = app.svg; sourceTree = "<group>"; };
|
||||
BF0C8465A0A9EA2814A22C35 /* SF-Pro-Text-Regular-Full.otf */ = {isa = PBXFileReference; lastKnownFileType = file.otf; path = "SF-Pro-Text-Regular-Full.otf"; sourceTree = "<group>"; };
|
||||
BF0C84E11784B3B0900D0963 /* app.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = app.icns; sourceTree = "<group>"; };
|
||||
BF0C850C46CCD8B978168CCD /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
BF0C86370093A080DD5974D8 /* convert_svg_to_png.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = convert_svg_to_png.sh; sourceTree = "<group>"; };
|
||||
BF0C864F182B6155A66D241D /* KeyRepeatTimer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyRepeatTimer.swift; sourceTree = "<group>"; };
|
||||
BF0C86C2BB70A8E05D2103CA /* cs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cs; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
BF0C86E06A44AC151FEA4903 /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = InfoPlist.strings; sourceTree = "<group>"; };
|
||||
BF0C87B913292EE53EDE4220 /* menubar-1.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = "menubar-1.svg"; sourceTree = "<group>"; };
|
||||
BF0C884157B87BF0E17EF7F8 /* WindowControlView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowControlView.swift; sourceTree = "<group>"; };
|
||||
BF0C888D912E73D88919899A /* uk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = uk; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
BF0C889529FF19620EDAC295 /* accessibility@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "accessibility@2x.png"; sourceTree = "<group>"; };
|
||||
BF0C8898ADB2A1B49312E87B /* cs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cs; path = InfoPlist.strings; sourceTree = "<group>"; };
|
||||
BF0C88BF67CF4D71002A60EB /* menubar-1@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-1@2x.png"; sourceTree = "<group>"; };
|
||||
BF0C88D6043B83B535BEAAA2 /* no */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = no; path = Localizable.strings; sourceTree = "<group>"; };
|
||||
BF0C899605B39AB4EE0E8EB8 /* icon_512x512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_512x512.png; sourceTree = "<group>"; };
|
||||
@@ -490,6 +498,24 @@
|
||||
path = "window-controls";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C8BC595FF01688DB31B8A /* sv.lproj */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
BF0C841E403C1C6E8C65727E /* InfoPlist.strings */,
|
||||
BF0C847B2D68EACFAC1B06D1 /* Localizable.strings */,
|
||||
);
|
||||
path = sv.lproj;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C8D751CD3017B00BE2344 /* cs.lproj */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
BF0C885D34CDCE2AFC5A94F7 /* InfoPlist.strings */,
|
||||
BF0C8349BA94516E8760BAFA /* Localizable.strings */,
|
||||
);
|
||||
path = cs.lproj;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D04BA07CB9DE3923A0D402D7 /* it.lproj */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -1018,6 +1044,8 @@
|
||||
BF0C8258E28A7F57B568E7FE /* sl.lproj */,
|
||||
BF0C80A7A2DCAEF69DE6E1F8 /* sk.lproj */,
|
||||
BF0C81EB02768FAD7290E6A4 /* uk.lproj */,
|
||||
BF0C8D751CD3017B00BE2344 /* cs.lproj */,
|
||||
BF0C8BC595FF01688DB31B8A /* sv.lproj */,
|
||||
);
|
||||
path = l10n;
|
||||
sourceTree = "<group>";
|
||||
@@ -1129,6 +1157,8 @@
|
||||
sl,
|
||||
sk,
|
||||
uk,
|
||||
cs,
|
||||
sv,
|
||||
);
|
||||
mainGroup = D04BA1463D2A17038222BB84;
|
||||
productRefGroup = D04BA1A461BBB5A9BE15E015 /* Products */;
|
||||
@@ -1211,6 +1241,10 @@
|
||||
BF0C8B154051EC0D440339D4 /* Localizable.strings in Resources */,
|
||||
BF0C81D836A8A4CA393B135F /* InfoPlist.strings in Resources */,
|
||||
BF0C894325A54CF0B6B53464 /* Localizable.strings in Resources */,
|
||||
BF0C8AC57CE5E9BBEEE2442A /* InfoPlist.strings in Resources */,
|
||||
BF0C84D7DC2AC65BB1C111EB /* Localizable.strings in Resources */,
|
||||
BF0C8DD7EBC3BA1E86BF4BDB /* InfoPlist.strings in Resources */,
|
||||
BF0C83AB0186CC48FADF66A7 /* Localizable.strings in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -1392,6 +1426,30 @@
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C8349BA94516E8760BAFA /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
BF0C86C2BB70A8E05D2103CA /* cs */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C841E403C1C6E8C65727E /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
BF0C86E06A44AC151FEA4903 /* sv */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C847B2D68EACFAC1B06D1 /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
BF0C850C46CCD8B978168CCD /* sv */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C84F4B25A7C26A88ADE92 /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
@@ -1400,6 +1458,14 @@
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C885D34CDCE2AFC5A94F7 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
BF0C8898ADB2A1B49312E87B /* cs */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF0C8A9D25A9680EB19444BC /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
|
||||
@@ -27,14 +27,17 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
|
||||
* anushree b
|
||||
* blanorama
|
||||
* caduellery
|
||||
* Christian Keilmann
|
||||
* Chun Fei Lung
|
||||
* Dan
|
||||
* Dan84
|
||||
* Daniel M
|
||||
* David. ringqvist
|
||||
* Didier Deschrijver
|
||||
* Elisabeth landblok
|
||||
* Eric WANTZ
|
||||
* Filipe
|
||||
* Frank
|
||||
* hann-solo
|
||||
* Haoshuai Xu
|
||||
* Hokuto Kato
|
||||
@@ -45,14 +48,17 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
|
||||
* Jord Nijhuis
|
||||
* Julian Nowaczyk
|
||||
* Kagurazaka Tsuki
|
||||
* Klara
|
||||
* Kushnee5
|
||||
* Lcwhhh
|
||||
* Lumaxis
|
||||
* lwouis
|
||||
* Marekscholle
|
||||
* Marko McLion
|
||||
* Martin Mitka
|
||||
* Martin. mitka
|
||||
* Michael
|
||||
* Mr. axel. bock
|
||||
* Nilton Souza
|
||||
* Pehovorka
|
||||
* Petr Kolář
|
||||
|
||||
@@ -22,7 +22,7 @@ From macOS 10.12 to 10.15
|
||||
|
||||
The app is available in:
|
||||
|
||||
Bahasa Indonesia, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), العربية, Slovenčina, Slovenščina, Suomi, Türkçe, Русский язык, українська мова, 中文 (简体), 中文 (繁体), 日本語, 한국어
|
||||
Bahasa Indonesia, Čeština, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), العربية, Slovenčina, Slovenščina, Suomi, Svenska, Türkçe, Русский язык, українська мова, 中文 (简体), 中文 (繁体), 日本語, 한국어
|
||||
|
||||
[Contribute your own language easily!](https://poeditor.com/join/project/8AOEZ0eAZE)
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/*Copyright (human-readable)*/
|
||||
"NSHumanReadableCopyright" = "Licence GPL-3.0";
|
||||
@@ -0,0 +1,377 @@
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"About" = "O AltTab";
|
||||
|
||||
/*Menubar option. %@ is AltTab*/
|
||||
"About %@" = "O %@u";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Accessibility" = "Zpřístupnění";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Acknowledgments" = "Zvláštní zmínky";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Active app" = "Aktivní aplikace";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Active screen" = "Aktivní obrazovka";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Active Space" = "Aktivní Plocha";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Align windows:" = "Zarovnat okna:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All apps" = "Všechny aplikace";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All data from this form will be made public, as a ticket on github.com" = "Všechna data z tohoto formuláře budou zveřejněna jako tiket na github.com";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All screens" = "Všechny obrazovky";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All Spaces" = "Všechny Plochy";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Allowed" = "Povoleno";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Also select windows using:" = "Také okna vybírat pomocí:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab byl naposled neočekávaně ukončen. Odeslání hlášení o pádu pomůže chybu opravit";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"AltTab needs some permissions" = "AltTab potřebuje některá oprávnění";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Always send crash reports" = "Vždy odesílat hlášení o pádu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"and press:" = "a stiskněte:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Apparition delay:" = "Prodleva zobrazení:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Appearance" = "Vzhled";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Are you sure you don’t want a response?" = "Jste si jistí, že nechcete dostat odpověď?";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Arrow keys" = "Šipky";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Ask whether to send crash reports" = "Zeptat se, zda odeslat hlášení o pádu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Auto-install updates periodically" = "Automaticky instalovat aktualizace";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Blacklists" = "Blacklisty";
|
||||
|
||||
/*Cancel button*/
|
||||
"Cancel" = "Zrušit";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Cancel and hide" = "Zrušit a skrýt";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Center" = "Na střed";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Check for updates now…" = "Zkontrolovat aktualizace...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
/*Fuzzy*/
|
||||
"Check for updates periodically" = "Pravidelně kontrolovat aktualizace";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Check for updates…" = "Zkontrolovat aktualizace...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Close window" = "Zavřít okno";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Controls" = "Ovládání";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Crash reports policy:" = "Odesílání hlášení o pádu:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Do nothing" = "Nedělat nic";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
/*Fuzzy*/
|
||||
"Don’t check for updates periodically" = "Zakázat kontrolu aktualizací";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Don’t send" = "Neodesílat";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Don’t show windows from these apps" = "Nezobrazovat okna těchto aplikací";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"End" = "Na konci";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Fade out animation:" = "Animace mizení";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Focus selected window" = "Přepnout do vybraného okna";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Fullscreen" = "Celá obrazovka";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Fullscreen windows:" = "Okna na celou obrazovku:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"General" = "Obecné";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hidden" = "Skryté";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hidden windows:" = "Skrytá okna:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide" = "Skrýt";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide app badges:" = "Skrýt čísla notifikací";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide apps with no open window:" = "Skrýt aplikace bez aktivních oken";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide colored circles on mouse hover:" = "Skrýt barevná kolečka při najetí myši";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide Space number labels:" = "Skrýt čísla Ploch";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide status icons:" = "Skrýt ikony stavu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide window thumbnails:" = "Skrýt náhledy oken:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide/Show app" = "Skrýt/zobrazit aplikaci";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hold" = "Podržet";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"I think the app could be improved with…" = "Myslím, že aplikace by mohla být vylepšena tak, že...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Ignore shortcuts while a window from these apps is active" = "Ignorovat klávesové zkratky, když jsou aktivní okna následujících programů";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
/*Fuzzy*/
|
||||
"Latest releases" = "Poslední vydání aktualizací";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Left" = "Vlevo";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max height on screen:" = "Maximální výška na obrazovce";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max size on screen:" = "Maximální velikost na obrazovce";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max width on screen:" = "Maximální šířka na obrazovce";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max windows per row:" = "Maximální počet oken na řádek";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Menubar icon:" = "Ikona v menu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Middle" = "Na středu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Min windows per row:" = "Minimální počet oken na řádek";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Minimize/Deminimize window" = "Minimalizovat/odminimalizovat okno";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Minimized" = "Minimalizovaná";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Minimized windows:" = "Minimalizovaná okna:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Mouse hover" = "Najetí myši";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Never send crash reports" = "Nikdy neposílat hlášení o pádu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Not allowed" = "Nepovoleno";
|
||||
|
||||
/*Copyright (human-readable)*/
|
||||
"NSHumanReadableCopyright" = "Licence GPL-3.0";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Only if the window is fullscreen" = "Jen pokud je okno na celou obrazovku";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Open Accessibility Preferences…" = "Otevřít Volby zpřístupnění";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Open Screen Recording Preferences…" = "Otevřít Nastavení oprávnění nahrávání obrazovky";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
/*Fuzzy*/
|
||||
"Optional: email (if you want a reply)" = "E-mail (nepovinný, pokud chcete odpověď)";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
/*Fuzzy*/
|
||||
"Policies" = "Aktualizace a hlášení o pádu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Preferences…" = "Nastavení...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Quit" = "Zavřít";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Quit %@" = "Ukončit %@";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Quit app" = "Zavřít aplikaci";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Remember my choice" = "Pamatovat si mou volbu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Rows of thumbnails:" = "Počet řádků náhledů:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Rows of windows:" = "Řádků oken:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen including menu bar" = "Obrazovka s hlavní nabídkou";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen including mouse" = "Obrazovka s myší";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen Recording" = "Nahrávání obrazovky";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen showing AltTab" = "Obrazovka zobrazující AltTab";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Select next window" = "Vybrat následující okno";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Select previous window" = "Vybrat předchozí okno";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send" = "Odeslat";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send a crash report?" = "Odeslat hlášení o pádu?";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send anyway" = "Poslat tak jako tak";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send debug profile (CPU, memory, etc)" = "Odeslat diagnostická data (CPU, paměť atd.)";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send feedback" = "Odeslat zpětnou vazbu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send feedback…" = "Odeslat zpětnou vazbu...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Share improvement ideas, or report bugs" = "Navrhnout vylepšení nebo nahlásit chybu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Shortcut 1" = "Zkratka 1";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Shortcut 2" = "Zkratka 2";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show" = "Zobrazit";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show at the end" = "Zobrazit na konci";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show on:" = "Zobrazit na:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show standard tabs as windows:" = "Zobrazit standardní taby jako okna";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show the following windows:" = "Zobrazit následující okna";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show windows from:" = "Zobrazit okna z:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Source code repository" = "Repozitář zdrojového kódu";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Start" = "Na začátku";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Start at login:" = "Spustit při přihlášení:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Theme:" = "Styl:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Then release:" = "Potom uvolněte:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"This permission is needed to focus windows after you release the shortcut" = "Toto oprávnění je potřeba k přepnutí do okna po uvolnění klávesové zkratky";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"This permission is needed to show screenshots and titles of open windows" = "Toto oprávnění je potřeba k zobrazení náhledů a titulků otevřených oken";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Updates policy:" = "Kontrola aktualizací:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Version" = "Verze";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"View existing discussions" = "Zobrazit existující diskuse";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Visible Spaces" = "Viditelné Plochy";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"While open, press:" = "Při otevření stiskněte";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window app icon size:" = "Velikost ikony okna:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window max width in row:" = "Maximální šířka okna v řádku:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window min width in row:" = "Minimální šířka okna v řádku:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window title font size:" = "Velikost nadpisu okna:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window title truncation:" = "Zkrácení titulku okna";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"You didn’t write your email, thus can’t receive any response." = "Nenapsali jste váš e-mail, takže nemůžete dostat odpověď.";
|
||||
@@ -348,7 +348,7 @@
|
||||
"View existing discussions" = "Bestehende Vorschläge anzeigen";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Visible Spaces" = "Visible Spaces";
|
||||
"Visible Spaces" = "Sichtbare Spaces";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"While open, press:" = "Während geöffnet, drücke:";
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/*Copyright (human-readable)*/
|
||||
"NSHumanReadableCopyright" = "GPL-3.0-licens";
|
||||
@@ -0,0 +1,372 @@
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"About" = "Om";
|
||||
|
||||
/*Menubar option. %@ is AltTab*/
|
||||
"About %@" = "Om %@";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Accessibility" = "Hjälpmedel";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Acknowledgments" = "Erkännanden";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Active app" = "Aktiv app";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Active screen" = "Aktiv skärm";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Active Space" = "Aktivt Spaces-fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Align windows:" = "Justera fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All apps" = "All appar";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All data from this form will be made public, as a ticket on github.com" = "All data från detta formulär kommer bli publikt, som en ticket på github.com";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All screens" = "Alla skärmar";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"All Spaces" = "Alla Spaces-fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Allowed" = "Tillåten";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Also select windows using:" = "Välj även fönster genom: ";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab kraschade vid förra användingen. Skicka felrapport för att underlätta åtgärder";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"AltTab needs some permissions" = "AltTab behöver behörigheter";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Always send crash reports" = "Skicka alltid felrapporter";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"and press:" = "och tryck:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Apparition delay:" = "Visningsfördröjning";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Appearance" = "Utseende";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Are you sure you don’t want a response?" = "Är du säker att du inte vill skicka respons?";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Arrow keys" = "Piltangenter";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Ask whether to send crash reports" = "Fråga om att skicka felrapporter";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Auto-install updates periodically" = "Installera regelbundna uppdateringar automatiskt";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Blacklists" = "Svartlista";
|
||||
|
||||
/*Cancel button*/
|
||||
"Cancel" = "Avbryt";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Cancel and hide" = "Avbryt och dölj";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Center" = "Centrera";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Check for updates now…" = "Kontrollera uppdateringar nu...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Check for updates periodically" = "Kontrollera uppdateringar regelbundet";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Check for updates…" = "Kontrollera uppdateringar...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Close window" = "Stäng fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Controls" = "Kontroller";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Crash reports policy:" = "Felrapportspolicy:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Do nothing" = "Gör ingenting";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Don’t check for updates periodically" = "Kontrollera inte uppdateringar regelbundet";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Don’t send" = "Skicka inte";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Don’t show windows from these apps" = "Visa inte fönster från dessa appar";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"End" = "Slutet";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Fade out animation:" = "Tona ut:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Focus selected window" = "Fokusera på valt fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Fullscreen" = "Fullskärm";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Fullscreen windows:" = "Fönster i fullskärm:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"General" = "Allmänt";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hidden" = "Dold";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hidden windows:" = "Dölj fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide" = "Dölj";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide app badges:" = "Dölj appmärken:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide apps with no open window:" = "Dölj appar utan öppna fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide colored circles on mouse hover:" = "Dölj färgcirklar när musen hålls över:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide Space number labels:" = "Dölj Spaces-nummeretiketter:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide status icons:" = "Dölj statusikoner:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide window thumbnails:" = "Dölj fönstertumnaglar:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hide/Show app" = "Dölj/Visa app";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Hold" = "Håll ned";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"I think the app could be improved with…" = "Jag tror appen skulle kunna förbättras genom...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Ignore shortcuts while a window from these apps is active" = "Ignorera kortkommandon när dessa appars fönster är aktiva";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Latest releases" = "Senaste versioner";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Left" = "Vänster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max height on screen:" = "Maxhöjd på skärm:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max size on screen:" = "Maxstorlek på skärm:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max width on screen:" = "Maxbredd på skärm:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Max windows per row:" = "Maxantal fönster per rad:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Menubar icon:" = "Ikon i menylist:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Middle" = "Mitten";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Min windows per row:" = "Minantal fönster per rad:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Minimize/Deminimize window" = "Minifiera/Avminifiera fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Minimized" = "Minifierat";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Minimized windows:" = "Minifierade fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Mouse hover" = "Håll muspekaren över";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Never send crash reports" = "Skicka aldrig felrapporter";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Not allowed" = "Ej tillåten";
|
||||
|
||||
/*Copyright (human-readable)*/
|
||||
"NSHumanReadableCopyright" = "GPL-3.0-licens";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Only if the window is fullscreen" = "Endast on fönstret visas fullskärm";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Open Accessibility Preferences…" = "Öppna hjälpmedelsinställningar...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Open Screen Recording Preferences…" = "Öppna skärminspelningsinställningar...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Optional: email (if you want a reply)" = "Valfritt: epost-adress (för ev. svar)";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Policies" = "Policy";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Preferences…" = "Inställningar...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Quit" = "Avsluta";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Quit %@" = "Avsluta %@";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Quit app" = "Avsluta app";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Remember my choice" = "Kom ihåg mitt val";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Rows of thumbnails:" = "Rader av tumnaglar:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Rows of windows:" = "Rader med fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen including menu bar" = "Skärm med menylist";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen including mouse" = "Skärm med muspekaren";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen Recording" = "Skärminspelning";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Screen showing AltTab" = "Skärm som visar AltTab";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Select next window" = "Välj nästa fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Select previous window" = "Välj föregående fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send" = "Skicka";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send a crash report?" = "Skicka kraschrapport?";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send anyway" = "Skicka ändå";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send debug profile (CPU, memory, etc)" = "Skicka försökningsinfo (CPU, minne, osv.)";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send feedback" = "Skicka feedback";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Send feedback…" = "Skicka feedback...";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Share improvement ideas, or report bugs" = "Dela förbättringsförslag eller rapportera fel";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Shortcut 1" = "Kortkommando 1";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Shortcut 2" = "Kortkommando 2";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show" = "Visa";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show at the end" = "Visa på slutet";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show on:" = "Visa då:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show standard tabs as windows:" = "Visa standardflikar som fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show the following windows:" = "Visa följande fönster:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Show windows from:" = "Visa fönster från:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Source code repository" = "Källkodskatalog";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Start" = "Början";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Start at login:" = "Starta vid inloggning:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Theme:" = "Tema:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Then release:" = "Släpp sedan:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"This permission is needed to focus windows after you release the shortcut" = "Denna behörigheten behövs för att fokusera på fönster efter kommandot släpps";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"This permission is needed to show screenshots and titles of open windows" = "Denna behörigheten behövs för skärmdumpar och titlar från öppna fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Updates policy:" = "Policy för uppdateringar:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Version" = "Version";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"View existing discussions" = "Visa existerande diskutioner";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Visible Spaces" = "Synliga Spaces-fönster";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"While open, press:" = "När öppet, tryck:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window app icon size:" = "Storlek för appikoner:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window max width in row:" = "Maxhöjd för fönster i rad:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window min width in row:" = "Maxbredd för fönster i rad:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window title font size:" = "Storlek för fönstertitel:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"Window title truncation:" = "Förkortning av fönstertitel:";
|
||||
|
||||
/*No comment provided by engineer.*/
|
||||
"You didn’t write your email, thus can’t receive any response." = "Du uppgav inte epost och kan därför inte få svar.";
|
||||
Reference in New Issue
Block a user