Added some lines for

This commit is contained in:
blorente 2016-02-25 23:41:27 +01:00
parent 6a48fbb3aa
commit ef8ed4b6ed
2 changed files with 7 additions and 1 deletions
app
locale
templates/play/level

View file

@ -348,7 +348,10 @@
tip_strong_opponents: "Even the strongest of opponents always has a weakness. - Itachi Uchiha"
tip_paper_and_pen: "Before you start coding, you can always plan with a sheet of paper and a pen."
tip_solve_then_write: "First, solve the problem. Then, write the code. - John Johnson"
tip_compiler_ignores_comments: "Sometimes I think that the compiler ignores my comments."
tip_understand_recursion: "The only way to understand recursion is to understand recursion."
tip_life_and_polymorphism: "Open Source is like a totally polymorphic heterogeneous structure: All types are welcome."
game_menu:
inventory_tab: "Inventory"
save_load_tab: "Save/Load"

View file

@ -88,3 +88,6 @@
strong.tip.rare(data-i18n='play_level.tip_free_your_mind') You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus
strong.tip.rare(data-i18n='play_level.tip_strong_opponents') Even the strongest of opponents always has a weakness. - Itachi Uchiha
strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.
strong.tip.rare(data-i18n='play_level.tip_compiler_ignores_comments') Sometimes I think that the compiler ignores my comments.
strong.tip.rare(data-i18n='play_level.tip_understand_recursion') The only way to understand recursion is to understand recursion.
strong.tip.rare(data-i18n='play_level.tip_open_source_and_polymorphism') Open Source projects are like totally polymorphic heterogeneous structures: All types are welcome.