[SNDREC32]
[reactos.git] / reactos / base / applications / sndrec32 / lang / es-ES.rc
index 3b7c490..ec6e766 100644 (file)
@@ -13,7 +13,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
 BEGIN
     ICON IDI_SNDREC32, -1, 19, 14, 21, 20
     LTEXT "Grabadora de sonidos ReactOS, version 1.0", IDC_STATIC, 56, 16, 114, 8, SS_NOPREFIX
-    LTEXT "Copyright (C) 2009", IDC_STATIC, 55, 25, 114, 8
+    LTEXT "Copyright (C) 2009", IDC_STATIC, 56, 25, 114, 8
     DEFPUSHBUTTON "Aceptar", IDOK, 139, 54, 50, 14, WS_GROUP
 END
 
@@ -21,18 +21,43 @@ IDR_MENU1 MENU
 BEGIN
     POPUP "Archivo"
     BEGIN
-        MENUITEM "Nuevo", ID_NEW
+        MENUITEM "Nuevo", ID_FILE_NEW
         MENUITEM "Abrir...", ID_FILE_OPEN
         MENUITEM "Guardar", ID_FILE_SAVE, GRAYED
         MENUITEM "Guardar como...", ID_FILE_SAVEAS, GRAYED
+        MENUITEM "Restore...", ID_FILE_RESTORE, GRAYED
+        MENUITEM "Properties", ID_FILE_PROPERTIES
         MENUITEM SEPARATOR
-        MENUITEM "Salir", ID_EXIT
+        MENUITEM "Salir", ID_FILE_EXIT
+    END
+    POPUP "&Edit"
+    BEGIN
+        MENUITEM "&Copy", ID_EDIT_COPY
+        MENUITEM "&Paste Insert", ID_EDIT_PASTE, GRAYED
+        MENUITEM "Paste Mi&x", ID_EDIT_PASTEMIX, GRAYED
+        MENUITEM SEPARATOR
+        MENUITEM "&Insert File...", ID_EDIT_INSERTFILE
+        MENUITEM "&Mix with File...", ID_EDIT_MIXFILE
+        MENUITEM SEPARATOR
+        MENUITEM "Delete &Before Current Position",ID_EDIT_DELETEBEFORE, GRAYED
+        MENUITEM "Delete &After Current Position",ID_EDIT_DELETEAFTER, GRAYED
+        MENUITEM SEPARATOR
+        MENUITEM "A&udio Properties", ID_EDIT_AUDIOPROPS
+    END
+    POPUP "Effect&s"
+    BEGIN
+        MENUITEM "&Increase Volume (by 25%)", ID_EFFECTS_INCVOL
+        MENUITEM "&Decrease Volume", ID_EFFECTS_DECVOL
+        MENUITEM SEPARATOR
+        MENUITEM "&Increase Speed (by 100%)", ID_EFFECTS_INCSPD
+        MENUITEM "&Decrease Speed", ID_EFFECTS_DECSPD
+        MENUITEM SEPARATOR
+        MENUITEM "&Add Echo", ID_EFFECTS_ECHO
+        MENUITEM "&Reverse", ID_EFFECTS_REVERSE
     END
-    MENUITEM "todo1", 0
-    MENUITEM "todo2", 0
     POPUP "?"
     BEGIN
-        MENUITEM "Acerca de...", ID__ABOUT
+        MENUITEM "Acerca de...", ID_ABOUT
     END
 END