Sync with trunk r63343.
[reactos.git] / dll / win32 / jscript / lang / jscript_Tr.rc
1 /*
2 * Copyright: 2014 Erdem Ersoy (eersoy93) (erdemersoy@live.com)
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
20
21 STRINGTABLE
22 {
23 IDS_TO_PRIMITIVE "Nesneyi ilk türe dönüştürürken yanlışlık oldu."
24 IDS_INVALID_CALL_ARG "Geçersiz yordam çağrısı ya da geçersiz değiştirgen."
25 IDS_CREATE_OBJ_ERROR "Öz devinim sunucusu nesne oluşturamadı."
26 IDS_NO_PROPERTY "Nesne bu husûsiyeti/yöntemi desteklemiyor."
27 IDS_ARG_NOT_OPT "Değiştirgen, isteğe bağlı değil."
28 IDS_SYNTAX_ERROR "Yazım yanlışlığı."
29 IDS_SEMICOLON """;"" bekleniyordu."
30 IDS_LBRACKET """("" bekleniyordu."
31 IDS_RBRACKET """)"" bekleniyordu."
32 IDS_UNTERMINATED_STR "Sonlandırılmamış dizgi değişmezi."
33 IDS_NOT_FUNC "İşleç bekleniyordu."
34 IDS_NOT_DATE """[nesne]"" bir zaman nesnesi değil."
35 IDS_NOT_NUM "Sayı bekleniyordu."
36 IDS_OBJECT_EXPECTED "Nesne bekleniyordu."
37 IDS_ILLEGAL_ASSIGN "Geçersiz atama."
38 IDS_UNDEFINED """|"" tanımlanmamış."
39 IDS_NOT_BOOL "Boolean nesnesi bekleniyordu."
40 IDS_JSCRIPT_EXPECTED "JScript nesnesi bekleniyordu."
41 IDS_REGEXP_SYNTAX_ERROR "Düzenli deyişte yazım yanlışlığı."
42 IDS_URI_INVALID_CHAR "Şifrelenmiş URI geçersiz damgalar içeriyor."
43 IDS_INVALID_LENGTH "Dizi büyüklüğü sonlu artı tam sayı olmalı."
44 IDS_ARRAY_EXPECTED "Dizi nesnesi bekleniyordu."
45 }