diff --git a/.gitignore b/.gitignore index 7d66fd4..5cd7c6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # ignore pyc files (if any) *.pyc _build -.po~ -.doctree +*.mo +*.po~ +*.doctree diff --git a/.gitmodules b/.gitmodules index 53c3c00..0ddf611 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "linfiniti-sphinx-theme"] path = linfiniti-sphinx-theme - url = git@github.com:capooti/linfiniti-sphinx-theme.git + url = git@github.com:timlinux/linfiniti-sphinx-theme.git diff --git a/build.sh b/build.sh index c58832c..949aab8 100755 --- a/build.sh +++ b/build.sh @@ -4,6 +4,7 @@ rm -rf _build/ msgfmt source/translated/it/index.po -o source/translated/it/LC_MESSAGES/index.mo msgfmt source/translated/it/introduction.po -o source/translated/it/LC_MESSAGES/introduction.mo msgfmt source/translated/it/getting_started.po -o source/translated/it/LC_MESSAGES/getting_started.mo +msgfmt source/translated/it/features_at_a_glance.po -o source/translated/it/LC_MESSAGES/features_at_a_glance.mo # build html sphinx-build -b html -a -Dlanguage=en source _build/html/en sphinx-build -b html -a -Dlanguage=it source _build/html/it diff --git a/linfiniti-sphinx-theme b/linfiniti-sphinx-theme index b483523..25f6d3e 160000 --- a/linfiniti-sphinx-theme +++ b/linfiniti-sphinx-theme @@ -1 +1 @@ -Subproject commit b483523d50646b35a954506931b10c07b2be23bd +Subproject commit 25f6d3ee71031e26f700326e7d66189d5fa423e3 diff --git a/make.bat b/make.bat old mode 100644 new mode 100755 diff --git a/source/translated/it/LC_MESSAGES/getting_started.mo b/source/translated/it/LC_MESSAGES/getting_started.mo index f7985c0..149e685 100644 Binary files a/source/translated/it/LC_MESSAGES/getting_started.mo and b/source/translated/it/LC_MESSAGES/getting_started.mo differ diff --git a/source/translated/it/LC_MESSAGES/introduction.mo b/source/translated/it/LC_MESSAGES/introduction.mo index b6d551e..242e399 100644 Binary files a/source/translated/it/LC_MESSAGES/introduction.mo and b/source/translated/it/LC_MESSAGES/introduction.mo differ diff --git a/source/translated/it/features_at_a_glance.po b/source/translated/it/features_at_a_glance.po new file mode 100644 index 0000000..8cd380c --- /dev/null +++ b/source/translated/it/features_at_a_glance.po @@ -0,0 +1,58 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2012, aavv +# This file is distributed under the same license as the QGIS Documentation package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: QGIS Documentation 1.8\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-12 16:02\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../features_at_a_glance.rst:14 +# 1354311fbf3b41ac8be734c72ea4d984 +msgid "Features at a Glance" +msgstr "" + +#: ../../features_at_a_glance.rst:16 +# 37172d8511294d28afa26449582e9a54 +msgid "After a first and simple sample session in :ref:`Section 2 ` we now want to give you a more detailed overview of the features of QGIS. Most features presented in the following chapters will be explained and described in own sections later in the manual." +msgstr "" + +#: ../../features_at_a_glance.rst:22 +# 86ffc0c5eb4b4aa0b46a81fe3b6dbe19 +msgid "Starting and Stopping QGIS" +msgstr "" + +#: ../../features_at_a_glance.rst:24 +# b4d09af3547c481ba81340b7d0483c0d +msgid "In :ref:`Section 2.3 ` you already learned how to start QGIS. We will repeat this here and you will see that QGIS also provides further command line options." +msgstr "" + +#: ../../features_at_a_glance.rst:28 +# cbac1019821741158008b3d1a3b249c7 +msgid "|nix| Assuming that QGIS is installed in the PATH, you can start QGIS by typing: qgis at a command prompt or by double clicking on the QGIS application link (or shortcut) on the desktop or in the application menu." +msgstr "" + +#: ../../features_at_a_glance.rst:31 +# 8ca3fb9131ec4bc3b48f8ba5a7e4197b +msgid "|win| Start QGIS using the Start menu or desktop shortcut, or double click on a QGIS project file." +msgstr "" + +#: ../../features_at_a_glance.rst:33 +# fdf3ecf0edc94468a60056dce72d4e46 +msgid "|osx| Double click the icon in your Applications folder. If you need to start QGIS in a shell, run /path-to-installation-executable/Contents/MacOS/Qgis." +msgstr "" + +#: ../../features_at_a_glance.rst:36 +# 292dddc4cf364eff8922f974a36ceaa7 +msgid "To stop QGIS, click the menu options {|nix| |win| |osx|} Quit, or use the shortcut Ctrl+Q" +msgstr "" + diff --git a/source/translated/pot/features_at_a_glance.pot b/source/translated/pot/features_at_a_glance.pot new file mode 100644 index 0000000..8cd380c --- /dev/null +++ b/source/translated/pot/features_at_a_glance.pot @@ -0,0 +1,58 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2012, aavv +# This file is distributed under the same license as the QGIS Documentation package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: QGIS Documentation 1.8\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-12 16:02\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../features_at_a_glance.rst:14 +# 1354311fbf3b41ac8be734c72ea4d984 +msgid "Features at a Glance" +msgstr "" + +#: ../../features_at_a_glance.rst:16 +# 37172d8511294d28afa26449582e9a54 +msgid "After a first and simple sample session in :ref:`Section 2 ` we now want to give you a more detailed overview of the features of QGIS. Most features presented in the following chapters will be explained and described in own sections later in the manual." +msgstr "" + +#: ../../features_at_a_glance.rst:22 +# 86ffc0c5eb4b4aa0b46a81fe3b6dbe19 +msgid "Starting and Stopping QGIS" +msgstr "" + +#: ../../features_at_a_glance.rst:24 +# b4d09af3547c481ba81340b7d0483c0d +msgid "In :ref:`Section 2.3 ` you already learned how to start QGIS. We will repeat this here and you will see that QGIS also provides further command line options." +msgstr "" + +#: ../../features_at_a_glance.rst:28 +# cbac1019821741158008b3d1a3b249c7 +msgid "|nix| Assuming that QGIS is installed in the PATH, you can start QGIS by typing: qgis at a command prompt or by double clicking on the QGIS application link (or shortcut) on the desktop or in the application menu." +msgstr "" + +#: ../../features_at_a_glance.rst:31 +# 8ca3fb9131ec4bc3b48f8ba5a7e4197b +msgid "|win| Start QGIS using the Start menu or desktop shortcut, or double click on a QGIS project file." +msgstr "" + +#: ../../features_at_a_glance.rst:33 +# fdf3ecf0edc94468a60056dce72d4e46 +msgid "|osx| Double click the icon in your Applications folder. If you need to start QGIS in a shell, run /path-to-installation-executable/Contents/MacOS/Qgis." +msgstr "" + +#: ../../features_at_a_glance.rst:36 +# 292dddc4cf364eff8922f974a36ceaa7 +msgid "To stop QGIS, click the menu options {|nix| |win| |osx|} Quit, or use the shortcut Ctrl+Q" +msgstr "" +