Changeset 5156
- Timestamp:
- Jun 13, 2017, 11:25:57 AM (4 years ago)
- Location:
- lliurex-connect/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-connect/trunk/fuentes/lliurex-connect/usr/share/lliurex-connect/splash.py
r5140 r5156 59 59 row = Gtk.ListBoxRow() 60 60 hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=50) 61 label = Gtk.Label( "Do not show this message", xalign=0)61 label = Gtk.Label(_("Show this message"), xalign=0) 62 62 check = Gtk.CheckButton() 63 63 check.set_active(self.active) -
lliurex-connect/trunk/fuentes/lliurex-po/lliurex-connect/ca_ES@valencia.po
r5155 r5156 103 103 msgid "Help Screen" 104 104 msgstr "Pantalla d'ajuda" 105 106 #: 107 msgid "Show this message" 108 msgstr "Mostreu aquest missatge" -
lliurex-connect/trunk/fuentes/lliurex-po/lliurex-connect/es.po
r5155 r5156 102 102 msgid "Help Screen" 103 103 msgstr "Pantalla de ayuda" 104 105 #: 106 msgid "Show this message" 107 msgstr "Muestra este mensaje"
Note: See TracChangeset
for help on using the changeset viewer.