diff options
-rw-r--r-- | modules/devices/x86/processor.c | 2 | ||||
-rw-r--r-- | po/de.po | 7 | ||||
-rw-r--r-- | po/es.po | 7 | ||||
-rw-r--r-- | po/fr.po | 7 | ||||
-rw-r--r-- | po/hardinfo.pot | 8 | ||||
-rw-r--r-- | po/ru.po | 7 |
6 files changed, 32 insertions, 6 deletions
diff --git a/modules/devices/x86/processor.c b/modules/devices/x86/processor.c index 3e0a8026..622e1f92 100644 --- a/modules/devices/x86/processor.c +++ b/modules/devices/x86/processor.c @@ -148,7 +148,7 @@ static gchar *__cache_get_info_as_string(Processor *processor) for (cache_list = processor->cache; cache_list; cache_list = cache_list->next) { cache = (ProcessorCache *)cache_list->data; - result = h_strdup_cprintf("Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n", + result = h_strdup_cprintf(_("Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n"), result, cache->level, cache->type, @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-09 00:12-0500\n" +"POT-Creation-Date: 2017-07-09 10:39-0500\n" "PO-Revision-Date: 2016-06-10 12:11+0200\n" "Last-Translator: Alexander Münch <git@thehacker.biz>\n" "Language-Team: German\n" @@ -1512,6 +1512,11 @@ msgstr "" msgid "Cache information not available=\n" msgstr "" +#: modules//devices/x86/processor.c:151 modules//devices/x86_64/processor.c:151 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + #: modules//devices/x86/processor.c:816 modules//devices/x86_64/processor.c:816 msgid "Model Name" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hardinfo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-09 00:12-0500\n" +"POT-Creation-Date: 2017-07-09 10:39-0500\n" "PO-Revision-Date: 2013-02-18 17:11-0300\n" "Last-Translator: Fernando López <flopez@linti.unlp.edu.ar>\n" "Language-Team: Fernando López <soportelihuen@linti.unlp.edu.ar>\n" @@ -1524,6 +1524,11 @@ msgstr "" msgid "Cache information not available=\n" msgstr "" +#: modules//devices/x86/processor.c:151 modules//devices/x86_64/processor.c:151 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + #: modules//devices/x86/processor.c:816 modules//devices/x86_64/processor.c:816 msgid "Model Name" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: hardinfo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-09 00:12-0500\n" +"POT-Creation-Date: 2017-07-09 10:39-0500\n" "PO-Revision-Date: 2014-09-03\n" "Last-Translator: yolateng0 @olala22000\n" "Language-Team: LeFlood\n" @@ -1527,6 +1527,11 @@ msgstr "" msgid "Cache information not available=\n" msgstr "" +#: modules//devices/x86/processor.c:151 modules//devices/x86_64/processor.c:151 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + #: modules//devices/x86/processor.c:816 modules//devices/x86_64/processor.c:816 msgid "Model Name" msgstr "" diff --git a/po/hardinfo.pot b/po/hardinfo.pot index 951ee445..f7de5802 100644 --- a/po/hardinfo.pot +++ b/po/hardinfo.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-09 00:12-0500\n" +"POT-Creation-Date: 2017-07-09 10:39-0500\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" @@ -1427,6 +1427,12 @@ msgstr "" msgid "Cache information not available=\n" msgstr "" +#: modules//devices/x86/processor.c:151 +#: modules//devices/x86_64/processor.c:151 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + #: modules//devices/x86/processor.c:816 #: modules//devices/x86_64/processor.c:816 msgid "Model Name" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: hardinfo puppy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-09 00:12-0500\n" +"POT-Creation-Date: 2017-07-09 10:39-0500\n" "PO-Revision-Date: \n" "Last-Translator: Sergey Rodin <rodin.s@rambler.ru>\n" "Language-Team: \n" @@ -1565,6 +1565,11 @@ msgstr "" msgid "Cache information not available=\n" msgstr "Информация о кэше недоступна=\n" +#: modules//devices/x86/processor.c:151 modules//devices/x86_64/processor.c:151 +#, c-format +msgid "Level %d (%s)=%d-way set-associative, %d sets, %dKB size\n" +msgstr "" + #: modules//devices/x86/processor.c:816 modules//devices/x86_64/processor.c:816 msgid "Model Name" msgstr "Название" |