From 87bc0a50d606091125f1a4c0e9fd6ced490255e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aurimas=20Fi=C5=A1eras?= Date: Sun, 28 Jun 2009 13:14:06 +0300 Subject: [PATCH] write: Add Lithuanian translation. --- programs/write/{rsrc.rc => Lt.rc} | 28 +++++++++++----------------- programs/write/rsrc.rc | 1 + 2 files changed, 12 insertions(+), 17 deletions(-) copy programs/write/{rsrc.rc => Lt.rc} (68%) diff --git a/programs/write/rsrc.rc b/programs/write/Lt.rc similarity index 68% copy from programs/write/rsrc.rc copy to programs/write/Lt.rc index 6c22aa573cd..63182f9ef47 100644 --- a/programs/write/rsrc.rc +++ b/programs/write/Lt.rc @@ -1,5 +1,7 @@ /* - * Copyright 2007 Mikolaj Zalewski + * 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 @@ -16,22 +18,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +/* UTF-8 */ +#pragma code_page(65001) -#include "resources.h" +LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +STRINGTABLE +{ + IDS_FAILED, "Nepavyko paleisti Wordpad" +} -#include "De.rc" -#include "En.rc" -#include "Fr.rc" -#include "Ja.rc" -#include "Ko.rc" -#include "Nl.rc" -#include "No.rc" -#include "Pl.rc" -#include "Pt.rc" -#include "Ro.rc" -#include "Ru.rc" -#include "Si.rc" -#include "Sv.rc" +#pragma code_page(default) diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc index 6c22aa573cd..be1359de89e 100644 --- a/programs/write/rsrc.rc +++ b/programs/write/rsrc.rc @@ -27,6 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "Fr.rc" #include "Ja.rc" #include "Ko.rc" +#include "Lt.rc" #include "Nl.rc" #include "No.rc" #include "Pl.rc" -- 2.11.4.GIT