mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
msi: Turkish translation.
This commit is contained in:
parent
b9bdd46715
commit
7fca8f6c72
2 changed files with 34 additions and 0 deletions
|
@ -37,6 +37,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "msi_Nl.rc"
|
||||
#include "msi_No.rc"
|
||||
#include "msi_Pt.rc"
|
||||
#include "msi_Tr.rc"
|
||||
|
||||
/* BINRES instadvert.bmp */
|
||||
0x1001 BITMAP instadvert.bmp
|
||||
|
|
33
dlls/msi/msi_Tr.rc
Normal file
33
dlls/msi/msi_Tr.rc
Normal file
|
@ -0,0 +1,33 @@
|
|||
/*
|
||||
* Turkish resources for MSI
|
||||
*
|
||||
* Copyright 2006 Fatih Aþýcý
|
||||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
5 "%s yolu bulunamadý"
|
||||
9 "%s nolu diski yerleþtirin"
|
||||
10 "bozuk parametreler"
|
||||
11 "%s öðesini içeren dizini girin"
|
||||
12 "eksik özellik için kurulum kaynaðý"
|
||||
13 "eksik özellik için að sürücüsü"
|
||||
14 "özellik buradan:"
|
||||
15 "%s öðesini içeren dizini seçin"
|
||||
}
|
Loading…
Reference in a new issue