Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Compress.py
diff options
context:
space:
mode:
Diffstat (limited to 'Compress.py')
-rw-r--r--Compress.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/Compress.py b/Compress.py
index 7d555aa..f4145f7 100644
--- a/Compress.py
+++ b/Compress.py
@@ -26,12 +26,11 @@ from sugar.graphics.toolbarbox import ToolbarBox
from gettext import gettext as _ # Traduccion
import utils
from utils import Boton
-Abrir = Boton(_("Abrir"), "Abrir")
-Arriba = Boton(_('Arriba'), 'up')
-Home = Boton(_('Directorio Zip'), 'gtk-home')
-#open_from_journal = Boton(_("Open from journal"),"open-from-journal")
-Add = Boton(_('AƱadir archivo'), "add")
-save = Boton(_('Guardar archivo:'))
+Abrir = Boton(_("Open"), "Abrir")
+Arriba = Boton(_('Up'), 'up')
+Home = Boton(_('Zip directory'), 'gtk-home')
+Add = Boton(_('Add file'), "add")
+save = Boton(_('Save file:'))
newdirectory = Boton(_('New directory'),'nuevodirectorio')
Barra = ToolbarBox()
from CompressCanvas import Canvas_box as PyApp