Module: wine
Branch: master
Commit: 09849ed929723be9190e2d341fb7769e7c28d1da
URL: http://source.winehq.org/git/wine.git/?a=commit;h=09849ed929723be9190e2d341…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Thu Nov 25 21:58:56 2010 +0100
clock: Add the Hindi translation.
Translation by Rajesh Ranjan.
---
programs/clock/Hi.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
programs/clock/Makefile.in | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/programs/clock/Hi.rc b/programs/clock/Hi.rc
new file mode 100644
index 0000000..5753134
--- /dev/null
+++ b/programs/clock/Hi.rc
@@ -0,0 +1,51 @@
+/*
+ * Copyright 1998 Marcel Baur <mbaur(a)g26.ethz.ch>
+ * Copyright 2002 Sylvain Petreolle <spetreolle(a)yahoo.fr>
+ * Copyright 2010 Rajesh Ranjan
+ * Michael Stefaniuc
+ *
+ * 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
+ */
+
+#include "clock_res.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_HINDI, SUBLANG_NEUTRAL
+
+MAIN_MENU MENU
+{
+ POPUP "सूचना (&o)" {
+ MENUITEM "एनालॉग (&l)", IDM_ANALOG
+ MENUITEM "डिज़िटल (&t)", IDM_DIGITAL
+ MENUITEM SEPARATOR
+ MENUITEM "फ़ॉन्ट (&F)...", IDM_FONT
+ MENUITEM SEPARATOR
+ MENUITEM "बिना शीर्षकपट्टी के (&W)", IDM_NOTITLE
+ MENUITEM SEPARATOR
+ MENUITEM "सेकेंड (&S)", IDM_SECONDS
+ MENUITEM "दिनांक (&D)", IDM_DATE
+ MENUITEM SEPARATOR
+ MENUITEM "हमेशा शीर्ष पर (&A)", IDM_ONTOP
+ }
+ POPUP "सूचना (&o)" {
+ MENUITEM "क्लॉक के बारे में (&A)...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+ IDS_CLOCK, "क्लॉक"
+}
diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in
index f77c831..757b304 100644
--- a/programs/clock/Makefile.in
+++ b/programs/clock/Makefile.in
@@ -17,6 +17,7 @@ RC_SRCS = \
Fi.rc \
Fr.rc \
He.rc \
+ Hi.rc \
Hu.rc \
It.rc \
Ja.rc \
Module: wine
Branch: master
Commit: 78a1df139ee2cd41c04d1cd8c1f04df0361639a5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=78a1df139ee2cd41c04d1cd8c…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Nov 25 10:28:05 2010 -0800
winepath: Add a manpage.
---
.gitignore | 1 +
programs/winepath/Makefile.in | 12 ++++++++++++
programs/winepath/winepath.man.in | 32 ++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 783294d..c2b88f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -279,6 +279,7 @@ programs/winedbg/debug.yy.c
programs/winedbg/winedbg.man
programs/winefile/winefile.man
programs/winemine/winemine.man
+programs/winepath/winepath.man
programs/winetest/*_test.exe
programs/winetest/*_test.rc
programs/winetest/build.nfo
diff --git a/programs/winepath/Makefile.in b/programs/winepath/Makefile.in
index e90e9ea..dd3d013 100644
--- a/programs/winepath/Makefile.in
+++ b/programs/winepath/Makefile.in
@@ -4,4 +4,16 @@ APPMODE = -mconsole -municode
C_SRCS = winepath.c
+MANPAGES = winepath.man
+
@MAKE_PROG_RULES@
+
+all: $(MANPAGES)
+
+install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
+ $(INSTALL_DATA) winepath.man $(DESTDIR)$(mandir)/man$(prog_manext)/winepath.$(prog_manext)
+
+@WOW64_DISABLE@ install install-lib:: install-man-pages
+
+uninstall::
+ $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winepath.$(prog_manext)
diff --git a/programs/winepath/winepath.man.in b/programs/winepath/winepath.man.in
new file mode 100644
index 0000000..c27b7ee
--- /dev/null
+++ b/programs/winepath/winepath.man.in
@@ -0,0 +1,32 @@
+.TH WINEPATH 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
+.SH NAME
+winepath \- Tool to convert Unix paths to/from Win32 paths
+.SH SYNOPSIS
+.BR "winepath "\fIoption\fR " \fI{path}\fR"
+.SH DESCRIPTION
+.B winepath
+is a tool to convert a Unix path to/from a Win32 (short/long) path.
+compatible with its Microsoft Windows counterpart.
+
+If more than one option is given then the input paths are output in
+all formats specified, in the order long, short, Unix, Windows.
+If no option is given the default output is Unix format.
+.SH OPTIONS
+.IP \-u,\ \-\-unix
+converts a Windows path to a Unix path.
+.IP \-w,\ \\-\-windows
+converts a Unix path to a long Windows path.
+.IP \-l,\ \\-\-long
+converts the short Windows path of an existing file or directory to the long
+format.
+.IP \-s,\ \\-\-short
+converts the long Windows path of an existing file or directory to the short
+format.
+.IP \-0
+separate output with \\0 character, instead of a newline.
+.IP \-h,\ \\-\-help
+shows winepath help message and exit.
+.IP \-v,\ \\-\-version
+shows version information and exit.
+.SH "SEE ALSO"
+.BR wine (1)