This is an automated email from the git hooks/post-receive script. transifex pushed a commit to branch master in repository thunar-plugins/thunar-vcs-plugin.
commit e7179cd79cdff6289287a363357d85d9b9c745bf Author: Michal Várady <[email protected]> Date: Sat Feb 21 06:30:33 2015 +0100 I18n: Update translation cs (100%). 320 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/). --- po/cs.po | 144 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 93 insertions(+), 51 deletions(-) diff --git a/po/cs.po b/po/cs.po index 791b257..2502c48 100644 --- a/po/cs.po +++ b/po/cs.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Michal Várady <[email protected]>, 2015 msgid "" msgstr "" "Project-Id-Version: Thunar Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-03 20:11+0200\n" -"PO-Revision-Date: 2013-11-19 16:28+0000\n" -"Last-Translator: Nick <[email protected]>\n" -"Language-Team: Czech (http://www.transifex.com/projects/p/xfce/language/cs/)\n" +"POT-Creation-Date: 2015-02-17 00:30+0100\n" +"PO-Revision-Date: 2015-02-21 01:23+0000\n" +"Last-Translator: Michal Várady <[email protected]>\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/thunar-plugins/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -96,7 +97,8 @@ msgstr "Zapsat (commit)" #: ../thunar-vcs-plugin/tvp-git-action.c:273 #: ../thunar-vcs-plugin/tvp-svn-action.c:332 -#: ../tvp-git-helper/tgh-log-dialog.c:153 ../tvp-svn-helper/main.c:279 +#: ../tvp-git-helper/tgh-log-dialog.c:153 +#: ../tvp-git-helper/tgh-status-dialog.c:97 ../tvp-svn-helper/main.c:279 #: ../tvp-svn-helper/tsh-commit.c:241 ../tvp-svn-helper/tsh-commit.c:254 msgid "Commit" msgstr "Zapsat (commit)" @@ -108,6 +110,7 @@ msgstr "Rozdíl (diff)" #: ../thunar-vcs-plugin/tvp-git-action.c:274 #: ../thunar-vcs-plugin/tvp-svn-action.c:347 ../tvp-svn-helper/main.c:291 +#: ../tvp-svn-helper/tsh-diff.c:218 ../tvp-svn-helper/tsh-diff-dialog.c:137 msgid "Diff" msgstr "Rozdíl (diff)" @@ -459,7 +462,6 @@ msgstr "Hloubka:" #. Translators: svn recursion depth infotmation #. * Exclude should not apear client side -#. #: ../thunar-vcs-plugin/tvp-svn-property-page.c:305 #: ../tvp-svn-helper/tsh-common.c:594 msgid "Exclude" @@ -467,7 +469,6 @@ msgstr "Nezahrnout" #. Translators: svn recursion depth infotmation #. * Empty depth means only this file/direcotry is checked out -#. #: ../thunar-vcs-plugin/tvp-svn-property-page.c:311 msgid "Empty" msgstr "Prázdná" @@ -475,7 +476,6 @@ msgstr "Prázdná" #. Translators: svn recursion depth infotmation #. * Files depth means this file/direcotry and all of it's files are checked #. out -#. #: ../thunar-vcs-plugin/tvp-svn-property-page.c:317 msgid "Files" msgstr "Soubory" @@ -483,14 +483,14 @@ msgstr "Soubory" #. Translators: svn recursion depth infotmation #. * Immediates depth means this file/direcotry and all of it's files and #. subdirectories are checked out -#. +#. Translators: svn recursion selection +#. * Immediates means this file/direcotry and the subdirectories are shown #. Translators: svn recursion selection #. * Immediates means this file/direcotry and the subdirectories are updated -#. #. Translators: svn recursion selection #. * Immediates means this file/direcotry and the subdirectories are shown -#. #: ../thunar-vcs-plugin/tvp-svn-property-page.c:323 +#: ../tvp-svn-helper/tsh-diff-dialog.c:179 #: ../tvp-svn-helper/tsh-properties-dialog.c:226 #: ../tvp-svn-helper/tsh-status-dialog.c:199 msgid "Immediates" @@ -499,7 +499,6 @@ msgstr "Tento soubor nebo adresář a v něm obsažené soubury a adresáře" #. Translators: svn recursion depth infotmation #. * Infinity depth means this file/direcotry is checked out with full #. recursion -#. #: ../thunar-vcs-plugin/tvp-svn-property-page.c:329 msgid "Infinity" msgstr "Nekonečná" @@ -610,6 +609,10 @@ msgstr "Autor" msgid "Date" msgstr "Datum" +#: ../tvp-git-helper/tgh-branch-dialog.c:110 +msgid "Active" +msgstr "Aktivní" + #: ../tvp-git-helper/tgh-branch-dialog.c:116 #: ../tvp-git-helper/tgh-stash-dialog.c:161 #: ../tvp-svn-helper/tsh-properties-dialog.c:125 @@ -677,6 +680,13 @@ msgstr "nesledovaný" msgid "Path" msgstr "Cesta" +#: ../tvp-git-helper/tgh-file-selection-dialog.c:99 +#: ../tvp-git-helper/tgh-status-dialog.c:109 +#: ../tvp-svn-helper/tsh-log-message-dialog.c:92 +#: ../tvp-svn-helper/tsh-status-dialog.c:123 +msgid "State" +msgstr "Stav" + #: ../tvp-git-helper/tgh-file-selection-dialog.c:114 #: ../tvp-svn-helper/tsh-file-selection-dialog.c:144 msgid "Select/Unselect all" @@ -1274,6 +1284,65 @@ msgstr "Smazat místní kopii" msgid "Delete Message" msgstr "Smazat zprávu" +#: ../tvp-svn-helper/tsh-diff.c:190 +msgid "Diff failed" +msgstr "Operace porovnání rozdílů se nezdařila" + +#. Translators: svn recursion selection +#. * Self means only this file/direcotry is shown +#. Translators: svn recursion selection +#. * Self means only this file/direcotry is updated +#. Translators: svn recursion selection +#. * Self means only this file/direcotry is shown +#: ../tvp-svn-helper/tsh-diff-dialog.c:161 +#: ../tvp-svn-helper/tsh-properties-dialog.c:206 +#: ../tvp-svn-helper/tsh-status-dialog.c:181 +msgid "Self" +msgstr "Pouze tato položka" + +#. Translators: svn recursion selection +#. * Immediate files means this file/direcotry and the files it contains are +#. shown +#. Translators: svn recursion selection +#. * Immediate files means this file/direcotry and the files it contains are +#. updated +#. Translators: svn recursion selection +#. * Immediate files means this file/direcotry and the files it contains are +#. shown +#: ../tvp-svn-helper/tsh-diff-dialog.c:170 +#: ../tvp-svn-helper/tsh-properties-dialog.c:217 +#: ../tvp-svn-helper/tsh-status-dialog.c:190 +msgid "Immediate files" +msgstr "Tento soubor nebo adresář a soubory v něm obsažené" + +#. Translators: svn recursion selection +#. * Recursive means the list is full recursive +#. Translators: svn recursion selection +#. * Recursive means the update is full recursive +#. Translators: svn recursion selection +#. * Recursive means the list is full recursive +#: ../tvp-svn-helper/tsh-diff-dialog.c:188 +#: ../tvp-svn-helper/tsh-properties-dialog.c:235 +#: ../tvp-svn-helper/tsh-status-dialog.c:208 +msgid "Recursive" +msgstr "Rekurzivně" + +#: ../tvp-svn-helper/tsh-diff-dialog.c:203 +msgid "Notice ancestry" +msgstr "Všímat si rozdílů oproti předchozím verzím" + +#: ../tvp-svn-helper/tsh-diff-dialog.c:207 +msgid "Do not show differences for deleted files" +msgstr "Nezobrazovat rozdíly u smazaných souborů" + +#: ../tvp-svn-helper/tsh-diff-dialog.c:212 +msgid "Show copies as additions" +msgstr "Zobrazit kopie jako přidání" + +#: ../tvp-svn-helper/tsh-diff-dialog.c:369 +msgid "Loading..." +msgstr "Načítání..." + #: ../tvp-svn-helper/tsh-file-dialog.c:59 msgid "_Certificate:" msgstr "_Certifikát:" @@ -1320,10 +1389,6 @@ msgstr "_Heslo" msgid "Login" msgstr "Přihlásit se" -#: ../tvp-svn-helper/tsh-log-message-dialog.c:92 -msgid "State" -msgstr "Stav" - #: ../tvp-svn-helper/tsh-log-message-dialog.c:117 msgid "Log Message" msgstr "Zpráva záznamu" @@ -1353,41 +1418,6 @@ msgstr "Vlastnosti selhaly" msgid "Value" msgstr "Hodnota" -#. Translators: svn recursion selection -#. * Self means only this file/direcotry is updated -#. -#. Translators: svn recursion selection -#. * Self means only this file/direcotry is shown -#. -#: ../tvp-svn-helper/tsh-properties-dialog.c:206 -#: ../tvp-svn-helper/tsh-status-dialog.c:181 -msgid "Self" -msgstr "Pouze tato položka" - -#. Translators: svn recursion selection -#. * Immediate files means this file/direcotry and the files it contains are -#. updated -#. -#. Translators: svn recursion selection -#. * Immediate files means this file/direcotry and the files it contains are -#. shown -#. -#: ../tvp-svn-helper/tsh-properties-dialog.c:217 -#: ../tvp-svn-helper/tsh-status-dialog.c:190 -msgid "Immediate files" -msgstr "Tento soubor nebo adresář a soubory v něm obsažené" - -#. Translators: svn recursion selection -#. * Recursive means the update is full recursive -#. -#. Translators: svn recursion selection -#. * Recursive means the list is full recursive -#. -#: ../tvp-svn-helper/tsh-properties-dialog.c:235 -#: ../tvp-svn-helper/tsh-status-dialog.c:208 -msgid "Recursive" -msgstr "Rekurzivně" - #: ../tvp-svn-helper/tsh-relocate.c:78 msgid "Relocate failed" msgstr "Přemisťování se nezdařilo" @@ -1412,6 +1442,18 @@ msgstr "_Do:" msgid "Status failed" msgstr "Stav selhal" +#: ../tvp-svn-helper/tsh-status-dialog.c:129 +msgid "Prop state" +msgstr "Stav vlastností" + +#: ../tvp-svn-helper/tsh-status-dialog.c:135 +msgid "Repo state" +msgstr "Stav repozitáře" + +#: ../tvp-svn-helper/tsh-status-dialog.c:141 +msgid "Repo prop state" +msgstr "Stav vlastností repozitáře" + #: ../tvp-svn-helper/tsh-status-dialog.c:223 msgid "Show Unmodified Files" msgstr "Zobrazit nepozměněné soubory" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
