From 792b37853de8d2828673c4faa37ed590a26e680d Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Aurimas=20Fi=C5=A1eras?= Date: Mon, 29 Jun 2009 20:24:10 +0300 Subject: view: Add Lithuanian translation --- programs/view/Lt.rc | 75 +++++++++++++++++++++++++++++++++++++++++++++++ programs/view/viewrc.rc | 1 + 2 files changed, 76 insertions(+), 0 deletions(-) create mode 100644 programs/view/Lt.rc diff --git a/programs/view/Lt.rc b/programs/view/Lt.rc new file mode 100644 index 0000000..cbce3bb --- /dev/null +++ b/programs/view/Lt.rc @@ -0,0 +1,75 @@ +/* + * View + * Lithuanian Language Support + * + * Copyright 2009 Aurimas Fišeras + * + * 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 + +/* + * + * Menu + * + */ + +VIEW MENU +BEGIN + POPUP "&Failas" + BEGIN + MENUITEM "&Atverti", IDM_OPEN + MENUITEM "Iš&eiti", IDM_EXIT + END + POPUP "&Perkelti" + BEGIN + MENUITEM "&Sutalpinti į langą", IDM_SET_EXT_TO_WIN + MENUITEM SEPARATOR + MENUITEM "&Dešinėn", IDM_LEFT + MENUITEM "&Kairėn", IDM_RIGHT + MENUITEM "&Žemyn", IDM_UP + MENUITEM "&Aukštyn", IDM_DOWN + END +END + + +/* + * + * Accelerator + * + */ + +VIEW ACCELERATORS +BEGIN + "Q", IDM_EXIT, VIRTKEY, CONTROL +END + + +/* + * + * String Table + * + */ + +STRINGTABLE DISCARDABLE +BEGIN + IDS_DESCRIPTION "Įprastinė metafailų žiūryklė" +END + +#pragma code_page(default) diff --git a/programs/view/viewrc.rc b/programs/view/viewrc.rc index 7b104fa..6217cf6 100644 --- a/programs/view/viewrc.rc +++ b/programs/view/viewrc.rc @@ -30,6 +30,7 @@ #include "It.rc" #include "Ja.rc" #include "Ko.rc" +#include "Lt.rc" #include "Nl.rc" #include "No.rc" #include "Pl.rc" -- 1.6.3.1