mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
* Add custom "Open with" message to installer script Supported languages: de, en, es, fr, hu, it, pt-br, ru * Fix typo in build/win32/i18n/messages.en.isl Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com> * Add tr translation for OpenWithCodeContextMenu * Update translations to be consistent with "AddContextMenuFiles" translation * Fix file encoding * Fix asian lang files * Add translations for Japanese & Chinese * Fix file endings * Remove newline at end of i18n files * Add OpenWith translations without changing the file encoding
9 lines
503 B
Plaintext
9 lines
503 B
Plaintext
[CustomMessages]
|
|
AddContextMenuFiles=Agregar la acción "Abrir con %1" al menú contextual de archivo del Explorador de Windows
|
|
AddContextMenuFolders=Agregar la acción "Abrir con %1" al menú contextual de directorio del Explorador de Windows
|
|
AssociateWithFiles=Registrar %1 como editor para tipos de archivo admitidos
|
|
AddToPath=Agregar a PATH (disponible después de reiniciar)
|
|
RunAfter=Ejecutar %1 después de la instalación
|
|
Other=Otros:
|
|
SourceFile=Archivo de origen %1
|
|
OpenWithCodeContextMenu=Abrir con %1 |