msi: Add Lithuanian translation.
This commit is contained in:
parent
555184fea1
commit
a66dc8f981
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* Lithuanian resources for MSI
|
||||
*
|
||||
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
|
||||
*
|
||||
* 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)
|
Loading…
Reference in New Issue