|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | +# This file is distributed under the same license as the binary package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: binary\n" |
| 9 | +"Report-Msgid-Bugs-To: \n" |
| 10 | +"POT-Creation-Date: 2024-10-24 00:36+0100\n" |
| 11 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 12 | +"Last-Translator: Automatically generated\n" |
| 13 | +"Language-Team: none\n" |
| 14 | +"Language: hr\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " |
| 19 | +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" |
| 20 | + |
| 21 | +#: data/io.github.fizzyizzy05.binary.desktop.in:3 |
| 22 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:6 src/window.py:50 |
| 23 | +msgid "Binary" |
| 24 | +msgstr "" |
| 25 | + |
| 26 | +#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! |
| 27 | +#: data/io.github.fizzyizzy05.binary.desktop.in:10 |
| 28 | +msgid "binary;decimal;hexadecimal;base;convert;" |
| 29 | +msgstr "" |
| 30 | + |
| 31 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:7 |
| 32 | +msgid "Convert numbers between bases" |
| 33 | +msgstr "" |
| 34 | + |
| 35 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:9 |
| 36 | +msgid "" |
| 37 | +"A small and simple app used to convert between different hexadecimal and " |
| 38 | +"binary numbers" |
| 39 | +msgstr "" |
| 40 | + |
| 41 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:18 |
| 42 | +msgid "Binary window converting 101010 in binary to 42 in decimal" |
| 43 | +msgstr "" |
| 44 | + |
| 45 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:22 |
| 46 | +msgid "Binary window converting 1201 in decimal to 4B1 in hexadecimal" |
| 47 | +msgstr "" |
| 48 | + |
| 49 | +#: data/io.github.fizzyizzy05.binary.metainfo.xml.in:26 |
| 50 | +msgid "Binary window converting 17 in octal to F in hexadecimal" |
| 51 | +msgstr "" |
| 52 | + |
| 53 | +#: src/gtk/help-overlay.blp:11 |
| 54 | +msgctxt "shortcut window" |
| 55 | +msgid "General" |
| 56 | +msgstr "" |
| 57 | + |
| 58 | +#: src/gtk/help-overlay.blp:14 |
| 59 | +msgctxt "shortcut window" |
| 60 | +msgid "New Window" |
| 61 | +msgstr "" |
| 62 | + |
| 63 | +#: src/gtk/help-overlay.blp:19 |
| 64 | +msgctxt "shortcut window" |
| 65 | +msgid "Close Window" |
| 66 | +msgstr "" |
| 67 | + |
| 68 | +#: src/gtk/help-overlay.blp:24 |
| 69 | +msgctxt "shortcut window" |
| 70 | +msgid "Show Shortcuts" |
| 71 | +msgstr "" |
| 72 | + |
| 73 | +#: src/gtk/help-overlay.blp:29 |
| 74 | +msgctxt "shortcut window" |
| 75 | +msgid "Quit" |
| 76 | +msgstr "" |
| 77 | + |
| 78 | +#. Translators: Replace "translator-credits" with your names, one name per line |
| 79 | +#: src/main.py:65 |
| 80 | +msgid "translator-credits" |
| 81 | +msgstr "" |
| 82 | + |
| 83 | +#. Translators: this string is used to describe how many bits there are. |
| 84 | +#: src/window.py:47 |
| 85 | +msgid "bits" |
| 86 | +msgstr "" |
| 87 | + |
| 88 | +#: src/window.py:51 |
| 89 | +msgid "Octal" |
| 90 | +msgstr "" |
| 91 | + |
| 92 | +#: src/window.py:52 |
| 93 | +msgid "Decimal" |
| 94 | +msgstr "" |
| 95 | + |
| 96 | +#: src/window.py:53 |
| 97 | +msgid "Hexadecimal" |
| 98 | +msgstr "" |
| 99 | + |
| 100 | +#: src/window.py:54 |
| 101 | +msgid "Other" |
| 102 | +msgstr "" |
| 103 | + |
| 104 | +#: src/window.py:123 src/window.py:127 src/window.py:129 src/window.py:166 |
| 105 | +#: src/window.py:170 src/window.py:172 |
| 106 | +msgid "Invalid input" |
| 107 | +msgstr "" |
| 108 | + |
| 109 | +#: src/window.py:208 |
| 110 | +#, python-format |
| 111 | +msgid "%(in_count)d bit" |
| 112 | +msgid_plural "%(in_count)d bits" |
| 113 | +msgstr[0] "" |
| 114 | +msgstr[1] "" |
| 115 | + |
| 116 | +#: src/window.py:217 |
| 117 | +#, python-format |
| 118 | +msgid "%(out_count)d bit" |
| 119 | +msgid_plural "%(out_count)d bits" |
| 120 | +msgstr[0] "" |
| 121 | +msgstr[1] "" |
| 122 | + |
| 123 | +#: src/window.blp:21 |
| 124 | +msgid "Main Menu" |
| 125 | +msgstr "" |
| 126 | + |
| 127 | +#: src/window.blp:45 |
| 128 | +msgid "Input Base" |
| 129 | +msgstr "" |
| 130 | + |
| 131 | +#: src/window.blp:75 src/window.blp:136 |
| 132 | +msgid "Enter numbers" |
| 133 | +msgstr "" |
| 134 | + |
| 135 | +#: src/window.blp:80 src/window.blp:141 |
| 136 | +msgid "Enter numbers…" |
| 137 | +msgstr "" |
| 138 | + |
| 139 | +#: src/window.blp:106 |
| 140 | +msgid "Output Base" |
| 141 | +msgstr "" |
| 142 | + |
| 143 | +#: src/window.blp:180 |
| 144 | +msgid "New Window" |
| 145 | +msgstr "" |
| 146 | + |
| 147 | +#: src/window.blp:186 |
| 148 | +msgid "_Keyboard Shortcuts" |
| 149 | +msgstr "" |
| 150 | + |
| 151 | +#: src/window.blp:191 |
| 152 | +msgid "_About Binary" |
| 153 | +msgstr "" |
| 154 | + |
| 155 | +#: src/preferences.blp:5 |
| 156 | +msgid "Preferences" |
| 157 | +msgstr "" |
0 commit comments