# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/hitori/issues\n"
"POT-Creation-Date: 2025-12-10 14:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Translators: the name of the application as it appears in a software center
#: data/org.gnome.Hitori.desktop.in:2 data/org.gnome.Hitori.metainfo.xml.in:9
#: data/hitori.ui:68 src/main.c:114
msgid "Hitori"
msgstr ""

#. Translators: the brief summary of the application as it appears in a software center.
#: data/org.gnome.Hitori.desktop.in:3 data/org.gnome.Hitori.metainfo.xml.in:12
msgid "Play the Hitori puzzle game"
msgstr ""

#. Translators: Search terms to find this application. Do NOT translate or localise the semicolons! The list MUST also end with a semicolon!
#: data/org.gnome.Hitori.desktop.in:5
msgid "puzzle;game;logic;grid;"
msgstr ""

#. Translators: These are the application description paragraphs in the Metainfo file.
#: data/org.gnome.Hitori.metainfo.xml.in:16
msgid "Hitori is a logic game similar to the popular game of Sudoku."
msgstr ""

#: data/org.gnome.Hitori.metainfo.xml.in:17
msgid ""
"You play the game against the clock, aiming to eliminate all the duplicate "
"numbers in each row and column in the fastest time. Multiple sizes of game "
"board are supported, and you can place markers on cells to help work out the "
"solution. If you get stuck, the game can give you a hint."
msgstr ""

#: data/org.gnome.Hitori.metainfo.xml.in:42
msgid "Philip Withnall"
msgstr ""

#: data/help-overlay.ui:16
msgctxt "shortcut window"
msgid "Start a new game"
msgstr ""

#: data/help-overlay.ui:23
msgctxt "shortcut window"
msgid "Tag a cell"
msgstr ""

#: data/help-overlay.ui:30
msgctxt "shortcut window"
msgid "Undo your last move"
msgstr ""

#: data/help-overlay.ui:37
msgctxt "shortcut window"
msgid "Redo a move"
msgstr ""

#: data/help-overlay.ui:44
msgctxt "shortcut window"
msgid "Get a hint for your next move"
msgstr ""

#: data/help-overlay.ui:51
msgctxt "shortcut window"
msgid "Show Help"
msgstr ""

#: data/help-overlay.ui:58
msgctxt "shortcut window"
msgid "Show Keyboard Shortcuts"
msgstr ""

#: data/help-overlay.ui:65
msgctxt "shortcut window"
msgid "Quit"
msgstr ""

#: data/help-overlay.ui:72
msgctxt "shortcut window"
msgid "Toggle Menu"
msgstr ""

#: data/hitori.ui:9 src/main.c:318
msgid "_New Game"
msgstr ""

#: data/hitori.ui:12
msgid "Board _Size"
msgstr ""

#: data/hitori.ui:16
msgid "_5×5"
msgstr ""

#: data/hitori.ui:21
msgid "_6×6"
msgstr ""

#: data/hitori.ui:26
msgid "_7×7"
msgstr ""

#: data/hitori.ui:31
msgid "_8×8"
msgstr ""

#: data/hitori.ui:36
msgid "_9×9"
msgstr ""

#: data/hitori.ui:41
msgid "_10×10"
msgstr ""

#: data/hitori.ui:49
msgid "_Keyboard Shortcuts"
msgstr ""

#: data/hitori.ui:54
msgid "_Help"
msgstr ""

#: data/hitori.ui:58
msgid "_About Hitori"
msgstr ""

#: data/hitori.ui:84
msgid "Undo your last move"
msgstr ""

#: data/hitori.ui:105
msgid "Redo a move"
msgstr ""

#: data/hitori.ui:151
msgid "Get a hint for your next move"
msgstr ""

#: data/org.gnome.hitori.gschema.xml:6
msgid "Board size"
msgstr ""

#: data/org.gnome.hitori.gschema.xml:7
msgid "The size of the board, in cells."
msgstr ""

#: data/org.gnome.hitori.gschema.xml:11
msgid "Window maximized state"
msgstr ""

#: data/org.gnome.hitori.gschema.xml:12
msgid "Whether the window is maximized."
msgstr ""

#: data/org.gnome.hitori.gschema.xml:16
msgid "Window position"
msgstr ""

#: data/org.gnome.hitori.gschema.xml:17
msgid "Window position (x and y)."
msgstr ""

#: data/org.gnome.hitori.gschema.xml:21
msgid "Window size"
msgstr ""

#: data/org.gnome.hitori.gschema.xml:22
msgid "Window size (width and height)."
msgstr ""

#. Translators: This is a digit rendered in a cell on the game board.
#. * Translate it to your locale’s number system if you wish the game
#. * board to be rendered in those digits. Otherwise, leave the digits as
#. * Arabic numerals.
#: src/interface.c:201
msgctxt "Board cell"
msgid "1"
msgstr ""

#: src/interface.c:202
msgctxt "Board cell"
msgid "2"
msgstr ""

#: src/interface.c:203
msgctxt "Board cell"
msgid "3"
msgstr ""

#: src/interface.c:204
msgctxt "Board cell"
msgid "4"
msgstr ""

#: src/interface.c:205
msgctxt "Board cell"
msgid "5"
msgstr ""

#: src/interface.c:206
msgctxt "Board cell"
msgid "6"
msgstr ""

#: src/interface.c:207
msgctxt "Board cell"
msgid "7"
msgstr ""

#: src/interface.c:208
msgctxt "Board cell"
msgid "8"
msgstr ""

#: src/interface.c:209
msgctxt "Board cell"
msgid "9"
msgstr ""

#: src/interface.c:210
msgctxt "Board cell"
msgid "10"
msgstr ""

#: src/interface.c:211
msgctxt "Board cell"
msgid "11"
msgstr ""

#: src/interface.c:827
msgid "The help contents could not be displayed"
msgstr ""

#: src/interface.c:851
msgid "Copyright © 2007–2010 Philip Withnall"
msgstr ""

#: src/interface.c:852
msgid "A logic puzzle originally designed by Nikoli"
msgstr ""

#: src/interface.c:854
msgid "translator-credits"
msgstr ""

#: src/interface.c:858
msgid "Hitori Website"
msgstr ""

#: src/main.c:105
msgid "Enable debug mode"
msgstr ""

#. Translators: This means to choose a number as the "seed" for random number generation used when creating a board
#: src/main.c:107
msgid "Seed the board generation"
msgstr ""

#: src/main.c:112
msgid "- Play a game of Hitori"
msgstr ""

#: src/main.c:314
msgid "Do you want to stop the current game?"
msgstr ""

#: src/main.c:317
msgid "Keep _Playing"
msgstr ""

#. Translators: The first parameter is the number of minutes which have elapsed since the start of the game; the second parameter is
#. * the number of seconds.
#: src/rules.c:267
#, c-format
msgid "You’ve won in a time of %02u:%02u!"
msgstr ""

#: src/rules.c:272
msgid "_Quit"
msgstr ""

#: src/rules.c:273
msgid "_Play Again"
msgstr ""
