Tr.rc 2.54 KB
Newer Older
1 2 3
/*
 * Clock (Turkish resources)
 *
4
 * Copyright 2006 Fatih Ac <fatih.asici@gmail.com>
5 6 7 8 9 10 11 12 13 14 15 16 17
 *
 * 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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
 */

LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

MAIN_MENU MENU 
{
 POPUP "&zellikler" {
  MENUITEM "Ana&log", IDM_ANALOG
  MENUITEM "Sa&ysal", IDM_DIGITAL
  MENUITEM SEPARATOR
  MENUITEM "&Yaz Tipi...", IDM_FONT
  MENUITEM SEPARATOR
  MENUITEM "&Balk ubuunu Kaldr", IDM_NOTITLE
  MENUITEM SEPARATOR
  MENUITEM "&Saniyeler", IDM_SECONDS
  MENUITEM "&Tarih", IDM_DATE
  MENUITEM SEPARATOR
  MENUITEM "&Her zaman stte", IDM_ONTOP
 }
 POPUP "B&ilgi" {
  MENUITEM "&Lisans...", IDM_LICENSE
  MENUITEM "&GARANT YOK...", IDM_NOWARRANTY
  MENUITEM "&Saat Hakknda...", IDM_ABOUT
 }
}

STRINGTABLE DISCARDABLE
{
IDS_CLOCK, "Saat"
}
49 50 51 52 53

STRINGTABLE DISCARDABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
{
IDS_LICENSE_CAPTION,            "LSANS"
IDS_LICENSE,
54
"This program is free software; you can redistribute it and/or \
55 56 57
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.\n\
58
This program is distributed in the hope that it will be useful, \
59 60 61 62
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.\n\
You should have received a copy of the GNU Lesser General Public \
63
License along with this program; if not, write to the Free Software \
64 65 66 67
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"

IDS_WARRANTY_CAPTION, "GARANTSZDR"
IDS_WARRANTY,
68
"This program is distributed in the hope that it will be useful, \
69 70 71 72
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."
}