From a66dc8f981c55a059c4d100fdcbc7b290179b613 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aurimas=20Fi=C5=A1eras?= Date: Sun, 21 Jun 2009 10:14:40 +0300 Subject: [PATCH] msi: Add Lithuanian translation. --- dlls/msi/msi.rc | 1 + dlls/msi/msi_Lt.rc | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 dlls/msi/msi_Lt.rc diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index ffcb0c19ca9..89d524c18e1 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -38,6 +38,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "msi_Hu.rc" #include "msi_It.rc" #include "msi_Ko.rc" +#include "msi_Lt.rc" #include "msi_Nl.rc" #include "msi_No.rc" #include "msi_Pl.rc" diff --git a/dlls/msi/msi_Lt.rc b/dlls/msi/msi_Lt.rc new file mode 100644 index 00000000000..769d2c08b8f --- /dev/null +++ b/dlls/msi/msi_Lt.rc @@ -0,0 +1,39 @@ +/* + * Lithuanian resources for MSI + * + * Copyright 2009 Aurimas Fišeras + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +/* UTF-8 */ +#pragma code_page(65001) + +LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL + +STRINGTABLE DISCARDABLE +{ + 4 "Nepavyko atverti nurodyto diegimo paketo. Patikrinkite failo kelią ir mėginkite dar kartą." + 5 "kelias %s nerastas" + 9 "įdėkite diską %s" + 10 "blogi parametrai" + 11 "įveskite aplanką, kuris turi %s" + 12 "trūksta diegimo šaltinio komponentui" + 13 "trūksta tinklo disko komponentui" + 14 "komponentas iš:" + 15 "parinkite aplanką, kuris turi %s" +} + +#pragma code_page(default) -- 2.11.4.GIT