Mercurial > hgbook
annotate es/undo-simple.dot @ 740:8b73656f95c9
Update file location in po files
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Tue, 17 Mar 2009 10:47:54 +0800 |
parents | 0aa96b0ffb65 |
children |
rev | line source |
---|---|
424
57a6e7535371
Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff
changeset
|
1 digraph undo_simple { |
57a6e7535371
Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff
changeset
|
2 "primer cambio" -> "segundo cambio"; |
436
0aa96b0ffb65
Spanish version able to generate pdf and html
Igor TAmara <igor@tamarapatino.org>
parents:
424
diff
changeset
|
3 "segundo cambio" -> "reversar\nsegundo cambio"; |
424
57a6e7535371
Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff
changeset
|
4 } |