]> saetta.ns0.it Git - libgdaexgrid/commitdiff
Added translation.
authorAndrea Zagli <andrea.zagli@email.it>
Sat, 2 Jan 2016 15:02:04 +0000 (16:02 +0100)
committerAndrea Zagli <andrea.zagli@email.it>
Sat, 2 Jan 2016 15:02:04 +0000 (16:02 +0100)
Makefile.am
configure.ac
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/it.po [new file with mode: 0644]

index c90089cff8d84b21c811470ec3e03d25b0df2e53..a7f5ad789a81268aa6ee055a83d98c23e2597f2c 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = src tests
+SUBDIRS = po src tests
 
 ACLOCAL_AMFLAGS = -I m4
 
index 04b71330e38a26ac0e01579aa7647336c7725968..914d7927e9e59440205f8c9e4038284b1b1ed1e6 100644 (file)
@@ -29,6 +29,9 @@ AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
 AC_PROG_RANLIB
 
+GTK_DOC_CHECK(1.0)
+IT_PROG_INTLTOOL
+
 dnl ******************************
 dnl Translations
 dnl ******************************
@@ -94,6 +97,7 @@ AM_CONDITIONAL(PLATFORM_WIN32, [test $platform_win32 = yes])
 AC_CONFIG_FILES([
        libgdaexgrid.pc
        Makefile
+       po/Makefile.in
        src/Makefile
        tests/Makefile
 ])
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644 (file)
index 0000000..7d5856f
--- /dev/null
@@ -0,0 +1 @@
+it
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644 (file)
index 0000000..ccce806
--- /dev/null
@@ -0,0 +1,3 @@
+# List of source files which contain translatable strings.
+src/grid.c
+src/gridcolumn.c
diff --git a/po/it.po b/po/it.po
new file mode 100644 (file)
index 0000000..c125625
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,30 @@
+# libgdaexgrid italian translation
+# Copyright (C) 2015-2016 Andrea Zagli
+# This file is distributed under the same license as the libgdaexgrid package.
+# Andrea Zagli <azagli@libero.it>, 2015-2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libgdaexgrid 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-01-02 15:59+0100\n"
+"PO-Revision-Date: 2016-01-02 12:44+0200\n"
+"Last-Translator: Andrea Zagli <azagli@libero.it>\n"
+"Language-Team: Italian <tp@lists.linux.it>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../src/grid.c:712
+msgid "_Columns"
+msgstr "_Colonne"
+
+#: ../src/grid.c:786
+msgid "_Print..."
+msgstr "_Stampa..."
+
+#: ../src/grid.c:795
+msgid "_Export..."
+msgstr "_Esporta..."