1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Helge Kreutzmann <debian@helgefjell.de>
# This file is distributed under the same license as the linuxinfo package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: linuxinfo 4.2.3\n"
"Report-Msgid-Bugs-To: Helge Kreutzmann <debian@helgefjell.de>\n"
"POT-Creation-Date: 2026-03-07 19:19+0100\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: linuxinfo.c:57
msgid "Unknown"
msgstr ""
#: linuxinfo.c:57
msgid "One"
msgstr ""
#: linuxinfo.c:57
msgid "Two"
msgstr ""
#: linuxinfo.c:57
msgid "Three"
msgstr ""
#: linuxinfo.c:57
msgid "Four"
msgstr ""
#: linuxinfo.c:57
msgid "Five"
msgstr ""
#: linuxinfo.c:57
msgid "Six"
msgstr ""
#: linuxinfo.c:57
msgid "Seven"
msgstr ""
#: linuxinfo.c:57
msgid "Eight"
msgstr ""
#: linuxinfo.c:57
msgid "Nine"
msgstr ""
#: linuxinfo.c:57
msgid "Ten"
msgstr ""
#: linuxinfo.c:57
msgid "Eleven"
msgstr ""
#: linuxinfo.c:57
msgid "Twelve"
msgstr ""
#: linuxinfo.c:81
#, c-format
msgid " -h print this help\n"
msgstr ""
#: linuxinfo.c:82
#, c-format
msgid " -v print linuxinfo version\n"
msgstr ""
#: linuxinfo.c:89
#, c-format
msgid "Unsupported option or file %s not found.\n"
msgstr ""
#: linuxinfo.c:98
#, c-format
msgid "Could not open %s.\n"
msgstr ""
#: linuxinfo.c:124
#, c-format
msgid "processor"
msgid_plural "processors"
msgstr[0] ""
msgstr[1] ""
#: linuxinfo.c:127
#, c-format
msgid ", %s total bogomips, %sM RAM\n"
msgstr ""
#: linuxinfo.c:134
#, c-format
msgid "System library %s\n"
msgstr ""
#: linuxinfo_common.c:148
#, c-format
msgid "Could not stat /proc/meminfo, result can be inaccurate\n"
msgstr ""
#: linuxinfo_common.c:238
#, c-format
msgid "PCRE2 compilation failed at offset %d: %s\n"
msgstr ""
#: linuxinfo_common.c:274
#, c-format
msgid "Matching error %d\n"
msgstr ""
|