Changeset 4136 for lliurex-store/trunk/fuentes
- Timestamp:
- Apr 7, 2017, 10:32:49 AM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-po/lliurex-store/es.po
r4135 r4136 104 104 msgstr "Mis aplicaciones" 105 105 106 #: ../lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/SearchBox.py:80 107 msgid "All" 108 msgstr "Todas" 109 106 110 msgid "Development" 107 111 msgstr "Desarrollo" -
lliurex-store/trunk/fuentes/lliurex-po/lliurex-store/lliurex-store.pot
r4134 r4136 104 104 msgstr "" 105 105 106 #: ../lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/SearchBox.py:80 107 msgid "All" 108 msgstr "" 109 106 110 msgid "Development" 107 111 msgstr "" -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/SearchBox.py
r4134 r4136 78 78 79 79 found_categories=list(sorted(found_categories)) 80 found_categories.insert(0, "All")80 found_categories.insert(0,_("All")) 81 81 82 82 counter=0
Note: See TracChangeset
for help on using the changeset viewer.