[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-04-28 00:43:29 -04:00
parent fd3028f657
commit f462ab5a7d
5 changed files with 14 additions and 11 deletions

View File

@ -62,6 +62,7 @@
"Undo" => "Desfacer", "Undo" => "Desfacer",
"Unknown Author" => "Autor desconocíu", "Unknown Author" => "Autor desconocíu",
"Edit" => "Editar", "Edit" => "Editar",
"guest" => "invitáu",
"Local" => "Llocal", "Local" => "Llocal",
"openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice ta instaláu nesti sirvidor", "openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice ta instaláu nesti sirvidor",
"External" => "Esternu", "External" => "Esternu",

View File

@ -4,13 +4,14 @@
# #
# Translators: # Translators:
# Iñigo Varela <ivarela@softastur.org>, 2014 # Iñigo Varela <ivarela@softastur.org>, 2014
# Arcipiescu <xandru.martino@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-15 00:43-0400\n" "POT-Creation-Date: 2014-04-28 00:43-0400\n"
"PO-Revision-Date: 2014-04-15 04:43+0000\n" "PO-Revision-Date: 2014-04-27 20:10+0000\n"
"Last-Translator: I Robot\n" "Last-Translator: Arcipiescu <xandru.martino@gmail.com>\n"
"Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -280,7 +281,7 @@ msgstr "Editar"
#: lib/db/member.php:32 #: lib/db/member.php:32
msgid "guest" msgid "guest"
msgstr "" msgstr "invitáu"
#: templates/admin.php:8 #: templates/admin.php:8
msgid "Local" msgid "Local"

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Format filter server is down or misconfigured" => "Server pro zpracování formátu je nedostupný nebo chybně nakonfigurovaný",
"Can't create document" => "Nelze vytvořit dokument", "Can't create document" => "Nelze vytvořit dokument",
"You don't have permission to rename this document" => "Nemáte oprávnění pro přejmenování tohoto souboru", "You don't have permission to rename this document" => "Nemáte oprávnění pro přejmenování tohoto souboru",
"Documents" => "Dokumenty", "Documents" => "Dokumenty",
@ -66,7 +67,7 @@
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice je nainstalováno na tomto serveru", "openOffice/libreOffice is installed on this server" => "openOffice/libreOffice je nainstalováno na tomto serveru",
"External" => "Externí", "External" => "Externí",
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice je nainstalováno na jiném serveru", "openOffice/libreOffice is installed on another server" => "openOffice/libreOffice je nainstalováno na jiném serveru",
"scheme://domain.tld[:port]" => "schéma://doména druhého řádu.doména prvního řádu[:port]", "scheme://domain.tld[:port]" => "schéma://doména.tld[:port]",
"Server URL" => "URL serveru", "Server URL" => "URL serveru",
"Apply" => "Použít", "Apply" => "Použít",
"New document" => "Nový dokument", "New document" => "Nový dokument",

View File

@ -13,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-25 00:43-0400\n" "POT-Creation-Date: 2014-04-28 00:43-0400\n"
"PO-Revision-Date: 2014-04-24 12:32+0000\n" "PO-Revision-Date: 2014-04-28 02:40+0000\n"
"Last-Translator: xmorave2 <josef.moravec@gmail.com>\n" "Last-Translator: pstast <petr@stastny.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,7 +25,7 @@ msgstr ""
#: ajax/admin.php:22 #: ajax/admin.php:22
msgid "Format filter server is down or misconfigured" msgid "Format filter server is down or misconfigured"
msgstr "" msgstr "Server pro zpracování formátu je nedostupný nebo chybně nakonfigurovaný"
#: ajax/documentController.php:43 #: ajax/documentController.php:43
msgid "Can't create document" msgid "Can't create document"
@ -305,7 +305,7 @@ msgstr "openOffice/libreOffice je nainstalováno na jiném serveru"
#: templates/admin.php:21 #: templates/admin.php:21
msgid "scheme://domain.tld[:port]" msgid "scheme://domain.tld[:port]"
msgstr "schéma://doména druhého řádu.doména prvního řádu[:port]" msgstr "schéma://doména.tld[:port]"
#: templates/admin.php:24 #: templates/admin.php:24
msgid "Server URL" msgid "Server URL"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud documents 5.0.0\n" "Project-Id-Version: ownCloud documents 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-27 00:43-0400\n" "POT-Creation-Date: 2014-04-28 00:43-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"