From 5ae81f0f0ebd5ee6129e5a84db1aa4c7464f168a Mon Sep 17 00:00:00 2001 From: "Anton V. Boyarshinov" Date: Tue, 14 Feb 2012 17:17:20 +0400 Subject: [PATCH] russian layouts for 'touch' and 'fullscrean' added --- data/layouts/fullscale/Makefile.am | 1 + data/layouts/fullscale/ru.xml.in | 140 ++++++++++++++++++++++++++++ data/layouts/touch/Makefile.am | 3 +- data/layouts/touch/ru.xml.in | 104 +++++++++++++++++++++ 4 files changed, 247 insertions(+), 1 deletions(-) create mode 100644 data/layouts/fullscale/ru.xml.in create mode 100644 data/layouts/touch/ru.xml.in diff --git a/data/layouts/fullscale/Makefile.am b/data/layouts/fullscale/Makefile.am index c560f7b..a524118 100644 --- a/data/layouts/fullscale/Makefile.am +++ b/data/layouts/fullscale/Makefile.am @@ -1,5 +1,6 @@ fullscalelayoutsdir = $(datadir)/caribou/layouts/fullscale fullscalelayouts_in_files =\ + ru.xml.in \ us.xml.in fullscalelayouts_DATA = $(fullscalelayouts_in_files:.xml.in=.xml) diff --git a/data/layouts/fullscale/ru.xml.in b/data/layouts/fullscale/ru.xml.in new file mode 100644 index 0000000..1264d84 --- /dev/null +++ b/data/layouts/fullscale/ru.xml.in @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/layouts/touch/Makefile.am b/data/layouts/touch/Makefile.am index a3389d8..2afd0d1 100644 --- a/data/layouts/touch/Makefile.am +++ b/data/layouts/touch/Makefile.am @@ -2,6 +2,7 @@ touchlayoutsdir = $(datadir)/caribou/layouts/touch touchlayouts_in_files =\ ara.xml.in \ il.xml.in \ + ru.xml.in \ us.xml.in touchlayouts_DATA = $(touchlayouts_in_files:.xml.in=.xml) @@ -17,4 +18,4 @@ common_files = \ EXTRA_DIST = $(touchlayouts_in_files) $(common_files) -CLEANFILES = $(touchlayouts_DATA) $(touchlayouts_in_files:.xml.in=.xsl) \ No newline at end of file +CLEANFILES = $(touchlayouts_DATA) $(touchlayouts_in_files:.xml.in=.xsl) diff --git a/data/layouts/touch/ru.xml.in b/data/layouts/touch/ru.xml.in new file mode 100644 index 0000000..1be99a2 --- /dev/null +++ b/data/layouts/touch/ru.xml.in @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.5.4