summaryrefslogtreecommitdiffstats
path: root/l10n/he.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-07-10 00:18:05 +0000
committerNextcloud bot <bot@nextcloud.com>2017-07-10 00:18:05 +0000
commitce407cf7d0f0e96845e127fbf03c01f591be5803 (patch)
treeb19113f2ef2b9d125064d382e73b59f235f57a3c /l10n/he.json
parente09a146941a3341db421181c4253d61469848610 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/he.json')
-rw-r--r--l10n/he.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/l10n/he.json b/l10n/he.json
index d3a3c8df7..e0f72a9ca 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -18,7 +18,6 @@
"Certificate error: Couldn't use specified cipher." : "שגיאת תעודת אימות: לא ניתן היה להשתמש במקודד הנתון.",
"Certificate error: Peer certificate cannot be authenticated with known CA certificates." : "שגיאת תעודת אימות: תעודת גישה אינה ניתנת לאימות באמצעות תעודות CA מוכרות.",
"Certificate error: Requested FTP SSL level failed." : "שגיאת תעודת אימות: בקשת רמת FTP SSL נכשלה.",
- "Certificate error: Initiating the SSL Engine failed." : "שגיאת תעודת אימות: הנעת מנוע ה- SSL נכשלה.",
"Certificate error: Problem with reading the SSL CA cert (path? access rights?)" : "שגיאת תעודת אימות: בעייה בקריאת את אימות ה- SSL CA (נתיב? הרשאות גישה?)",
"Certificate error: Issuer check failed" : "שגיאת תעודת אימות: בדיקת מנפיק נכשלה.",
"Unknown SSL certificate error!" : "שגיאת תעודת אימות SSL לא ידועה!",
class="s2"> from top level directory of git repository" exit 1 fi # Make sure stdout is in blocking mode. If we don't, then conda create will barf during downloads. # See https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-348435959 for details. python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);' echo "--- Create tarball ---" autoreconf -ivf ./configure make dist echo "--- Create self-extractor ---" ./makeself/build-x86_64-static.sh echo "--- Create checksums ---" GIT_TAG=$(git tag --points-at) if [ "${GIT_TAG}" != "" ]; then ln -s netdata-latest.gz.run "netdata-${GIT_TAG}.gz.run" ln -s netdata-*.tar.gz "netdata-${GIT_TAG}.tar.gz" sha256sum -b "netdata-${GIT_TAG}.gz.run" "netdata-${GIT_TAG}.tar.gz" >"sha256sums.txt" else sha256sum -b ./*.tar.gz ./*.gz.run >"sha256sums.txt" fi echo "checksums:" cat sha256sums.txt