mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 02:49:45 +00:00
Improved Dutch localization (using XLIFF) (#715)
* Improved NL Localization with import of missing strings from EN - Imported missing strings from EN - Changed order of strings to match that of EN - Improved NL localization by honouring Dutch spelling and style, by following localized phrases as used by Apple and Mozilla and by being consistent * Improved NL Localization Improved NL localization by honouring Dutch spelling and style, by following localized phrases as used by Apple and Mozilla and by being consistent * Improved NL Localization * Improved NL Localization * Improved NL Localization * Improved Dutch translations, using XLIFF * Reverting wrong translations / Apply last changes from #714 * Fixed removed translations, added some extra
This commit is contained in:
committed by
Michael Starke
parent
4ef59b23f2
commit
9f1ac446a8
@@ -1,24 +1,45 @@
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable KeePassHttp server"; ObjectID = "3"; */
|
||||
"3.title" = "Activeer KeePassHttp server";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */
|
||||
"1qb-Rd-jYu.title" = "Activeer global Autotype";
|
||||
"1qb-Rd-jYu.title" = "Activeer global automatisch inloggen";
|
||||
|
||||
/* (No Comment) */
|
||||
"3.title" = "Activeer de server KeePassHttp";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */
|
||||
"6oN-CH-T0O.title" = "Snelkoppeling";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */
|
||||
"ERs-ct-Eyx.title" = "Activeer Quicklook Voorvertoning";
|
||||
/* Class = "NSButtonCell"; title = "Include Entry URL Host for matches"; ObjectID = "B1D-j9-L8x"; */
|
||||
"B1D-j9-L8x.title" = "Controleer of het domein van de webpagina overeenkomt";
|
||||
|
||||
/* Class = "NSBox"; title = "Keepass HTTP"; ObjectID = "KbH-0Q-5Tw"; */
|
||||
/* Class = "NSButtonCell"; title = "Enable Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */
|
||||
"ERs-ct-Eyx.title" = "Activeer snelle weergave";
|
||||
|
||||
/* (No Comment) */
|
||||
"KbH-0Q-5Tw.title" = "Keepass HTTP";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Shortcut is missing Key"; ObjectID = "Lxp-wI-yQy"; */
|
||||
"Lxp-wI-yQy.title" = "Shortcut is missing Key";
|
||||
|
||||
/* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */
|
||||
"P9N-HM-wER.title" = "Autotype";
|
||||
"P9N-HM-wER.title" = "Automatisch inloggen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "If enabled, every {CONTROL} command will be sent as ⌘. Only disable this if you are sure you need to."; ObjectID = "QRy-CY-ENC"; */
|
||||
"QRy-CY-ENC.title" = "Elk {CONTROL}-commando zal worden verstuurd als ⌘. Zet dit alleen uit als u er zeker van bent dat dit nodig is.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Interpret ⌃ as ⌘"; ObjectID = "QfO-yG-l3F"; */
|
||||
"QfO-yG-l3F.title" = "Interpreteer ⌃ als ⌘";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Include Entry URL for matches"; ObjectID = "TzR-00-Vp3"; */
|
||||
"TzR-00-Vp3.title" = "Controleer of de webpagina overeenkomt";
|
||||
|
||||
/* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */
|
||||
"VVs-b5-cX9.title" = "Voorvertoning";
|
||||
"VVs-b5-cX9.title" = "Snelle weergave";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a temporary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */
|
||||
"WmI-IB-Aso.title" = "Indien geactiveerd zullen bijlagen worden gekopieerd naar een tijdelijke locatie om een voorvertoning te kunnen laten zien en na het sluiten van de voorvertoning automatisch weer worden verwijderd.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Include Entry Tags for matches"; ObjectID = "rbu-G7-MT8"; */
|
||||
"rbu-G7-MT8.title" = "Controleer of een tag overeenkomt";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Include Entry Title for matches"; ObjectID = "tmL-dT-D0G"; */
|
||||
"tmL-dT-D0G.title" = "Controleer of de naam overeenkomt";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */
|
||||
"WmI-IB-Aso.title" = "Indien geactiveerd zullen bijgevoegde bestanden worden gekopieerd naar een tijdelijke locatie voor voorvertoning en worden verwijderd nadat de voorvertoning is gesloten.";
|
||||
|
||||
Reference in New Issue
Block a user