Changeset 190:d121f86c0b09 for src
- Timestamp:
- 05/17/12 17:57:33 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/i18n.py
r186 r190 239 239 "allowed to take your entrance exam.") 240 240 self.add("login_failconn", 241 "Failed to connect to the MAVA website.") 242 self.add("login_failconn_sec", "Try again in a few minutes.") 241 "Failed to communicate with the MAVA website.") 242 self.add("login_failconn_sec", 243 "Try again in a few minutes. If it does not help, " 244 "see the debug log for details.") 243 245 244 246 self.add("button_next", "_Next") … … 937 939 "arról, hogy végrehajthatod-e az ellenőrző repülést.") 938 940 self.add("login_failconn", 939 "Nem sikerült kapcsolódni a MAVA honlaphoz.") 940 self.add("login_failconn_sec", "Próbáld meg pár perc múlva.") 941 "Nem sikerült kommunikálni a MAVA honlappal.") 942 self.add("login_failconn_sec", 943 "Próbáld meg pár perc múlva. Ha az nem segít, " 944 "részletesebb információt találsz a debug naplóban.") 941 945 942 946 self.add("button_next", "_Előre")
Note:
See TracChangeset
for help on using the changeset viewer.