Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Spanish strings for sprint19 #2589

Merged
merged 1 commit into from
Jan 17, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/nls/es/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ define({

// Edit menu commands
"EDIT_MENU" : "Edición",
"CMD_UNDO" : "Deshacer",
"CMD_REDO" : "Rehacer",
"CMD_CUT" : "Cortar",
"CMD_COPY" : "Copiar",
"CMD_PASTE" : "Pegar",
"CMD_SELECT_ALL" : "Seleccionar todo",
"CMD_SELECT_LINE" : "Seleccionar línea",
"CMD_FIND" : "Buscar",
Expand Down Expand Up @@ -211,6 +216,7 @@ define({
"CMD_QUICK_OPEN" : "Apertura rápida",
"CMD_GOTO_LINE" : "Ir a línea",
"CMD_GOTO_DEFINITION" : "Ir a definición",
"CMD_JSLINT_FIRST_ERROR" : "Ir al primer error de JSLint",
"CMD_TOGGLE_QUICK_EDIT" : "Edición rápida",
"CMD_QUICK_EDIT_PREV_MATCH" : "Coincidencia anterior",
"CMD_QUICK_EDIT_NEXT_MATCH" : "Coincidencia siguiente",
Expand Down