Aurimas Fišeras : net: Add Lithuanian translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 29 09:17:39 CDT 2009


Module: wine
Branch: master
Commit: c2815da5ded3f06029d71fa09ce2ae71561756d0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c2815da5ded3f06029d71fa09ce2ae71561756d0

Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Sun Jun 28 14:10:00 2009 +0300

net: Add Lithuanian translation.

---

 programs/net/Lt.rc   |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 programs/net/rsrc.rc |    1 +
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/programs/net/Lt.rc b/programs/net/Lt.rc
new file mode 100644
index 0000000..76893ae
--- /dev/null
+++ b/programs/net/Lt.rc
@@ -0,0 +1,49 @@
+/*
+ * NET.EXE - Wine-compatible net program
+ * Lithuanian language support
+ *
+ * Copyright 2009 Aurimas Fišeras <aurimas at gmail.com>
+ *
+ * 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
+
+STRINGTABLE
+{
+    STRING_USAGE,             "Šios komandos sintaksė yra:\n\nNET [ HELP | START | STOP | USE ]\n"
+    STRING_START_USAGE,       "Nurodykite paleidžiamos tarnybos vardą.\n"
+    STRING_STOP_USAGE,        "Nurodykite stabdomos tarnybos vardą.\n"
+    STRING_STOP_DEP,          "Stabdoma priklausoma tarnyba: %s\n"
+    STRING_CANT_STOP,         "Nepavyko sustabdyti tarnybos %s\n"
+    STRING_NO_SCM,            "Nepavyko gauti tarnybos valdymo tvarkytuvės rodyklės.\n"
+    STRING_NO_SVCHANDLE,      "Nepavyko gauti tarnybos rodyklės.\n"
+    STRING_START_SVC,         "Tarnyba %s yra paleidžiama.\n"
+    STRING_START_SVC_SUCCESS, "Tarnyba %s sėkmingai paleista.\n"
+    STRING_START_SVC_FAIL,    "Tarnyba %s nepasileido.\n"
+    STRING_STOP_SVC,          "Tarnyba %s yra stabdoma.\n"
+    STRING_STOP_SVC_SUCCESS,  "Tarnyba %s sėkmingai sustabdyta.\n"
+    STRING_STOP_SVC_FAIL,     "Tarnyba %s nesustojo.\n"
+    STRING_HELP_USAGE, "Šios komandos sintaksė yra:\n\nNET HELP komanda\n    -arba-\nNET komanda /HELP\n\n"\
+                       "   Galimos komandos yra:\n   NET HELP    NET START    NET STOP    NET USE\n"
+    STRING_NO_ENTRIES, "Sąraše nėra elementų.\n"
+    STRING_USE_HEADER, "\nBūsena  Vietinė   Nutolusi\n---------------------------------------------------------------\n"
+    STRING_USE_ENTRY,  "%s      %S      %S      Atverti ištekliai: %lu\n"
+}
+
+#pragma code_page(default)
diff --git a/programs/net/rsrc.rc b/programs/net/rsrc.rc
index 231d7d9..3f39391 100644
--- a/programs/net/rsrc.rc
+++ b/programs/net/rsrc.rc
@@ -27,6 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #include "En.rc"
 #include "Fr.rc"
 #include "Ko.rc"
+#include "Lt.rc"
 #include "Nl.rc"
 #include "No.rc"
 #include "Pl.rc"




More information about the wine-cvs mailing list