Localisation update

pull/148/head
parent 554f78cfa3
commit 55b413e012
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -109,3 +109,9 @@ msgstr ""
msgid "Intel i810/i830/i915/945G/G965+, except GMA 3600" msgid "Intel i810/i830/i915/945G/G965+, except GMA 3600"
msgstr "" msgstr ""
msgid "NVIDIA 340xx driver and utilities"
msgstr ""
msgid "NVIDIA Open 575xx driver and utilities"
msgstr ""

@ -110,3 +110,11 @@ msgstr "Пакет с драйвером и утилитами NVIDIA 575xx"
msgid "Intel i810/i830/i915/945G/G965+, except GMA 3600" msgid "Intel i810/i830/i915/945G/G965+, except GMA 3600"
msgstr "" msgstr ""
"Intel i810/i830/i915/945G/G965+, кроме GMA 3600" "Intel i810/i830/i915/945G/G965+, кроме GMA 3600"
msgid "NVIDIA 340xx driver and utilities"
msgstr ""
"Драйвер и утилиты NVIDIA 340xx"
msgid "NVIDIA Open 575xx driver and utilities"
msgstr ""
"Драйвер и утилиты NVIDIA Open 575xx"

@ -365,7 +365,7 @@ void yon_proprietary_local_get(main_window *widgets){
target->package = current[2]; target->package = current[2];
target->kernel = current[0]; target->kernel = current[0];
target->devices = current_size>5?current[5]:NULL; target->devices = current_size>5?current[5]:NULL;
target->description = current[4]; target->description = _(current[4]);
target->module_installed = yon_packages_check_installed(current[1]); target->module_installed = yon_packages_check_installed(current[1]);
target->package_installed = yon_packages_check_installed(current[2]); target->package_installed = yon_packages_check_installed(current[2]);
target->module_exist = yon_packages_check_exist(current[1]); target->module_exist = yon_packages_check_exist(current[1]);

@ -146,7 +146,7 @@ typedef struct{
typedef char* string; typedef char* string;
__attribute__((unused)) static \ __attribute__((unused)) static \
string version_application = "2.22"; string version_application;
#define _(String) gettext(String) #define _(String) gettext(String)

Loading…
Cancel
Save