~ubuntu-branches/ubuntu/precise/wine/precise

« back to all changes in this revision

Viewing changes to programs/notepad/Es.rc

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-06-17 10:22:39 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617102239-s8olx8ehtsdejmhz
Tags: 1.0.0-1ubuntu1
* New upstream release
  - First stable release of Wine
* Change to 1.0.0 versioning scheme since Wine will make a 1.0.1
* Remove dh_installchangelogs since the upstream changelog was removed
  - It is now available online at winehq.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  MENUITEM "&Buscar...",            CMD_HELP_SEARCH
62
62
  MENUITEM "A&yuda sobre la ayuda", CMD_HELP_ON_HELP
63
63
  MENUITEM SEPARATOR
64
 
  MENUITEM "&About Notepad...", CMD_HELP_ABOUT_NOTEPAD
 
64
  MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
65
65
 }
66
66
}
67
67
 
109
109
 
110
110
STRING_TOOLARGE,                "El archivo '%s' es demasiado grande para el \
111
111
                                 bloc de notas.\n Use otro editor."
112
 
STRING_NOTEXT,                  "No escribi� nada. \nPor favor escriba algo e \
 
112
STRING_NOTEXT,                  "No escribi� nada.\nPor favor escriba algo e \
113
113
                                 int�ntelo de nuevo"
114
114
STRING_DOESNOTEXIST,            "El archivo '%s'\nno existe\n\n �Desea crear \
115
115
                                 un nuevo archivo?"
117
117
                                 �Desea guardar los cambios?"
118
118
STRING_NOTFOUND,                "No se encontr� '%s'."
119
119
STRING_OUT_OF_MEMORY,           "No hay suficiente memoria para terminar esta \
120
 
                                 tarea. \nCierre una o m�s aplicaciones para \
121
 
                                 aumentar la cantidad \nde memoria libre."
 
120
                                 tarea.\nCierre una o m�s aplicaciones para \
 
121
                                 aumentar la cantidad\nde memoria libre."
122
122
 
123
123
}