new game/toggle fullscreen buttons
[colorflood] / colorflood / src / colorflood.ts
index 7711989..0672e6c 100644 (file)
@@ -4,13 +4,13 @@
 <context>
     <name>Field</name>
     <message>
-        <location filename="field.cpp" line="268"/>
+        <location filename="field.cpp" line="262"/>
         <source>You won!</source>
         <extracomment>win message</extracomment>
         <translation type="unfinished">Вы победили!</translation>
     </message>
     <message>
-        <location filename="field.cpp" line="274"/>
+        <location filename="field.cpp" line="268"/>
         <source>You lost!</source>
         <extracomment>fail message</extracomment>
         <translation type="unfinished">Вы проиграли!</translation>
 <context>
     <name>Window</name>
     <message>
-        <location filename="window.cpp" line="73"/>
+        <location filename="window.cpp" line="52"/>
+        <source>Toggle fullscreen</source>
+        <translation type="unfinished">Полноэкранный режим</translation>
+    </message>
+    <message>
+        <location filename="window.cpp" line="54"/>
+        <source>New game</source>
+        <oldsource>New Game</oldsource>
+        <translation type="unfinished">Новая игра</translation>
+    </message>
+    <message>
+        <location filename="window.cpp" line="84"/>
         <source>&lt;font size=&quot;24&quot;&gt;Turns: %1/%2&lt;/font&gt;</source>
         <extracomment>number of turns</extracomment>
         <translation type="unfinished">&lt;font size=&quot;24&quot;&gt;Шагов: %1/%2&lt;/font&gt;</translation>