The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 4f2094625880d35743bef01325a912be285e3fe7
Author: Kornel Benko <[email protected]>
Date:   Mon Oct 15 17:55:09 2012 +0200

    * sk.po

diff --git a/po/sk.po b/po/sk.po
index f91a764..1dda47c 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LyX-2.1\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2012-10-10 22:32+0200\n"
+"POT-Creation-Date: 2012-10-15 17:08+0200\n"
 "PO-Revision-Date: 2012-10-09 12:48+0200\n"
 "Last-Translator: Kornel Benko <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -4011,9 +4011,9 @@ msgstr "Zálohovať originálne dokumenty pri uložení"
 msgid "&Backup documents, every"
 msgstr "Zá&lohovať dokumenty, každých"
 
-#: src/frontends/qt4/ui/PrefUi.ui:198
+#: src/frontends/qt4/ui/PrefUi.ui:199
 msgid "minutes"
-msgstr "min."
+msgstr "minút"
 
 #: src/frontends/qt4/ui/PrefUi.ui:218
 msgid "&Save documents compressed by default"
@@ -19281,7 +19281,7 @@ msgstr "`inset-forall' prerušené lebo počet akcií 
je väčší ako %1$d"
 #: src/BufferView.cpp:1841
 #, c-format
 msgid "Applied \"%1$s\" to %2$d insets"
-msgstr "Použité \"%1$s\" pri %2$d vložkách"
+msgstr "Aplikované \"%1$s\" na %2$d vložkách"
 
 #: src/BufferView.cpp:1849
 msgid "Branch name"
@@ -21760,11 +21760,13 @@ msgstr "Príkaz bez spracovávania"
 msgid "Command disabled"
 msgstr "Príkaz blokovaný"
 
-#: src/frontends/qt4/GuiApplication.cpp:1083
-msgid "Command not allowed without any visible document in the active window"
-msgstr ""
-"Príkaz nie je povolený pokiaľ nie je viditeľný aspoň jeden dokument v "
-"aktívnom okne"
+#: src/frontends/qt4/GuiApplication.cpp:1095
+msgid "Command not allowed without a buffer open"
+msgstr "Príkaz nie je povolený pokiaľ nie je otvorený aspoň jeden 
zásobník"
+
+#: src/frontends/qt4/GuiApplication.cpp:1102
+msgid "the <LFUN-COMMAND> argument of buffer-forall is not valid"
+msgstr "argument pre <LFUN-COMMAND> buffer-forall je neplatný"
 
 #: src/frontends/qt4/GuiApplication.cpp:1243
 msgid "Running configure..."
@@ -21824,31 +21826,10 @@ msgstr ""
 "Nepodarilo sa nastaviť farbu \"%1$s\" - alebo nie je definovaná alebo sa "
 "nedá predefinovať"
 
-#: src/frontends/qt4/GuiApplication.cpp:1611
-msgid ""
-"Applied the following command to all visible buffers in the active window: "
-msgstr ""
-"Nasledujúci príkaz bol použitý na všetky viditeľné zásobníky v 
aktívnom "
-"okne: "
-
-#: src/frontends/qt4/GuiApplication.cpp:1627
-msgid ""
-"Applied the following command to all visible and hidden buffers in the "
-"active window: "
-msgstr ""
-"Nasledujúci príkaz bol použitý na všetky viditeľné a skryté 
zásobníky v "
-"aktívnom okne: "
-
-#: src/frontends/qt4/GuiApplication.cpp:1635
-msgid ""
-"Applied the following command to all hidden buffers in the active window: "
-msgstr ""
-"Nasledujúci príkaz bol použitý na všetky skryté zásobníky v aktívnom 
okne: "
-
-#: src/frontends/qt4/GuiApplication.cpp:1626
+#: src/frontends/qt4/GuiApplication.cpp:1691
 #, c-format
-msgid "%1$s%2$s"
-msgstr "%1$s, %2$s"
+msgid "Applied \"%1$s\" to %2$d buffer(s)"
+msgstr "Aplikované \"%1$s\" na %2$d zásobníkoch"
 
 #: src/frontends/qt4/GuiApplication.cpp:1636
 #, c-format
@@ -26223,6 +26204,35 @@ msgstr ""
 msgid "Unknown user"
 msgstr "Neznámy používateľ"
 
+#~ msgid ""
+#~ "Command not allowed without any visible document in the active window"
+#~ msgstr ""
+#~ "Príkaz nie je povolený pokiaľ nie je viditeľný aspoň jeden dokument 
v "
+#~ "aktívnom okne"
+
+#~ msgid ""
+#~ "Applied the following command to all visible buffers in the active "
+#~ "window: "
+#~ msgstr ""
+#~ "Nasledujúci príkaz bol použitý na všetky viditeľné zásobníky v 
aktívnom "
+#~ "okne: "
+
+#~ msgid ""
+#~ "Applied the following command to all visible and hidden buffers in the "
+#~ "active window: "
+#~ msgstr ""
+#~ "Nasledujúci príkaz bol použitý na všetky viditeľné a skryté 
zásobníky v "
+#~ "aktívnom okne: "
+
+#~ msgid ""
+#~ "Applied the following command to all hidden buffers in the active window: "
+#~ msgstr ""
+#~ "Nasledujúci príkaz bol použitý na všetky skryté zásobníky v 
aktívnom "
+#~ "okne: "
+
+#~ msgid "%1$s%2$s"
+#~ msgstr "%1$s, %2$s"
+
 #~ msgid " (unknown)"
 #~ msgstr " (neznáme)"
 

commit 794e306c2ef856561ba3fdfc5c6c3334f3194769
Author: Kornel Benko <[email protected]>
Date:   Mon Oct 15 17:53:17 2012 +0200

    Cmake build:
    Use ISO 8601 format for LYX_DATE, this makes it translated

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d917a8b..00fe870 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -265,9 +265,11 @@ if (LYX_LOCALVERSIONING)
                  set(LYX_REVISION_VERSION 
"${LYX_PATCH_VERSION}-${tmp_REVISION_VERSION}git")
                endif()
                # Override the value from configure.ac, if possible
-               EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} "log" "-1" 
"--format=%cd"
+               EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} "log" "-1" 
"--format=%ci"
                        WORKING_DIRECTORY "${TOP_SRC_DIR}"
-                       OUTPUT_VARIABLE LYX_DATE 
OUTPUT_STRIP_TRAILING_WHITESPACE)
+                       OUTPUT_VARIABLE LYX_DATEtmp 
OUTPUT_STRIP_TRAILING_WHITESPACE)
+
+               string(REGEX MATCH "([0-9]+-[0-9]+-[0-9]+)" LYX_DATE 
${LYX_DATEtmp})
        else()
                set(LYX_REVISION_VERSION git) #TODO use date
        endif()

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    6 +++-
 po/sk.po       |   76 +++++++++++++++++++++++++++++++------------------------
 2 files changed, 47 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to