- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
29
pd-0.44-2/po/pd_dynamic_strings.tcl
Normal file
29
pd-0.44-2/po/pd_dynamic_strings.tcl
Normal file
|
@ -0,0 +1,29 @@
|
|||
# These are strings that are passed from C to Tcl but the msgcat
|
||||
# procedure call '[_ $string]' is on the Tcl side, so that the
|
||||
# automatic parsing done by xgettext doesn't pick them up as strings
|
||||
# to be localized. Therefore we just list them here to make xgettext
|
||||
# happy.
|
||||
#
|
||||
# If these are changed in the src/*.c files, then need to be
|
||||
# manually updated here.
|
||||
|
||||
puts [_ "Do you want to save the changes you made in '%s'?"]
|
||||
puts [_ "Discard changes to '%s'?"]
|
||||
|
||||
puts [_ "Undo clear"]
|
||||
puts [_ "Undo connect"]
|
||||
puts [_ "Undo cut"]
|
||||
puts [_ "Undo disconnect"]
|
||||
puts [_ "Undo duplicate"]
|
||||
puts [_ "Undo motion"]
|
||||
puts [_ "Undo paste"]
|
||||
puts [_ "Undo typing"]
|
||||
|
||||
puts [_ "Redo clear"]
|
||||
puts [_ "Redo connect"]
|
||||
puts [_ "Redo cut"]
|
||||
puts [_ "Redo disconnect"]
|
||||
puts [_ "Redo duplicate"]
|
||||
puts [_ "Redo motion"]
|
||||
puts [_ "Redo paste"]
|
||||
puts [_ "Redo typing"]
|
Loading…
Add table
Add a link
Reference in a new issue