Module: wine Branch: master Commit: b360582c95788bc751dc8db4e69048326ef3b846 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b360582c95788bc751dc8db4...
Author: Fatih Aşıcı fatih.asici@gmail.com Date: Mon Sep 25 18:36:10 2006 +0300
clock: Update Turkish resources.
---
programs/clock/Tr.rc | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/programs/clock/Tr.rc b/programs/clock/Tr.rc index 26132fd..b764a1c 100644 --- a/programs/clock/Tr.rc +++ b/programs/clock/Tr.rc @@ -1,7 +1,7 @@ /* * Clock (Turkish resources) * - * Copyright 2006 Fatih A��c� fasici@linux-sevenler.org + * Copyright 2006 Fatih A��c� fatih.asici@gmail.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -46,3 +46,27 @@ STRINGTABLE DISCARDABLE { IDS_CLOCK, "Saat" } + +STRINGTABLE DISCARDABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT +{ +IDS_LICENSE_CAPTION, "L�SANS" +IDS_LICENSE, +"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.\n\ +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.\n\ +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" + +IDS_WARRANTY_CAPTION, "GARANT�S�ZD�R" +IDS_WARRANTY, +"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." +}