summaryrefslogtreecommitdiffstats
path: root/l10n/cs_CZ.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-16 02:11:11 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-16 02:11:11 +0200
commitad665a3116fb866304cab3a3aa3fc0cabaefe2a4 (patch)
tree02881a287fb66c81448d86cfc87bee33b0aed1be /l10n/cs_CZ.php
parenta30aebb934bf35a58f08b3c9b196ecb4218fab56 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/cs_CZ.php')
-rw-r--r--l10n/cs_CZ.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index db11d0f45..b5cd3c72c 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -11,8 +11,6 @@
"Error updating feeds." => "Chyba při aktualizaci kanálů.",
"No file path was submitted." => "Neuvedena cesta k souboru.",
"An error occurred while parsing the file." => "Nastala chyba při zpracování souboru.",
-"Starred" => "S hvězdičkou",
-"New articles" => "Nové články",
"Feed loaded!" => "Kanály načteny.",
"Error moving feed into folder." => "Chyba při přesunu kanálu do adresáře",
"File doesn't exist:" => "Soubor neexistuje:",
@@ -57,6 +55,16 @@
"An error occurred" => "Nastala chyba",
"Nice! You have subscribed to " => "Dobře. Jste přihlášen k ",
"You had already subcribed to this feed!" => "Již jste přihlášen k tomuto kanálu.",
+"You don't have any feed in your reader." => "Nemáte žádné kanály ve Vaší čtečce.",
+"Address" => "Adresa",
+"Subscribe" => "Odebírat",
+"Import OPML" => "Importovat OPML",
+"Upload file from desktop" => "Odeslat soubor z plochy",
+"Upload" => "Odeslat",
+"Select file from ownCloud" => "Vybrat soubor z ownCloud",
+"Select" => "Vybrat",
+"Select file from <a href=\"#\" class=\"settings\" id=\"browselink\">local filesystem</a> or <a href=\"#\" class=\"settings\" id=\"cloudlink\">cloud</a>" => "Vyberte soubor z <a href=\"#\" class=\"settings\" id=\"browselink\">místního souborového systému</a>, nebo <a href=\"#\" class=\"settings\" id=\"cloudlink\">cloudu</a>",
+"Or..." => "Nebo...",
"Add feed or folder" => "Přidat kanál, či složku",
"Add Feed/Folder" => "Přidat Kanál/složku",
"Feed" => "Kanál",
@@ -68,9 +76,10 @@
"Add Subscription" => "Přidat odběr",
"Add new feed" => "Přidat nový kanál",
"Choose folder" => "Vybrat složku",
-"Address" => "Adresa",
"Add" => "Přidat",
+"New articles" => "Nové články",
"Mark all read" => "Označit vše jako přečtené",
+"Starred" => "S hvězdičkou",
"Mark as unimportant" => "Označit jako nedůležité",
"Mark as important" => "Označit jako důležité",
"by" => "od",
@@ -79,15 +88,6 @@
"Collapse" => "Svinout",
"Delete folder" => "Smazat složku",
"Rename folder" => "Přejmenovat složku",
-"You don't have any feed in your reader." => "Nemáte žádné kanály ve Vaší čtečce.",
-"Subscribe" => "Odebírat",
-"Import OPML" => "Importovat OPML",
-"Upload file from desktop" => "Odeslat soubor z plochy",
-"Upload" => "Odeslat",
-"Select file from ownCloud" => "Vybrat soubor z ownCloud",
-"Select" => "Vybrat",
-"Select file from <a href=\"#\" class=\"settings\" id=\"browselink\">local filesystem</a> or <a href=\"#\" class=\"settings\" id=\"cloudlink\">cloud</a>" => "Vyberte soubor z <a href=\"#\" class=\"settings\" id=\"browselink\">místního souborového systému</a>, nebo <a href=\"#\" class=\"settings\" id=\"cloudlink\">cloudu</a>",
-"Or..." => "Nebo...",
"Import feeds" => "Importovat kanály",
"Export feeds" => "Exportovat kanály",
"Download OPML" => "Stáhnout OPML",
ass="nv">LINUX_COMPILE_HOST=$KBUILD_BUILD_HOST fi UTS_VERSION="#$VERSION" CONFIG_FLAGS="" if [ -n "$SMP" ] ; then CONFIG_FLAGS="SMP"; fi if [ -n "$PREEMPT" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS PREEMPT"; fi if [ -n "$PREEMPT_RT" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS PREEMPT_RT"; fi # Truncate to maximum length UTS_LEN=64 UTS_VERSION="$(echo $UTS_VERSION $CONFIG_FLAGS $TIMESTAMP | cut -b -$UTS_LEN)" # Generate a temporary compile.h { echo /\* This file is auto generated, version $VERSION \*/ if [ -n "$CONFIG_FLAGS" ] ; then echo "/* $CONFIG_FLAGS */"; fi echo \#define UTS_MACHINE \"$ARCH\" echo \#define UTS_VERSION \"$UTS_VERSION\" printf '#define LINUX_COMPILE_BY "%s"\n' "$LINUX_COMPILE_BY" echo \#define LINUX_COMPILE_HOST \"$LINUX_COMPILE_HOST\" LD_VERSION=$($LD -v | head -n1 | sed 's/(compatible with [^)]*)//' \ | sed 's/[[:space:]]*$//') printf '#define LINUX_COMPILER "%s"\n' "$CC_VERSION, $LD_VERSION" } > .tmpcompile # Only replace the real compile.h if the new one is different, # in order to preserve the timestamp and avoid unnecessary # recompilations. # We don't consider the file changed if only the date/time changed. # A kernel config change will increase the generation number, thus # causing compile.h to be updated (including date/time) due to the # changed comment in the # first line. if [ -r $TARGET ] && \ grep -v 'UTS_VERSION' $TARGET > .tmpver.1 && \ grep -v 'UTS_VERSION' .tmpcompile > .tmpver.2 && \ cmp -s .tmpver.1 .tmpver.2; then rm -f .tmpcompile else vecho " UPD $TARGET" mv -f .tmpcompile $TARGET fi rm -f .tmpver.1 .tmpver.2