diff --git a/CHANGES.md b/CHANGES.md index ee305da4e..8e2253773 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 4.0.7 (Unreleased) +## 4.1.0 (2019-01-11) - Bugfix: MUC commands were being ignored - Bugfix: Multiple rooms shown active in the rooms list diff --git a/COPYRIGHT b/COPYRIGHT index 728f253cf..e64616531 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ * * An XMPP chat client that runs in the browser. * - * Version: 4.0.6 + * Version: 4.1.0 * * Copyright: JC Brand 2013-2018 * Except for 3rd party dependencies. diff --git a/Makefile b/Makefile index d00c56726..d0b8582cf 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ serve_bg: dev ######################################################################## ## Translation machinery -GETTEXT = xgettext --language="JavaScript" --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot dist/converse-no-dependencies.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=4.0.6 -c +GETTEXT = xgettext --language="JavaScript" --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot dist/converse-no-dependencies.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=4.1.0 -c .PHONY: pot pot: dist/converse-no-dependencies-es2015.js @@ -116,9 +116,9 @@ stamp-npm: $(LERNA) package.json package-lock.json src/headless/package.json clean: rm -rf node_modules stamp-npm rm dist/*.min.js - rm css/website.min.css - rm css/converse.min.css + rm css/*.min.css rm css/*.map + rm css/*.zip rm *.zip .PHONY: dev diff --git a/RELEASE.md b/RELEASE.md index 78fb4645d..2756a49a2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,15 @@ # Release checklist 1. Run `make check` to check that all tests pass. -2. Decide on a version number, e.g. 4.0.7 -3. Run `make release VERSION=4.0.7` +2. Decide on a version number, e.g. 5.0.0 +3. Run `make release VERSION=5.0.0` 4. Do a `git diff` to check if things look sane. 5. Do a quick manual test with the `dist` files (via `index.html`) -6. `git commit -am "New release 4.0.7"` -7. `git tag -s v4.0.7 +6. `git commit -am "New release 5.0.0"` +7. `git tag -s v5.0.0 8. Run `git push && git push --tags` 9. Update http://conversejs.org -10. Create `4.0.7` directory for the CDN. +10. Create `5.0.0` directory for the CDN. * Create a new version for the CDN by copying * Check out the correct tag * Update `index.html` to point to that version of the CDN diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css deleted file mode 100644 index 540440ce8..000000000 --- a/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/dist/converse.js b/dist/converse.js index d85433cfd..eeb598113 100644 --- a/dist/converse.js +++ b/dist/converse.js @@ -62753,7 +62753,7 @@ const _converse = { 'templates': {}, 'promises': {} }; -_converse.VERSION_NAME = "v4.0.6"; +_converse.VERSION_NAME = "v4.1.0"; _lodash_noconflict__WEBPACK_IMPORTED_MODULE_4___default.a.extend(_converse, Backbone.Events); // Make converse pluggable diff --git a/docs/source/conf.py b/docs/source/conf.py index 5253486a8..905e833ef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2018, JC Brand' # built documents. # # The short X.Y version. -version = '4.0.6' +version = '4.1.0' # The full version, including alpha/beta/rc tags. -release = '4.0.6' +release = '4.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 521c5d89c..696dc171d 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -26,16 +26,16 @@ might break when a new backwards-incompatible version of Converse is released. To load a specific version of Converse you can put the version in the URL: -* https://cdn.conversejs.org/4.0.6/dist/converse.min.js -* https://cdn.conversejs.org/4.0.6/css/converse.min.css +* https://cdn.conversejs.org/4.1.0/dist/converse.min.js +* https://cdn.conversejs.org/4.1.0/css/converse.min.css You can include these two URLs inside the ** element of your website via the *script* and *link* tags: .. code-block:: html - - + + Option 2: Building the files yourself diff --git a/index.html b/index.html index 1eadc354b..1c854b9bd 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - + diff --git a/locale/af/LC_MESSAGES/converse.json b/locale/af/LC_MESSAGES/converse.json index 4a40b0f24..cabfb877d 100644 --- a/locale/af/LC_MESSAGES/converse.json +++ b/locale/af/LC_MESSAGES/converse.json @@ -1 +1 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"af"},"Bookmark this groupchat":["Boekmerk hierdie groepgesprek"],"Unbookmark this groupchat":["Verwyder hierdie groepgesprek"],"Would you like this groupchat to be automatically joined upon startup?":["Betree outomaties hierdie groepgesprek sodra aangemeld"],"Cancel":["Kanseleer"],"The name for this bookmark:":["Die naam vir hierdie boekmerk:"],"What should your nickname for this groupchat be?":["Wat sal u bynaam vir hierdie groepgesprek wees?"],"Save":["Stoor"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Is u seker u wil die boekmerk \"%1$s\" verwyder?"],"Error":["Fout"],"Sorry, something went wrong while trying to save your bookmark.":["Jammer, 'n fout het voorgekom tydens storing van u boekmerk."],"Leave this groupchat":["Verlaat hierdie groepgesprek"],"Remove this bookmark":["Verwyder hierdie boekmerk"],"Show more information on this groupchat":["Wys meer inligting aangaande hierdie groepgesprek"],"Click to open this groupchat":["Klik om hierdie groepgesprek te open"],"Click to toggle the bookmarks list":["Klik om die boekmerklys te skakel"],"Bookmarks":["Boekmerke"],"Close this chat box":["Sluit hierdie kletskas"],"Are you sure you want to remove this contact?":["Is u seker u wil hierdie kontak verwyder?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Jammer, 'n fout het voorgekom tydens die verwydering van %1$s as 'n kontak."],"You have unread messages":["U het ongelese boodskappe"],"Hidden message":["Verskuilde boodskap"],"Message":["Boodskap"],"Send":["Stuur"],"Optional hint":["Opsionele wenk"],"Choose a file to send":["Kies 'n lêer om te stuur"],"Remove messages":["Verwyder boodskappe"],"Write in the third person":["Skryf in die derde persoon"],"Show this menu":["Vertoon hierdie keuselys"],"Are you sure you want to clear the messages from this conversation?":["Is u seker u wil die boodskappe in hierdie gesprek uitvee?"],"%1$s has gone offline":["%1$s is nou aflyn"],"%1$s has gone away":["%1$s het weggegaan"],"%1$s is busy":["%1$s is besig"],"%1$s is online":["%1$s aangemeld"],"Username":["Gebruikersnaam"],"user@domain":["gebruiker@domein"],"Please enter a valid XMPP address":["Verskaf asseblief 'n geldige XMPP address"],"Chat Contacts":["Kontakte"],"Toggle chat":["Klets"],"Show more":["Wys meer"],"Typing from another device":["Tik tans op 'n ander toestel"],"%1$s is typing":["%1$s tik tans"],"Stopped typing on the other device":["Het opgehou tik op 'n ander toestel"],"%1$s has stopped typing":["%1$s het opgehou tik"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Minimeer hierdie kletskas"],"Click to restore this chat":["Klik om hierdie klets te herstel"],"Minimized":["Geminimaliseer"],"This groupchat is not anonymous":["Hierdie groepgesprek is nie anoniem nie"],"This groupchat now shows unavailable members":["Hierdie groepgesprek wys nou onbeskikbare lede"],"This groupchat does not show unavailable members":["Hierdie groepgesprek wys nie onbeskikbare lede nie"],"The groupchat configuration has changed":["Die groepgesprek se instellings het verander"],"groupchat logging is now enabled":["groepgesprek log is nou aangeskakel"],"groupchat logging is now disabled":["groepgesprek log is nou afgeskakel"],"This groupchat is now no longer anonymous":["Hiedie groepgesprek is nie meer anoniem nie"],"This groupchat is now semi-anonymous":["Hierdie groepgesprek is nou gedeeltelik anoniem"],"This groupchat is now fully-anonymous":["Hierdie groepgesprek is nou ten volle anoniem"],"A new groupchat has been created":["'n Nuwe groepgesprek is geskep"],"You have been banned from this groupchat":["Jy is uit die groepgesprek verban"],"You have been kicked from this groupchat":["Jy is uit die groepgesprek geskop"],"You have been removed from this groupchat because of an affiliation change":["Jy is vanuit die groepgesprek verwyder a.g.v 'n verandering van affiliasie"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Jy is vanuit die groepgesprek verwyder omdat die groepgesprek nou slegs tot lede beperk word en jy nie 'n lid is nie"],"%1$s has been banned":["%1$s is verban"],"%1$s's nickname has changed":["%1$s se bynaam het verander"],"%1$s has been kicked out":["%1$s is uitgeskop"],"%1$s has been removed because of an affiliation change":["%1$s is verwyder a.g.v 'n verandering van affiliasie"],"%1$s has been removed for not being a member":["%1$s is nie 'n lid nie, en dus verwyder"],"Your nickname has been automatically set to %1$s":["U bynaam is outomaties gestel na %1$s"],"Your nickname has been changed to %1$s":["U bynaam is verander na %1$s"],"Description:":["Beskrywing:"],"Groupchat Address (JID):":["Groepgesprek-adres (JID):"],"Participants:":["Deelnemers:"],"Features:":["Eienskappe:"],"Requires authentication":["Benodig magtiging"],"Hidden":["Verskuil"],"Requires an invitation":["Benodig 'n uitnodiging"],"Moderated":["Gemodereer"],"Non-anonymous":["Nie-anoniem"],"Open":["Oop"],"Permanent":["Permanent"],"Public":["Publiek"],"Semi-anonymous":["Deels anoniem"],"Temporary":["Tydelik"],"Unmoderated":["Ongemodereer"],"Query for Groupchats":["Soek vir groepgesprekke"],"Server address":["Bediener adres"],"Show groupchats":["Wys groepgesprekke"],"conference.example.org":["groepgesprekke.voorbeeld.org"],"No groupchats found":["Geen groepgesprekke gevind"],"Enter a new Groupchat":["Betree 'n nuwe groepgesprek"],"Groupchat address":["groepgesprek-adres"],"Optional nickname":["Opsionele bynaam"],"name@conference.example.org":["naam@konferensie.voorbeeld.org"],"Join":["Betree"],"Groupchat info for %1$s":["Kennisgewing van %1$s"],"%1$s is no longer a moderator":["%1$s is nie meer 'n moderator nie"],"%1$s has been given a voice again":["%1$s het nou weer 'n stem"],"%1$s has been muted":["%1$s is nou stemloos"],"%1$s is now a moderator":["%1$s is nou 'n moderator"],"Close and leave this groupchat":["Verlaat en sluit hierdie groepgesprek"],"Configure this groupchat":["Verstel hierdie groepgesprek"],"Show more details about this groupchat":["Wys meer inligting aangaande hierdie groepgesprek"],"Hide the list of participants":["Verskuil die lys van deelnemers"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fout: die \"%1$s\" opdrag neem twee argumente, die gebruiker se bynaam en opsioneel daarby 'n rede."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Jammer, 'n fout het tydens die opdrag voorgekom."],"Change user's affiliation to admin":["Verander die gebruiker se affiliasie na admin"],"Ban user from groupchat":["Verban gebruiker uit hierdie groepgesprek"],"Change user role to participant":["Verander gebruiker se rol na lid"],"Kick user from groupchat":["Skop gebruiker uit hierdie groepgesprek"],"Write in 3rd person":["Skryf in die derde persoon"],"Grant membership to a user":["Verleen lidmaatskap aan 'n gebruiker"],"Remove user's ability to post messages":["Verwyder gebruiker se vermoë om boodskappe te plaas"],"Change your nickname":["Verander u bynaam"],"Grant moderator role to user":["Verleen moderator rol aan gebruiker"],"Grant ownership of this groupchat":["Verleen eienaarskap van hierdie groepgesprek"],"Revoke user's membership":["Herroep gebruiker se lidmaatskap"],"Set groupchat subject":["Stel onderwerp vir groepgesprek"],"Set groupchat subject (alias for /subject)":["Stel groepgesprek onderwerp (alias vir /subject)"],"Allow muted user to post messages":["Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Die bynaam wat u gekies het is gereserveer of tans in gebruik, kies asb. 'n ander een."],"Please choose your nickname":["Kies asb. u bynaam"],"Nickname":["Bynaam"],"Enter groupchat":["Betree groepgesprek"],"This groupchat requires a password":["Hiedie groepgesprek vereis 'n wagwoord"],"Password: ":["Wagwoord: "],"Submit":["Dien in"],"This action was done by %1$s.":["Hierdie aksie is uitgevoer deur %1$s."],"The reason given is: \"%1$s\".":["Die gegewe rede is: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s het die groepgesprek verlaat en weer bygetree"],"%1$s has entered the groupchat":["%1$s het die groepgesprek bygetree"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s het die groepgesprek bygetree. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s het die groepgesprek bygetree en weer verlaat"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s het die groepgesprek bygetree en weer verlaat. \"%2$s\""],"%1$s has left the groupchat":["%1$s het die groepgesprek verlaat"],"%1$s has left the groupchat. \"%2$s\"":["%1$s het die groepgesprek verlaat. \"%2$s\""],"You are not on the member list of this groupchat.":["Jy is nie op die ledelys van hierdie groepgesprek nie."],"You have been banned from this groupchat.":["Jy is uit die groepgesprek verban."],"No nickname was specified.":["Geen bynaam verskaf nie."],"You are not allowed to create new groupchats.":["U word nie toegelaat om nog groepgesprekke te skep nie."],"Your nickname doesn't conform to this groupchat's policies.":["U bynaam voldoen nie aan die groepgesprek se beleid nie."],"This groupchat does not (yet) exist.":["Hierdie groepgesprek bestaan tans (nog) nie."],"This groupchat has reached its maximum number of participants.":["Hierdie groepgesprek het sy maksimum aantal deelnemers bereik."],"Remote server not found":["Afgeleë bediener nie gevind nie"],"The explanation given is: \"%1$s\".":["Die gegewe rede is: \"%1$s\"."],"Topic set by %1$s":["Onderwerp deur %1$s gestel"],"Groupchats":["Groepgesprekke"],"Add a new groupchat":["Voeg 'n nuwe groepgesprek by"],"Query for groupchats":["Soek vir groepgesprekke"],"Click to mention %1$s in your message.":["Klik om %1$s in u boodskap te noem."],"This user is a moderator.":["Hierdie gebruiker is 'n moderator."],"This user can send messages in this groupchat.":["Hierdie gebruiker kan boodskappe na die groepgesprek stuur."],"This user can NOT send messages in this groupchat.":["Hierdie gebruiker kan NIE boodskappe na die groepgesprek stuur nie."],"Moderator":["Moderator"],"Visitor":["Besoeker"],"Owner":["Eienaar"],"Member":["Lid"],"Admin":["Admin"],"Participants":["Deelnemers"],"Invite":["Nooi uit"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["U is op die drumpel om %1$s na die groepgesprek \"%2$s\" uit te nooi. U mag na keuse 'n boodskap insluit, om bv. 'n rede vir die uitnodiging te gee."],"Please enter a valid XMPP username":["Verskaf asseblief 'n geldige XMPP adres"],"Notification from %1$s":["Kennisgewing van %1$s"],"%1$s says":["%1$s sê"],"OMEMO Message received":[""],"has gone offline":["is nou aflyn"],"has gone away":["het weggegaan"],"is busy":["is besig"],"has come online":["het aanlyn gekom"],"wants to be your contact":["wil jou kontak wees"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Your avatar image":[""],"Your Profile":["U profiel"],"Close":["Sluit"],"Email":["E-pos"],"Full Name":["Volle Naam"],"XMPP Address (JID)":["Groepgesprek-adres (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Gebruik kommas om rolle te onderskei. Rolle word langs u naam op."],"URL":["URL"],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"away for long":[""],"away":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"This contact is busy":[""],"This contact is away for an extended period":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to accept the contact request from %1$s":[""],"Click to decline the contact request from %1$s":[""],"Click to chat with %1$s (JID: %2$s)":[""],"Sorry, could not determine upload URL.":["Jammer, kon nie die oplaai-adres bepaal nie."],"Sorry, could not determine file upload URL.":["Jammer, kon nie die lêer oplaai-adres bepaal nie."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Jammer, oplaai van u lêer het gefaal. Die bediener se terugvoer: \"%1$s"],"Sorry, could not succesfully upload your file.":["Jammer, oplaai van u lêer het gefaal."],"Sorry, looks like file upload is not supported by your server.":["Jammer, dit blyk asof lêer-oplaai nie deur u bediener ondersteun word nie."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Die grootte van u lêer, %1$s, oortref die maksimum grootte, %2$s, wat deur u bediener toegelaat word."],"Sorry, an error occurred:":["Jammer, 'n fout het voorgekom:"],"The XMPP server did not offer a supported authentication mechanism":["Die XMPP bediener het nie 'n bruikbare verifikasiemeganisme aangebied nie"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Jammer, ons kon nie 'n verbinding met die XMPP domein \"%1$s\" opstel nie"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":["%1$s het u uitgenooi om die groepgesprek %2$s by te tree"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s het u uitgenooi om die groepgesprek %2$s by te tree, en het die volgende rede verskaf: \"%3$s\""],"This client does not allow presence subscriptions":[""],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"No password required":[""],"Persistent":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"Uploading file:":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":["Die gebruiker se profielbeeld"],"URL:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":["Verfris"],"Remove as contact":["Verwyder as kontak"],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"af"},"Bookmark this groupchat":["Boekmerk hierdie groepgesprek"],"Unbookmark this groupchat":["Verwyder hierdie groepgesprek"],"Would you like this groupchat to be automatically joined upon startup?":["Betree outomaties hierdie groepgesprek sodra aangemeld"],"Cancel":["Kanseleer"],"The name for this bookmark:":["Die naam vir hierdie boekmerk:"],"What should your nickname for this groupchat be?":["Wat sal u bynaam vir hierdie groepgesprek wees?"],"Save":["Stoor"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Is u seker u wil die boekmerk \"%1$s\" verwyder?"],"Error":["Fout"],"Sorry, something went wrong while trying to save your bookmark.":["Jammer, 'n fout het voorgekom tydens storing van u boekmerk."],"Leave this groupchat":["Verlaat hierdie groepgesprek"],"Remove this bookmark":["Verwyder hierdie boekmerk"],"Show more information on this groupchat":["Wys meer inligting aangaande hierdie groepgesprek"],"Click to open this groupchat":["Klik om hierdie groepgesprek te open"],"Click to toggle the bookmarks list":["Klik om die boekmerklys te skakel"],"Bookmarks":["Boekmerke"],"Close this chat box":["Sluit hierdie kletskas"],"Sorry, something went wrong while trying to refresh":["Jammer, 'n fout het voorgekom tydens verfrissing"],"Are you sure you want to remove this contact?":["Is u seker u wil hierdie kontak verwyder?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Jammer, 'n fout het voorgekom tydens die verwydering van %1$s as 'n kontak."],"You have unread messages":["U het ongelese boodskappe"],"Hidden message":["Verskuilde boodskap"],"Message":["Boodskap"],"Send":["Stuur"],"Optional hint":["Opsionele wenk"],"Choose a file to send":["Kies 'n lêer om te stuur"],"Remove messages":["Verwyder boodskappe"],"Write in the third person":["Skryf in die derde persoon"],"Show this menu":["Vertoon hierdie keuselys"],"Are you sure you want to clear the messages from this conversation?":["Is u seker u wil die boodskappe in hierdie gesprek uitvee?"],"%1$s has gone offline":["%1$s is nou aflyn"],"%1$s has gone away":["%1$s het weggegaan"],"%1$s is busy":["%1$s is besig"],"%1$s is online":["%1$s aangemeld"],"Username":["Gebruikersnaam"],"user@domain":["gebruiker@domein"],"Please enter a valid XMPP address":["Verskaf asseblief 'n geldige XMPP address"],"Chat Contacts":["Kontakte"],"Toggle chat":["Klets"],"Show more":["Wys meer"],"Typing from another device":["Tik tans op 'n ander toestel"],"%1$s is typing":["%1$s tik tans"],"Stopped typing on the other device":["Het opgehou tik op 'n ander toestel"],"%1$s has stopped typing":["%1$s het opgehou tik"],"Unencryptable OMEMO message":["Onversleutelbare OMEMO-boodskap"],"Minimize this chat box":["Minimeer hierdie kletskas"],"Click to restore this chat":["Klik om hierdie klets te herstel"],"Minimized":["Geminimaliseer"],"This groupchat is not anonymous":["Hierdie groepgesprek is nie anoniem nie"],"This groupchat now shows unavailable members":["Hierdie groepgesprek wys nou onbeskikbare lede"],"This groupchat does not show unavailable members":["Hierdie groepgesprek wys nie onbeskikbare lede nie"],"The groupchat configuration has changed":["Die groepgesprek se instellings het verander"],"groupchat logging is now enabled":["groepgesprek log is nou aangeskakel"],"groupchat logging is now disabled":["groepgesprek log is nou afgeskakel"],"This groupchat is now no longer anonymous":["Hiedie groepgesprek is nie meer anoniem nie"],"This groupchat is now semi-anonymous":["Hierdie groepgesprek is nou gedeeltelik anoniem"],"This groupchat is now fully-anonymous":["Hierdie groepgesprek is nou ten volle anoniem"],"A new groupchat has been created":["'n Nuwe groepgesprek is geskep"],"You have been banned from this groupchat":["Jy is uit die groepgesprek verban"],"You have been kicked from this groupchat":["Jy is uit die groepgesprek geskop"],"You have been removed from this groupchat because of an affiliation change":["Jy is vanuit die groepgesprek verwyder a.g.v 'n verandering van affiliasie"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Jy is vanuit die groepgesprek verwyder omdat die groepgesprek nou slegs tot lede beperk word en jy nie 'n lid is nie"],"You have been removed from this groupchat because the service hosting it is being shut down":["U is van hierdie groepgesprek verwyder aangesien die MUC (Multi-user chat) diens nou afgeskakel word"],"%1$s has been banned":["%1$s is verban"],"%1$s's nickname has changed":["%1$s se bynaam het verander"],"%1$s has been kicked out":["%1$s is uitgeskop"],"%1$s has been removed because of an affiliation change":["%1$s is verwyder a.g.v 'n verandering van affiliasie"],"%1$s has been removed for not being a member":["%1$s is nie 'n lid nie, en dus verwyder"],"Your nickname has been automatically set to %1$s":["U bynaam is outomaties gestel na %1$s"],"Your nickname has been changed to %1$s":["U bynaam is verander na %1$s"],"Description:":["Beskrywing:"],"Groupchat Address (JID):":["Groepgesprek-adres (JID):"],"Participants:":["Deelnemers:"],"Features:":["Eienskappe:"],"Requires authentication":["Benodig magtiging"],"Hidden":["Verskuil"],"Requires an invitation":["Benodig 'n uitnodiging"],"Moderated":["Gemodereer"],"Non-anonymous":["Nie-anoniem"],"Open":["Oop"],"Permanent":["Permanent"],"Public":["Publiek"],"Semi-anonymous":["Deels anoniem"],"Temporary":["Tydelik"],"Unmoderated":["Ongemodereer"],"Query for Groupchats":["Soek vir groepgesprekke"],"Server address":["Bediener adres"],"Show groupchats":["Wys groepgesprekke"],"conference.example.org":["groepgesprekke.voorbeeld.org"],"No groupchats found":["Geen groepgesprekke gevind"],"Groupchats found:":["Groepgesprekke gevind:"],"Enter a new Groupchat":["Betree 'n nuwe groepgesprek"],"Groupchat address":["groepgesprek-adres"],"Optional nickname":["Opsionele bynaam"],"name@conference.example.org":["naam@konferensie.voorbeeld.org"],"Join":["Betree"],"Groupchat info for %1$s":["Kennisgewing van %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s is nie meer 'n admin van hierdie groepgesprek nie"],"%1$s is no longer an owner of this groupchat":["%1$s is nie meer eienaar van hierdie groepgesprek nie"],"%1$s is no longer banned from this groupchat":["%1$s is nie meer verban uit hierdie groepgesprek nie"],"%1$s is no longer a permanent member of this groupchat":["%1$s is nie meer 'n permanente lid van hierdie groepgesprek nie"],"%1$s is now a permanent member of this groupchat":["%1$s is nou permanente lid van hierdie groepgesprek"],"%1$s has been banned from this groupchat":["%1$s is uit hierdie groepgesprek verban"],"%1$s is now an %2$s of this groupchat":["%1$s is nou 'n %2$s van hierdie groepgesprek"],"%1$s is no longer a moderator":["%1$s is nie meer 'n moderator nie"],"%1$s has been given a voice again":["%1$s het nou weer 'n stem"],"%1$s has been muted":["%1$s is nou stemloos"],"%1$s is now a moderator":["%1$s is nou 'n moderator"],"Close and leave this groupchat":["Verlaat en sluit hierdie groepgesprek"],"Configure this groupchat":["Verstel hierdie groepgesprek"],"Show more details about this groupchat":["Wys meer inligting aangaande hierdie groepgesprek"],"Hide the list of participants":["Verskuil die lys van deelnemers"],"Forbidden: you do not have the necessary role in order to do that.":["Geen toestemming: jy het nie die benodigde rol om dit te doen nie."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Geen toestemming: jy het nie die benodigde affiliasie om dit te doen nie."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fout: die \"%1$s\" opdrag neem twee argumente, die gebruiker se bynaam en opsioneel daarby 'n rede."],"Error: couldn't find a groupchat participant \"%1$s\"":["Fout: kan gespreksdeelnemer \"%1$s\" nie vind nie"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Jammer, 'n fout het tydens die opdrag voorgekom."],"Change user's affiliation to admin":["Verander die gebruiker se affiliasie na admin"],"Ban user from groupchat":["Verban gebruiker uit hierdie groepgesprek"],"Change user role to participant":["Verander gebruiker se rol na lid"],"Destroy room":[""],"Kick user from groupchat":["Skop gebruiker uit hierdie groepgesprek"],"Write in 3rd person":["Skryf in die derde persoon"],"Grant membership to a user":["Verleen lidmaatskap aan 'n gebruiker"],"Remove user's ability to post messages":["Verwyder gebruiker se vermoë om boodskappe te plaas"],"Change your nickname":["Verander u bynaam"],"Grant moderator role to user":["Verleen moderator rol aan gebruiker"],"Grant ownership of this groupchat":["Verleen eienaarskap van hierdie groepgesprek"],"Revoke user's membership":["Herroep gebruiker se lidmaatskap"],"Set groupchat subject":["Stel onderwerp vir groepgesprek"],"Set groupchat subject (alias for /subject)":["Stel groepgesprek onderwerp (alias vir /subject)"],"Allow muted user to post messages":["Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"],"Error: invalid number of arguments":["Fout: ongeldige aantal argumente"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Die bynaam wat u gekies het is gereserveer of tans in gebruik, kies asb. 'n ander een."],"Please choose your nickname":["Kies asb. u bynaam"],"Nickname":["Bynaam"],"Enter groupchat":["Betree groepgesprek"],"This groupchat requires a password":["Hiedie groepgesprek vereis 'n wagwoord"],"Password: ":["Wagwoord: "],"Submit":["Dien in"],"This action was done by %1$s.":["Hierdie aksie is uitgevoer deur %1$s."],"The reason given is: \"%1$s\".":["Die gegewe rede is: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s het die groepgesprek verlaat en weer bygetree"],"%1$s has entered the groupchat":["%1$s het die groepgesprek bygetree"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s het die groepgesprek bygetree. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s het die groepgesprek bygetree en weer verlaat"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s het die groepgesprek bygetree en weer verlaat. \"%2$s\""],"%1$s has left the groupchat":["%1$s het die groepgesprek verlaat"],"%1$s has left the groupchat. \"%2$s\"":["%1$s het die groepgesprek verlaat. \"%2$s\""],"You are not on the member list of this groupchat.":["Jy is nie op die ledelys van hierdie groepgesprek nie."],"You have been banned from this groupchat.":["Jy is uit die groepgesprek verban."],"No nickname was specified.":["Geen bynaam verskaf nie."],"You are not allowed to create new groupchats.":["U word nie toegelaat om nog groepgesprekke te skep nie."],"Your nickname doesn't conform to this groupchat's policies.":["U bynaam voldoen nie aan die groepgesprek se beleid nie."],"This groupchat does not (yet) exist.":["Hierdie groepgesprek bestaan tans (nog) nie."],"This groupchat has reached its maximum number of participants.":["Hierdie groepgesprek het sy maksimum aantal deelnemers bereik."],"Remote server not found":["Afgeleë bediener nie gevind nie"],"The explanation given is: \"%1$s\".":["Die gegewe rede is: \"%1$s\"."],"Topic set by %1$s":["Onderwerp deur %1$s gestel"],"Groupchats":["Groepgesprekke"],"Add a new groupchat":["Voeg 'n nuwe groepgesprek by"],"Query for groupchats":["Soek vir groepgesprekke"],"Click to mention %1$s in your message.":["Klik om %1$s in u boodskap te noem."],"This user is a moderator.":["Hierdie gebruiker is 'n moderator."],"This user can send messages in this groupchat.":["Hierdie gebruiker kan boodskappe na die groepgesprek stuur."],"This user can NOT send messages in this groupchat.":["Hierdie gebruiker kan NIE boodskappe na die groepgesprek stuur nie."],"Moderator":["Moderator"],"Visitor":["Besoeker"],"Owner":["Eienaar"],"Member":["Lid"],"Admin":["Admin"],"Participants":["Deelnemers"],"Invite":["Nooi uit"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["U is op die drumpel om %1$s na die groepgesprek \"%2$s\" uit te nooi. U mag na keuse 'n boodskap insluit, om bv. 'n rede vir die uitnodiging te gee."],"Please enter a valid XMPP username":["Verskaf asseblief 'n geldige XMPP adres"],"Notification from %1$s":["Kennisgewing van %1$s"],"%1$s says":["%1$s sê"],"OMEMO Message received":[""],"has gone offline":["is nou aflyn"],"has gone away":["het weggegaan"],"is busy":["is besig"],"has come online":["het aanlyn gekom"],"wants to be your contact":["wil jou kontak wees"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":["U profiel"],"Close":["Sluit"],"Email":["E-pos"],"Full Name":["Volle Naam"],"XMPP Address (JID)":["Groepgesprek-adres (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Gebruik kommas om rolle te onderskei. Rolle word langs u naam op."],"URL":["URL"],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"away for long":[""],"away":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"This contact is busy":[""],"This contact is away for an extended period":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to accept the contact request from %1$s":[""],"Click to decline the contact request from %1$s":[""],"Click to chat with %1$s (JID: %2$s)":[""],"Sorry, could not determine upload URL.":["Jammer, kon nie die oplaai-adres bepaal nie."],"Sorry, could not determine file upload URL.":["Jammer, kon nie die lêer oplaai-adres bepaal nie."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Jammer, oplaai van u lêer het gefaal. Die bediener se terugvoer: \"%1$s"],"Sorry, could not succesfully upload your file.":["Jammer, oplaai van u lêer het gefaal."],"Sorry, looks like file upload is not supported by your server.":["Jammer, dit blyk asof lêer-oplaai nie deur u bediener ondersteun word nie."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Die grootte van u lêer, %1$s, oortref die maksimum grootte, %2$s, wat deur u bediener toegelaat word."],"Sorry, an error occurred:":["Jammer, 'n fout het voorgekom:"],"The XMPP server did not offer a supported authentication mechanism":["Die XMPP bediener het nie 'n bruikbare verifikasiemeganisme aangebied nie"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Jammer, ons kon nie 'n verbinding met die XMPP domein \"%1$s\" opstel nie"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":["%1$s het u uitgenooi om die groepgesprek %2$s by te tree"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s het u uitgenooi om die groepgesprek %2$s by te tree, en het die volgende rede verskaf: \"%3$s\""],"This client does not allow presence subscriptions":[""],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"No password required":[""],"Persistent":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"Uploading file:":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":["Die gebruiker se profielbeeld"],"URL:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":["Verfris"],"Remove as contact":["Verwyder as kontak"],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/af/LC_MESSAGES/converse.po b/locale/af/LC_MESSAGES/converse.po index da3165b31..7831f9847 100644 --- a/locale/af/LC_MESSAGES/converse.po +++ b/locale/af/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-12-16 09:33+0100\n" "Last-Translator: JC Brand \n" "Language-Team: Afrikaans =3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;","lang":"ar"},"Bookmark this groupchat":["إضافة فريق المحادثة هذا إلى الفواصل المرجعية"],"Unbookmark this groupchat":["تنحية فريق المحادثة مِن الفواصل المرجعية"],"Would you like this groupchat to be automatically joined upon startup?":["هل تريد الإلتحاق آليًا بفريق المحادثة هذا مباشَرةً بعد الإتصال ؟"],"Cancel":["إلغاء"],"The name for this bookmark:":["تسمية الفاصلة المرجعية :"],"What should your nickname for this groupchat be?":["ما هو الإسم المُستعار الذي تريد استخدامه في فريق المحادثة هذا ؟"],"Save":["حفظ"],"Are you sure you want to remove the bookmark \"%1$s\"?":["هل أنت متأكد أنك تريد إزالة الفاصلة المرجعية \"%1$s\" ؟"],"Error":["خطأ"],"Sorry, something went wrong while trying to save your bookmark.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ بالفواصل المرجعية."],"Leave this groupchat":["مغادرة فريق المحادثة"],"Remove this bookmark":["إزالة هذه الفاصلة المرجعية"],"Show more information on this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Click to open this groupchat":["أنقر لفتح فريق المحادثة هذا"],"Click to toggle the bookmarks list":["أنقر للإنتقال إلى قائمة الإشارات المرجعية"],"Bookmarks":["الفواصل المرجعية"],"Close this chat box":["غلق نافذة المحادثة هذه"],"Sorry, something went wrong while trying to refresh":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الاحتفاظ بالفواصل المرجعية"],"Are you sure you want to remove this contact?":["هل أنت متأكد أنك تريد حذف هذا المراسل ؟"],"Sorry, there was an error while trying to remove %1$s as a contact.":["عذرا، لقد حدث خطأ أثناء محاولة إزالة %1$s كمراسل."],"You have unread messages":["لقد ورَدَت إليك رسائل غير مقروءة"],"Hidden message":["رسالة مخفية"],"Message":["رسالة"],"Send":["ابعث"],"Optional hint":["دليل اختياري"],"Choose a file to send":["اختر الملف الذي تريد إرساله"],"Remove messages":["حذف الرسائل"],"Write in the third person":["كتابة لشخص ثالث"],"Show this menu":["اظهار هذه القائمة"],"Are you sure you want to clear the messages from this conversation?":["هل أنت متأكد أنك تود مسح الرسائل مِن نافذة المحادثة هذه ؟"],"%1$s has gone offline":["%1$s قد قطع الإتصال"],"%1$s has gone away":["%1$s غائب"],"%1$s is busy":["%1$s مشغول"],"%1$s is online":["%1$s متصل"],"Username":["اسم المستخدِم"],"user@domain":["user@domain"],"Please enter a valid XMPP address":["يرجى ادخال عنوان XMPP صحيح"],"Chat Contacts":["جهات الاتصال"],"Toggle chat":["الانتقال إلى الدردشة"],"Show more":["عرض المزيد"],"Typing from another device":["يكتب عبر جهاز آخَر"],"%1$s is typing":["إنّ %1$s يكتب حاليا"],"Stopped typing on the other device":["توقّف عن الكتابة عبر الجهاز الآخَر"],"%1$s has stopped typing":["%1$s توقّفَ عن الكتابة"],"Unencryptable OMEMO message":["رسالة أوميمو غير مشفّرة"],"Minimize this chat box":["تصغير نافذة المحادثة هذه"],"Click to restore this chat":["أنقر لاستعادة هذه المحادثة"],"Minimized":["تصغير"],"This groupchat is not anonymous":["فريق المحادثة هذا ليس مجهولًا"],"This groupchat now shows unavailable members":["فريق المحادثة هذا يعرض الآن الأعضاء المشغولين"],"This groupchat does not show unavailable members":["فريق المحادثة هذا لا يعرض الأعضاء المشغولين"],"The groupchat configuration has changed":["تم تعديل خيارات فريق المحادثة"],"groupchat logging is now enabled":["الإلتحاق بفريق المحادثة مسموح الآن للجميع"],"groupchat logging is now disabled":["تم تعطيل امكانية الإلتحاق بفريق المحادثة"],"This groupchat is now no longer anonymous":["لم يَعُد فريق المحادثة مجهولا بعد الآن"],"This groupchat is now semi-anonymous":["أصبح فريق المحادثة مجهولا نسبيًا"],"This groupchat is now fully-anonymous":["أصبح فريق المحادثة الآن مجهولا تمامًا"],"A new groupchat has been created":["تم إنشاء فريق محادثة جديد"],"You have been banned from this groupchat":["لقد تم طردُك مِن فريق المحادثة هذا"],"You have been kicked from this groupchat":["لقد تم طردُك مؤقتًا مِن فريق المحادثة هذا"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["لقد تم طرد %1$s"],"%1$s's nickname has changed":["لقد قام %1$s بتغيير إسمه المُستعار"],"%1$s has been kicked out":["لقد تم طرد %1$s مِن فريق المحادثة مؤقتًا"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":["تمت إزالة %1$s لأنه ليس عضو مُنتم إلى الغرفة"],"Your nickname has been automatically set to %1$s":["لقد تم تغيير إسمك المستعار آليا إلى %1$s"],"Your nickname has been changed to %1$s":["لقد تم تغيير إسمك المُستعار إلى %1$s"],"Description:":["التفاصيل :"],"Groupchat Address (JID):":["عنوان فريق المحادثة (JID) :"],"Participants:":["المشتركون :"],"Features:":["الميزات :"],"Requires authentication":["يتطلّب المصادقة"],"Hidden":["خفية"],"Requires an invitation":["تستلزم دعوة"],"Moderated":["تحت الإشراف"],"Non-anonymous":["غير مجهولة"],"Open":["مفتوحة"],"Permanent":["دائم"],"Public":["عمومية"],"Semi-anonymous":["مجهولة نسبيًا"],"Temporary":["مُؤقّتة"],"Unmoderated":["ليست تحت الإشراف"],"Query for Groupchats":["البحث عن فِرق محادثة"],"Server address":["عنوان الخادوم"],"Show groupchats":["عرض فِرَق المحادثة"],"conference.example.org":["conference.example.org"],"No groupchats found":["لم يتم العثور على أي فريق محادثة"],"Groupchats found:":["تم العثور على فِرَق المحادثة :"],"Enter a new Groupchat":["الدخول إلى فريق محادثة جديد"],"Groupchat address":["عنوان فريق المحادثة"],"Optional nickname":["إسم مستعار اختياري"],"name@conference.example.org":["name@conference.example.org"],"Join":["الإلتحاق بالغرفة"],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["لم يعد %1$s مديرا لفريق المحادثة هذا بعد الآن"],"%1$s has been banned from this groupchat":["لقد تم طردُ %1$s مِن فريق المحادثة هذا"],"%1$s is no longer a moderator":["لم يعُد %1$s مِن المُشْرِفين"],"%1$s has been given a voice again":[""],"%1$s has been muted":["تم كتم %1$s"],"%1$s is now a moderator":["أصبح %1$s مُشرفًا"],"Close and leave this groupchat":["إغلاق فريق المحادثة هذا و مغادرته"],"Configure this groupchat":["إعداد فريق المحادثة"],"Show more details about this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Hide the list of participants":["إخفاء قائمة المشاركين"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":["طرد المستخدِم من فريق المحادثة"],"Change user role to participant":["تغيير دور المستخدِم إلى مُشترِك"],"Kick user from groupchat":["طرد المستخدِم مؤقتًا مِن فريق المحادثة"],"Write in 3rd person":[""],"Grant membership to a user":["منح صفة العضوية لمستخدِم"],"Remove user's ability to post messages":["منع المستخدم مِن بعث رسائل"],"Change your nickname":["غيّر إسمك المُستعار"],"Grant moderator role to user":["ترقية المستخدِم إلى رتبة مشرف"],"Grant ownership of this groupchat":["منح صفة ملكية فريق المحادثة للمستخدِم"],"Register a nickname for this room":["قم بتسجيل اسم مستعار على هذه الغرفة"],"Revoke user's membership":["إسقاط صفة العضوية مِن المستخدِم"],"Set groupchat subject":["تحديد موضوع فريق المحادثة"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["السماح للمستخدم المكتوم نشر رسائل"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["إنّ الإسم المستعار الذي قمت باختياره محجوز أو مُستعمَل حاليا مِن طرف شخص آخَر، يُرجى اختيار إسمٍ آخَر."],"Please choose your nickname":["يرجى اختيار إسمك المُستعار"],"Nickname":["الإسم المُستعار"],"Enter groupchat":["الإلتحاق بفريق المحادثة"],"This groupchat requires a password":["فريق المحادثة مؤمَّن بكلمة سرية"],"Password: ":["كلمة السر : "],"Submit":["إرسال"],"This action was done by %1$s.":["قام %1$s بهذا الإجراء."],"The reason given is: \"%1$s\".":["السبب : \"%1$s\"."],"%1$s has left and re-entered the groupchat":["لقد انسحب %1$s مِن فريق المحادثة ثم قام بالإلتحاق به مجددا"],"%1$s has entered the groupchat":["لقد إلتحق %1$s بفريق المحادثة"],"%1$s has entered the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة. \"%2$s\""],"%1$s has entered and left the groupchat":["لقد إلتحق %1$s بفريق المحادثة ثم غادره"],"%1$s has entered and left the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة ثم غادره. \"%2$s\""],"%1$s has left the groupchat":["غادر %1$s فريق المحادثة"],"%1$s has left the groupchat. \"%2$s\"":["غادر %1$s فريق المحادثة. \"%2$s\""],"You are not on the member list of this groupchat.":["أنت لست مِن بين قائمة أعضاء فريق المحادثة هذا."],"You have been banned from this groupchat.":["لقد تم طردُك مِن فريق المحادثة هذا."],"No nickname was specified.":["لم تقم باختيار أي إسم مستعار."],"You are not allowed to create new groupchats.":["لا يُسمح لك بإنشاء فِرَق محادثة جُدد."],"Your nickname doesn't conform to this groupchat's policies.":["إنّ إسمك المستعار لا يتماشى مع سياسة فريق المحادثة هذا."],"This groupchat does not (yet) exist.":["فريق المحادثة هذا ليس له وُجود بعد."],"This groupchat has reached its maximum number of participants.":["لقد بلغ فريق المحادثة الحالي الحد الأقصى لاستيعاب الأعضاء."],"Remote server not found":["لم يتم العثور على الخادم عن بُعد"],"The explanation given is: \"%1$s\".":["السبب : \"%1$s\"."],"Topic set by %1$s":["قام %1$s بتحديد الموضوع"],"Topic cleared by %1$s":["قام %1$s بمحو الموضوع"],"Groupchats":["فِرَق المحادثة"],"Add a new groupchat":["إضافة فريق محادثة جديد"],"Query for groupchats":["البحث عن فِرَق للمحادثة"],"Click to mention %1$s in your message.":["أنقر للإشارة إلى %1$s في رسالتك."],"This user is a moderator.":["إنّ هذا المستخدِم مشرف في الغرفة."],"This user can send messages in this groupchat.":["بإمكان هذا المستخدم إرسال رسائل إلى فريق المحادثة هذا."],"This user can NOT send messages in this groupchat.":["لا يمكن لهذا المستخدِم إرسال رسائل في فريق المحادثة هذا."],"Moderator":["المشرف"],"Visitor":["زائر"],"Owner":["مالك"],"Member":["عضو"],"Admin":["المدير"],"Participants":["المشاركون"],"Invite":["دعوة"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":["يُرجى إدخال إسم مستخدِم XMPP صحيح"],"Notification from %1$s":["إشعار مِن %1$s"],"%1$s says":["%1$s قال"],"OMEMO Message received":["تم تلقي رسالة أوميمو"],"has gone offline":["قد قطع الإتصال"],"has gone away":["قد غاب"],"is busy":["مشغول"],"has come online":["صار مُتّصلا الآن"],"wants to be your contact":["يُريد أن يُصبح مُراسلك"],"Sorry, an error occurred while trying to remove the devices.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة حذف الأجهزة."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":["المعذرة، لا يمكن إرسال الرسالة بسبب خطأ."],"Your avatar image":["صورتك الرمزية"],"Your Profile":["ملفك الشخصي"],"Close":["إغلاق"],"Email":["البريد الإلكتروني"],"Full Name":["الإسم الكامل"],"Role":["الدور"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":["عنوان الرابط"],"Sorry, an error happened while trying to save your profile data.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ ببيانات ملفك الشخصي."],"You can check your browser's developer console for any error output.":[""],"Away":["غائب"],"Busy":["مشغول"],"Custom status":["حالتك الخاصة"],"Offline":["غير متصل"],"Online":["مُتّصل"],"Away for long":["غائب لمدة قد تطول"],"Change chat status":["أنقر لتغيير حالة الدردشة"],"Personal status message":["رسالة الحالة الخاصة"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["أنا %1$s"],"Change settings":["تغيير الإعدادات"],"Click to change your chat status":["أنقر لتغيير حالتك للدردشة"],"Log out":["الخروج"],"Your profile":["ملفك الشخصي"],"Are you sure you want to log out?":["هل أنت متأكد أنك تريد الخروج ؟"],"online":["متصل"],"busy":["مشغول"],"away for long":["غائب لمدة قد تطول"],"away":["غائب"],"offline":["غير متصل"]," e.g. conversejs.org":[" مثال conversejs.org"],"Fetch registration form":["جارٍ جلب استمارة التسجيل"],"Tip: A list of public XMPP providers is available":[""],"here":["هنا"],"Sorry, we're unable to connect to your chosen provider.":["المعذرة، لم نتمكن بربطك بموفر خدمة المحادثة الذي قمت باختياره."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":["جارٍ تسجيل دخولك الآن"],"Registered successfully":["تم تسجيل حسابك بنجاح"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["أنقر لفتح قائمة فِرَق المحادثة"],"Open Groupchats":["فتح فِرق الدردشات الجماعية"],"Are you sure you want to leave the groupchat %1$s?":["هل أنت متأكد أنك تريد الإنسحاب مِن فريق المحادثة %1$s ؟"],"This contact is busy":["إنّ المُراسَل مشغول"],"This contact is online":["إنّ هذا المُراسَل غير مُتصل"],"This contact is offline":["هذا المراسل غير متصل"],"This contact is unavailable":["إنّ هذا المراسَل غير متوفر"],"This contact is away for an extended period":["لقد غاب هذا المستخدِم ثانية لفترة أطوَل"],"This contact is away":["إنّ هذا المراسَل غائب"],"Groups":["الفِرَق"],"My contacts":["جهات إتصالي"],"Pending contacts":["المُراسلون المُعلّقون"],"Contact requests":["طلبات التراسل"],"Ungrouped":[""],"Contact name":["إسم المراسل"],"Add a Contact":["إضافة مراسل"],"XMPP Address":["عنوان XMPP"],"name@example.org":["name@example.org"],"Add":["إضافة"],"Filter":["عامل التصفية"],"Filter by contact name":["فرز حسب اسم جهة الاتصال"],"Filter by group name":["فرز حسب اسم المجموعة"],"Filter by status":["تصنيف حسب الحالة"],"Any":["الكل"],"Unread":["غير مقروءة"],"Chatty":["كثيرة الدردشة"],"Extended Away":["تمديد فترة الغياب"],"Click to remove %1$s as a contact":["أنقر لإزالة %1$s مِن قائمة مراسليك"],"Click to accept the contact request from %1$s":["أنقر لقبول طلب التراسل مع %1$s"],"Click to decline the contact request from %1$s":["أنقر لرفض طلب التراسل مع %1$s"],"Click to chat with %1$s (JID: %2$s)":["أنقر للتحدث مع %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["هل أنت متأكد أنك تود رفض طلب التراسل مع هذا المستخدِم ؟"],"Contacts":["جهات الإتصال"],"Add a contact":["إضافة مراسل"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح. أجاب خادومك : \"%1$s\""],"Sorry, could not succesfully upload your file.":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح."],"Sorry, looks like file upload is not supported by your server.":["للأسف يبدو أن خاصية رفع الملفات لا يدعمها خادومكم."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":["عذراً، حدث خطأ:"],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":["عذرا، لم نتمكن مِن الإتصال بخادوم XMPP عبر النطاق : %1$s"],"You're not allowed to register yourself in this groupchat.":["لا يُسمح لك بتسجيل نفسك في فريق المحادثة هذا."],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":["قام %1$s بدعوتك للإلتحاق بفريق المحادثة : %2$s"],"Sorry, there was an error while trying to add %1$s as a contact.":["المعذرة، لقد حدث هناك خطأ أثناء محاولة إضافة %1$s كمُراسِل."],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["أْنقُر لإخفاء هؤلاء المراسلين"],"The conversation has moved. Click below to enter.":[""],"Name":["الإسم"],"Groupchat address (JID)":["عنوان فريق المحادثة (JID)"],"Description":["الوصف"],"Topic":["الموضوع"],"Topic author":["كاتب الموضوع"],"Online users":["المستخدِدون المتصلون"],"Features":["الميزات"],"Password protected":["مؤمَّنة بكلمة سرية"],"This groupchat requires a password before entry":["كلمة السر لازمة للدخول إلى فريق المحادثة هذا"],"No password required":["بدون كلمة سرية"],"This groupchat does not require a password upon entry":["فريق المحادثة هذا لا يتطلّب كلمة سرية قبل الدخول إليها"],"This groupchat is not publicly searchable":["ليس بالإمكان البحث عن فريق المحادثة هذا عبر البحث العمومي"],"This groupchat is publicly searchable":["يمكن البحث العمومي عن فريق المحادثة هذا"],"Members only":["الأعضاء فقط"],"This groupchat is restricted to members only":["فريق المحادثة هذا مخصص للأعضاء المُنتمين إليه فقط"],"Anyone can join this groupchat":["يمكن للجميع الإلتحاق بفريق المحادثة هذا"],"Persistent":["دائمة"],"This groupchat persists even if it's unoccupied":["فريق المحادثة هذا غير زائل حتى و إن كان لا يحتوي على مقيمين"],"This groupchat will disappear once the last person leaves":["سوف يختفي فريق المحادثة هذا عندما يخرج منه آخِر مُستخدِم"],"Not anonymous":["غير مجهول"],"All other groupchat participants can see your XMPP username":["يُمكن لكل أعضاء فريق المحادثة الإطلاع على إسم المستخدِم XMPP الخاص بك"],"Only moderators can see your XMPP username":["بإمكان المشرفين فقط رؤية إسم XMPP الخاص بك"],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["ليس تحت الإشراف"],"Participants entering this groupchat can write right away":[""],"Message archiving":["أرشفة الرسائل"],"Messages are archived on the server":["الرسائل محفوظة على الخادوم"],"No password":["بدون كلمة سرية"],"this groupchat is restricted to members only":["فريق المحادثة الحالي مخصص للأعضاء المُنتمين إليه فقط"],"Uploading file:":[""],"XMPP Username:":["إسم المستخدِم :"],"Password:":["كلمة السر :"],"password":["كلمة السر"],"This is a trusted device":["أنا على جهاز أثق فيه"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":["تسجيل الدخول"],"Click here to log in anonymously":["أُنقُر هنا لتسجيل الدخول كشخص مجهول"],"This message has been edited":["تم إعادة تحرير هذه الرسالة"],"Edit this message":["تعديل هذه الرسالة"],"Message versions":["أرشفة الرسائل"],"Save and close":["حفظ وإغلاق"],"This device's OMEMO fingerprint":["بصمة أوميمو الخاصة بهذا الجهاز"],"Generate new keys and fingerprint":[""],"Select all":["اختيار الكل"],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":["الأجهزة الأخرى التي تدعم أوميمو"],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":["الجهاز مِن دون بصمة"],"Remove checked devices and close":["أزالة الأجهزة التي تم اختيارها ثم إغلاق"],"Don't have a chat account?":["لا تمتلك حسابًا للمحادثة بعدُ ؟"],"Create an account":["أنشئ حسابًا"],"Create your account":["إنشئ حسابك"],"Please enter the XMPP provider to register with:":["يرجى إدخال مزود خدمة XMPP الذي تود إنشاء حسابك فيه :"],"Already have a chat account?":["عندك حساب مُحادثة ؟"],"Log in here":["قم بتسجيل الدخول هنا"],"Account Registration:":["إنشاء حساب :"],"Register":["تسجيل حساب"],"Choose a different provider":["إختر مزود خدمة آخَر"],"Hold tight, we're fetching the registration form…":["تحلى بالصبر، جارٍ جلب استمارة التسجيل …"],"Messages are being sent in plaintext":["يتم إرسال الرسائل كنص عادي صاف"],"The User's Profile Image":["الصورة الشخصية للمستخدم"],"URL:":[""],"OMEMO Fingerprints":["بصمات أوميمو"],"Trusted":["موثوق فيه"],"Untrusted":["غير موثوق فيه"],"Refresh":["تحديث"],"Remove as contact":["إزالة مِن المراسِلين"],"Download audio file \"%1$s\"":["تنزيل الملف الصوتي: \"%1$s\""],"Download file \"%1$s\"":["تنزيل الملف: \"%1$s\""],"Download image \"%1$s\"":["تنزيل الصورة: \"%1$s\""],"Download":["تنزيل"],"Download video file \"%1$s\"":["تنزيل ملف الفيديو: \"%1$s\""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;","lang":"ar"},"Bookmark this groupchat":["إضافة فريق المحادثة هذا إلى الفواصل المرجعية"],"Unbookmark this groupchat":["تنحية فريق المحادثة مِن الفواصل المرجعية"],"Would you like this groupchat to be automatically joined upon startup?":["هل تريد الإلتحاق آليًا بفريق المحادثة هذا مباشَرةً بعد الإتصال ؟"],"Cancel":["إلغاء"],"The name for this bookmark:":["تسمية الفاصلة المرجعية :"],"What should your nickname for this groupchat be?":["ما هو الإسم المُستعار الذي تريد استخدامه في فريق المحادثة هذا ؟"],"Save":["حفظ"],"Are you sure you want to remove the bookmark \"%1$s\"?":["هل أنت متأكد أنك تريد إزالة الفاصلة المرجعية \"%1$s\" ؟"],"Error":["خطأ"],"Sorry, something went wrong while trying to save your bookmark.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ بالفواصل المرجعية."],"Leave this groupchat":["مغادرة فريق المحادثة"],"Remove this bookmark":["إزالة هذه الفاصلة المرجعية"],"Show more information on this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Click to open this groupchat":["أنقر لفتح فريق المحادثة هذا"],"Click to toggle the bookmarks list":["أنقر للإنتقال إلى قائمة الإشارات المرجعية"],"Bookmarks":["الفواصل المرجعية"],"Close this chat box":["غلق نافذة المحادثة هذه"],"Sorry, something went wrong while trying to refresh":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الاحتفاظ بالفواصل المرجعية"],"Are you sure you want to remove this contact?":["هل أنت متأكد أنك تريد حذف هذا المراسل ؟"],"Sorry, there was an error while trying to remove %1$s as a contact.":["عذرا، لقد حدث خطأ أثناء محاولة إزالة %1$s كمراسل."],"You have unread messages":["لقد ورَدَت إليك رسائل غير مقروءة"],"Hidden message":["رسالة مخفية"],"Message":["رسالة"],"Send":["ابعث"],"Optional hint":["دليل اختياري"],"Choose a file to send":["اختر الملف الذي تريد إرساله"],"Remove messages":["حذف الرسائل"],"Write in the third person":["كتابة لشخص ثالث"],"Show this menu":["اظهار هذه القائمة"],"Are you sure you want to clear the messages from this conversation?":["هل أنت متأكد أنك تود مسح الرسائل مِن نافذة المحادثة هذه ؟"],"%1$s has gone offline":["%1$s قد قطع الإتصال"],"%1$s has gone away":["%1$s غائب"],"%1$s is busy":["%1$s مشغول"],"%1$s is online":["%1$s متصل"],"Username":["اسم المستخدِم"],"user@domain":["user@domain"],"Please enter a valid XMPP address":["يرجى ادخال عنوان XMPP صحيح"],"Chat Contacts":["جهات الاتصال"],"Toggle chat":["الانتقال إلى الدردشة"],"Show more":["عرض المزيد"],"Typing from another device":["يكتب عبر جهاز آخَر"],"%1$s is typing":["إنّ %1$s يكتب حاليا"],"Stopped typing on the other device":["توقّف عن الكتابة عبر الجهاز الآخَر"],"%1$s has stopped typing":["%1$s توقّفَ عن الكتابة"],"Unencryptable OMEMO message":["رسالة أوميمو غير مشفّرة"],"Minimize this chat box":["تصغير نافذة المحادثة هذه"],"Click to restore this chat":["أنقر لاستعادة هذه المحادثة"],"Minimized":["تصغير"],"This groupchat is not anonymous":["فريق المحادثة هذا ليس مجهولًا"],"This groupchat now shows unavailable members":["فريق المحادثة هذا يعرض الآن الأعضاء المشغولين"],"This groupchat does not show unavailable members":["فريق المحادثة هذا لا يعرض الأعضاء المشغولين"],"The groupchat configuration has changed":["تم تعديل خيارات فريق المحادثة"],"groupchat logging is now enabled":["الإلتحاق بفريق المحادثة مسموح الآن للجميع"],"groupchat logging is now disabled":["تم تعطيل امكانية الإلتحاق بفريق المحادثة"],"This groupchat is now no longer anonymous":["لم يَعُد فريق المحادثة مجهولا بعد الآن"],"This groupchat is now semi-anonymous":["أصبح فريق المحادثة مجهولا نسبيًا"],"This groupchat is now fully-anonymous":["أصبح فريق المحادثة الآن مجهولا تمامًا"],"A new groupchat has been created":["تم إنشاء فريق محادثة جديد"],"You have been banned from this groupchat":["لقد تم طردُك مِن فريق المحادثة هذا"],"You have been kicked from this groupchat":["لقد تم طردُك مؤقتًا مِن فريق المحادثة هذا"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["لقد تم طرد %1$s"],"%1$s's nickname has changed":["لقد قام %1$s بتغيير إسمه المُستعار"],"%1$s has been kicked out":["لقد تم طرد %1$s مِن فريق المحادثة مؤقتًا"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":["تمت إزالة %1$s لأنه ليس عضو مُنتم إلى الغرفة"],"Your nickname has been automatically set to %1$s":["لقد تم تغيير إسمك المستعار آليا إلى %1$s"],"Your nickname has been changed to %1$s":["لقد تم تغيير إسمك المُستعار إلى %1$s"],"Description:":["التفاصيل :"],"Groupchat Address (JID):":["عنوان فريق المحادثة (JID) :"],"Participants:":["المشتركون :"],"Features:":["الميزات :"],"Requires authentication":["يتطلّب المصادقة"],"Hidden":["خفية"],"Requires an invitation":["تستلزم دعوة"],"Moderated":["تحت الإشراف"],"Non-anonymous":["غير مجهولة"],"Open":["مفتوحة"],"Permanent":["دائم"],"Public":["عمومية"],"Semi-anonymous":["مجهولة نسبيًا"],"Temporary":["مُؤقّتة"],"Unmoderated":["ليست تحت الإشراف"],"Query for Groupchats":["البحث عن فِرق محادثة"],"Server address":["عنوان الخادوم"],"Show groupchats":["عرض فِرَق المحادثة"],"conference.example.org":["conference.example.org"],"No groupchats found":["لم يتم العثور على أي فريق محادثة"],"Groupchats found:":["تم العثور على فِرَق المحادثة :"],"Enter a new Groupchat":["الدخول إلى فريق محادثة جديد"],"Groupchat address":["عنوان فريق المحادثة"],"Optional nickname":["إسم مستعار اختياري"],"name@conference.example.org":["name@conference.example.org"],"Join":["الإلتحاق بالغرفة"],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["لم يعد %1$s مديرا لفريق المحادثة هذا بعد الآن"],"%1$s has been banned from this groupchat":["لقد تم طردُ %1$s مِن فريق المحادثة هذا"],"%1$s is no longer a moderator":["لم يعُد %1$s مِن المُشْرِفين"],"%1$s has been given a voice again":[""],"%1$s has been muted":["تم كتم %1$s"],"%1$s is now a moderator":["أصبح %1$s مُشرفًا"],"Close and leave this groupchat":["إغلاق فريق المحادثة هذا و مغادرته"],"Configure this groupchat":["إعداد فريق المحادثة"],"Show more details about this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Hide the list of participants":["إخفاء قائمة المشاركين"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":["طرد المستخدِم من فريق المحادثة"],"Change user role to participant":["تغيير دور المستخدِم إلى مُشترِك"],"Kick user from groupchat":["طرد المستخدِم مؤقتًا مِن فريق المحادثة"],"Write in 3rd person":[""],"Grant membership to a user":["منح صفة العضوية لمستخدِم"],"Remove user's ability to post messages":["منع المستخدم مِن بعث رسائل"],"Change your nickname":["غيّر إسمك المُستعار"],"Grant moderator role to user":["ترقية المستخدِم إلى رتبة مشرف"],"Grant ownership of this groupchat":["منح صفة ملكية فريق المحادثة للمستخدِم"],"Register a nickname for this groupchat":["قم بتسجيل اسم مستعار خاص بفريق المحادثة هذا"],"Revoke user's membership":["إسقاط صفة العضوية مِن المستخدِم"],"Set groupchat subject":["تحديد موضوع فريق المحادثة"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["السماح للمستخدم المكتوم نشر رسائل"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["إنّ الإسم المستعار الذي قمت باختياره محجوز أو مُستعمَل حاليا مِن طرف شخص آخَر، يُرجى اختيار إسمٍ آخَر."],"Please choose your nickname":["يرجى اختيار إسمك المُستعار"],"Nickname":["الإسم المُستعار"],"Enter groupchat":["الإلتحاق بفريق المحادثة"],"This groupchat requires a password":["فريق المحادثة مؤمَّن بكلمة سرية"],"Password: ":["كلمة السر : "],"Submit":["إرسال"],"This action was done by %1$s.":["قام %1$s بهذا الإجراء."],"The reason given is: \"%1$s\".":["السبب : \"%1$s\"."],"%1$s has left and re-entered the groupchat":["لقد انسحب %1$s مِن فريق المحادثة ثم قام بالإلتحاق به مجددا"],"%1$s has entered the groupchat":["لقد إلتحق %1$s بفريق المحادثة"],"%1$s has entered the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة. \"%2$s\""],"%1$s has entered and left the groupchat":["لقد إلتحق %1$s بفريق المحادثة ثم غادره"],"%1$s has entered and left the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة ثم غادره. \"%2$s\""],"%1$s has left the groupchat":["غادر %1$s فريق المحادثة"],"%1$s has left the groupchat. \"%2$s\"":["غادر %1$s فريق المحادثة. \"%2$s\""],"You are not on the member list of this groupchat.":["أنت لست مِن بين قائمة أعضاء فريق المحادثة هذا."],"You have been banned from this groupchat.":["لقد تم طردُك مِن فريق المحادثة هذا."],"No nickname was specified.":["لم تقم باختيار أي إسم مستعار."],"You are not allowed to create new groupchats.":["لا يُسمح لك بإنشاء فِرَق محادثة جُدد."],"Your nickname doesn't conform to this groupchat's policies.":["إنّ إسمك المستعار لا يتماشى مع سياسة فريق المحادثة هذا."],"This groupchat does not (yet) exist.":["فريق المحادثة هذا ليس له وُجود بعد."],"This groupchat has reached its maximum number of participants.":["لقد بلغ فريق المحادثة الحالي الحد الأقصى لاستيعاب الأعضاء."],"Remote server not found":["لم يتم العثور على الخادم عن بُعد"],"The explanation given is: \"%1$s\".":["السبب : \"%1$s\"."],"Topic set by %1$s":["قام %1$s بتحديد الموضوع"],"Topic cleared by %1$s":["قام %1$s بمحو الموضوع"],"Groupchats":["فِرَق المحادثة"],"Add a new groupchat":["إضافة فريق محادثة جديد"],"Query for groupchats":["البحث عن فِرَق للمحادثة"],"Click to mention %1$s in your message.":["أنقر للإشارة إلى %1$s في رسالتك."],"This user is a moderator.":["إنّ هذا المستخدِم مشرف في الغرفة."],"This user can send messages in this groupchat.":["بإمكان هذا المستخدم إرسال رسائل إلى فريق المحادثة هذا."],"This user can NOT send messages in this groupchat.":["لا يمكن لهذا المستخدِم إرسال رسائل في فريق المحادثة هذا."],"Moderator":["المشرف"],"Visitor":["زائر"],"Owner":["مالك"],"Member":["عضو"],"Admin":["المدير"],"Participants":["المشاركون"],"Invite":["دعوة"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":["يُرجى إدخال إسم مستخدِم XMPP صحيح"],"Notification from %1$s":["إشعار مِن %1$s"],"%1$s says":["%1$s قال"],"OMEMO Message received":["تم تلقي رسالة أوميمو"],"has gone offline":["قد قطع الإتصال"],"has gone away":["قد غاب"],"is busy":["مشغول"],"has come online":["صار مُتّصلا الآن"],"wants to be your contact":["يُريد أن يُصبح مُراسلك"],"Sorry, an error occurred while trying to remove the devices.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة حذف الأجهزة."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["صورتك الرمزية"],"Your Profile":["ملفك الشخصي"],"Close":["إغلاق"],"Email":["البريد الإلكتروني"],"Full Name":["الإسم الكامل"],"Role":["الدور"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":["عنوان الرابط"],"Sorry, an error happened while trying to save your profile data.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ ببيانات ملفك الشخصي."],"You can check your browser's developer console for any error output.":[""],"Away":["غائب"],"Busy":["مشغول"],"Custom status":["حالتك الخاصة"],"Offline":["غير متصل"],"Online":["مُتّصل"],"Away for long":["غائب لمدة قد تطول"],"Change chat status":["أنقر لتغيير حالة الدردشة"],"Personal status message":["رسالة الحالة الخاصة"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["أنا %1$s"],"Change settings":["تغيير الإعدادات"],"Click to change your chat status":["أنقر لتغيير حالتك للدردشة"],"Log out":["الخروج"],"Show details about this chat client":["عرض المزيد مِن التفاصيل عن برنامج المحادثة هذا"],"Your profile":["ملفك الشخصي"],"Are you sure you want to log out?":["هل أنت متأكد أنك تريد الخروج ؟"],"online":["متصل"],"busy":["مشغول"],"away for long":["غائب لمدة قد تطول"],"away":["غائب"],"offline":["غير متصل"]," e.g. conversejs.org":[" مثال conversejs.org"],"Fetch registration form":["جارٍ جلب استمارة التسجيل"],"Tip: A list of public XMPP providers is available":[""],"here":["هنا"],"Sorry, we're unable to connect to your chosen provider.":["المعذرة، لم نتمكن بربطك بموفر خدمة المحادثة الذي قمت باختياره."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":["جارٍ تسجيل دخولك الآن"],"Registered successfully":["تم تسجيل حسابك بنجاح"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["أنقر لفتح قائمة فِرَق المحادثة"],"Open Groupchats":["فتح فِرق الدردشات الجماعية"],"Are you sure you want to leave the groupchat %1$s?":["هل أنت متأكد أنك تريد الإنسحاب مِن فريق المحادثة %1$s ؟"],"This contact is busy":["إنّ المُراسَل مشغول"],"This contact is online":["إنّ هذا المُراسَل غير مُتصل"],"This contact is offline":["هذا المراسل غير متصل"],"This contact is unavailable":["إنّ هذا المراسَل غير متوفر"],"This contact is away for an extended period":["لقد غاب هذا المستخدِم ثانية لفترة أطوَل"],"This contact is away":["إنّ هذا المراسَل غائب"],"Groups":["الفِرَق"],"My contacts":["جهات إتصالي"],"Pending contacts":["المُراسلون المُعلّقون"],"Contact requests":["طلبات التراسل"],"Ungrouped":[""],"Contact name":["إسم المراسل"],"Add a Contact":["إضافة مراسل"],"XMPP Address":["عنوان XMPP"],"name@example.org":["name@example.org"],"Add":["إضافة"],"Filter":["عامل التصفية"],"Filter by contact name":["فرز حسب اسم جهة الاتصال"],"Filter by group name":["فرز حسب اسم المجموعة"],"Filter by status":["تصنيف حسب الحالة"],"Any":["الكل"],"Unread":["غير مقروءة"],"Chatty":["كثيرة الدردشة"],"Extended Away":["تمديد فترة الغياب"],"Click to remove %1$s as a contact":["أنقر لإزالة %1$s مِن قائمة مراسليك"],"Click to accept the contact request from %1$s":["أنقر لقبول طلب التراسل مع %1$s"],"Click to decline the contact request from %1$s":["أنقر لرفض طلب التراسل مع %1$s"],"Click to chat with %1$s (JID: %2$s)":["أنقر للتحدث مع %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["هل أنت متأكد أنك تود رفض طلب التراسل مع هذا المستخدِم ؟"],"Contacts":["جهات الإتصال"],"Add a contact":["إضافة مراسل"],"Re-sync your contacts":["أعد مزامنة قائمة مراسليك"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح. أجاب خادومك : \"%1$s\""],"Sorry, could not succesfully upload your file.":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح."],"Sorry, looks like file upload is not supported by your server.":["للأسف يبدو أن خاصية رفع الملفات لا يدعمها خادومكم."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":["عذراً، حدث خطأ:"],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":["عذرا، لم نتمكن مِن الإتصال بخادوم XMPP عبر النطاق : %1$s"],"You're not allowed to register yourself in this groupchat.":["لا يُسمح لك بتسجيل نفسك في فريق المحادثة هذا."],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":["قام %1$s بدعوتك للإلتحاق بفريق المحادثة : %2$s"],"Sorry, you're not allowed to register in this groupchat":["المعذرة، لا يُسمح لك بتسجيل نفسك في فريق المحادثة هذا"],"Sorry, there was an error while trying to add %1$s as a contact.":["المعذرة، لقد حدث هناك خطأ أثناء محاولة إضافة %1$s كمُراسِل."],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["أْنقُر لإخفاء هؤلاء المراسلين"],"This groupchat no longer exists":["فريق المحادثة هذا لم يعد موجودا"],"The conversation has moved. Click below to enter.":[""],"Name":["الإسم"],"Groupchat address (JID)":["عنوان فريق المحادثة (JID)"],"Description":["الوصف"],"Topic":["الموضوع"],"Topic author":["كاتب الموضوع"],"Online users":["المستخدِدون المتصلون"],"Features":["الميزات"],"Password protected":["مؤمَّنة بكلمة سرية"],"This groupchat requires a password before entry":["كلمة السر لازمة للدخول إلى فريق المحادثة هذا"],"No password required":["بدون كلمة سرية"],"This groupchat does not require a password upon entry":["فريق المحادثة هذا لا يتطلّب كلمة سرية قبل الدخول إليها"],"This groupchat is not publicly searchable":["ليس بالإمكان البحث عن فريق المحادثة هذا عبر البحث العمومي"],"This groupchat is publicly searchable":["يمكن البحث العمومي عن فريق المحادثة هذا"],"Members only":["الأعضاء فقط"],"This groupchat is restricted to members only":["فريق المحادثة هذا مخصص للأعضاء المُنتمين إليه فقط"],"Anyone can join this groupchat":["يمكن للجميع الإلتحاق بفريق المحادثة هذا"],"Persistent":["دائمة"],"This groupchat persists even if it's unoccupied":["فريق المحادثة هذا غير زائل حتى و إن كان لا يحتوي على مقيمين"],"This groupchat will disappear once the last person leaves":["سوف يختفي فريق المحادثة هذا عندما يخرج منه آخِر مُستخدِم"],"Not anonymous":["غير مجهول"],"All other groupchat participants can see your XMPP username":["يُمكن لكل أعضاء فريق المحادثة الإطلاع على إسم المستخدِم XMPP الخاص بك"],"Only moderators can see your XMPP username":["بإمكان المشرفين فقط رؤية إسم XMPP الخاص بك"],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["ليس تحت الإشراف"],"Participants entering this groupchat can write right away":[""],"Message archiving":["أرشفة الرسائل"],"Messages are archived on the server":["الرسائل محفوظة على الخادوم"],"No password":["بدون كلمة سرية"],"this groupchat is restricted to members only":["فريق المحادثة الحالي مخصص للأعضاء المُنتمين إليه فقط"],"Uploading file:":[""],"XMPP Username:":["إسم المستخدِم :"],"Password:":["كلمة السر :"],"password":["كلمة السر"],"This is a trusted device":["أنا على جهاز أثق فيه"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":["تسجيل الدخول"],"Click here to log in anonymously":["أُنقُر هنا لتسجيل الدخول كشخص مجهول"],"This message has been edited":["تم إعادة تحرير هذه الرسالة"],"Edit this message":["تعديل هذه الرسالة"],"Message versions":["أرشفة الرسائل"],"Save and close":["حفظ وإغلاق"],"This device's OMEMO fingerprint":["بصمة أوميمو الخاصة بهذا الجهاز"],"Generate new keys and fingerprint":[""],"Select all":["اختيار الكل"],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":["الأجهزة الأخرى التي تدعم أوميمو"],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":["الجهاز مِن دون بصمة"],"Remove checked devices and close":["أزالة الأجهزة التي تم اختيارها ثم إغلاق"],"Don't have a chat account?":["لا تمتلك حسابًا للمحادثة بعدُ ؟"],"Create an account":["أنشئ حسابًا"],"Create your account":["إنشئ حسابك"],"Please enter the XMPP provider to register with:":["يرجى إدخال مزود خدمة XMPP الذي تود إنشاء حسابك فيه :"],"Already have a chat account?":["عندك حساب مُحادثة ؟"],"Log in here":["قم بتسجيل الدخول هنا"],"Account Registration:":["إنشاء حساب :"],"Register":["تسجيل حساب"],"Choose a different provider":["إختر مزود خدمة آخَر"],"Hold tight, we're fetching the registration form…":["تحلى بالصبر، جارٍ جلب استمارة التسجيل …"],"Messages are being sent in plaintext":["يتم إرسال الرسائل كنص عادي صاف"],"The User's Profile Image":["الصورة الشخصية للمستخدم"],"Full Name:":["الإسم الكامل:"],"XMPP Address:":["عنوان XMPP:"],"Nickname:":["الإسم المُستعار:"],"URL:":[""],"Email:":["البريد الإلكتروني:"],"Role:":["الدور:"],"OMEMO Fingerprints":["بصمات أوميمو"],"Trusted":["موثوق فيه"],"Untrusted":["غير موثوق فيه"],"Refresh":["تحديث"],"Remove as contact":["إزالة مِن المراسِلين"],"Download audio file \"%1$s\"":["تنزيل الملف الصوتي: \"%1$s\""],"Download file \"%1$s\"":["تنزيل الملف: \"%1$s\""],"Download image \"%1$s\"":["تنزيل الصورة: \"%1$s\""],"Download":["تنزيل"],"Download video file \"%1$s\"":["تنزيل ملف الفيديو: \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/ar/LC_MESSAGES/converse.po b/locale/ar/LC_MESSAGES/converse.po index 432074a61..f50780c77 100644 --- a/locale/ar/LC_MESSAGES/converse.po +++ b/locale/ar/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2019-01-07 18:06+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" "Language-Team: Bulgarian \n" "Language-Team: Catalan \n" "Language-Team: LANGUAGE \n" @@ -20,13 +20,13 @@ msgstr "" #: dist/converse-no-dependencies.js:30588 #: dist/converse-no-dependencies.js:30645 #: dist/converse-no-dependencies.js:30678 -#: dist/converse-no-dependencies.js:40730 +#: dist/converse-no-dependencies.js:40905 msgid "Bookmark this groupchat" msgstr "" #: dist/converse-no-dependencies.js:30642 #: dist/converse-no-dependencies.js:30974 -#: dist/converse-no-dependencies.js:40729 +#: dist/converse-no-dependencies.js:40904 msgid "Unbookmark this groupchat" msgstr "" @@ -35,8 +35,8 @@ msgid "Would you like this groupchat to be automatically joined upon startup?" msgstr "" #: dist/converse-no-dependencies.js:30680 -#: dist/converse-no-dependencies.js:39495 -#: dist/converse-no-dependencies.js:76085 +#: dist/converse-no-dependencies.js:39670 +#: dist/converse-no-dependencies.js:76431 msgid "Cancel" msgstr "" @@ -49,7 +49,7 @@ msgid "What should your nickname for this groupchat be?" msgstr "" #: dist/converse-no-dependencies.js:30683 -#: dist/converse-no-dependencies.js:39499 +#: dist/converse-no-dependencies.js:39674 msgid "Save" msgstr "" @@ -59,10 +59,12 @@ msgid "Are you sure you want to remove the bookmark \"%1$s\"?" msgstr "" #: dist/converse-no-dependencies.js:30883 -#: dist/converse-no-dependencies.js:31741 -#: dist/converse-no-dependencies.js:38182 -#: dist/converse-no-dependencies.js:38580 -#: dist/converse-no-dependencies.js:39443 +#: dist/converse-no-dependencies.js:31758 +#: dist/converse-no-dependencies.js:38223 +#: dist/converse-no-dependencies.js:38437 +#: dist/converse-no-dependencies.js:38516 +#: dist/converse-no-dependencies.js:38543 +#: dist/converse-no-dependencies.js:39618 msgid "Error" msgstr "" @@ -71,7 +73,7 @@ msgid "Sorry, something went wrong while trying to save your bookmark." msgstr "" #: dist/converse-no-dependencies.js:30972 -#: dist/converse-no-dependencies.js:40728 +#: dist/converse-no-dependencies.js:40903 msgid "Leave this groupchat" msgstr "" @@ -80,14 +82,14 @@ msgid "Remove this bookmark" msgstr "" #: dist/converse-no-dependencies.js:30975 -#: dist/converse-no-dependencies.js:35816 -#: dist/converse-no-dependencies.js:40731 +#: dist/converse-no-dependencies.js:35825 +#: dist/converse-no-dependencies.js:40906 msgid "Show more information on this groupchat" msgstr "" #: dist/converse-no-dependencies.js:30978 -#: dist/converse-no-dependencies.js:35815 -#: dist/converse-no-dependencies.js:40733 +#: dist/converse-no-dependencies.js:35824 +#: dist/converse-no-dependencies.js:40908 msgid "Click to open this groupchat" msgstr "" @@ -99,209 +101,209 @@ msgstr "" msgid "Bookmarks" msgstr "" -#: dist/converse-no-dependencies.js:31644 +#: dist/converse-no-dependencies.js:31661 msgid "Close this chat box" msgstr "" -#: dist/converse-no-dependencies.js:31716 +#: dist/converse-no-dependencies.js:31733 msgid "Sorry, something went wrong while trying to refresh" msgstr "" -#: dist/converse-no-dependencies.js:31732 -#: dist/converse-no-dependencies.js:41520 +#: dist/converse-no-dependencies.js:31749 +#: dist/converse-no-dependencies.js:41696 msgid "Are you sure you want to remove this contact?" msgstr "" -#: dist/converse-no-dependencies.js:31741 -#: dist/converse-no-dependencies.js:41538 +#: dist/converse-no-dependencies.js:31758 +#: dist/converse-no-dependencies.js:41714 #, javascript-format msgid "Sorry, there was an error while trying to remove %1$s as a contact." msgstr "" -#: dist/converse-no-dependencies.js:31801 -#: dist/converse-no-dependencies.js:31843 +#: dist/converse-no-dependencies.js:31818 +#: dist/converse-no-dependencies.js:31860 msgid "You have unread messages" msgstr "" -#: dist/converse-no-dependencies.js:31829 +#: dist/converse-no-dependencies.js:31846 msgid "Hidden message" msgstr "" -#: dist/converse-no-dependencies.js:31831 +#: dist/converse-no-dependencies.js:31848 msgid "Message" msgstr "" -#: dist/converse-no-dependencies.js:31838 +#: dist/converse-no-dependencies.js:31855 msgid "Send" msgstr "" -#: dist/converse-no-dependencies.js:31839 +#: dist/converse-no-dependencies.js:31856 msgid "Optional hint" msgstr "" -#: dist/converse-no-dependencies.js:31893 +#: dist/converse-no-dependencies.js:31910 msgid "Choose a file to send" msgstr "" -#: dist/converse-no-dependencies.js:32296 -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:32313 +#: dist/converse-no-dependencies.js:36496 msgid "Remove messages" msgstr "" -#: dist/converse-no-dependencies.js:32296 +#: dist/converse-no-dependencies.js:32313 msgid "Write in the third person" msgstr "" -#: dist/converse-no-dependencies.js:32296 -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:32313 +#: dist/converse-no-dependencies.js:36496 msgid "Show this menu" msgstr "" -#: dist/converse-no-dependencies.js:32526 +#: dist/converse-no-dependencies.js:32537 msgid "Are you sure you want to clear the messages from this conversation?" msgstr "" -#: dist/converse-no-dependencies.js:32648 +#: dist/converse-no-dependencies.js:32659 #, javascript-format msgid "%1$s has gone offline" msgstr "" -#: dist/converse-no-dependencies.js:32650 -#: dist/converse-no-dependencies.js:34604 +#: dist/converse-no-dependencies.js:32661 +#: dist/converse-no-dependencies.js:34615 #, javascript-format msgid "%1$s has gone away" msgstr "" -#: dist/converse-no-dependencies.js:32652 +#: dist/converse-no-dependencies.js:32663 #, javascript-format msgid "%1$s is busy" msgstr "" -#: dist/converse-no-dependencies.js:32654 +#: dist/converse-no-dependencies.js:32665 #, javascript-format msgid "%1$s is online" msgstr "" -#: dist/converse-no-dependencies.js:33389 +#: dist/converse-no-dependencies.js:33400 msgid "Username" msgstr "" -#: dist/converse-no-dependencies.js:33389 +#: dist/converse-no-dependencies.js:33400 msgid "user@domain" msgstr "" -#: dist/converse-no-dependencies.js:33409 -#: dist/converse-no-dependencies.js:41108 +#: dist/converse-no-dependencies.js:33420 +#: dist/converse-no-dependencies.js:41284 msgid "Please enter a valid XMPP address" msgstr "" -#: dist/converse-no-dependencies.js:33522 +#: dist/converse-no-dependencies.js:33533 msgid "Chat Contacts" msgstr "" -#: dist/converse-no-dependencies.js:33522 +#: dist/converse-no-dependencies.js:33533 msgid "Toggle chat" msgstr "" -#: dist/converse-no-dependencies.js:34543 +#: dist/converse-no-dependencies.js:34554 msgid "Show more" msgstr "" -#: dist/converse-no-dependencies.js:34593 +#: dist/converse-no-dependencies.js:34604 msgid "Typing from another device" msgstr "" -#: dist/converse-no-dependencies.js:34595 +#: dist/converse-no-dependencies.js:34606 #, javascript-format msgid "%1$s is typing" msgstr "" -#: dist/converse-no-dependencies.js:34599 +#: dist/converse-no-dependencies.js:34610 msgid "Stopped typing on the other device" msgstr "" -#: dist/converse-no-dependencies.js:34601 +#: dist/converse-no-dependencies.js:34612 #, javascript-format msgid "%1$s has stopped typing" msgstr "" -#: dist/converse-no-dependencies.js:34641 +#: dist/converse-no-dependencies.js:34652 msgid "Unencryptable OMEMO message" msgstr "" -#: dist/converse-no-dependencies.js:34882 -#: dist/converse-no-dependencies.js:34928 +#: dist/converse-no-dependencies.js:34893 +#: dist/converse-no-dependencies.js:34939 msgid "Minimize this chat box" msgstr "" -#: dist/converse-no-dependencies.js:35063 +#: dist/converse-no-dependencies.js:35074 msgid "Click to restore this chat" msgstr "" -#: dist/converse-no-dependencies.js:35260 +#: dist/converse-no-dependencies.js:35271 msgid "Minimized" msgstr "" -#: dist/converse-no-dependencies.js:35656 +#: dist/converse-no-dependencies.js:35665 msgid "This groupchat is not anonymous" msgstr "" -#: dist/converse-no-dependencies.js:35657 +#: dist/converse-no-dependencies.js:35666 msgid "This groupchat now shows unavailable members" msgstr "" -#: dist/converse-no-dependencies.js:35658 +#: dist/converse-no-dependencies.js:35667 msgid "This groupchat does not show unavailable members" msgstr "" -#: dist/converse-no-dependencies.js:35659 +#: dist/converse-no-dependencies.js:35668 msgid "The groupchat configuration has changed" msgstr "" -#: dist/converse-no-dependencies.js:35660 +#: dist/converse-no-dependencies.js:35669 msgid "groupchat logging is now enabled" msgstr "" -#: dist/converse-no-dependencies.js:35661 +#: dist/converse-no-dependencies.js:35670 msgid "groupchat logging is now disabled" msgstr "" -#: dist/converse-no-dependencies.js:35662 +#: dist/converse-no-dependencies.js:35671 msgid "This groupchat is now no longer anonymous" msgstr "" -#: dist/converse-no-dependencies.js:35663 +#: dist/converse-no-dependencies.js:35672 msgid "This groupchat is now semi-anonymous" msgstr "" -#: dist/converse-no-dependencies.js:35664 +#: dist/converse-no-dependencies.js:35673 msgid "This groupchat is now fully-anonymous" msgstr "" -#: dist/converse-no-dependencies.js:35665 +#: dist/converse-no-dependencies.js:35674 msgid "A new groupchat has been created" msgstr "" -#: dist/converse-no-dependencies.js:35668 +#: dist/converse-no-dependencies.js:35677 msgid "You have been banned from this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:35669 +#: dist/converse-no-dependencies.js:35678 msgid "You have been kicked from this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:35670 +#: dist/converse-no-dependencies.js:35679 msgid "" "You have been removed from this groupchat because of an affiliation change" msgstr "" -#: dist/converse-no-dependencies.js:35671 +#: dist/converse-no-dependencies.js:35680 msgid "" "You have been removed from this groupchat because the groupchat has changed " "to members-only and you're not a member" msgstr "" -#: dist/converse-no-dependencies.js:35672 +#: dist/converse-no-dependencies.js:35681 msgid "" "You have been removed from this groupchat because the service hosting it is " "being shut down" @@ -317,1204 +319,1235 @@ msgstr "" #. * can then at least tell gettext to scan for it so that these #. * strings are picked up by the translation machinery. #. -#: dist/converse-no-dependencies.js:35685 +#: dist/converse-no-dependencies.js:35694 #, javascript-format msgid "%1$s has been banned" msgstr "" -#: dist/converse-no-dependencies.js:35686 +#: dist/converse-no-dependencies.js:35695 #, javascript-format msgid "%1$s's nickname has changed" msgstr "" -#: dist/converse-no-dependencies.js:35687 +#: dist/converse-no-dependencies.js:35696 #, javascript-format msgid "%1$s has been kicked out" msgstr "" -#: dist/converse-no-dependencies.js:35688 +#: dist/converse-no-dependencies.js:35697 #, javascript-format msgid "%1$s has been removed because of an affiliation change" msgstr "" -#: dist/converse-no-dependencies.js:35689 +#: dist/converse-no-dependencies.js:35698 #, javascript-format msgid "%1$s has been removed for not being a member" msgstr "" -#: dist/converse-no-dependencies.js:35692 +#: dist/converse-no-dependencies.js:35701 #, javascript-format msgid "Your nickname has been automatically set to %1$s" msgstr "" -#: dist/converse-no-dependencies.js:35693 +#: dist/converse-no-dependencies.js:35702 #, javascript-format msgid "Your nickname has been changed to %1$s" msgstr "" -#: dist/converse-no-dependencies.js:35724 +#: dist/converse-no-dependencies.js:35733 msgid "Description:" msgstr "" -#: dist/converse-no-dependencies.js:35725 +#: dist/converse-no-dependencies.js:35734 msgid "Groupchat Address (JID):" msgstr "" -#: dist/converse-no-dependencies.js:35726 +#: dist/converse-no-dependencies.js:35735 msgid "Participants:" msgstr "" -#: dist/converse-no-dependencies.js:35727 +#: dist/converse-no-dependencies.js:35736 msgid "Features:" msgstr "" -#: dist/converse-no-dependencies.js:35728 +#: dist/converse-no-dependencies.js:35737 msgid "Requires authentication" msgstr "" -#: dist/converse-no-dependencies.js:35729 -#: dist/converse-no-dependencies.js:74354 -#: dist/converse-no-dependencies.js:74510 +#: dist/converse-no-dependencies.js:35738 +#: dist/converse-no-dependencies.js:74704 +#: dist/converse-no-dependencies.js:74856 msgid "Hidden" msgstr "" -#: dist/converse-no-dependencies.js:35730 +#: dist/converse-no-dependencies.js:35739 msgid "Requires an invitation" msgstr "" -#: dist/converse-no-dependencies.js:35731 -#: dist/converse-no-dependencies.js:74418 -#: dist/converse-no-dependencies.js:74574 +#: dist/converse-no-dependencies.js:35740 +#: dist/converse-no-dependencies.js:74768 +#: dist/converse-no-dependencies.js:74920 msgid "Moderated" msgstr "" -#: dist/converse-no-dependencies.js:35732 +#: dist/converse-no-dependencies.js:35741 msgid "Non-anonymous" msgstr "" -#: dist/converse-no-dependencies.js:35733 -#: dist/converse-no-dependencies.js:74378 -#: dist/converse-no-dependencies.js:74534 +#: dist/converse-no-dependencies.js:35742 +#: dist/converse-no-dependencies.js:74728 +#: dist/converse-no-dependencies.js:74880 msgid "Open" msgstr "" -#: dist/converse-no-dependencies.js:35734 +#: dist/converse-no-dependencies.js:35743 msgid "Permanent" msgstr "" -#: dist/converse-no-dependencies.js:35735 -#: dist/converse-no-dependencies.js:74362 -#: dist/converse-no-dependencies.js:74518 +#: dist/converse-no-dependencies.js:35744 +#: dist/converse-no-dependencies.js:74712 +#: dist/converse-no-dependencies.js:74864 msgid "Public" msgstr "" -#: dist/converse-no-dependencies.js:35736 -#: dist/converse-no-dependencies.js:74410 -#: dist/converse-no-dependencies.js:74566 +#: dist/converse-no-dependencies.js:35745 +#: dist/converse-no-dependencies.js:74760 +#: dist/converse-no-dependencies.js:74912 msgid "Semi-anonymous" msgstr "" -#: dist/converse-no-dependencies.js:35737 -#: dist/converse-no-dependencies.js:74394 -#: dist/converse-no-dependencies.js:74550 +#: dist/converse-no-dependencies.js:35746 +#: dist/converse-no-dependencies.js:74744 +#: dist/converse-no-dependencies.js:74896 msgid "Temporary" msgstr "" -#: dist/converse-no-dependencies.js:35738 +#: dist/converse-no-dependencies.js:35747 msgid "Unmoderated" msgstr "" -#: dist/converse-no-dependencies.js:35774 +#: dist/converse-no-dependencies.js:35783 msgid "Query for Groupchats" msgstr "" -#: dist/converse-no-dependencies.js:35775 +#: dist/converse-no-dependencies.js:35784 msgid "Server address" msgstr "" -#: dist/converse-no-dependencies.js:35776 +#: dist/converse-no-dependencies.js:35785 msgid "Show groupchats" msgstr "" -#: dist/converse-no-dependencies.js:35777 +#: dist/converse-no-dependencies.js:35786 msgid "conference.example.org" msgstr "" -#: dist/converse-no-dependencies.js:35828 +#: dist/converse-no-dependencies.js:35837 msgid "No groupchats found" msgstr "" -#: dist/converse-no-dependencies.js:35846 +#: dist/converse-no-dependencies.js:35855 msgid "Groupchats found:" msgstr "" -#: dist/converse-no-dependencies.js:35902 +#: dist/converse-no-dependencies.js:35911 msgid "Enter a new Groupchat" msgstr "" -#: dist/converse-no-dependencies.js:35903 +#: dist/converse-no-dependencies.js:35912 msgid "Groupchat address" msgstr "" -#: dist/converse-no-dependencies.js:35904 -#: dist/converse-no-dependencies.js:41100 +#: dist/converse-no-dependencies.js:35913 +#: dist/converse-no-dependencies.js:41276 msgid "Optional nickname" msgstr "" -#: dist/converse-no-dependencies.js:35905 +#: dist/converse-no-dependencies.js:35914 msgid "name@conference.example.org" msgstr "" -#: dist/converse-no-dependencies.js:35906 +#: dist/converse-no-dependencies.js:35915 msgid "Join" msgstr "" -#: dist/converse-no-dependencies.js:35958 +#: dist/converse-no-dependencies.js:35964 #, javascript-format msgid "Groupchat info for %1$s" msgstr "" -#: dist/converse-no-dependencies.js:36144 +#: dist/converse-no-dependencies.js:36154 #, javascript-format msgid "%1$s is no longer an admin of this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36146 +#: dist/converse-no-dependencies.js:36156 #, javascript-format msgid "%1$s is no longer an owner of this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36148 +#: dist/converse-no-dependencies.js:36158 #, javascript-format msgid "%1$s is no longer banned from this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36152 +#: dist/converse-no-dependencies.js:36162 #, javascript-format msgid "%1$s is no longer a permanent member of this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36156 +#: dist/converse-no-dependencies.js:36166 #, javascript-format msgid "%1$s is now a permanent member of this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36158 +#: dist/converse-no-dependencies.js:36168 #, javascript-format msgid "%1$s has been banned from this groupchat" msgstr "" #. For example: AppleJack is now an (admin|owner) of this groupchat -#: dist/converse-no-dependencies.js:36161 +#: dist/converse-no-dependencies.js:36171 #, javascript-format msgid "%1$s is now an %2$s of this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36173 +#: dist/converse-no-dependencies.js:36183 #, javascript-format msgid "%1$s is no longer a moderator" msgstr "" -#: dist/converse-no-dependencies.js:36177 +#: dist/converse-no-dependencies.js:36187 #, javascript-format msgid "%1$s has been given a voice again" msgstr "" -#: dist/converse-no-dependencies.js:36181 +#: dist/converse-no-dependencies.js:36191 #, javascript-format msgid "%1$s has been muted" msgstr "" -#: dist/converse-no-dependencies.js:36185 +#: dist/converse-no-dependencies.js:36195 #, javascript-format msgid "%1$s is now a moderator" msgstr "" -#: dist/converse-no-dependencies.js:36194 +#: dist/converse-no-dependencies.js:36204 msgid "Close and leave this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36195 +#: dist/converse-no-dependencies.js:36205 msgid "Configure this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36196 +#: dist/converse-no-dependencies.js:36206 msgid "Show more details about this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36242 +#: dist/converse-no-dependencies.js:36252 msgid "Hide the list of participants" msgstr "" -#: dist/converse-no-dependencies.js:36374 +#: dist/converse-no-dependencies.js:36400 msgid "Forbidden: you do not have the necessary role in order to do that." msgstr "" -#: dist/converse-no-dependencies.js:36387 +#: dist/converse-no-dependencies.js:36413 msgid "" "Forbidden: you do not have the necessary affiliation in order to do that." msgstr "" -#: dist/converse-no-dependencies.js:36399 +#: dist/converse-no-dependencies.js:36425 #, javascript-format msgid "" "Error: the \"%1$s\" command takes two arguments, the user's nickname and " "optionally a reason." msgstr "" -#: dist/converse-no-dependencies.js:36408 +#: dist/converse-no-dependencies.js:36434 #, javascript-format msgid "Error: couldn't find a groupchat participant \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:36418 +#: dist/converse-no-dependencies.js:36444 msgid "" "Sorry, an error happened while running the command. Check your browser's " "developer console for details." msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Change user's affiliation to admin" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Ban user from groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Change user role to participant" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 +msgid "Destroy room" +msgstr "" + +#: dist/converse-no-dependencies.js:36496 msgid "Kick user from groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Write in 3rd person" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Grant membership to a user" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Remove user's ability to post messages" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Change your nickname" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Grant moderator role to user" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Grant ownership of this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Register a nickname for this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Revoke user's membership" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Set groupchat subject" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Set groupchat subject (alias for /subject)" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Allow muted user to post messages" msgstr "" -#: dist/converse-no-dependencies.js:36539 +#: dist/converse-no-dependencies.js:36573 msgid "Error: invalid number of arguments" msgstr "" -#: dist/converse-no-dependencies.js:36788 +#: dist/converse-no-dependencies.js:36822 msgid "" "The nickname you chose is reserved or currently in use, please choose a " "different one." msgstr "" -#: dist/converse-no-dependencies.js:36816 +#: dist/converse-no-dependencies.js:36850 msgid "Please choose your nickname" msgstr "" -#: dist/converse-no-dependencies.js:36817 -#: dist/converse-no-dependencies.js:39410 +#: dist/converse-no-dependencies.js:36851 +#: dist/converse-no-dependencies.js:39585 msgid "Nickname" msgstr "" -#: dist/converse-no-dependencies.js:36818 +#: dist/converse-no-dependencies.js:36852 msgid "Enter groupchat" msgstr "" -#: dist/converse-no-dependencies.js:36843 +#: dist/converse-no-dependencies.js:36877 msgid "This groupchat requires a password" msgstr "" -#: dist/converse-no-dependencies.js:36844 +#: dist/converse-no-dependencies.js:36878 msgid "Password: " msgstr "" -#: dist/converse-no-dependencies.js:36845 +#: dist/converse-no-dependencies.js:36879 msgid "Submit" msgstr "" -#: dist/converse-no-dependencies.js:37020 +#: dist/converse-no-dependencies.js:37054 #, javascript-format msgid "This action was done by %1$s." msgstr "" -#: dist/converse-no-dependencies.js:37024 -#: dist/converse-no-dependencies.js:37041 +#: dist/converse-no-dependencies.js:37058 +#: dist/converse-no-dependencies.js:37075 #, javascript-format msgid "The reason given is: \"%1$s\"." msgstr "" -#: dist/converse-no-dependencies.js:37112 +#: dist/converse-no-dependencies.js:37146 #, javascript-format msgid "%1$s has left and re-entered the groupchat" msgstr "" -#: dist/converse-no-dependencies.js:37114 +#: dist/converse-no-dependencies.js:37148 #, javascript-format msgid "%1$s has left and re-entered the groupchat. \"%2$s\"" msgstr "" -#: dist/converse-no-dependencies.js:37133 +#: dist/converse-no-dependencies.js:37167 #, javascript-format msgid "%1$s has entered the groupchat" msgstr "" -#: dist/converse-no-dependencies.js:37135 +#: dist/converse-no-dependencies.js:37169 #, javascript-format msgid "%1$s has entered the groupchat. \"%2$s\"" msgstr "" -#: dist/converse-no-dependencies.js:37172 +#: dist/converse-no-dependencies.js:37206 #, javascript-format msgid "%1$s has entered and left the groupchat" msgstr "" -#: dist/converse-no-dependencies.js:37174 +#: dist/converse-no-dependencies.js:37208 #, javascript-format msgid "%1$s has entered and left the groupchat. \"%2$s\"" msgstr "" -#: dist/converse-no-dependencies.js:37193 +#: dist/converse-no-dependencies.js:37227 #, javascript-format msgid "%1$s has left the groupchat" msgstr "" -#: dist/converse-no-dependencies.js:37195 +#: dist/converse-no-dependencies.js:37229 #, javascript-format msgid "%1$s has left the groupchat. \"%2$s\"" msgstr "" -#: dist/converse-no-dependencies.js:37244 +#: dist/converse-no-dependencies.js:37278 msgid "You are not on the member list of this groupchat." msgstr "" -#: dist/converse-no-dependencies.js:37246 +#: dist/converse-no-dependencies.js:37280 msgid "You have been banned from this groupchat." msgstr "" -#: dist/converse-no-dependencies.js:37250 +#: dist/converse-no-dependencies.js:37284 msgid "No nickname was specified." msgstr "" -#: dist/converse-no-dependencies.js:37254 +#: dist/converse-no-dependencies.js:37288 msgid "You are not allowed to create new groupchats." msgstr "" -#: dist/converse-no-dependencies.js:37256 +#: dist/converse-no-dependencies.js:37290 msgid "Your nickname doesn't conform to this groupchat's policies." msgstr "" -#: dist/converse-no-dependencies.js:37262 +#: dist/converse-no-dependencies.js:37296 msgid "This groupchat does not (yet) exist." msgstr "" -#: dist/converse-no-dependencies.js:37264 +#: dist/converse-no-dependencies.js:37298 msgid "This groupchat has reached its maximum number of participants." msgstr "" -#: dist/converse-no-dependencies.js:37266 +#: dist/converse-no-dependencies.js:37300 msgid "Remote server not found" msgstr "" -#: dist/converse-no-dependencies.js:37271 +#: dist/converse-no-dependencies.js:37305 #, javascript-format msgid "The explanation given is: \"%1$s\"." msgstr "" -#: dist/converse-no-dependencies.js:37324 +#: dist/converse-no-dependencies.js:37358 #, javascript-format msgid "Topic set by %1$s" msgstr "" -#: dist/converse-no-dependencies.js:37324 +#: dist/converse-no-dependencies.js:37358 #, javascript-format msgid "Topic cleared by %1$s" msgstr "" -#: dist/converse-no-dependencies.js:37360 +#: dist/converse-no-dependencies.js:37394 msgid "Groupchats" msgstr "" -#: dist/converse-no-dependencies.js:37361 +#: dist/converse-no-dependencies.js:37395 msgid "Add a new groupchat" msgstr "" -#: dist/converse-no-dependencies.js:37362 +#: dist/converse-no-dependencies.js:37396 msgid "Query for groupchats" msgstr "" -#: dist/converse-no-dependencies.js:37405 +#: dist/converse-no-dependencies.js:37439 #, javascript-format msgid "Click to mention %1$s in your message." msgstr "" -#: dist/converse-no-dependencies.js:37406 +#: dist/converse-no-dependencies.js:37440 msgid "This user is a moderator." msgstr "" -#: dist/converse-no-dependencies.js:37407 +#: dist/converse-no-dependencies.js:37441 msgid "This user can send messages in this groupchat." msgstr "" -#: dist/converse-no-dependencies.js:37408 +#: dist/converse-no-dependencies.js:37442 msgid "This user can NOT send messages in this groupchat." msgstr "" -#: dist/converse-no-dependencies.js:37409 +#: dist/converse-no-dependencies.js:37443 msgid "Moderator" msgstr "" -#: dist/converse-no-dependencies.js:37410 +#: dist/converse-no-dependencies.js:37444 msgid "Visitor" msgstr "" -#: dist/converse-no-dependencies.js:37411 +#: dist/converse-no-dependencies.js:37445 msgid "Owner" msgstr "" -#: dist/converse-no-dependencies.js:37412 +#: dist/converse-no-dependencies.js:37446 msgid "Member" msgstr "" -#: dist/converse-no-dependencies.js:37413 +#: dist/converse-no-dependencies.js:37447 msgid "Admin" msgstr "" -#: dist/converse-no-dependencies.js:37453 +#: dist/converse-no-dependencies.js:37481 msgid "Participants" msgstr "" -#: dist/converse-no-dependencies.js:37471 -#: dist/converse-no-dependencies.js:37525 +#: dist/converse-no-dependencies.js:37499 +#: dist/converse-no-dependencies.js:37556 msgid "Invite" msgstr "" -#: dist/converse-no-dependencies.js:37501 +#: dist/converse-no-dependencies.js:37532 #, javascript-format msgid "" "You are about to invite %1$s to the groupchat \"%2$s\". You may optionally " "include a message, explaining the reason for the invitation." msgstr "" -#: dist/converse-no-dependencies.js:37524 +#: dist/converse-no-dependencies.js:37555 msgid "Please enter a valid XMPP username" msgstr "" #. workaround for Prosody which doesn't give type "headline" -#: dist/converse-no-dependencies.js:37877 -#: dist/converse-no-dependencies.js:37883 +#: dist/converse-no-dependencies.js:37908 +#: dist/converse-no-dependencies.js:37914 #, javascript-format msgid "Notification from %1$s" msgstr "" -#: dist/converse-no-dependencies.js:37885 -#: dist/converse-no-dependencies.js:37896 -#: dist/converse-no-dependencies.js:37899 +#: dist/converse-no-dependencies.js:37916 +#: dist/converse-no-dependencies.js:37927 +#: dist/converse-no-dependencies.js:37930 #, javascript-format msgid "%1$s says" msgstr "" #. TODO: we should suppress notifications if we cannot decrypt #. the message... -#: dist/converse-no-dependencies.js:37908 +#: dist/converse-no-dependencies.js:37939 msgid "OMEMO Message received" msgstr "" -#: dist/converse-no-dependencies.js:37939 +#: dist/converse-no-dependencies.js:37970 msgid "has gone offline" msgstr "" -#: dist/converse-no-dependencies.js:37941 +#: dist/converse-no-dependencies.js:37972 msgid "has gone away" msgstr "" -#: dist/converse-no-dependencies.js:37943 +#: dist/converse-no-dependencies.js:37974 msgid "is busy" msgstr "" -#: dist/converse-no-dependencies.js:37945 +#: dist/converse-no-dependencies.js:37976 msgid "has come online" msgstr "" -#: dist/converse-no-dependencies.js:37962 +#: dist/converse-no-dependencies.js:37993 msgid "wants to be your contact" msgstr "" -#: dist/converse-no-dependencies.js:38182 +#: dist/converse-no-dependencies.js:38223 msgid "Sorry, an error occurred while trying to remove the devices." msgstr "" -#: dist/converse-no-dependencies.js:38192 +#: dist/converse-no-dependencies.js:38233 msgid "" "Are you sure you want to generate new OMEMO keys? This will remove your old " "keys and all previously encrypted messages will no longer be decryptable on " "this device." msgstr "" -#: dist/converse-no-dependencies.js:38321 +#: dist/converse-no-dependencies.js:38314 msgid "Sorry, could not decrypt a received OMEMO message due to an error." msgstr "" -#: dist/converse-no-dependencies.js:38462 +#: dist/converse-no-dependencies.js:38429 +#, javascript-format msgid "" -"This is an OMEMO encrypted message which your client doesn’t seem to " -"support. Find more information on https://conversations.im/omemo" +"Sorry, we're unable to send an encrypted message because %1$s requires you " +"to be subscribed to their presence in order to see their OMEMO information" msgstr "" -#: dist/converse-no-dependencies.js:38514 -msgid "Sorry, could not send the message due to an error." +#: dist/converse-no-dependencies.js:38431 +#, javascript-format +msgid "" +"Sorry, we're unable to send an encrypted message because the remote server " +"for %1$s could not be found" msgstr "" -#: dist/converse-no-dependencies.js:38580 +#: dist/converse-no-dependencies.js:38433 +msgid "Unable to send an encrypted message due to an unexpected error." +msgstr "" + +#: dist/converse-no-dependencies.js:38516 #, javascript-format msgid "" "Cannot use end-to-end encryption because %1$s uses a client that doesn't " "support OMEMO." msgstr "" -#: dist/converse-no-dependencies.js:39404 +#: dist/converse-no-dependencies.js:38543 +msgid "" +"Cannot use end-to-end encryption in this groupchat, either the groupchat has " +"some anonymity or not all participants support OMEMO." +msgstr "" + +#: dist/converse-no-dependencies.js:38720 +msgid "" +"This is an OMEMO encrypted message which your client doesn’t seem to " +"support. Find more information on https://conversations.im/omemo" +msgstr "" + +#: dist/converse-no-dependencies.js:39379 +#, javascript-format +msgid "" +"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat " +"will no longer be possible in this grouchat." +msgstr "" + +#: dist/converse-no-dependencies.js:39579 msgid "Your avatar image" msgstr "" -#: dist/converse-no-dependencies.js:39405 +#: dist/converse-no-dependencies.js:39580 msgid "Your Profile" msgstr "" -#: dist/converse-no-dependencies.js:39406 -#: dist/converse-no-dependencies.js:39493 -#: dist/converse-no-dependencies.js:74440 -#: dist/converse-no-dependencies.js:75639 -#: dist/converse-no-dependencies.js:76861 -#: dist/converse-no-dependencies.js:76975 +#: dist/converse-no-dependencies.js:39581 +#: dist/converse-no-dependencies.js:39668 +#: dist/converse-no-dependencies.js:74790 +#: dist/converse-no-dependencies.js:75985 +#: dist/converse-no-dependencies.js:77207 +#: dist/converse-no-dependencies.js:77321 msgid "Close" msgstr "" -#: dist/converse-no-dependencies.js:39407 +#: dist/converse-no-dependencies.js:39582 msgid "Email" msgstr "" -#: dist/converse-no-dependencies.js:39408 +#: dist/converse-no-dependencies.js:39583 msgid "Full Name" msgstr "" -#: dist/converse-no-dependencies.js:39409 +#: dist/converse-no-dependencies.js:39584 msgid "XMPP Address (JID)" msgstr "" -#: dist/converse-no-dependencies.js:39411 +#: dist/converse-no-dependencies.js:39586 msgid "Role" msgstr "" -#: dist/converse-no-dependencies.js:39412 +#: dist/converse-no-dependencies.js:39587 msgid "" "Use commas to separate multiple roles. Your roles are shown next to your " "name on your chat messages." msgstr "" -#: dist/converse-no-dependencies.js:39413 +#: dist/converse-no-dependencies.js:39588 msgid "URL" msgstr "" -#: dist/converse-no-dependencies.js:39443 +#: dist/converse-no-dependencies.js:39618 msgid "Sorry, an error happened while trying to save your profile data." msgstr "" -#: dist/converse-no-dependencies.js:39443 +#: dist/converse-no-dependencies.js:39618 msgid "You can check your browser's developer console for any error output." msgstr "" -#: dist/converse-no-dependencies.js:39492 -#: dist/converse-no-dependencies.js:41232 +#: dist/converse-no-dependencies.js:39667 +#: dist/converse-no-dependencies.js:41408 msgid "Away" msgstr "" -#: dist/converse-no-dependencies.js:39494 -#: dist/converse-no-dependencies.js:41231 +#: dist/converse-no-dependencies.js:39669 +#: dist/converse-no-dependencies.js:41407 msgid "Busy" msgstr "" -#: dist/converse-no-dependencies.js:39496 +#: dist/converse-no-dependencies.js:39671 msgid "Custom status" msgstr "" -#: dist/converse-no-dependencies.js:39497 -#: dist/converse-no-dependencies.js:41234 +#: dist/converse-no-dependencies.js:39672 +#: dist/converse-no-dependencies.js:41410 msgid "Offline" msgstr "" -#: dist/converse-no-dependencies.js:39498 -#: dist/converse-no-dependencies.js:41229 +#: dist/converse-no-dependencies.js:39673 +#: dist/converse-no-dependencies.js:41405 msgid "Online" msgstr "" -#: dist/converse-no-dependencies.js:39500 +#: dist/converse-no-dependencies.js:39675 msgid "Away for long" msgstr "" -#: dist/converse-no-dependencies.js:39501 +#: dist/converse-no-dependencies.js:39676 msgid "Change chat status" msgstr "" -#: dist/converse-no-dependencies.js:39502 +#: dist/converse-no-dependencies.js:39677 msgid "Personal status message" msgstr "" -#: dist/converse-no-dependencies.js:39537 +#: dist/converse-no-dependencies.js:39712 msgid "About" msgstr "" -#: dist/converse-no-dependencies.js:39539 +#: dist/converse-no-dependencies.js:39714 #, javascript-format msgid "" "%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s" msgstr "" -#: dist/converse-no-dependencies.js:39540 +#: dist/converse-no-dependencies.js:39715 #, javascript-format msgid "%1$s Translate %2$s it into your own language" msgstr "" -#: dist/converse-no-dependencies.js:39564 +#: dist/converse-no-dependencies.js:39739 #, javascript-format msgid "I am %1$s" msgstr "" -#: dist/converse-no-dependencies.js:39567 +#: dist/converse-no-dependencies.js:39742 msgid "Change settings" msgstr "" -#: dist/converse-no-dependencies.js:39568 +#: dist/converse-no-dependencies.js:39743 msgid "Click to change your chat status" msgstr "" -#: dist/converse-no-dependencies.js:39569 +#: dist/converse-no-dependencies.js:39744 msgid "Log out" msgstr "" -#: dist/converse-no-dependencies.js:39570 +#: dist/converse-no-dependencies.js:39745 msgid "Show details about this chat client" msgstr "" -#: dist/converse-no-dependencies.js:39571 +#: dist/converse-no-dependencies.js:39746 msgid "Your profile" msgstr "" -#: dist/converse-no-dependencies.js:39611 +#: dist/converse-no-dependencies.js:39786 msgid "Are you sure you want to log out?" msgstr "" -#: dist/converse-no-dependencies.js:39620 -#: dist/converse-no-dependencies.js:39630 +#: dist/converse-no-dependencies.js:39795 +#: dist/converse-no-dependencies.js:39805 msgid "online" msgstr "" -#: dist/converse-no-dependencies.js:39622 +#: dist/converse-no-dependencies.js:39797 msgid "busy" msgstr "" -#: dist/converse-no-dependencies.js:39624 +#: dist/converse-no-dependencies.js:39799 msgid "away for long" msgstr "" -#: dist/converse-no-dependencies.js:39626 +#: dist/converse-no-dependencies.js:39801 msgid "away" msgstr "" -#: dist/converse-no-dependencies.js:39628 +#: dist/converse-no-dependencies.js:39803 msgid "offline" msgstr "" -#: dist/converse-no-dependencies.js:39979 +#: dist/converse-no-dependencies.js:40154 msgid " e.g. conversejs.org" msgstr "" -#: dist/converse-no-dependencies.js:40029 +#: dist/converse-no-dependencies.js:40204 msgid "Fetch registration form" msgstr "" -#: dist/converse-no-dependencies.js:40030 +#: dist/converse-no-dependencies.js:40205 msgid "Tip: A list of public XMPP providers is available" msgstr "" -#: dist/converse-no-dependencies.js:40031 +#: dist/converse-no-dependencies.js:40206 msgid "here" msgstr "" -#: dist/converse-no-dependencies.js:40079 +#: dist/converse-no-dependencies.js:40254 msgid "Sorry, we're unable to connect to your chosen provider." msgstr "" -#: dist/converse-no-dependencies.js:40095 +#: dist/converse-no-dependencies.js:40270 msgid "" "Sorry, the given provider does not support in band account registration. " "Please try with a different provider." msgstr "" -#: dist/converse-no-dependencies.js:40120 +#: dist/converse-no-dependencies.js:40295 #, javascript-format msgid "" "Something went wrong while establishing a connection with \"%1$s\". Are you " "sure it exists?" msgstr "" -#: dist/converse-no-dependencies.js:40292 +#: dist/converse-no-dependencies.js:40467 msgid "Now logging you in" msgstr "" -#: dist/converse-no-dependencies.js:40296 +#: dist/converse-no-dependencies.js:40471 msgid "Registered successfully" msgstr "" -#: dist/converse-no-dependencies.js:40403 +#: dist/converse-no-dependencies.js:40578 msgid "" "The provider rejected your registration attempt. Please check the values you " "entered for correctness." msgstr "" -#: dist/converse-no-dependencies.js:40798 +#: dist/converse-no-dependencies.js:40973 msgid "Click to toggle the list of open groupchats" msgstr "" -#: dist/converse-no-dependencies.js:40799 +#: dist/converse-no-dependencies.js:40974 msgid "Open Groupchats" msgstr "" -#: dist/converse-no-dependencies.js:40848 +#: dist/converse-no-dependencies.js:41024 #, javascript-format msgid "Are you sure you want to leave the groupchat %1$s?" msgstr "" -#: dist/converse-no-dependencies.js:41039 +#: dist/converse-no-dependencies.js:41215 msgid "This contact is busy" msgstr "" -#: dist/converse-no-dependencies.js:41040 +#: dist/converse-no-dependencies.js:41216 msgid "This contact is online" msgstr "" -#: dist/converse-no-dependencies.js:41041 +#: dist/converse-no-dependencies.js:41217 msgid "This contact is offline" msgstr "" -#: dist/converse-no-dependencies.js:41042 +#: dist/converse-no-dependencies.js:41218 msgid "This contact is unavailable" msgstr "" -#: dist/converse-no-dependencies.js:41043 +#: dist/converse-no-dependencies.js:41219 msgid "This contact is away for an extended period" msgstr "" -#: dist/converse-no-dependencies.js:41044 +#: dist/converse-no-dependencies.js:41220 msgid "This contact is away" msgstr "" -#: dist/converse-no-dependencies.js:41047 +#: dist/converse-no-dependencies.js:41223 msgid "Groups" msgstr "" -#: dist/converse-no-dependencies.js:41049 +#: dist/converse-no-dependencies.js:41225 msgid "My contacts" msgstr "" -#: dist/converse-no-dependencies.js:41051 +#: dist/converse-no-dependencies.js:41227 msgid "Pending contacts" msgstr "" -#: dist/converse-no-dependencies.js:41053 +#: dist/converse-no-dependencies.js:41229 msgid "Contact requests" msgstr "" -#: dist/converse-no-dependencies.js:41055 +#: dist/converse-no-dependencies.js:41231 msgid "Ungrouped" msgstr "" -#: dist/converse-no-dependencies.js:41100 +#: dist/converse-no-dependencies.js:41276 msgid "Contact name" msgstr "" -#: dist/converse-no-dependencies.js:41103 +#: dist/converse-no-dependencies.js:41279 msgid "Add a Contact" msgstr "" -#: dist/converse-no-dependencies.js:41104 +#: dist/converse-no-dependencies.js:41280 msgid "XMPP Address" msgstr "" -#: dist/converse-no-dependencies.js:41106 +#: dist/converse-no-dependencies.js:41282 msgid "name@example.org" msgstr "" -#: dist/converse-no-dependencies.js:41107 +#: dist/converse-no-dependencies.js:41283 msgid "Add" msgstr "" -#: dist/converse-no-dependencies.js:41223 +#: dist/converse-no-dependencies.js:41399 msgid "Filter" msgstr "" -#: dist/converse-no-dependencies.js:41224 +#: dist/converse-no-dependencies.js:41400 msgid "Filter by contact name" msgstr "" -#: dist/converse-no-dependencies.js:41225 +#: dist/converse-no-dependencies.js:41401 msgid "Filter by group name" msgstr "" -#: dist/converse-no-dependencies.js:41226 +#: dist/converse-no-dependencies.js:41402 msgid "Filter by status" msgstr "" -#: dist/converse-no-dependencies.js:41227 +#: dist/converse-no-dependencies.js:41403 msgid "Any" msgstr "" -#: dist/converse-no-dependencies.js:41228 +#: dist/converse-no-dependencies.js:41404 msgid "Unread" msgstr "" -#: dist/converse-no-dependencies.js:41230 +#: dist/converse-no-dependencies.js:41406 msgid "Chatty" msgstr "" -#: dist/converse-no-dependencies.js:41233 +#: dist/converse-no-dependencies.js:41409 msgid "Extended Away" msgstr "" -#: dist/converse-no-dependencies.js:41415 -#: dist/converse-no-dependencies.js:41473 +#: dist/converse-no-dependencies.js:41591 +#: dist/converse-no-dependencies.js:41649 #, javascript-format msgid "Click to remove %1$s as a contact" msgstr "" -#: dist/converse-no-dependencies.js:41423 +#: dist/converse-no-dependencies.js:41599 #, javascript-format msgid "Click to accept the contact request from %1$s" msgstr "" -#: dist/converse-no-dependencies.js:41424 +#: dist/converse-no-dependencies.js:41600 #, javascript-format msgid "Click to decline the contact request from %1$s" msgstr "" -#: dist/converse-no-dependencies.js:41472 +#: dist/converse-no-dependencies.js:41648 #, javascript-format msgid "Click to chat with %1$s (JID: %2$s)" msgstr "" -#: dist/converse-no-dependencies.js:41556 +#: dist/converse-no-dependencies.js:41732 msgid "Are you sure you want to decline this contact request?" msgstr "" -#: dist/converse-no-dependencies.js:41826 +#: dist/converse-no-dependencies.js:42002 msgid "Contacts" msgstr "" -#: dist/converse-no-dependencies.js:41827 +#: dist/converse-no-dependencies.js:42003 msgid "Add a contact" msgstr "" -#: dist/converse-no-dependencies.js:41828 +#: dist/converse-no-dependencies.js:42004 msgid "Re-sync your contacts" msgstr "" -#: dist/converse-no-dependencies.js:43606 +#: dist/converse-no-dependencies.js:43785 msgid "Sorry, could not determine upload URL." msgstr "" -#: dist/converse-no-dependencies.js:43620 +#: dist/converse-no-dependencies.js:43799 msgid "Sorry, could not determine file upload URL." msgstr "" -#: dist/converse-no-dependencies.js:43654 +#: dist/converse-no-dependencies.js:43833 #, javascript-format msgid "" "Sorry, could not succesfully upload your file. Your server’s response: \"%1$s" "\"" msgstr "" -#: dist/converse-no-dependencies.js:43656 +#: dist/converse-no-dependencies.js:43835 msgid "Sorry, could not succesfully upload your file." msgstr "" -#: dist/converse-no-dependencies.js:43955 -#: dist/converse-no-dependencies.js:43972 +#: dist/converse-no-dependencies.js:44135 +#: dist/converse-no-dependencies.js:44152 msgid "Sorry, looks like file upload is not supported by your server." msgstr "" -#: dist/converse-no-dependencies.js:43981 +#: dist/converse-no-dependencies.js:44161 #, javascript-format msgid "" "The size of your file, %1$s, exceeds the maximum allowed by your server, " "which is %2$s." msgstr "" -#: dist/converse-no-dependencies.js:44236 +#: dist/converse-no-dependencies.js:44416 msgid "Sorry, an error occurred:" msgstr "" -#: dist/converse-no-dependencies.js:45378 +#: dist/converse-no-dependencies.js:45558 msgid "The XMPP server did not offer a supported authentication mechanism" msgstr "" -#: dist/converse-no-dependencies.js:45376 +#: dist/converse-no-dependencies.js:45556 #, javascript-format msgid "Sorry, we could not connect to the XMPP host with domain: %1$s" msgstr "" -#: dist/converse-no-dependencies.js:48854 +#: dist/converse-no-dependencies.js:49064 msgid "You're not allowed to register yourself in this groupchat." msgstr "" -#: dist/converse-no-dependencies.js:48856 +#: dist/converse-no-dependencies.js:49066 msgid "" "You're not allowed to register in this groupchat because it's members-only." msgstr "" -#: dist/converse-no-dependencies.js:48887 +#: dist/converse-no-dependencies.js:49097 msgid "" "Can't register your nickname in this groupchat, it doesn't support " "registration." msgstr "" -#: dist/converse-no-dependencies.js:48889 +#: dist/converse-no-dependencies.js:49099 msgid "" "Can't register your nickname in this groupchat, invalid data form supplied." msgstr "" -#: dist/converse-no-dependencies.js:49364 +#: dist/converse-no-dependencies.js:49574 #, javascript-format msgid "%1$s has invited you to join a groupchat: %2$s" msgstr "" -#: dist/converse-no-dependencies.js:49366 +#: dist/converse-no-dependencies.js:49576 #, javascript-format msgid "" "%1$s has invited you to join a groupchat: %2$s, and left the following " "reason: \"%3$s\"" msgstr "" -#: dist/converse-no-dependencies.js:49457 +#: dist/converse-no-dependencies.js:49667 #, javascript-format msgid "Error: the groupchat %1$s does not exist." msgstr "" -#: dist/converse-no-dependencies.js:49459 +#: dist/converse-no-dependencies.js:49669 msgid "Sorry, you're not allowed to register in this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:50352 +#: dist/converse-no-dependencies.js:50686 #, javascript-format msgid "Sorry, there was an error while trying to add %1$s as a contact." msgstr "" -#: dist/converse-no-dependencies.js:50569 +#: dist/converse-no-dependencies.js:50903 msgid "This client does not allow presence subscriptions" msgstr "" -#: dist/converse-no-dependencies.js:50682 +#: dist/converse-no-dependencies.js:51016 msgid "Click to hide these contacts" msgstr "" -#: dist/converse-no-dependencies.js:74273 +#: dist/converse-no-dependencies.js:74623 msgid "This groupchat no longer exists" msgstr "" -#: dist/converse-no-dependencies.js:74279 +#: dist/converse-no-dependencies.js:74629 msgid "The conversation has moved. Click below to enter." msgstr "" -#: dist/converse-no-dependencies.js:74306 +#: dist/converse-no-dependencies.js:74656 msgid "Name" msgstr "" -#: dist/converse-no-dependencies.js:74310 +#: dist/converse-no-dependencies.js:74660 msgid "Groupchat address (JID)" msgstr "" -#: dist/converse-no-dependencies.js:74314 +#: dist/converse-no-dependencies.js:74664 msgid "Description" msgstr "" -#: dist/converse-no-dependencies.js:74320 +#: dist/converse-no-dependencies.js:74670 msgid "Topic" msgstr "" -#: dist/converse-no-dependencies.js:74324 +#: dist/converse-no-dependencies.js:74674 msgid "Topic author" msgstr "" -#: dist/converse-no-dependencies.js:74330 +#: dist/converse-no-dependencies.js:74680 msgid "Online users" msgstr "" -#: dist/converse-no-dependencies.js:74334 -#: dist/converse-no-dependencies.js:74486 +#: dist/converse-no-dependencies.js:74684 +#: dist/converse-no-dependencies.js:74834 msgid "Features" msgstr "" -#: dist/converse-no-dependencies.js:74338 -#: dist/converse-no-dependencies.js:74494 +#: dist/converse-no-dependencies.js:74688 +#: dist/converse-no-dependencies.js:74840 msgid "Password protected" msgstr "" -#: dist/converse-no-dependencies.js:74340 -#: dist/converse-no-dependencies.js:74492 +#: dist/converse-no-dependencies.js:74690 +#: dist/converse-no-dependencies.js:74838 msgid "This groupchat requires a password before entry" msgstr "" -#: dist/converse-no-dependencies.js:74346 +#: dist/converse-no-dependencies.js:74696 msgid "No password required" msgstr "" -#: dist/converse-no-dependencies.js:74348 -#: dist/converse-no-dependencies.js:74500 +#: dist/converse-no-dependencies.js:74698 +#: dist/converse-no-dependencies.js:74846 msgid "This groupchat does not require a password upon entry" msgstr "" -#: dist/converse-no-dependencies.js:74356 -#: dist/converse-no-dependencies.js:74508 +#: dist/converse-no-dependencies.js:74706 +#: dist/converse-no-dependencies.js:74854 msgid "This groupchat is not publicly searchable" msgstr "" -#: dist/converse-no-dependencies.js:74364 -#: dist/converse-no-dependencies.js:74516 +#: dist/converse-no-dependencies.js:74714 +#: dist/converse-no-dependencies.js:74862 msgid "This groupchat is publicly searchable" msgstr "" -#: dist/converse-no-dependencies.js:74370 -#: dist/converse-no-dependencies.js:74526 +#: dist/converse-no-dependencies.js:74720 +#: dist/converse-no-dependencies.js:74872 msgid "Members only" msgstr "" -#: dist/converse-no-dependencies.js:74372 +#: dist/converse-no-dependencies.js:74722 msgid "This groupchat is restricted to members only" msgstr "" -#: dist/converse-no-dependencies.js:74380 -#: dist/converse-no-dependencies.js:74532 +#: dist/converse-no-dependencies.js:74730 +#: dist/converse-no-dependencies.js:74878 msgid "Anyone can join this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:74386 -#: dist/converse-no-dependencies.js:74542 +#: dist/converse-no-dependencies.js:74736 +#: dist/converse-no-dependencies.js:74888 msgid "Persistent" msgstr "" -#: dist/converse-no-dependencies.js:74388 -#: dist/converse-no-dependencies.js:74540 +#: dist/converse-no-dependencies.js:74738 +#: dist/converse-no-dependencies.js:74886 msgid "This groupchat persists even if it's unoccupied" msgstr "" -#: dist/converse-no-dependencies.js:74396 -#: dist/converse-no-dependencies.js:74548 +#: dist/converse-no-dependencies.js:74746 +#: dist/converse-no-dependencies.js:74894 msgid "This groupchat will disappear once the last person leaves" msgstr "" -#: dist/converse-no-dependencies.js:74402 -#: dist/converse-no-dependencies.js:74558 +#: dist/converse-no-dependencies.js:74752 +#: dist/converse-no-dependencies.js:74904 msgid "Not anonymous" msgstr "" -#: dist/converse-no-dependencies.js:74404 -#: dist/converse-no-dependencies.js:74556 +#: dist/converse-no-dependencies.js:74754 +#: dist/converse-no-dependencies.js:74902 msgid "All other groupchat participants can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:74412 -#: dist/converse-no-dependencies.js:74564 +#: dist/converse-no-dependencies.js:74762 +#: dist/converse-no-dependencies.js:74910 msgid "Only moderators can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:74420 -#: dist/converse-no-dependencies.js:74572 +#: dist/converse-no-dependencies.js:74770 +#: dist/converse-no-dependencies.js:74918 msgid "" "Participants entering this groupchat need to request permission to write" msgstr "" -#: dist/converse-no-dependencies.js:74426 -#: dist/converse-no-dependencies.js:74582 +#: dist/converse-no-dependencies.js:74776 +#: dist/converse-no-dependencies.js:74928 msgid "Not moderated" msgstr "" -#: dist/converse-no-dependencies.js:74428 -#: dist/converse-no-dependencies.js:74580 +#: dist/converse-no-dependencies.js:74778 +#: dist/converse-no-dependencies.js:74926 msgid "Participants entering this groupchat can write right away" msgstr "" -#: dist/converse-no-dependencies.js:74434 -#: dist/converse-no-dependencies.js:74590 +#: dist/converse-no-dependencies.js:74784 +#: dist/converse-no-dependencies.js:74936 msgid "Message archiving" msgstr "" -#: dist/converse-no-dependencies.js:74436 -#: dist/converse-no-dependencies.js:74588 +#: dist/converse-no-dependencies.js:74786 +#: dist/converse-no-dependencies.js:74934 msgid "Messages are archived on the server" msgstr "" -#: dist/converse-no-dependencies.js:74502 +#: dist/converse-no-dependencies.js:74848 msgid "No password" msgstr "" -#: dist/converse-no-dependencies.js:74524 +#: dist/converse-no-dependencies.js:74870 msgid "this groupchat is restricted to members only" msgstr "" -#: dist/converse-no-dependencies.js:75006 +#: dist/converse-no-dependencies.js:75352 msgid "Uploading file:" msgstr "" -#: dist/converse-no-dependencies.js:75451 +#: dist/converse-no-dependencies.js:75797 msgid "XMPP Username:" msgstr "" -#: dist/converse-no-dependencies.js:75457 +#: dist/converse-no-dependencies.js:75803 msgid "Password:" msgstr "" -#: dist/converse-no-dependencies.js:75459 +#: dist/converse-no-dependencies.js:75805 msgid "password" msgstr "" -#: dist/converse-no-dependencies.js:75469 +#: dist/converse-no-dependencies.js:75815 msgid "This is a trusted device" msgstr "" -#: dist/converse-no-dependencies.js:75471 +#: dist/converse-no-dependencies.js:75817 msgid "" "To improve performance, we cache your data in this browser. Uncheck this box " "if this is a public computer or if you want your data to be deleted when you " @@ -1523,177 +1556,177 @@ msgid "" "OMEMO encryption is NOT available." msgstr "" -#: dist/converse-no-dependencies.js:75475 +#: dist/converse-no-dependencies.js:75821 msgid "Log in" msgstr "" -#: dist/converse-no-dependencies.js:75481 +#: dist/converse-no-dependencies.js:75827 msgid "Click here to log in anonymously" msgstr "" -#: dist/converse-no-dependencies.js:75576 +#: dist/converse-no-dependencies.js:75922 msgid "This message has been edited" msgstr "" -#: dist/converse-no-dependencies.js:75602 +#: dist/converse-no-dependencies.js:75948 msgid "Edit this message" msgstr "" -#: dist/converse-no-dependencies.js:75627 +#: dist/converse-no-dependencies.js:75973 msgid "Message versions" msgstr "" -#: dist/converse-no-dependencies.js:75852 +#: dist/converse-no-dependencies.js:76198 msgid "Save and close" msgstr "" -#: dist/converse-no-dependencies.js:75856 +#: dist/converse-no-dependencies.js:76202 msgid "This device's OMEMO fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75866 +#: dist/converse-no-dependencies.js:76212 msgid "Generate new keys and fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75870 +#: dist/converse-no-dependencies.js:76216 msgid "Select all" msgstr "" -#: dist/converse-no-dependencies.js:75872 +#: dist/converse-no-dependencies.js:76218 msgid "Checkbox to select fingerprints of all other OMEMO devices" msgstr "" -#: dist/converse-no-dependencies.js:75874 +#: dist/converse-no-dependencies.js:76220 msgid "Other OMEMO-enabled devices" msgstr "" -#: dist/converse-no-dependencies.js:75882 -#: dist/converse-no-dependencies.js:75890 +#: dist/converse-no-dependencies.js:76228 +#: dist/converse-no-dependencies.js:76236 msgid "Checkbox for selecting the following fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75892 +#: dist/converse-no-dependencies.js:76238 msgid "Device without a fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75898 +#: dist/converse-no-dependencies.js:76244 msgid "Remove checked devices and close" msgstr "" -#: dist/converse-no-dependencies.js:75978 +#: dist/converse-no-dependencies.js:76324 msgid "Don't have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:75980 +#: dist/converse-no-dependencies.js:76326 msgid "Create an account" msgstr "" -#: dist/converse-no-dependencies.js:76001 +#: dist/converse-no-dependencies.js:76347 msgid "Create your account" msgstr "" -#: dist/converse-no-dependencies.js:76003 +#: dist/converse-no-dependencies.js:76349 msgid "Please enter the XMPP provider to register with:" msgstr "" -#: dist/converse-no-dependencies.js:76021 -#: dist/converse-no-dependencies.js:76060 +#: dist/converse-no-dependencies.js:76367 +#: dist/converse-no-dependencies.js:76406 msgid "Already have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:76023 -#: dist/converse-no-dependencies.js:76062 +#: dist/converse-no-dependencies.js:76369 +#: dist/converse-no-dependencies.js:76408 msgid "Log in here" msgstr "" -#: dist/converse-no-dependencies.js:76044 +#: dist/converse-no-dependencies.js:76390 msgid "Account Registration:" msgstr "" -#: dist/converse-no-dependencies.js:76052 +#: dist/converse-no-dependencies.js:76398 msgid "Register" msgstr "" -#: dist/converse-no-dependencies.js:76056 +#: dist/converse-no-dependencies.js:76402 msgid "Choose a different provider" msgstr "" -#: dist/converse-no-dependencies.js:76081 +#: dist/converse-no-dependencies.js:76427 msgid "Hold tight, we're fetching the registration form…" msgstr "" -#: dist/converse-no-dependencies.js:76813 +#: dist/converse-no-dependencies.js:77159 msgid "Messages are being sent in plaintext" msgstr "" -#: dist/converse-no-dependencies.js:76865 +#: dist/converse-no-dependencies.js:77211 msgid "The User's Profile Image" msgstr "" -#: dist/converse-no-dependencies.js:76875 +#: dist/converse-no-dependencies.js:77221 msgid "Full Name:" msgstr "" -#: dist/converse-no-dependencies.js:76881 +#: dist/converse-no-dependencies.js:77227 msgid "XMPP Address:" msgstr "" -#: dist/converse-no-dependencies.js:76889 +#: dist/converse-no-dependencies.js:77235 msgid "Nickname:" msgstr "" -#: dist/converse-no-dependencies.js:76897 +#: dist/converse-no-dependencies.js:77243 msgid "URL:" msgstr "" -#: dist/converse-no-dependencies.js:76907 +#: dist/converse-no-dependencies.js:77253 msgid "Email:" msgstr "" -#: dist/converse-no-dependencies.js:76917 +#: dist/converse-no-dependencies.js:77263 msgid "Role:" msgstr "" -#: dist/converse-no-dependencies.js:76925 +#: dist/converse-no-dependencies.js:77271 msgid "OMEMO Fingerprints" msgstr "" -#: dist/converse-no-dependencies.js:76949 +#: dist/converse-no-dependencies.js:77295 msgid "Trusted" msgstr "" -#: dist/converse-no-dependencies.js:76963 +#: dist/converse-no-dependencies.js:77309 msgid "Untrusted" msgstr "" -#: dist/converse-no-dependencies.js:76977 +#: dist/converse-no-dependencies.js:77323 msgid "Refresh" msgstr "" -#: dist/converse-no-dependencies.js:76981 +#: dist/converse-no-dependencies.js:77327 msgid "Remove as contact" msgstr "" -#: dist/converse-no-dependencies.js:77192 +#: dist/converse-no-dependencies.js:77538 #, javascript-format msgid "Download audio file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:77210 +#: dist/converse-no-dependencies.js:77556 #, javascript-format msgid "Download file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:77225 +#: dist/converse-no-dependencies.js:77571 #, javascript-format msgid "Download image \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:77255 +#: dist/converse-no-dependencies.js:77601 msgid "Download" msgstr "" -#: dist/converse-no-dependencies.js:77272 +#: dist/converse-no-dependencies.js:77618 #, javascript-format msgid "Download video file \"%1$s\"" msgstr "" diff --git a/locale/cs/LC_MESSAGES/converse.json b/locale/cs/LC_MESSAGES/converse.json index 322e00630..5dc17113e 100644 --- a/locale/cs/LC_MESSAGES/converse.json +++ b/locale/cs/LC_MESSAGES/converse.json @@ -1 +1 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs"},"Bookmark this groupchat":["Přidat tento skupinový chat do záložek"],"Unbookmark this groupchat":["Odstranit tento skupinový chat ze záložek"],"Would you like this groupchat to be automatically joined upon startup?":["Chcete se k tomuto skupinovému chatu automaticky připojit po startu?"],"Cancel":["Zrušit"],"The name for this bookmark:":["Název pro tuto záložku:"],"What should your nickname for this groupchat be?":["Jaká bude vaše přezdívka pro tento skupinový chat?"],"Save":["Uložit"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Opravdu chcete odstranit záložku „%1$s“?"],"Error":["Chyba"],"Sorry, something went wrong while trying to save your bookmark.":["Omlouváme se, při pokusu o uložení vaší záložky se něco pokazilo."],"Leave this groupchat":["Odejít z tohoto skupinového chatu"],"Remove this bookmark":["Odstranit tuto záložku"],"Show more information on this groupchat":["Zobrazit více informací o tomto skupinovém chatu"],"Click to open this groupchat":["Kliknutím otevřete tento skupinový chat"],"Click to toggle the bookmarks list":["Kliknutím otevřete/zavřete seznam záložek"],"Bookmarks":["Záložky"],"Close this chat box":["Zavřít toto chatovací okno"],"Sorry, something went wrong while trying to refresh":["Omlouváme se, při pokusu o obnovení se něco pokazilo"],"Are you sure you want to remove this contact?":["Opravdu chcete odstranit tento kontakt?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Omlouváme se, při odstraňování uživatele %1$s z kontaktů se vyskytla chyba."],"You have unread messages":["Máte nepřečtené zprávy"],"Hidden message":["Skrytá zpráva"],"Message":["Zpráva"],"Send":["Odeslat"],"Optional hint":["Volitelná nápověda"],"Choose a file to send":["Vyberte soubor k odeslání"],"Remove messages":["Odstranit zprávy"],"Write in the third person":["Psát ve třetí osobě"],"Show this menu":["Zobrazit tohle menu"],"Are you sure you want to clear the messages from this conversation?":["Opravdu chcete vymazat zprávy z téhle konverzace?"],"%1$s has gone offline":["%1$s se odpojil/a"],"%1$s has gone away":["%1$s odešel/la pryč"],"%1$s is busy":["%1$s je zaneprázdněn/a"],"%1$s is online":["%1$s je připojen/a"],"Username":["Uživatelské jméno"],"user@domain":["uživatel@doména"],"Please enter a valid XMPP address":["Prosím zadejte platnou XMPP adresu"],"Chat Contacts":["Chatové kontakty"],"Toggle chat":["Otevřít chat"],"Show more":["Zobrazit více"],"Typing from another device":["Píše z jiného zařízení"],"%1$s is typing":["%1$s píše"],"Stopped typing on the other device":["Přestal/a psát z jiného zařízení"],"%1$s has stopped typing":["%1$s přestal/a psát"],"Unencryptable OMEMO message":["Nezašifrovatelná zpráva OMEMO"],"Minimize this chat box":["Zmenšit tohle chatovací okno"],"Click to restore this chat":["Kliknutím obnovíte tento chat"],"Minimized":["Zmenšeno"],"This groupchat is not anonymous":["Tento skupinový chat není anonymní"],"This groupchat now shows unavailable members":["Tento skupinový chat nyní zobrazuje nedostupné členy"],"This groupchat does not show unavailable members":["Tento skupinový chat nezobrazuje nedostupné členy"],"The groupchat configuration has changed":["Nastavení skupinového chatu se změnila"],"groupchat logging is now enabled":["zaznamenávání skupinového chatu je nyní povoleno"],"groupchat logging is now disabled":["zaznamenávání skupinového chatu je nyní zakázáno"],"This groupchat is now no longer anonymous":["Tento skupinový chat již není anonymní"],"This groupchat is now semi-anonymous":["Tento skupinový chat je nyní zčásti anonymní"],"This groupchat is now fully-anonymous":["Tento skupinový chat je nyní zcela anonymní"],"A new groupchat has been created":["Byl vytvořen nový skupinový chat"],"You have been banned from this groupchat":["Byl/a jste na tomto skupinovém chatu zakázán/a"],"You have been kicked from this groupchat":["Byl/a jste z tohoto skupinového chatu vyhozen/a"],"You have been removed from this groupchat because of an affiliation change":["Byl/a jste z tohoto skupinového chatu odebrán/a kvůli změně příslušnosti"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se skupinový chat změnil na pouze pro členy a vy nejste členem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se služba, která jej hostuje, vypíná"],"%1$s has been banned":["%1$s byl/a zakázán/a"],"%1$s's nickname has changed":["Přezdívka uživatele %1$s se změnila"],"%1$s has been kicked out":["%1$s byl/a vyhozen/a"],"%1$s has been removed because of an affiliation change":["%1$s byl/a odstraněn/a kvůli změně příslušnosti"],"%1$s has been removed for not being a member":["%1$s byl/a odstraněna, protože není členem"],"Your nickname has been automatically set to %1$s":["Vaše přezdívka byla automaticky nastavena na %1$s"],"Your nickname has been changed to %1$s":["Vaše přezdívka byla změněna na %1$s"],"Description:":["Popis:"],"Groupchat Address (JID):":["Adresa skupinového chatu (JID):"],"Participants:":["Účastníci:"],"Features:":["Vlastnosti:"],"Requires authentication":["Vyžaduje ověření"],"Hidden":["Skryté"],"Requires an invitation":["Vyžaduje pozvání"],"Moderated":["Moderováno"],"Non-anonymous":["Neanonymní"],"Open":["Otevřené"],"Permanent":["Trvalé"],"Public":["Veřejné"],"Semi-anonymous":["Zčásti anonymní"],"Temporary":["Dočasné"],"Unmoderated":["Nemoderováno"],"Query for Groupchats":["Dotaz pro skupinové chaty"],"Server address":["Adresa serveru"],"Show groupchats":["Zobrazit skupinové chaty"],"conference.example.org":["conference.priklad.cz"],"No groupchats found":["Nenalezeny žádné skupinové chaty"],"Groupchats found:":["Nalezené skupinové chaty:"],"Enter a new Groupchat":["Vstoupit do nového skupinového chatu"],"Groupchat address":["Adresa skupinového chatu"],"Optional nickname":["Volitelná přezdívka"],"name@conference.example.org":["jmeno@conference.priklad.cz"],"Join":["Přidat se"],"Groupchat info for %1$s":["Informace o skupinovém chatu %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s již není administrátorem tohoto skupinového chatu"],"%1$s is no longer an owner of this groupchat":["%1$s již není vlastníkem tohoto skupinového chatu"],"%1$s is no longer banned from this groupchat":["%1$s již není na tomto skupinovém chatu zakázán/a"],"%1$s is no longer a permanent member of this groupchat":["%1$s již není trvalým členem tohoto skupinového chatu"],"%1$s is now a permanent member of this groupchat":["%1$s je nyní trvalým členem tohoto skupinového chatu"],"%1$s has been banned from this groupchat":["%1$s byl/a na tomto skupinového chatu zakázán/a"],"%1$s is now an %2$s of this groupchat":["%1$s je nyní %2$s tohoto skupinového chatu"],"%1$s is no longer a moderator":["%1$s již není moderátorem"],"%1$s has been given a voice again":["%1$s byl/a odtišen/a"],"%1$s has been muted":["%1$s byl/a utišen/a"],"%1$s is now a moderator":["%1$s je nyní moderátorem"],"Close and leave this groupchat":["Zavřít a odejít z tohoto skupinového chatu"],"Configure this groupchat":["Nastavit tento skupinový chat"],"Show more details about this groupchat":["Zobrazit více detailů o tomto skupinovém chatu"],"Hide the list of participants":["Skrýt seznam účastníků"],"Forbidden: you do not have the necessary role in order to do that.":["Zakázáno: k této akci nemáte potřebnou roli."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Zakázáno: k této akci nemáte potřebnou příslušnost."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Chyba: příkaz „%1$s“ bere dva argumenty, přezdívku uživatele a volitelně důvod."],"Error: couldn't find a groupchat participant \"%1$s\"":["Chyba: Nelze najít účastníka skupinového chatu s přezdívkou „%1$s“"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Omlouváme se, při spouštění příkazu se stala chyba. Pro detaily zkontrolujte vývojářskou konzoli ve vašem prohlížeči."],"Change user's affiliation to admin":["Změnit příslušnost uživatele na administrátora"],"Ban user from groupchat":["Zakázat uživatele na tomto skupinovém chatu"],"Change user role to participant":["Změnit roli uživatele na účastníka"],"Kick user from groupchat":["Vyhodit uživatele ze skupinového chatu"],"Write in 3rd person":["Psát ve 3. osobě"],"Grant membership to a user":["Poskytnout uživateli členství"],"Remove user's ability to post messages":["Odstranit schopnost uživatele posílat zprávy"],"Change your nickname":["Změnit svou přezdívku"],"Grant moderator role to user":["Poskytnout uživateli roli moderátora"],"Grant ownership of this groupchat":["Poskytnout vlastnictví tohoto skupinového chatu"],"Register a nickname for this room":["Registrujte si přezdívku pro tuto místnost"],"Revoke user's membership":["Zrušit členství uživatele"],"Set groupchat subject":["Nastavit předmět skupinového chatu"],"Set groupchat subject (alias for /subject)":["Nastavit předmět skupinového chatu (alias pro /subject)"],"Allow muted user to post messages":["Povolit utišeným uživatelům posílat zprávy"],"Error: invalid number of arguments":["Chyba: neplatný počet argumentů"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Přezdívka, kterou jste si vybral/a, je rezervována či aktuálně používána, prosím vyberte si jinou."],"Please choose your nickname":["Prosím vyberte si přezdívku"],"Nickname":["Přezdívka"],"Enter groupchat":["Vstoupit do skupinového chatu"],"This groupchat requires a password":["Tento skupinový chat vyžaduje heslo"],"Password: ":["Heslo: "],"Submit":["Odeslat"],"This action was done by %1$s.":["Tuto akci vykonal/a %1$s."],"The reason given is: \"%1$s\".":["Daný důvod je: „%1$s“."],"%1$s has left and re-entered the groupchat":["%1$s odešel/la a znova vstoupil/a do skupinového chatu"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s odešel/la a znova vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered the groupchat":["%1$s vstoupil/a do skupinového chatu"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered and left the groupchat":["%1$s vstoupil/a a odešel/la ze skupinového chatu"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s vstoupil/a a odešel/la ze skupinového chatu. „%2$s“"],"%1$s has left the groupchat":["%1$s odešel/la ze skupinového chatu"],"%1$s has left the groupchat. \"%2$s\"":["%1$s odešel/la ze skupinového chatu. „%2$s“"],"You are not on the member list of this groupchat.":["Nejste na seznamu členů tohoto skupinového chatu."],"You have been banned from this groupchat.":["Byl/a jste na tomto skupinovém chatu zakázán/a."],"No nickname was specified.":["Nebyla určena žádná přezdívka."],"You are not allowed to create new groupchats.":["Nemáte povolení vytvářet nové skupinové chaty."],"Your nickname doesn't conform to this groupchat's policies.":["Vaše přezdívka nevyhovuje zásadám tohoto skupinového chatu."],"This groupchat does not (yet) exist.":["Tento skupinový chat (ještě) neexistuje."],"This groupchat has reached its maximum number of participants.":["Tento skupinový chat dosáhl svého maximálního počtu účastníků."],"Remote server not found":["Vzdálený server nenalezen"],"The explanation given is: \"%1$s\".":["Dané vysvětlení je: „%1$s“."],"Topic set by %1$s":["Téma nastavené uživatelem %1$s"],"Groupchats":["Skupinové chaty"],"Add a new groupchat":["Přidat nový skupinový chat"],"Query for groupchats":["Dotaz pro skupinové chaty"],"Click to mention %1$s in your message.":["Kliknutím zmíníte uživatele %1$s ve své zprávě."],"This user is a moderator.":["Tento uživatel je moderátorem."],"This user can send messages in this groupchat.":["Tento uživatel může posílat zprávy v tomto skupinovém chatu."],"This user can NOT send messages in this groupchat.":["Tento uživatel NEMŮŽE posílat zprávy v tomto skupinovém chatu."],"Moderator":["Moderátor"],"Visitor":["Návštěvník"],"Owner":["Vlastník"],"Member":["Člen"],"Admin":["Administrátor"],"Participants":["Účastníci"],"Invite":["Pozvat"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Chystáte se pozvat uživatele %1$s do skupinového chatu „%2$s“. Můžete volitelně přidat zprávu vysvětlující důvod pozvání."],"Please enter a valid XMPP username":["Prosím zadejte platné uživatelské jméno XMPP"],"Notification from %1$s":["Oznámení od uživatele %1$s"],"%1$s says":["%1$s říká"],"OMEMO Message received":["Zpráva OMEMO obdržena"],"has gone offline":["se odpojil/a"],"has gone away":["odešel/la pryč"],"is busy":["je zaneprázdněn/a"],"has come online":["se připojil/a"],"wants to be your contact":["chce být vaším kontaktem"],"Sorry, an error occurred while trying to remove the devices.":["Omlouváme se, při pokusu o odstranění zařízení se vyskytla chyba."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Omlouváme se, kvůli chybě nelze dešifrovat obdrženou právu OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Tohle je zpráva zašifrovaná pomocí OMEMO, které, jak se zdá, váš klient nepodporuje. Více informací najdete na https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Omlouváme se, kvůli chybě nelze odeslat zprávu."],"Your avatar image":["Váš avatarový obrázek"],"Your Profile":["Váš profil"],"Close":["Zavřít"],"Email":["E-mail"],"Full Name":["Celé jméno"],"XMPP Address (JID)":["XMPP adresa (JID)"],"Role":["Role"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Oddělujte více rolí čárkami. Vaše role jsou zobrazeny vedle vašeho jména na vašich chatových zprávách."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Omlouváme se, při pokusu o uložení vašich profilových dat se stala chyba."],"You can check your browser's developer console for any error output.":["Můžete zkontrolovat vývojářskou konzoli vašeho prohlížeče pro jakýkoliv chybový výstup."],"Away":["Pryč"],"Busy":["Zaneprázdněn/a"],"Custom status":["Vlastní stav"],"Offline":["Odpojen/a"],"Online":["Připojen/a"],"Away for long":["Pryč na dlouho"],"Change chat status":["Změnit chatový stav"],"Personal status message":["Osobní stavová zpráva"],"About":["O nás"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Otevřený %2$s chatovací klient pro XMPP vám přináší %3$s Opkode%2$s"],"%1$s Translate %2$s it into your own language":["%1$s Přeložte %2$s jej do svého vlastního jazyka"],"I am %1$s":["Jsem %1$s"],"Change settings":["Změnit nastavení"],"Click to change your chat status":["Kliknutím změníte svůj chatový stav"],"Log out":["Odhlásit"],"Show details about this chat client":["Zobrazit detaily o tomto chatovacím klientovi"],"Your profile":["Váš profil"],"Are you sure you want to log out?":["Opravdu se chcete odhlásit?"],"online":["připojen/a"],"busy":["zaneprázdněn/a"],"away for long":["pryč na dlouho"],"away":["pryč"],"offline":["odpojen/a"]," e.g. conversejs.org":[" např. conversejs.org"],"Fetch registration form":["Sehnat registrační formulář"],"Tip: A list of public XMPP providers is available":["Tip: Seznam veřejných poskytovatelů XMPP je dostupný"],"here":["zde"],"Sorry, we're unable to connect to your chosen provider.":["Omlouváme se, nelze se připojit k vašemu zvolenému poskytovateli."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Omlouváme se, daný poskytovatel nepodporuje in-band registraci účtu. Prosím zkuste to s jiným poskytovatelem."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Při navazování spojení s „%1$s“ se něco pokazilo. Jste si jistý/á, že existuje?"],"Now logging you in":["Nyní vás přihlašujeme"],"Registered successfully":["Úspěšně zaregistrováno"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Poskytovatel odmítl váš pokus o registraci. Prosím zkontrolujte hodnoty, které jste zadal/a, kvůli správnosti."],"Click to toggle the list of open groupchats":["Kliknutím otevřete/zavřete seznam otevřených skupinových chatů"],"Open Groupchats":["Otevřené skupinové chaty"],"Are you sure you want to leave the groupchat %1$s?":["Opravdu chcete odejít ze skupinového chatu %1$s?"],"This contact is busy":["Tento kontakt je zaneprázdněn"],"This contact is online":["Tento kontakt je připojen"],"This contact is offline":["Tento kontakt je odpojen"],"This contact is unavailable":["Tento kontakt je nedostupný"],"This contact is away for an extended period":["Tento kontakt je na delší dobu pryč"],"This contact is away":["Tento kontakt je pryč"],"Groups":["Skupiny"],"My contacts":["Moje kontakty"],"Pending contacts":["Čekající kontakty"],"Contact requests":["Požadavky o kontakt"],"Ungrouped":["Neseskupené"],"Contact name":["Jméno kontaktu"],"Add a Contact":["Přidat kontakt"],"XMPP Address":["XMPP adresa"],"name@example.org":["jmeno@priklad.cz"],"Add":["Přidat"],"Filter":["Filtrovat"],"Filter by contact name":["Filtrovat dle jména kontaktu"],"Filter by group name":["Filtrovat dle názvu skupiny"],"Filter by status":["Filtrovat dle stavu"],"Any":["Libovolné"],"Unread":["Nepřečtené"],"Chatty":["Hovorný/á"],"Extended Away":["Na delší dobu pryč"],"Click to remove %1$s as a contact":["Kliknutím odstraníte uživatele %1$s z kontaktů"],"Click to accept the contact request from %1$s":["Kliknutím přijmete požadavek o kontakt od uživatele %1$s"],"Click to decline the contact request from %1$s":["Kliknutím odmítnete požadavek o kontakt od uživatele %1$s"],"Click to chat with %1$s (JID: %2$s)":["Kliknutím začnete chatovat s uživatelem %1$s (JSD: %2$s)"],"Are you sure you want to decline this contact request?":["Opravdu chcete odmítnout tento požadavek o kontakt?"],"Contacts":["Kontakty"],"Add a contact":["Přidat kontakt"],"Re-sync your contacts":["Znovu synchronizovat své kontakty"],"Sorry, could not determine upload URL.":["Omlouváme se, nelze určit URL nahrání."],"Sorry, could not determine file upload URL.":["Omlouváme se, nelze určit URL nahraného souboru."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Omlouváme se, nelze úspěšně nahrát váš soubor. Odpověď vašeho serveru: „%1$s“"],"Sorry, could not succesfully upload your file.":["Omlouváme se, nelze úspěšně nahrát váš soubor."],"Sorry, looks like file upload is not supported by your server.":["Omlouváme se, vypadá to, že váš server nepodporuje nahrávání souborů."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Velikost vašeho serveru, %1$s, přesahuje maximum povolené vaším serverem, což je %2$s."],"Sorry, an error occurred:":["Omlouváme se, vyskytla se chyba:"],"The XMPP server did not offer a supported authentication mechanism":["XMPP server nenabídl podporovaný autentikační mechanismus"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Omlouváme se, nemohli jsme se spojit s XMPP hostem s doménou: %1$s"],"You're not allowed to register yourself in this groupchat.":["Nemáte povolení se registrovat v tomto skupinovém chatu."],"You're not allowed to register in this groupchat because it's members-only.":["Nemáte povolení se registrovat v tomto skupinovém chatu, neboť je pouze pro členy."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože nepodporuje registraci."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože je poskytnuta neplatná forma dat."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vás pozval/a do skupinového chatu: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vás pozval/a do skupinového chatu: %2$s, a zanechal/a následující důvod: „%3$s“"],"Error: the groupchat %1$s does not exist.":["Chyba: skupinový chat %1$s neexistuje."],"Sorry, you're not allowed to register in this groupchat":["Omlouváme se, nemáte povolení se registrovat v tomto skupinovém chatu"],"Sorry, there was an error while trying to add %1$s as a contact.":["Omlouváme se při pokusu přidat uživatele %1$s do kontaktů se stala chyba."],"This client does not allow presence subscriptions":["Tento klient nedovoluje presenční odběry"],"Click to hide these contacts":["Kliknutím skryjete tyto kontakty"],"This room no longer exists":["Tato místnost již neexistuje"],"The conversation has moved. Click below to enter.":["Konverzace se přesunula. Kliknutím níže do ní vstoupíte."],"Name":["Jméno"],"Groupchat address (JID)":["Název skupinového chatu (JID)"],"Description":["Popis"],"Topic":["Téma"],"Topic author":["Autor tématu"],"Online users":["Připojení uživatelé"],"Features":["Vlastnosti"],"Password protected":["Ochráněno heslem"],"This groupchat requires a password before entry":["Tento skupinový chat vyžaduje před vstupem heslo"],"No password required":["Heslo nevyžadováno"],"This groupchat does not require a password upon entry":["Tento skupinový chat nevyžaduje při vstupu heslo"],"This groupchat is not publicly searchable":["Tento skupinový chat není veřejně vyhledávatelný"],"This groupchat is publicly searchable":["Tento skupinový chat je veřejně vyhledávatelný"],"Members only":["Pouze pro členy"],"This groupchat is restricted to members only":["Tento skupinový chat je omezen pouze na členy"],"Anyone can join this groupchat":["Kdokoliv se k tomuto skupinovému chatu může připojit"],"Persistent":["Trvalý"],"This groupchat persists even if it's unoccupied":["Tento skupinový chat přetrvává, i když na něm nikdo není"],"This groupchat will disappear once the last person leaves":["Tento skupinový chat zmizí, jakmile poslední osoba odejde"],"Not anonymous":["Není anonymní"],"All other groupchat participants can see your XMPP username":["Všichni ostatní účastníci skupinového chatu mohou vidět vaše XMPP uživatelské jméno"],"Only moderators can see your XMPP username":["Pouze moderátoři mohou vidět vaše XMPP uživatelské jméno"],"Participants entering this groupchat need to request permission to write":["Účastníci vstupující do tohoto skupinového chatu si musí vyžádat povolení psát"],"Not moderated":["Není moderován"],"Participants entering this groupchat can write right away":["Účastníci vstupující do tohoto skupinového chatu mohou psát ihned"],"Message archiving":["Archivace zpráv"],"Messages are archived on the server":["Na tomto serveru jsou archivovány zprávy"],"No password":["Žádné heslo"],"this groupchat is restricted to members only":["tento skupinový chat je omezen pouze na členy"],"Uploading file:":["Nahrává se soubor:"],"XMPP Username:":["Uživatelské jméno XMPP:"],"Password:":["Heslo:"],"password":["heslo"],"This is a trusted device":["Tohle je důvěryhodné zařízení"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":["K vylepšení výkonu ukládáme vaše data do mezipaměti tohoto prohlížeče. Je-li tohle veřejný počítač, nebo chcete-li, aby byla vaše data po odhlášení smazána, odškrtněte toto pole. Je důležité, abyste se výslovně odhlásil/a, jinak nemusí být smazána všechna data v mezipaměti. Mějte prosím na vědomí, že pokud používáte nedůvěryhodné zařízení, NENÍ podporováno šifrování OMEMO."],"Log in":["Přihlásit"],"Click here to log in anonymously":["Kliknutím sem se přihlásíte anonymně"],"This message has been edited":["Tahle zpráva byla upravena"],"Edit this message":["Upravit tuto zprávu"],"Message versions":["Verze zprávy"],"Save and close":["Uložit a zavřít"],"This device's OMEMO fingerprint":["Otisk OMEMO tohoto zařízení"],"Generate new keys and fingerprint":["Generovat nové klíče a otisk"],"Select all":["Vybrat vše"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaškrtnutím políček vyberete otisky všech ostatních zařízení OMEMO"],"Other OMEMO-enabled devices":["Další zařízení s podporou OMEMO"],"Checkbox for selecting the following fingerprint":["Zaškrtnutím políčka vyberete následující otisk"],"Device without a fingerprint":["Zařízení bez otisku"],"Remove checked devices and close":["Odstranit zaškrtnutá zařízení a zavřít"],"Don't have a chat account?":["Nemáte chatovací účet?"],"Create an account":["Vytvořte si účet"],"Create your account":["Vytvořit svůj účet"],"Please enter the XMPP provider to register with:":["Prosím zadejte poskytovatele XMPP, se kterým se chcete registrovat:"],"Already have a chat account?":["Již máte chatovací účet?"],"Log in here":["Přihlaste se zde"],"Account Registration:":["Registrace účtu:"],"Register":["Registrovat"],"Choose a different provider":["Vybrat jiného poskytovatele"],"Hold tight, we're fetching the registration form…":["Vydržte, sháníte registrační formulář…"],"Messages are being sent in plaintext":["Zprávy jsou odesílány v prostém textu"],"The User's Profile Image":["Profilový obrázek uživatele"],"Full Name:":["Celé jméno:"],"XMPP Address:":["XMPP adresa:"],"Nickname:":["Přezdívka:"],"URL:":["URL:"],"Email:":["E-mail:"],"Role:":["Role:"],"OMEMO Fingerprints":["Otisky OMEMO"],"Trusted":["Důvěryhodné"],"Untrusted":["Nedůvěryhodné"],"Refresh":["Obnovit"],"Remove as contact":["Odstranit z kontaktů"],"Download audio file \"%1$s\"":["Stáhnout audiosoubor „%1$s“"],"Download file \"%1$s\"":["Stáhnout soubor „%1$s“"],"Download image \"%1$s\"":["Stáhnout obrázek „%1$s“"],"Download":["Stáhnout"],"Download video file \"%1$s\"":["Stáhnout videosoubor „%1$s“"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs"},"Bookmark this groupchat":["Přidat tento skupinový chat do záložek"],"Unbookmark this groupchat":["Odstranit tento skupinový chat ze záložek"],"Would you like this groupchat to be automatically joined upon startup?":["Chcete se k tomuto skupinovému chatu automaticky připojit po startu?"],"Cancel":["Zrušit"],"The name for this bookmark:":["Název pro tuto záložku:"],"What should your nickname for this groupchat be?":["Jaká bude vaše přezdívka pro tento skupinový chat?"],"Save":["Uložit"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Opravdu chcete odstranit záložku „%1$s“?"],"Error":["Chyba"],"Sorry, something went wrong while trying to save your bookmark.":["Omlouváme se, při pokusu o uložení vaší záložky se něco pokazilo."],"Leave this groupchat":["Odejít z tohoto skupinového chatu"],"Remove this bookmark":["Odstranit tuto záložku"],"Show more information on this groupchat":["Zobrazit více informací o tomto skupinovém chatu"],"Click to open this groupchat":["Kliknutím otevřete tento skupinový chat"],"Click to toggle the bookmarks list":["Kliknutím otevřete/zavřete seznam záložek"],"Bookmarks":["Záložky"],"Close this chat box":["Zavřít toto chatovací okno"],"Sorry, something went wrong while trying to refresh":["Omlouváme se, při pokusu o obnovení se něco pokazilo"],"Are you sure you want to remove this contact?":["Opravdu chcete odstranit tento kontakt?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Omlouváme se, při odstraňování uživatele %1$s z kontaktů se vyskytla chyba."],"You have unread messages":["Máte nepřečtené zprávy"],"Hidden message":["Skrytá zpráva"],"Message":["Zpráva"],"Send":["Odeslat"],"Optional hint":["Volitelná nápověda"],"Choose a file to send":["Vyberte soubor k odeslání"],"Remove messages":["Odstranit zprávy"],"Write in the third person":["Psát ve třetí osobě"],"Show this menu":["Zobrazit tohle menu"],"Are you sure you want to clear the messages from this conversation?":["Opravdu chcete vymazat zprávy z téhle konverzace?"],"%1$s has gone offline":["%1$s se odpojil/a"],"%1$s has gone away":["%1$s odešel/la pryč"],"%1$s is busy":["%1$s je zaneprázdněn/a"],"%1$s is online":["%1$s je připojen/a"],"Username":["Uživatelské jméno"],"user@domain":["uživatel@doména"],"Please enter a valid XMPP address":["Prosím zadejte platnou XMPP adresu"],"Chat Contacts":["Chatové kontakty"],"Toggle chat":["Otevřít chat"],"Show more":["Zobrazit více"],"Typing from another device":["Píše z jiného zařízení"],"%1$s is typing":["%1$s píše"],"Stopped typing on the other device":["Přestal/a psát z jiného zařízení"],"%1$s has stopped typing":["%1$s přestal/a psát"],"Unencryptable OMEMO message":["Nezašifrovatelná zpráva OMEMO"],"Minimize this chat box":["Zmenšit tohle chatovací okno"],"Click to restore this chat":["Kliknutím obnovíte tento chat"],"Minimized":["Zmenšeno"],"This groupchat is not anonymous":["Tento skupinový chat není anonymní"],"This groupchat now shows unavailable members":["Tento skupinový chat nyní zobrazuje nedostupné členy"],"This groupchat does not show unavailable members":["Tento skupinový chat nezobrazuje nedostupné členy"],"The groupchat configuration has changed":["Nastavení skupinového chatu se změnila"],"groupchat logging is now enabled":["zaznamenávání skupinového chatu je nyní povoleno"],"groupchat logging is now disabled":["zaznamenávání skupinového chatu je nyní zakázáno"],"This groupchat is now no longer anonymous":["Tento skupinový chat již není anonymní"],"This groupchat is now semi-anonymous":["Tento skupinový chat je nyní zčásti anonymní"],"This groupchat is now fully-anonymous":["Tento skupinový chat je nyní zcela anonymní"],"A new groupchat has been created":["Byl vytvořen nový skupinový chat"],"You have been banned from this groupchat":["Byl/a jste na tomto skupinovém chatu zakázán/a"],"You have been kicked from this groupchat":["Byl/a jste z tohoto skupinového chatu vyhozen/a"],"You have been removed from this groupchat because of an affiliation change":["Byl/a jste z tohoto skupinového chatu odebrán/a kvůli změně příslušnosti"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se skupinový chat změnil na pouze pro členy a vy nejste členem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se služba, která jej hostuje, vypíná"],"%1$s has been banned":["%1$s byl/a zakázán/a"],"%1$s's nickname has changed":["Přezdívka uživatele %1$s se změnila"],"%1$s has been kicked out":["%1$s byl/a vyhozen/a"],"%1$s has been removed because of an affiliation change":["%1$s byl/a odstraněn/a kvůli změně příslušnosti"],"%1$s has been removed for not being a member":["%1$s byl/a odstraněna, protože není členem"],"Your nickname has been automatically set to %1$s":["Vaše přezdívka byla automaticky nastavena na %1$s"],"Your nickname has been changed to %1$s":["Vaše přezdívka byla změněna na %1$s"],"Description:":["Popis:"],"Groupchat Address (JID):":["Adresa skupinového chatu (JID):"],"Participants:":["Účastníci:"],"Features:":["Vlastnosti:"],"Requires authentication":["Vyžaduje ověření"],"Hidden":["Skryté"],"Requires an invitation":["Vyžaduje pozvání"],"Moderated":["Moderováno"],"Non-anonymous":["Neanonymní"],"Open":["Otevřené"],"Permanent":["Trvalé"],"Public":["Veřejné"],"Semi-anonymous":["Zčásti anonymní"],"Temporary":["Dočasné"],"Unmoderated":["Nemoderováno"],"Query for Groupchats":["Dotaz pro skupinové chaty"],"Server address":["Adresa serveru"],"Show groupchats":["Zobrazit skupinové chaty"],"conference.example.org":["conference.priklad.cz"],"No groupchats found":["Nenalezeny žádné skupinové chaty"],"Groupchats found:":["Nalezené skupinové chaty:"],"Enter a new Groupchat":["Vstoupit do nového skupinového chatu"],"Groupchat address":["Adresa skupinového chatu"],"Optional nickname":["Volitelná přezdívka"],"name@conference.example.org":["jmeno@conference.priklad.cz"],"Join":["Přidat se"],"Groupchat info for %1$s":["Informace o skupinovém chatu %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s již není administrátorem tohoto skupinového chatu"],"%1$s is no longer an owner of this groupchat":["%1$s již není vlastníkem tohoto skupinového chatu"],"%1$s is no longer banned from this groupchat":["%1$s již není na tomto skupinovém chatu zakázán/a"],"%1$s is no longer a permanent member of this groupchat":["%1$s již není trvalým členem tohoto skupinového chatu"],"%1$s is now a permanent member of this groupchat":["%1$s je nyní trvalým členem tohoto skupinového chatu"],"%1$s has been banned from this groupchat":["%1$s byl/a na tomto skupinového chatu zakázán/a"],"%1$s is now an %2$s of this groupchat":["%1$s je nyní %2$s tohoto skupinového chatu"],"%1$s is no longer a moderator":["%1$s již není moderátorem"],"%1$s has been given a voice again":["%1$s byl/a odtišen/a"],"%1$s has been muted":["%1$s byl/a utišen/a"],"%1$s is now a moderator":["%1$s je nyní moderátorem"],"Close and leave this groupchat":["Zavřít a odejít z tohoto skupinového chatu"],"Configure this groupchat":["Nastavit tento skupinový chat"],"Show more details about this groupchat":["Zobrazit více detailů o tomto skupinovém chatu"],"Hide the list of participants":["Skrýt seznam účastníků"],"Forbidden: you do not have the necessary role in order to do that.":["Zakázáno: k této akci nemáte potřebnou roli."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Zakázáno: k této akci nemáte potřebnou příslušnost."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Chyba: příkaz „%1$s“ bere dva argumenty, přezdívku uživatele a volitelně důvod."],"Error: couldn't find a groupchat participant \"%1$s\"":["Chyba: Nelze najít účastníka skupinového chatu s přezdívkou „%1$s“"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Omlouváme se, při spouštění příkazu se stala chyba. Pro detaily zkontrolujte vývojářskou konzoli ve vašem prohlížeči."],"Change user's affiliation to admin":["Změnit příslušnost uživatele na administrátora"],"Ban user from groupchat":["Zakázat uživatele na tomto skupinovém chatu"],"Change user role to participant":["Změnit roli uživatele na účastníka"],"Destroy room":[""],"Kick user from groupchat":["Vyhodit uživatele ze skupinového chatu"],"Write in 3rd person":["Psát ve 3. osobě"],"Grant membership to a user":["Poskytnout uživateli členství"],"Remove user's ability to post messages":["Odstranit schopnost uživatele posílat zprávy"],"Change your nickname":["Změnit svou přezdívku"],"Grant moderator role to user":["Poskytnout uživateli roli moderátora"],"Grant ownership of this groupchat":["Poskytnout vlastnictví tohoto skupinového chatu"],"Register a nickname for this groupchat":["Registrujte si přezdívku pro tento skupinový chat"],"Revoke user's membership":["Zrušit členství uživatele"],"Set groupchat subject":["Nastavit předmět skupinového chatu"],"Set groupchat subject (alias for /subject)":["Nastavit předmět skupinového chatu (alias pro /subject)"],"Allow muted user to post messages":["Povolit utišeným uživatelům posílat zprávy"],"Error: invalid number of arguments":["Chyba: neplatný počet argumentů"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Přezdívka, kterou jste si vybral/a, je rezervována či aktuálně používána, prosím vyberte si jinou."],"Please choose your nickname":["Prosím vyberte si přezdívku"],"Nickname":["Přezdívka"],"Enter groupchat":["Vstoupit do skupinového chatu"],"This groupchat requires a password":["Tento skupinový chat vyžaduje heslo"],"Password: ":["Heslo: "],"Submit":["Odeslat"],"This action was done by %1$s.":["Tuto akci vykonal/a %1$s."],"The reason given is: \"%1$s\".":["Daný důvod je: „%1$s“."],"%1$s has left and re-entered the groupchat":["%1$s odešel/la a znova vstoupil/a do skupinového chatu"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s odešel/la a znova vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered the groupchat":["%1$s vstoupil/a do skupinového chatu"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered and left the groupchat":["%1$s vstoupil/a a odešel/la ze skupinového chatu"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s vstoupil/a a odešel/la ze skupinového chatu. „%2$s“"],"%1$s has left the groupchat":["%1$s odešel/la ze skupinového chatu"],"%1$s has left the groupchat. \"%2$s\"":["%1$s odešel/la ze skupinového chatu. „%2$s“"],"You are not on the member list of this groupchat.":["Nejste na seznamu členů tohoto skupinového chatu."],"You have been banned from this groupchat.":["Byl/a jste na tomto skupinovém chatu zakázán/a."],"No nickname was specified.":["Nebyla určena žádná přezdívka."],"You are not allowed to create new groupchats.":["Nemáte povolení vytvářet nové skupinové chaty."],"Your nickname doesn't conform to this groupchat's policies.":["Vaše přezdívka nevyhovuje zásadám tohoto skupinového chatu."],"This groupchat does not (yet) exist.":["Tento skupinový chat (ještě) neexistuje."],"This groupchat has reached its maximum number of participants.":["Tento skupinový chat dosáhl svého maximálního počtu účastníků."],"Remote server not found":["Vzdálený server nenalezen"],"The explanation given is: \"%1$s\".":["Dané vysvětlení je: „%1$s“."],"Topic set by %1$s":["Téma nastavené uživatelem %1$s"],"Groupchats":["Skupinové chaty"],"Add a new groupchat":["Přidat nový skupinový chat"],"Query for groupchats":["Dotaz pro skupinové chaty"],"Click to mention %1$s in your message.":["Kliknutím zmíníte uživatele %1$s ve své zprávě."],"This user is a moderator.":["Tento uživatel je moderátorem."],"This user can send messages in this groupchat.":["Tento uživatel může posílat zprávy v tomto skupinovém chatu."],"This user can NOT send messages in this groupchat.":["Tento uživatel NEMŮŽE posílat zprávy v tomto skupinovém chatu."],"Moderator":["Moderátor"],"Visitor":["Návštěvník"],"Owner":["Vlastník"],"Member":["Člen"],"Admin":["Administrátor"],"Participants":["Účastníci"],"Invite":["Pozvat"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Chystáte se pozvat uživatele %1$s do skupinového chatu „%2$s“. Můžete volitelně přidat zprávu vysvětlující důvod pozvání."],"Please enter a valid XMPP username":["Prosím zadejte platné uživatelské jméno XMPP"],"Notification from %1$s":["Oznámení od uživatele %1$s"],"%1$s says":["%1$s říká"],"OMEMO Message received":["Zpráva OMEMO obdržena"],"has gone offline":["se odpojil/a"],"has gone away":["odešel/la pryč"],"is busy":["je zaneprázdněn/a"],"has come online":["se připojil/a"],"wants to be your contact":["chce být vaším kontaktem"],"Sorry, an error occurred while trying to remove the devices.":["Omlouváme se, při pokusu o odstranění zařízení se vyskytla chyba."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Opravdu chcete generovat nové klíče OMEMO? Tímto budou odstraněny vaše staré klíče a všechny dříve zašifrované zprávy již nepůjde na tomto zařízení dešifrovat."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Omlouváme se, kvůli chybě nelze dešifrovat obdrženou právu OMEMO."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Nelze použít šivrování end-to-end, protože %1$s používá klienta, který nepodporuje OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Tohle je zpráva zašifrovaná pomocí OMEMO, které, jak se zdá, váš klient nepodporuje. Více informací najdete na https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["Váš avatarový obrázek"],"Your Profile":["Váš profil"],"Close":["Zavřít"],"Email":["E-mail"],"Full Name":["Celé jméno"],"XMPP Address (JID)":["XMPP adresa (JID)"],"Role":["Role"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Oddělujte více rolí čárkami. Vaše role jsou zobrazeny vedle vašeho jména na vašich chatových zprávách."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Omlouváme se, při pokusu o uložení vašich profilových dat se stala chyba."],"You can check your browser's developer console for any error output.":["Můžete zkontrolovat vývojářskou konzoli vašeho prohlížeče pro jakýkoliv chybový výstup."],"Away":["Pryč"],"Busy":["Zaneprázdněn/a"],"Custom status":["Vlastní stav"],"Offline":["Odpojen/a"],"Online":["Připojen/a"],"Away for long":["Pryč na dlouho"],"Change chat status":["Změnit chatový stav"],"Personal status message":["Osobní stavová zpráva"],"About":["O nás"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Otevřený %2$s chatovací klient pro XMPP vám přináší %3$s Opkode%2$s"],"%1$s Translate %2$s it into your own language":["%1$s Přeložte %2$s jej do svého vlastního jazyka"],"I am %1$s":["Jsem %1$s"],"Change settings":["Změnit nastavení"],"Click to change your chat status":["Kliknutím změníte svůj chatový stav"],"Log out":["Odhlásit"],"Show details about this chat client":["Zobrazit detaily o tomto chatovacím klientovi"],"Your profile":["Váš profil"],"Are you sure you want to log out?":["Opravdu se chcete odhlásit?"],"online":["připojen/a"],"busy":["zaneprázdněn/a"],"away for long":["pryč na dlouho"],"away":["pryč"],"offline":["odpojen/a"]," e.g. conversejs.org":[" např. conversejs.org"],"Fetch registration form":["Sehnat registrační formulář"],"Tip: A list of public XMPP providers is available":["Tip: Seznam veřejných poskytovatelů XMPP je dostupný"],"here":["zde"],"Sorry, we're unable to connect to your chosen provider.":["Omlouváme se, nelze se připojit k vašemu zvolenému poskytovateli."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Omlouváme se, daný poskytovatel nepodporuje in-band registraci účtu. Prosím zkuste to s jiným poskytovatelem."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Při navazování spojení s „%1$s“ se něco pokazilo. Jste si jistý/á, že existuje?"],"Now logging you in":["Nyní vás přihlašujeme"],"Registered successfully":["Úspěšně zaregistrováno"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Poskytovatel odmítl váš pokus o registraci. Prosím zkontrolujte hodnoty, které jste zadal/a, kvůli správnosti."],"Click to toggle the list of open groupchats":["Kliknutím otevřete/zavřete seznam otevřených skupinových chatů"],"Open Groupchats":["Otevřené skupinové chaty"],"Are you sure you want to leave the groupchat %1$s?":["Opravdu chcete odejít ze skupinového chatu %1$s?"],"This contact is busy":["Tento kontakt je zaneprázdněn"],"This contact is online":["Tento kontakt je připojen"],"This contact is offline":["Tento kontakt je odpojen"],"This contact is unavailable":["Tento kontakt je nedostupný"],"This contact is away for an extended period":["Tento kontakt je na delší dobu pryč"],"This contact is away":["Tento kontakt je pryč"],"Groups":["Skupiny"],"My contacts":["Moje kontakty"],"Pending contacts":["Čekající kontakty"],"Contact requests":["Požadavky o kontakt"],"Ungrouped":["Neseskupené"],"Contact name":["Jméno kontaktu"],"Add a Contact":["Přidat kontakt"],"XMPP Address":["XMPP adresa"],"name@example.org":["jmeno@priklad.cz"],"Add":["Přidat"],"Filter":["Filtrovat"],"Filter by contact name":["Filtrovat dle jména kontaktu"],"Filter by group name":["Filtrovat dle názvu skupiny"],"Filter by status":["Filtrovat dle stavu"],"Any":["Libovolné"],"Unread":["Nepřečtené"],"Chatty":["Hovorný/á"],"Extended Away":["Na delší dobu pryč"],"Click to remove %1$s as a contact":["Kliknutím odstraníte uživatele %1$s z kontaktů"],"Click to accept the contact request from %1$s":["Kliknutím přijmete požadavek o kontakt od uživatele %1$s"],"Click to decline the contact request from %1$s":["Kliknutím odmítnete požadavek o kontakt od uživatele %1$s"],"Click to chat with %1$s (JID: %2$s)":["Kliknutím začnete chatovat s uživatelem %1$s (JSD: %2$s)"],"Are you sure you want to decline this contact request?":["Opravdu chcete odmítnout tento požadavek o kontakt?"],"Contacts":["Kontakty"],"Add a contact":["Přidat kontakt"],"Re-sync your contacts":["Znovu synchronizovat své kontakty"],"Sorry, could not determine upload URL.":["Omlouváme se, nelze určit URL nahrání."],"Sorry, could not determine file upload URL.":["Omlouváme se, nelze určit URL nahraného souboru."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Omlouváme se, nelze úspěšně nahrát váš soubor. Odpověď vašeho serveru: „%1$s“"],"Sorry, could not succesfully upload your file.":["Omlouváme se, nelze úspěšně nahrát váš soubor."],"Sorry, looks like file upload is not supported by your server.":["Omlouváme se, vypadá to, že váš server nepodporuje nahrávání souborů."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Velikost vašeho serveru, %1$s, přesahuje maximum povolené vaším serverem, což je %2$s."],"Sorry, an error occurred:":["Omlouváme se, vyskytla se chyba:"],"The XMPP server did not offer a supported authentication mechanism":["XMPP server nenabídl podporovaný autentikační mechanismus"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Omlouváme se, nemohli jsme se spojit s XMPP hostem s doménou: %1$s"],"You're not allowed to register yourself in this groupchat.":["Nemáte povolení se registrovat v tomto skupinovém chatu."],"You're not allowed to register in this groupchat because it's members-only.":["Nemáte povolení se registrovat v tomto skupinovém chatu, neboť je pouze pro členy."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože nepodporuje registraci."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože je poskytnuta neplatná forma dat."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vás pozval/a do skupinového chatu: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vás pozval/a do skupinového chatu: %2$s, a zanechal/a následující důvod: „%3$s“"],"Error: the groupchat %1$s does not exist.":["Chyba: skupinový chat %1$s neexistuje."],"Sorry, you're not allowed to register in this groupchat":["Omlouváme se, nemáte povolení se registrovat v tomto skupinovém chatu"],"Sorry, there was an error while trying to add %1$s as a contact.":["Omlouváme se při pokusu přidat uživatele %1$s do kontaktů se stala chyba."],"This client does not allow presence subscriptions":["Tento klient nedovoluje presenční odběry"],"Click to hide these contacts":["Kliknutím skryjete tyto kontakty"],"This groupchat no longer exists":["Tento skupinový chat již neexistuje"],"The conversation has moved. Click below to enter.":["Konverzace se přesunula. Kliknutím níže do ní vstoupíte."],"Name":["Jméno"],"Groupchat address (JID)":["Název skupinového chatu (JID)"],"Description":["Popis"],"Topic":["Téma"],"Topic author":["Autor tématu"],"Online users":["Připojení uživatelé"],"Features":["Vlastnosti"],"Password protected":["Ochráněno heslem"],"This groupchat requires a password before entry":["Tento skupinový chat vyžaduje před vstupem heslo"],"No password required":["Heslo nevyžadováno"],"This groupchat does not require a password upon entry":["Tento skupinový chat nevyžaduje při vstupu heslo"],"This groupchat is not publicly searchable":["Tento skupinový chat není veřejně vyhledávatelný"],"This groupchat is publicly searchable":["Tento skupinový chat je veřejně vyhledávatelný"],"Members only":["Pouze pro členy"],"This groupchat is restricted to members only":["Tento skupinový chat je omezen pouze na členy"],"Anyone can join this groupchat":["Kdokoliv se k tomuto skupinovému chatu může připojit"],"Persistent":["Trvalý"],"This groupchat persists even if it's unoccupied":["Tento skupinový chat přetrvává, i když na něm nikdo není"],"This groupchat will disappear once the last person leaves":["Tento skupinový chat zmizí, jakmile poslední osoba odejde"],"Not anonymous":["Není anonymní"],"All other groupchat participants can see your XMPP username":["Všichni ostatní účastníci skupinového chatu mohou vidět vaše XMPP uživatelské jméno"],"Only moderators can see your XMPP username":["Pouze moderátoři mohou vidět vaše XMPP uživatelské jméno"],"Participants entering this groupchat need to request permission to write":["Účastníci vstupující do tohoto skupinového chatu si musí vyžádat povolení psát"],"Not moderated":["Není moderován"],"Participants entering this groupchat can write right away":["Účastníci vstupující do tohoto skupinového chatu mohou psát ihned"],"Message archiving":["Archivace zpráv"],"Messages are archived on the server":["Na tomto serveru jsou archivovány zprávy"],"No password":["Žádné heslo"],"this groupchat is restricted to members only":["tento skupinový chat je omezen pouze na členy"],"Uploading file:":["Nahrává se soubor:"],"XMPP Username:":["Uživatelské jméno XMPP:"],"Password:":["Heslo:"],"password":["heslo"],"This is a trusted device":["Tohle je důvěryhodné zařízení"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":["K vylepšení výkonu ukládáme vaše data do mezipaměti tohoto prohlížeče. Je-li tohle veřejný počítač, nebo chcete-li, aby byla vaše data po odhlášení smazána, odškrtněte toto pole. Je důležité, abyste se výslovně odhlásil/a, jinak nemusí být smazána všechna data v mezipaměti. Mějte prosím na vědomí, že pokud používáte nedůvěryhodné zařízení, NENÍ podporováno šifrování OMEMO."],"Log in":["Přihlásit"],"Click here to log in anonymously":["Kliknutím sem se přihlásíte anonymně"],"This message has been edited":["Tahle zpráva byla upravena"],"Edit this message":["Upravit tuto zprávu"],"Message versions":["Verze zprávy"],"Save and close":["Uložit a zavřít"],"This device's OMEMO fingerprint":["Otisk OMEMO tohoto zařízení"],"Generate new keys and fingerprint":["Generovat nové klíče a otisk"],"Select all":["Vybrat vše"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaškrtnutím políček vyberete otisky všech ostatních zařízení OMEMO"],"Other OMEMO-enabled devices":["Další zařízení s podporou OMEMO"],"Checkbox for selecting the following fingerprint":["Zaškrtnutím políčka vyberete následující otisk"],"Device without a fingerprint":["Zařízení bez otisku"],"Remove checked devices and close":["Odstranit zaškrtnutá zařízení a zavřít"],"Don't have a chat account?":["Nemáte chatovací účet?"],"Create an account":["Vytvořte si účet"],"Create your account":["Vytvořit svůj účet"],"Please enter the XMPP provider to register with:":["Prosím zadejte poskytovatele XMPP, se kterým se chcete registrovat:"],"Already have a chat account?":["Již máte chatovací účet?"],"Log in here":["Přihlaste se zde"],"Account Registration:":["Registrace účtu:"],"Register":["Registrovat"],"Choose a different provider":["Vybrat jiného poskytovatele"],"Hold tight, we're fetching the registration form…":["Vydržte, sháníte registrační formulář…"],"Messages are being sent in plaintext":["Zprávy jsou odesílány v prostém textu"],"The User's Profile Image":["Profilový obrázek uživatele"],"Full Name:":["Celé jméno:"],"XMPP Address:":["XMPP adresa:"],"Nickname:":["Přezdívka:"],"URL:":["URL:"],"Email:":["E-mail:"],"Role:":["Role:"],"OMEMO Fingerprints":["Otisky OMEMO"],"Trusted":["Důvěryhodné"],"Untrusted":["Nedůvěryhodné"],"Refresh":["Obnovit"],"Remove as contact":["Odstranit z kontaktů"],"Download audio file \"%1$s\"":["Stáhnout audiosoubor „%1$s“"],"Download file \"%1$s\"":["Stáhnout soubor „%1$s“"],"Download image \"%1$s\"":["Stáhnout obrázek „%1$s“"],"Download":["Stáhnout"],"Download video file \"%1$s\"":["Stáhnout videosoubor „%1$s“"]}}} \ No newline at end of file diff --git a/locale/cs/LC_MESSAGES/converse.po b/locale/cs/LC_MESSAGES/converse.po index 3ea5b2bb1..dbad2247b 100644 --- a/locale/cs/LC_MESSAGES/converse.po +++ b/locale/cs/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-12-25 19:08+0000\n" "Last-Translator: Lorem Ipsum \n" "Language-Team: Czech \n" "Language-Team: German \n" "Language-Team: Spanish \n" "Language-Team: Basque 1;","lang":"fr"},"Bookmark this groupchat":["Mettre ce salon en marque-page"],"Unbookmark this groupchat":["Retirer ce salon des marque-pages"],"Would you like this groupchat to be automatically joined upon startup?":["Voulez-vous que ce salon soit automatiquement rejoint au démarrage ?"],"Cancel":["Annuler"],"The name for this bookmark:":["Nom de ce marque-page :"],"What should your nickname for this groupchat be?":["Que devrait être votre pseudo sur ce salon ?"],"Save":["Sauvegarder"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Voulez-vous vraiment supprimer le marque-page « %1$s » ?"],"Error":["Erreur"],"Sorry, something went wrong while trying to save your bookmark.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de ce marque-page."],"Leave this groupchat":["Quitter ce salon"],"Remove this bookmark":["Supprimer ce marque-page"],"Show more information on this groupchat":["Afficher davantage d’informations sur ce salon"],"Click to open this groupchat":["Cliquer pour ouvrir ce salon"],"Click to toggle the bookmarks list":["Cliquer pour ouvrir la liste des salons"],"Bookmarks":["Marques-page"],"Close this chat box":["Fermer cette fenêtre de discussion"],"Sorry, something went wrong while trying to refresh":["Désolé, quelque chose s’est mal passé mal lors de la tentative de réactualisation"],"Are you sure you want to remove this contact?":["Voulez-vous vraiment retirer ce contact ?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative de retrait de %1$s comme contact."],"You have unread messages":["Vous avez de nouveaux messages"],"Hidden message":["Message caché"],"Message":["Message"],"Send":["Envoyer"],"Optional hint":["Indice optionnel"],"Choose a file to send":["Choisir un fichier à envoyer"],"Remove messages":["Effacer les messages"],"Write in the third person":["Écrire à la troisième personne"],"Show this menu":["Afficher ce menu"],"Are you sure you want to clear the messages from this conversation?":["Voulez-vous vraiment effacer les messages de cette conversation ?"],"%1$s has gone offline":["%1$s s’est déconnecté"],"%1$s has gone away":["%1$s n’est plus disponible"],"%1$s is busy":["%1$s est occupé"],"%1$s is online":["%1$s est en ligne"],"Username":["Nom"],"user@domain":["utilisateur@domaine"],"Please enter a valid XMPP address":["Veuillez saisir une adresse XMPP valide"],"Chat Contacts":["Contacts de chat"],"Toggle chat":["Ouvrir la discussion"],"Show more":["Afficher plus"],"Typing from another device":["En train d’écrire depuis un autre client"],"%1$s is typing":["%1$s est en train d’écrire"],"Stopped typing on the other device":["A arrêté d’écrire sur l’autre client"],"%1$s has stopped typing":["%1$s a arrêté d’écrire"],"Unencryptable OMEMO message":["Message OMEMO non chiffrable"],"Minimize this chat box":["Réduire cette fenêtre de discussion"],"Click to restore this chat":["Cliquez pour afficher cette discussion"],"Minimized":["Réduit(s)"],"This groupchat is not anonymous":["Ce salon n’est pas anonyme"],"This groupchat now shows unavailable members":["Ce salon affiche maintenant les membres indisponibles"],"This groupchat does not show unavailable members":["Ce salon n’affiche pas les membres indisponibles"],"The groupchat configuration has changed":["Les paramètres de ce salon ont été modifiés"],"groupchat logging is now enabled":["L’enregistrement est maintenant activé sur ce salon"],"groupchat logging is now disabled":["L’enregistrement est maintenant désactivé sur ce salon"],"This groupchat is now no longer anonymous":["Ce salon n’est plus anonyme"],"This groupchat is now semi-anonymous":["Ce salon est maintenant semi-anonyme"],"This groupchat is now fully-anonymous":["Ce salon est maintenant entièrement anonyme"],"A new groupchat has been created":["Un nouveau salon a été créé"],"You have been banned from this groupchat":["Vous avez été banni de ce salon"],"You have been kicked from this groupchat":["Vous avez été expulsé de ce salon"],"You have been removed from this groupchat because of an affiliation change":["Vous avez été retiré de ce salon du fait d’un changement d’affiliation"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Vous avez été retiré de ce salon parce que ce salon est devenu réservé aux membres et vous n’êtes pas membre"],"You have been removed from this groupchat because the service hosting it is being shut down":["Vous avez été retiré de ce salon parce que le service sur lequel il est hébergé est en train d’être arrêté"],"%1$s has been banned":["%1$s a été banni"],"%1$s's nickname has changed":["Le pseudo de %1$s a changé"],"%1$s has been kicked out":["%1$s a été expulsé"],"%1$s has been removed because of an affiliation change":["%1$s a été supprimé à cause d’un changement d’affiliation"],"%1$s has been removed for not being a member":["%1$s a été supprimé car il n’est pas membre"],"Your nickname has been automatically set to %1$s":["Votre pseudo a été automatiquement défini à : %1$s"],"Your nickname has been changed to %1$s":["Votre pseudo a été modifié en : %1$s"],"Description:":["Description :"],"Groupchat Address (JID):":["Adresse du salon (JID) :"],"Participants:":["Participants :"],"Features:":["Caractéristiques :"],"Requires authentication":["Nécessite une authentification"],"Hidden":["Caché"],"Requires an invitation":["Nécessite une invitation"],"Moderated":["Modéré"],"Non-anonymous":["Non-anonyme"],"Open":["Ouvert"],"Permanent":["Permanent"],"Public":["Public"],"Semi-anonymous":["Semi-anonyme"],"Temporary":["Temporaire"],"Unmoderated":["Non modéré"],"Query for Groupchats":["Chercher un salon"],"Server address":["Adresse du serveur"],"Show groupchats":["Afficher les salons"],"conference.example.org":["chat.exemple.org"],"No groupchats found":["Aucun salon trouvé"],"Groupchats found:":["Salons trouvés :"],"Enter a new Groupchat":["Entrer dans un nouveau salon"],"Groupchat address":["Adresse du salon"],"Optional nickname":["Pseudonyme optionnel"],"name@conference.example.org":["nom@chat.example.org"],"Join":["Rejoindre"],"Groupchat info for %1$s":["Informations sur le salon %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s n’est plus un administrateur de ce salon"],"%1$s is no longer an owner of this groupchat":["%1$s n’est plus un propriétaire de ce salon"],"%1$s is no longer banned from this groupchat":["%1$s n’est plus banni de ce salon"],"%1$s is no longer a permanent member of this groupchat":["%1$s n’est plus un membre permanent de ce salon"],"%1$s is now a permanent member of this groupchat":["%1$s est désormais un membre permanent de ce salon"],"%1$s has been banned from this groupchat":["%1$s a été banni de ce salon"],"%1$s is now an %2$s of this groupchat":["%1$s est maintenant %2$s de ce salon"],"%1$s is no longer a moderator":["%1$s n’est plus un modérateur"],"%1$s has been given a voice again":["%1$s peut de nouveau parler"],"%1$s has been muted":["%1$s ne peut plus parler"],"%1$s is now a moderator":["%1$s est désormais un modérateur"],"Close and leave this groupchat":["Fermer et quitter ce salon"],"Configure this groupchat":["Configurer ce salon"],"Show more details about this groupchat":["Afficher davantage d’informations sur ce salon"],"Hide the list of participants":["Cacher la liste des participants"],"Forbidden: you do not have the necessary role in order to do that.":["Interdit : vous n’avez pas le rôle nécessaire pour faire ça."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Interdit : vous n’avez pas l’affiliation nécessaire pour faire ça."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erreur : la commande « %1$s » prend deux paramètres, le pseudo de l’utilisateur et une raison optionnelle."],"Error: couldn't find a groupchat participant \"%1$s\"":["Erreur : impossible de trouver le participant « %1$s » dans ce salon"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Désolé, une erreur s’est produite lors de l’exécution de la commande. Vérifiez la console de développement de votre navigateur pour plus de détails."],"Change user's affiliation to admin":["Changer le rôle de l’utilisateur en administrateur"],"Ban user from groupchat":["Bannir l’utilisateur du salon"],"Change user role to participant":["Changer le rôle de l’utilisateur en participant"],"Kick user from groupchat":["Expulser l’utilisateur du salon"],"Write in 3rd person":["Écrire à la troisième personne"],"Grant membership to a user":["Autoriser l’utilisateur à être membre"],"Remove user's ability to post messages":["Retirer le droit d’envoyer des messages"],"Change your nickname":["Changer votre pseudo"],"Grant moderator role to user":["Changer le rôle de l’utilisateur en modérateur"],"Grant ownership of this groupchat":["Accorder la propriété à ce salon"],"Register a nickname for this room":["Enregistrer un pseudo pour ce salon"],"Revoke user's membership":["Révoquer l’utilisateur des membres"],"Set groupchat subject":["Définir le sujet du salon"],"Set groupchat subject (alias for /subject)":["Définir le sujet du salon (alias pour /subject)"],"Allow muted user to post messages":["Autoriser les utilisateurs muets à poster des messages"],"Error: invalid number of arguments":["Erreur : nombre d’arguments invalide"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Le pseudo choisi est réservé ou actuellement utilisé, veuillez en choisir un différent."],"Please choose your nickname":["Veuillez choisir votre pseudo"],"Nickname":["Pseudo"],"Enter groupchat":["Entrer dans le salon"],"This groupchat requires a password":["Ce salon nécessite un mot de passe"],"Password: ":["Mot de passe : "],"Submit":["Soumettre"],"This action was done by %1$s.":["Cette action a été réalisée par %1$s."],"The reason given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"%1$s has left and re-entered the groupchat":["%1$s a quitté puis rejoint le salon"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s a quitté puis rejoint le salon. « %2$s »"],"%1$s has entered the groupchat":["%1$s a rejoint le salon"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a rejoint le salon. « %2$s »"],"%1$s has entered and left the groupchat":["%1$s a rejoint puis quitté le salon"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s a rejoint puis quitté le salon. « %2$s »"],"%1$s has left the groupchat":["%1$s a quitté le salon"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a quitté le salon. « %2$s »"],"You are not on the member list of this groupchat.":["Vous n’êtes pas dans la liste des membres de ce salon."],"You have been banned from this groupchat.":["Vous avez été banni de ce salon."],"No nickname was specified.":["Aucun pseudo n’a été indiqué."],"You are not allowed to create new groupchats.":["Vous n’êtes pas autorisé à créer des salons."],"Your nickname doesn't conform to this groupchat's policies.":["Votre pseudo n’est pas conforme à la politique de ce salon."],"This groupchat does not (yet) exist.":["Ce salon n’existe pas (pour l’instant)."],"This groupchat has reached its maximum number of participants.":["Ce salon a atteint sa limite maximale d’occupants."],"Remote server not found":["Serveur distant introuvable"],"The explanation given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"Topic set by %1$s":["Le sujet a été défini par %1$s"],"Topic cleared by %1$s":["Le sujet de ce salon a été retiré par %1$s"],"Groupchats":["Salons"],"Add a new groupchat":["Ajouter un nouveau salon"],"Query for groupchats":["Chercher un salon"],"Click to mention %1$s in your message.":["Cliquer pour citer %1$s dans votre message."],"This user is a moderator.":["Cet utilisateur est un modérateur."],"This user can send messages in this groupchat.":["Cet utilisateur peut envoyer des messages dans ce salon."],"This user can NOT send messages in this groupchat.":["Cet utilisateur ne peut PAS envoyer de messages dans ce salon."],"Moderator":["Modérateur"],"Visitor":["Visiteur"],"Owner":["Propriétaire"],"Member":["Membre"],"Admin":["Administrateur"],"Participants":["Participants"],"Invite":["Inviter"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Vous allez inviter %1$s dans le salon %2$s. Vous pouvez facultativement ajouter un message expliquant la raison de cette invitation."],"Please enter a valid XMPP username":["Veuillez saisir un identifiant utilisateur XMPP valide"],"Notification from %1$s":["Notification depuis %1$s"],"%1$s says":["%1$s dit"],"OMEMO Message received":["Message OMEMO reçu"],"has gone offline":["s’est déconnecté"],"has gone away":["est absent"],"is busy":["est occupé"],"has come online":["s’est déconnecté"],"wants to be your contact":["veut être votre contact"],"Sorry, an error occurred while trying to remove the devices.":["Désolé, une erreur est survenue en tentant de supprimer les clients OMEMO."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Désolé, impossible de déchiffrer un message chiffré avec OMEMO à cause d’une erreur."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Ceci est un message chiffré avec OMEMO, que votre client ne semble pas prendre en charge. Pour plus d’informations, allez voir https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Désolé, impossible d’envoyer ce message à cause d’une erreur."],"Your avatar image":["Votre image d’avatar"],"Your Profile":["Votre profil"],"Close":["Fermer"],"Email":["Courriel"],"Full Name":["Nom complet"],"XMPP Address (JID)":["Adresse XMPP (JID)"],"Role":["Rôle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Utilisez une virgule pour séparer plusieurs rôles. Vos rôles sont affichés à côté de votre nom dans vos messages."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de votre profil."],"You can check your browser's developer console for any error output.":["Vous pouvez surveiller toute erreur qui apparaîtrait dans la console de développement de votre navigateur."],"Away":["Absent"],"Busy":["Occupé"],"Custom status":["Statut personnel"],"Offline":["Déconnecté"],"Online":["En ligne"],"Away for long":["Absent pour une longue durée"],"Change chat status":["changer votre statut de chat"],"Personal status message":["Message de statut personnel"],"About":["À propos"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["Client XMPP %1$s libre %2$s qui vous est fourni par %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Traduisez-le %2$s dans votre langue"],"I am %1$s":["Je suis %1$s"],"Change settings":["Changer les préférences"],"Click to change your chat status":["Cliquez pour changer votre statut"],"Log out":["Se déconnecter"],"Show details about this chat client":["Afficher davantage d’informations sur ce client"],"Your profile":["Votre profil"],"Are you sure you want to log out?":["Voulez-vous vraiment vous déconnecter ?"],"online":["en ligne"],"busy":["occupé"],"away for long":["absent pour une longue durée"],"away":["absent"],"offline":["Déconnecté"]," e.g. conversejs.org":[" par exemple conversejs.org"],"Fetch registration form":["Récupération du formulaire d’enregistrement"],"Tip: A list of public XMPP providers is available":["Astuce : une liste publique de fournisseurs XMPP est disponible"],"here":["ici"],"Sorry, we're unable to connect to your chosen provider.":["Désolé, nous n’avons pas pu nous connecter à votre fournisseur."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Désolé, le fournisseur indiqué ne supporte pas l’enregistrement de compte en ligne. Merci d’essayer avec un autre fournisseur."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Quelque chose a échoué lors de l’établissement de la connexion avec « %1$s ». Existe-t-il vraiment ?"],"Now logging you in":["En cours de connexion"],"Registered successfully":["Enregistré avec succès"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Le fournisseur a rejeté votre demande d’inscription. Merci de vérifier que les données que vous avez fournies sont correctes."],"Click to toggle the list of open groupchats":["Cliquer pour ouvrir la liste des salons ouverts"],"Open Groupchats":["Salons ouverts"],"Are you sure you want to leave the groupchat %1$s?":["Voulez-vous vraiment quitter le salon « %1$s » ?"],"This contact is busy":["Ce contact est occupé"],"This contact is online":["Ce contact est connecté"],"This contact is offline":["Ce contact est déconnecté"],"This contact is unavailable":["Ce contact est indisponible"],"This contact is away for an extended period":["Ce contact est absent"],"This contact is away":["Ce contact est absent"],"Groups":["Groupes"],"My contacts":["Mes contacts"],"Pending contacts":["Contacts en attente"],"Contact requests":["Demandes de contacts"],"Ungrouped":["Sans groupe"],"Contact name":["Nom du contact"],"Add a Contact":["Ajouter un contact"],"XMPP Address":["Adresse XMPP"],"name@example.org":["nom@exemple.org"],"Add":["Ajouter"],"Filter":["Filtrer"],"Filter by contact name":["Filtrer par nom de contact"],"Filter by group name":["Filtrer par nom de groupe"],"Filter by status":["Filtrer par statut"],"Any":["Aucun"],"Unread":["Non lu"],"Chatty":["Bavard"],"Extended Away":["Absence longue durée"],"Click to remove %1$s as a contact":["Cliquez pour retirer le contact %1$s"],"Click to accept the contact request from %1$s":["Cliquez pour accepter la demande d’ajout de contact de %1$s"],"Click to decline the contact request from %1$s":["Cliquez pour décliner la demande d’ajout de contact de %1$s"],"Click to chat with %1$s (JID: %2$s)":["Cliquez pour discuter avec %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["Voulez-vous vraiment rejeter cette demande d’ajout de contact ?"],"Contacts":["Contacts"],"Add a contact":["Ajouter un contact"],"Re-sync your contacts":["Resynchronise vos contacts"],"Sorry, could not determine upload URL.":["Désolé, impossible de déterminer l’URL d’envoi de fichier."],"Sorry, could not determine file upload URL.":["Désolé, impossible de déterminer l’URL pour envoyer le fichier."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Désolé, l’envoi de fichier a échoué. Votre serveur a répondu : « %1$s »"],"Sorry, could not succesfully upload your file.":["Désolé, l’envoi de fichier a échoué."],"Sorry, looks like file upload is not supported by your server.":["Désolé, votre serveur semble ne pas proposer l’envoi de fichier."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["La taille de votre fichier, %1$s, dépasse le maximum autorisé par votre serveur, qui est %2$s."],"Sorry, an error occurred:":["Désolé, une erreur s’est produite :"],"The XMPP server did not offer a supported authentication mechanism":["Le serveur XMPP n’a pas proposé un mécanisme d’authentification pris en charge"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Désolé, nous n’avons pas pu nous connecter à l’hôte XMPP avec le domaine : %1$s"],"You're not allowed to register yourself in this groupchat.":["Vous n’êtes pas autorisé à vous enregistrer vous-mêmes dans ce salon."],"You're not allowed to register in this groupchat because it's members-only.":["Vous n’êtes pas autorisé à vous inscrire dans ce salon parce qu’il est réservé aux membres."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Impossible d’enregistrer votre pseudo dans ce salon, il ne gère pas l’enregistrement."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Impossible d’enregistrer votre pseudo dans ce salon, un formulaire invalide a été envoyé."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vous invite à rejoindre le salon : %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vous invite à rejoindre le salon : %2$s, avec le message suivant: « %3$s »"],"Error: the groupchat %1$s does not exist.":["Erreur : le salon %1$s n’existe pas."],"Sorry, you're not allowed to register in this groupchat":["Désolé, vous n’êtes pas autorisé à vous enregistrer dans ce salon"],"Sorry, there was an error while trying to add %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative d’ajout de %1$s comme contact."],"This client does not allow presence subscriptions":["Ce client ne permet pas les mises à jour de disponibilité"],"Click to hide these contacts":["Cliquez pour cacher ces contacts"],"This room no longer exists":["Ce salon n’existe plus"],"The conversation has moved. Click below to enter.":["Ce salon a déménagé. Cliquez ci-dessous pour rejoindre sa nouvelle adresse."],"Name":["Nom"],"Groupchat address (JID)":["Adresse du salon (JID) :"],"Description":["Description"],"Topic":["Sujet"],"Topic author":["Auteur du sujet"],"Online users":["Utilisateurs en ligne"],"Features":["Caractéristiques"],"Password protected":["Protégé par mot de passe"],"This groupchat requires a password before entry":["Ce salon nécessite un mot de passe pour y accéder"],"No password required":["Pas de mot de passe nécessaire"],"This groupchat does not require a password upon entry":["Ce salon ne nécessite pas de mot de passe pour y accéder"],"This groupchat is not publicly searchable":["Ce salon ne peut pas être recherché publiquement"],"This groupchat is publicly searchable":["Ce salon peut être recherché publiquement"],"Members only":["Membres uniquement"],"This groupchat is restricted to members only":["Ce salon est restreint aux membres uniquement"],"Anyone can join this groupchat":["N’importe qui peut rejoindre ce salon"],"Persistent":["Persistant"],"This groupchat persists even if it's unoccupied":["Ce salon persiste même s’il est inoccupé"],"This groupchat will disappear once the last person leaves":["Ce salon disparaîtra au départ de la dernière personne"],"Not anonymous":["Non-anonyme"],"All other groupchat participants can see your XMPP username":["Tous les autres occupants de ce salon peuvent voir votre nom d’utilisateur XMPP"],"Only moderators can see your XMPP username":["Seuls les modérateurs peuvent voir votre identifiant XMPP"],"Participants entering this groupchat need to request permission to write":["Les participants qui entrent dans ce salon doivent demander la permission pour écrire"],"Not moderated":["Non modéré"],"Participants entering this groupchat can write right away":["Les participants qui entrent dans ce salon peuvent écrire directement"],"Message archiving":["Archivage des messages"],"Messages are archived on the server":["Les messages sont archivés sur le serveur"],"No password":["Pas de mot de passe"],"this groupchat is restricted to members only":["ce salon est restreint aux membres uniquement"],"Uploading file:":["Envoi de fichier :"],"XMPP Username:":["Nom d’utilisateur XMPP :"],"Password:":["Mot de passe :"],"password":["Mot de passe"],"This is a trusted device":["Ceci est un appareil de confiance"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":["Pour améliorer les performances, nous stockons vos données dans ce navigateur. Décochez cette case si vous êtes sur un ordinateur public, ou si vous voulez que vos données soient supprimées lorsque vous vous déconnecterez. Il est important que vous vous déconnectiez explicitement, sinon les données stockées ne seront pas forcément toutes supprimées. Notez que lorsque l’ordinateur utilisé n’est pas considéré de confiance, le chiffrement OMEMO n’est PAS disponible."],"Log in":["Se connecter"],"Click here to log in anonymously":["Cliquez ici pour se connecter anonymement"],"This message has been edited":["Ce message a été édité"],"Edit this message":["Éditer ce message"],"Message versions":["Versions du message"],"Save and close":["Enregistrer et fermer"],"This device's OMEMO fingerprint":["Empreinte de clé OMEMO de ce client"],"Generate new keys and fingerprint":["Générer de nouvelles clés et empreintes de clés"],"Select all":["Tout sélectionner"],"Checkbox to select fingerprints of all other OMEMO devices":["Case à cocher pour sélectionner les empreintes de tous les autres clients OMEMO"],"Other OMEMO-enabled devices":["Autres clients ayant activé le chiffrement OMEMO"],"Checkbox for selecting the following fingerprint":["Case à cocher pour sélectionner l’empreinte OMEMO suivante"],"Device without a fingerprint":["Client sans empreinte de clé OMEMO"],"Remove checked devices and close":["Supprimer les clients OMEMO sélectionnés, et fermer"],"Don't have a chat account?":["Vous n’avez pas de compte ?"],"Create an account":["Créer un compte"],"Create your account":["Créer votre compte"],"Please enter the XMPP provider to register with:":["Veuillez saisir le fournisseur XMPP auprès duquel s’inscrire :"],"Already have a chat account?":["Vous avez déjà un compte ?"],"Log in here":["Connectez-vous ici"],"Account Registration:":["Création de compte :"],"Register":["S’inscrire"],"Choose a different provider":["Choisir un autre fournisseur"],"Hold tight, we're fetching the registration form…":["Ne bougez pas, on va chercher le formulaire d’inscription…"],"Messages are being sent in plaintext":["Les messages sont envoyés en clair"],"The User's Profile Image":["Image de profil de l’utilisateur"],"Full Name:":["Nom complet :"],"XMPP Address:":["Adresse XMPP :"],"Nickname:":["Pseudonyme :"],"URL:":["Site web :"],"Email:":["Courriel :"],"Role:":["Rôle :"],"OMEMO Fingerprints":["Empreintes de clé OMEMO"],"Trusted":["De confiance"],"Untrusted":["Pas de confiance"],"Refresh":["Rafraîchir"],"Remove as contact":["Supprimer ce contact"],"Download audio file \"%1$s\"":["Télécharger le fichier audio « %1$s »"],"Download file \"%1$s\"":["Télécharger le fichier « %1$s »"],"Download image \"%1$s\"":["Télécharger l’image « %1$s »"],"Download":["Télécharger"],"Download video file \"%1$s\"":["Télécharger la vidéo « %1$s »"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"Bookmark this groupchat":["Mettre ce salon en marque-page"],"Unbookmark this groupchat":["Retirer ce salon des marque-pages"],"Would you like this groupchat to be automatically joined upon startup?":["Voulez-vous que ce salon soit automatiquement rejoint au démarrage ?"],"Cancel":["Annuler"],"The name for this bookmark:":["Nom de ce marque-page :"],"What should your nickname for this groupchat be?":["Que devrait être votre pseudo sur ce salon ?"],"Save":["Sauvegarder"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Voulez-vous vraiment supprimer le marque-page « %1$s » ?"],"Error":["Erreur"],"Sorry, something went wrong while trying to save your bookmark.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de ce marque-page."],"Leave this groupchat":["Quitter ce salon"],"Remove this bookmark":["Supprimer ce marque-page"],"Show more information on this groupchat":["Afficher davantage d’informations sur ce salon"],"Click to open this groupchat":["Cliquer pour ouvrir ce salon"],"Click to toggle the bookmarks list":["Cliquer pour ouvrir la liste des salons"],"Bookmarks":["Marques-page"],"Close this chat box":["Fermer cette fenêtre de discussion"],"Sorry, something went wrong while trying to refresh":["Désolé, quelque chose s’est mal passé mal lors de la tentative de réactualisation"],"Are you sure you want to remove this contact?":["Voulez-vous vraiment retirer ce contact ?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative de retrait de %1$s comme contact."],"You have unread messages":["Vous avez de nouveaux messages"],"Hidden message":["Message caché"],"Message":["Message"],"Send":["Envoyer"],"Optional hint":["Indice optionnel"],"Choose a file to send":["Choisir un fichier à envoyer"],"Remove messages":["Effacer les messages"],"Write in the third person":["Écrire à la troisième personne"],"Show this menu":["Afficher ce menu"],"Are you sure you want to clear the messages from this conversation?":["Voulez-vous vraiment effacer les messages de cette conversation ?"],"%1$s has gone offline":["%1$s s’est déconnecté"],"%1$s has gone away":["%1$s n’est plus disponible"],"%1$s is busy":["%1$s est occupé"],"%1$s is online":["%1$s est en ligne"],"Username":["Nom"],"user@domain":["utilisateur@domaine"],"Please enter a valid XMPP address":["Veuillez saisir une adresse XMPP valide"],"Chat Contacts":["Contacts de chat"],"Toggle chat":["Ouvrir la discussion"],"Show more":["Afficher plus"],"Typing from another device":["En train d’écrire depuis un autre client"],"%1$s is typing":["%1$s est en train d’écrire"],"Stopped typing on the other device":["A arrêté d’écrire sur l’autre client"],"%1$s has stopped typing":["%1$s a arrêté d’écrire"],"Unencryptable OMEMO message":["Message OMEMO non chiffrable"],"Minimize this chat box":["Réduire cette fenêtre de discussion"],"Click to restore this chat":["Cliquez pour afficher cette discussion"],"Minimized":["Réduit(s)"],"This groupchat is not anonymous":["Ce salon n’est pas anonyme"],"This groupchat now shows unavailable members":["Ce salon affiche maintenant les membres indisponibles"],"This groupchat does not show unavailable members":["Ce salon n’affiche pas les membres indisponibles"],"The groupchat configuration has changed":["Les paramètres de ce salon ont été modifiés"],"groupchat logging is now enabled":["L’enregistrement est maintenant activé sur ce salon"],"groupchat logging is now disabled":["L’enregistrement est maintenant désactivé sur ce salon"],"This groupchat is now no longer anonymous":["Ce salon n’est plus anonyme"],"This groupchat is now semi-anonymous":["Ce salon est maintenant semi-anonyme"],"This groupchat is now fully-anonymous":["Ce salon est maintenant entièrement anonyme"],"A new groupchat has been created":["Un nouveau salon a été créé"],"You have been banned from this groupchat":["Vous avez été banni de ce salon"],"You have been kicked from this groupchat":["Vous avez été expulsé de ce salon"],"You have been removed from this groupchat because of an affiliation change":["Vous avez été retiré de ce salon du fait d’un changement d’affiliation"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Vous avez été retiré de ce salon parce que ce salon est devenu réservé aux membres et vous n’êtes pas membre"],"You have been removed from this groupchat because the service hosting it is being shut down":["Vous avez été retiré de ce salon parce que le service sur lequel il est hébergé est en train d’être arrêté"],"%1$s has been banned":["%1$s a été banni"],"%1$s's nickname has changed":["Le pseudo de %1$s a changé"],"%1$s has been kicked out":["%1$s a été expulsé"],"%1$s has been removed because of an affiliation change":["%1$s a été supprimé à cause d’un changement d’affiliation"],"%1$s has been removed for not being a member":["%1$s a été supprimé car il n’est pas membre"],"Your nickname has been automatically set to %1$s":["Votre pseudo a été automatiquement défini à : %1$s"],"Your nickname has been changed to %1$s":["Votre pseudo a été modifié en : %1$s"],"Description:":["Description :"],"Groupchat Address (JID):":["Adresse du salon (JID) :"],"Participants:":["Participants :"],"Features:":["Caractéristiques :"],"Requires authentication":["Nécessite une authentification"],"Hidden":["Caché"],"Requires an invitation":["Nécessite une invitation"],"Moderated":["Modéré"],"Non-anonymous":["Non-anonyme"],"Open":["Ouvert"],"Permanent":["Permanent"],"Public":["Public"],"Semi-anonymous":["Semi-anonyme"],"Temporary":["Temporaire"],"Unmoderated":["Non modéré"],"Query for Groupchats":["Chercher un salon"],"Server address":["Adresse du serveur"],"Show groupchats":["Afficher les salons"],"conference.example.org":["chat.exemple.org"],"No groupchats found":["Aucun salon trouvé"],"Groupchats found:":["Salons trouvés :"],"Enter a new Groupchat":["Entrer dans un nouveau salon"],"Groupchat address":["Adresse du salon"],"Optional nickname":["Pseudonyme optionnel"],"name@conference.example.org":["nom@chat.example.org"],"Join":["Rejoindre"],"Groupchat info for %1$s":["Informations sur le salon %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s n’est plus un administrateur de ce salon"],"%1$s is no longer an owner of this groupchat":["%1$s n’est plus un propriétaire de ce salon"],"%1$s is no longer banned from this groupchat":["%1$s n’est plus banni de ce salon"],"%1$s is no longer a permanent member of this groupchat":["%1$s n’est plus un membre permanent de ce salon"],"%1$s is now a permanent member of this groupchat":["%1$s est désormais un membre permanent de ce salon"],"%1$s has been banned from this groupchat":["%1$s a été banni de ce salon"],"%1$s is now an %2$s of this groupchat":["%1$s est maintenant %2$s de ce salon"],"%1$s is no longer a moderator":["%1$s n’est plus un modérateur"],"%1$s has been given a voice again":["%1$s peut de nouveau parler"],"%1$s has been muted":["%1$s ne peut plus parler"],"%1$s is now a moderator":["%1$s est désormais un modérateur"],"Close and leave this groupchat":["Fermer et quitter ce salon"],"Configure this groupchat":["Configurer ce salon"],"Show more details about this groupchat":["Afficher davantage d’informations sur ce salon"],"Hide the list of participants":["Cacher la liste des participants"],"Forbidden: you do not have the necessary role in order to do that.":["Interdit : vous n’avez pas le rôle nécessaire pour faire ça."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Interdit : vous n’avez pas l’affiliation nécessaire pour faire ça."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erreur : la commande « %1$s » prend deux paramètres, le pseudo de l’utilisateur et une raison optionnelle."],"Error: couldn't find a groupchat participant \"%1$s\"":["Erreur : impossible de trouver le participant « %1$s » dans ce salon"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Désolé, une erreur s’est produite lors de l’exécution de la commande. Vérifiez la console de développement de votre navigateur pour plus de détails."],"Change user's affiliation to admin":["Changer le rôle de l’utilisateur en administrateur"],"Ban user from groupchat":["Bannir l’utilisateur du salon"],"Change user role to participant":["Changer le rôle de l’utilisateur en participant"],"Kick user from groupchat":["Expulser l’utilisateur du salon"],"Write in 3rd person":["Écrire à la troisième personne"],"Grant membership to a user":["Autoriser l’utilisateur à être membre"],"Remove user's ability to post messages":["Retirer le droit d’envoyer des messages"],"Change your nickname":["Changer votre pseudo"],"Grant moderator role to user":["Changer le rôle de l’utilisateur en modérateur"],"Grant ownership of this groupchat":["Accorder la propriété à ce salon"],"Register a nickname for this groupchat":["Enregistrer un pseudo pour ce salon"],"Revoke user's membership":["Révoquer l’utilisateur des membres"],"Set groupchat subject":["Définir le sujet du salon"],"Set groupchat subject (alias for /subject)":["Définir le sujet du salon (alias pour /subject)"],"Allow muted user to post messages":["Autoriser les utilisateurs muets à poster des messages"],"Error: invalid number of arguments":["Erreur : nombre d’arguments invalide"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Le pseudo choisi est réservé ou actuellement utilisé, veuillez en choisir un différent."],"Please choose your nickname":["Veuillez choisir votre pseudo"],"Nickname":["Pseudo"],"Enter groupchat":["Entrer dans le salon"],"This groupchat requires a password":["Ce salon nécessite un mot de passe"],"Password: ":["Mot de passe : "],"Submit":["Soumettre"],"This action was done by %1$s.":["Cette action a été réalisée par %1$s."],"The reason given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"%1$s has left and re-entered the groupchat":["%1$s a quitté puis rejoint le salon"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s a quitté puis rejoint le salon. « %2$s »"],"%1$s has entered the groupchat":["%1$s a rejoint le salon"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a rejoint le salon. « %2$s »"],"%1$s has entered and left the groupchat":["%1$s a rejoint puis quitté le salon"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s a rejoint puis quitté le salon. « %2$s »"],"%1$s has left the groupchat":["%1$s a quitté le salon"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a quitté le salon. « %2$s »"],"You are not on the member list of this groupchat.":["Vous n’êtes pas dans la liste des membres de ce salon."],"You have been banned from this groupchat.":["Vous avez été banni de ce salon."],"No nickname was specified.":["Aucun pseudo n’a été indiqué."],"You are not allowed to create new groupchats.":["Vous n’êtes pas autorisé à créer des salons."],"Your nickname doesn't conform to this groupchat's policies.":["Votre pseudo n’est pas conforme à la politique de ce salon."],"This groupchat does not (yet) exist.":["Ce salon n’existe pas (pour l’instant)."],"This groupchat has reached its maximum number of participants.":["Ce salon a atteint sa limite maximale d’occupants."],"Remote server not found":["Serveur distant introuvable"],"The explanation given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"Topic set by %1$s":["Le sujet a été défini par %1$s"],"Topic cleared by %1$s":["Le sujet de ce salon a été retiré par %1$s"],"Groupchats":["Salons"],"Add a new groupchat":["Ajouter un nouveau salon"],"Query for groupchats":["Chercher un salon"],"Click to mention %1$s in your message.":["Cliquer pour citer %1$s dans votre message."],"This user is a moderator.":["Cet utilisateur est un modérateur."],"This user can send messages in this groupchat.":["Cet utilisateur peut envoyer des messages dans ce salon."],"This user can NOT send messages in this groupchat.":["Cet utilisateur ne peut PAS envoyer de messages dans ce salon."],"Moderator":["Modérateur"],"Visitor":["Visiteur"],"Owner":["Propriétaire"],"Member":["Membre"],"Admin":["Administrateur"],"Participants":["Participants"],"Invite":["Inviter"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Vous allez inviter %1$s dans le salon %2$s. Vous pouvez facultativement ajouter un message expliquant la raison de cette invitation."],"Please enter a valid XMPP username":["Veuillez saisir un identifiant utilisateur XMPP valide"],"Notification from %1$s":["Notification depuis %1$s"],"%1$s says":["%1$s dit"],"OMEMO Message received":["Message OMEMO reçu"],"has gone offline":["s’est déconnecté"],"has gone away":["est absent"],"is busy":["est occupé"],"has come online":["s’est déconnecté"],"wants to be your contact":["veut être votre contact"],"Sorry, an error occurred while trying to remove the devices.":["Désolé, une erreur est survenue en tentant de supprimer les clients OMEMO."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Voulez-vous vraiment générer de nouvelles clefs OMEMO ? Ceci retirera vos anciennes clefs et tous les messages déjà chiffrés ne seront plus déchiffrables sur ce client."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Désolé, impossible de déchiffrer un message chiffré avec OMEMO à cause d’une erreur."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Impossible d’utiliser le chiffrement bout à bout parce que %1$s utilise un client qui ne gère pas OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Ceci est un message chiffré avec OMEMO, que votre client ne semble pas prendre en charge. Pour plus d’informations, allez voir https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["Votre image d’avatar"],"Your Profile":["Votre profil"],"Close":["Fermer"],"Email":["Courriel"],"Full Name":["Nom complet"],"XMPP Address (JID)":["Adresse XMPP (JID)"],"Role":["Rôle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Utilisez une virgule pour séparer plusieurs rôles. Vos rôles sont affichés à côté de votre nom dans vos messages."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de votre profil."],"You can check your browser's developer console for any error output.":["Vous pouvez surveiller toute erreur qui apparaîtrait dans la console de développement de votre navigateur."],"Away":["Absent"],"Busy":["Occupé"],"Custom status":["Statut personnel"],"Offline":["Déconnecté"],"Online":["En ligne"],"Away for long":["Absent pour une longue durée"],"Change chat status":["changer votre statut de chat"],"Personal status message":["Message de statut personnel"],"About":["À propos"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["Client XMPP %1$s libre %2$s qui vous est fourni par %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Traduisez-le %2$s dans votre langue"],"I am %1$s":["Je suis %1$s"],"Change settings":["Changer les préférences"],"Click to change your chat status":["Cliquez pour changer votre statut"],"Log out":["Se déconnecter"],"Show details about this chat client":["Afficher davantage d’informations sur ce client"],"Your profile":["Votre profil"],"Are you sure you want to log out?":["Voulez-vous vraiment vous déconnecter ?"],"online":["en ligne"],"busy":["occupé"],"away for long":["absent pour une longue durée"],"away":["absent"],"offline":["Déconnecté"]," e.g. conversejs.org":[" par exemple conversejs.org"],"Fetch registration form":["Récupération du formulaire d’enregistrement"],"Tip: A list of public XMPP providers is available":["Astuce : une liste publique de fournisseurs XMPP est disponible"],"here":["ici"],"Sorry, we're unable to connect to your chosen provider.":["Désolé, nous n’avons pas pu nous connecter à votre fournisseur."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Désolé, le fournisseur indiqué ne supporte pas l’enregistrement de compte en ligne. Merci d’essayer avec un autre fournisseur."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Quelque chose a échoué lors de l’établissement de la connexion avec « %1$s ». Existe-t-il vraiment ?"],"Now logging you in":["En cours de connexion"],"Registered successfully":["Enregistré avec succès"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Le fournisseur a rejeté votre demande d’inscription. Merci de vérifier que les données que vous avez fournies sont correctes."],"Click to toggle the list of open groupchats":["Cliquer pour ouvrir la liste des salons ouverts"],"Open Groupchats":["Salons ouverts"],"Are you sure you want to leave the groupchat %1$s?":["Voulez-vous vraiment quitter le salon « %1$s » ?"],"This contact is busy":["Ce contact est occupé"],"This contact is online":["Ce contact est connecté"],"This contact is offline":["Ce contact est déconnecté"],"This contact is unavailable":["Ce contact est indisponible"],"This contact is away for an extended period":["Ce contact est absent"],"This contact is away":["Ce contact est absent"],"Groups":["Groupes"],"My contacts":["Mes contacts"],"Pending contacts":["Contacts en attente"],"Contact requests":["Demandes de contacts"],"Ungrouped":["Sans groupe"],"Contact name":["Nom du contact"],"Add a Contact":["Ajouter un contact"],"XMPP Address":["Adresse XMPP"],"name@example.org":["nom@exemple.org"],"Add":["Ajouter"],"Filter":["Filtrer"],"Filter by contact name":["Filtrer par nom de contact"],"Filter by group name":["Filtrer par nom de groupe"],"Filter by status":["Filtrer par statut"],"Any":["Aucun"],"Unread":["Non lu"],"Chatty":["Bavard"],"Extended Away":["Absence longue durée"],"Click to remove %1$s as a contact":["Cliquez pour retirer le contact %1$s"],"Click to accept the contact request from %1$s":["Cliquez pour accepter la demande d’ajout de contact de %1$s"],"Click to decline the contact request from %1$s":["Cliquez pour décliner la demande d’ajout de contact de %1$s"],"Click to chat with %1$s (JID: %2$s)":["Cliquez pour discuter avec %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["Voulez-vous vraiment rejeter cette demande d’ajout de contact ?"],"Contacts":["Contacts"],"Add a contact":["Ajouter un contact"],"Re-sync your contacts":["Resynchronise vos contacts"],"Sorry, could not determine upload URL.":["Désolé, impossible de déterminer l’URL d’envoi de fichier."],"Sorry, could not determine file upload URL.":["Désolé, impossible de déterminer l’URL pour envoyer le fichier."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Désolé, l’envoi de fichier a échoué. Votre serveur a répondu : « %1$s »"],"Sorry, could not succesfully upload your file.":["Désolé, l’envoi de fichier a échoué."],"Sorry, looks like file upload is not supported by your server.":["Désolé, votre serveur semble ne pas proposer l’envoi de fichier."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["La taille de votre fichier, %1$s, dépasse le maximum autorisé par votre serveur, qui est %2$s."],"Sorry, an error occurred:":["Désolé, une erreur s’est produite :"],"The XMPP server did not offer a supported authentication mechanism":["Le serveur XMPP n’a pas proposé un mécanisme d’authentification pris en charge"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Désolé, nous n’avons pas pu nous connecter à l’hôte XMPP avec le domaine : %1$s"],"You're not allowed to register yourself in this groupchat.":["Vous n’êtes pas autorisé à vous enregistrer vous-mêmes dans ce salon."],"You're not allowed to register in this groupchat because it's members-only.":["Vous n’êtes pas autorisé à vous inscrire dans ce salon parce qu’il est réservé aux membres."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Impossible d’enregistrer votre pseudo dans ce salon, il ne gère pas l’enregistrement."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Impossible d’enregistrer votre pseudo dans ce salon, un formulaire invalide a été envoyé."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vous invite à rejoindre le salon : %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vous invite à rejoindre le salon : %2$s, avec le message suivant: « %3$s »"],"Error: the groupchat %1$s does not exist.":["Erreur : le salon %1$s n’existe pas."],"Sorry, you're not allowed to register in this groupchat":["Désolé, vous n’êtes pas autorisé à vous enregistrer dans ce salon"],"Sorry, there was an error while trying to add %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative d’ajout de %1$s comme contact."],"This client does not allow presence subscriptions":["Ce client ne permet pas les mises à jour de disponibilité"],"Click to hide these contacts":["Cliquez pour cacher ces contacts"],"This groupchat no longer exists":["Ce salon n’existe plus"],"The conversation has moved. Click below to enter.":["Ce salon a déménagé. Cliquez ci-dessous pour rejoindre sa nouvelle adresse."],"Name":["Nom"],"Groupchat address (JID)":["Adresse du salon (JID) :"],"Description":["Description"],"Topic":["Sujet"],"Topic author":["Auteur du sujet"],"Online users":["Utilisateurs en ligne"],"Features":["Caractéristiques"],"Password protected":["Protégé par mot de passe"],"This groupchat requires a password before entry":["Ce salon nécessite un mot de passe pour y accéder"],"No password required":["Pas de mot de passe nécessaire"],"This groupchat does not require a password upon entry":["Ce salon ne nécessite pas de mot de passe pour y accéder"],"This groupchat is not publicly searchable":["Ce salon ne peut pas être recherché publiquement"],"This groupchat is publicly searchable":["Ce salon peut être recherché publiquement"],"Members only":["Membres uniquement"],"This groupchat is restricted to members only":["Ce salon est restreint aux membres uniquement"],"Anyone can join this groupchat":["N’importe qui peut rejoindre ce salon"],"Persistent":["Persistant"],"This groupchat persists even if it's unoccupied":["Ce salon persiste même s’il est inoccupé"],"This groupchat will disappear once the last person leaves":["Ce salon disparaîtra au départ de la dernière personne"],"Not anonymous":["Non-anonyme"],"All other groupchat participants can see your XMPP username":["Tous les autres occupants de ce salon peuvent voir votre nom d’utilisateur XMPP"],"Only moderators can see your XMPP username":["Seuls les modérateurs peuvent voir votre identifiant XMPP"],"Participants entering this groupchat need to request permission to write":["Les participants qui entrent dans ce salon doivent demander la permission pour écrire"],"Not moderated":["Non modéré"],"Participants entering this groupchat can write right away":["Les participants qui entrent dans ce salon peuvent écrire directement"],"Message archiving":["Archivage des messages"],"Messages are archived on the server":["Les messages sont archivés sur le serveur"],"No password":["Pas de mot de passe"],"this groupchat is restricted to members only":["ce salon est restreint aux membres uniquement"],"Uploading file:":["Envoi de fichier :"],"XMPP Username:":["Nom d’utilisateur XMPP :"],"Password:":["Mot de passe :"],"password":["Mot de passe"],"This is a trusted device":["Ceci est un appareil de confiance"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":["Pour améliorer les performances, nous stockons vos données dans ce navigateur. Décochez cette case si vous êtes sur un ordinateur public, ou si vous voulez que vos données soient supprimées lorsque vous vous déconnecterez. Il est important que vous vous déconnectiez explicitement, sinon les données stockées ne seront pas forcément toutes supprimées. Notez que lorsque l’ordinateur utilisé n’est pas considéré de confiance, le chiffrement OMEMO n’est PAS disponible."],"Log in":["Se connecter"],"Click here to log in anonymously":["Cliquez ici pour se connecter anonymement"],"This message has been edited":["Ce message a été édité"],"Edit this message":["Éditer ce message"],"Message versions":["Versions du message"],"Save and close":["Enregistrer et fermer"],"This device's OMEMO fingerprint":["Empreinte de clé OMEMO de ce client"],"Generate new keys and fingerprint":["Générer de nouvelles clés et empreintes de clés"],"Select all":["Tout sélectionner"],"Checkbox to select fingerprints of all other OMEMO devices":["Case à cocher pour sélectionner les empreintes de tous les autres clients OMEMO"],"Other OMEMO-enabled devices":["Autres clients ayant activé le chiffrement OMEMO"],"Checkbox for selecting the following fingerprint":["Case à cocher pour sélectionner l’empreinte OMEMO suivante"],"Device without a fingerprint":["Client sans empreinte de clé OMEMO"],"Remove checked devices and close":["Supprimer les clients OMEMO sélectionnés, et fermer"],"Don't have a chat account?":["Vous n’avez pas de compte ?"],"Create an account":["Créer un compte"],"Create your account":["Créer votre compte"],"Please enter the XMPP provider to register with:":["Veuillez saisir le fournisseur XMPP auprès duquel s’inscrire :"],"Already have a chat account?":["Vous avez déjà un compte ?"],"Log in here":["Connectez-vous ici"],"Account Registration:":["Création de compte :"],"Register":["S’inscrire"],"Choose a different provider":["Choisir un autre fournisseur"],"Hold tight, we're fetching the registration form…":["Ne bougez pas, on va chercher le formulaire d’inscription…"],"Messages are being sent in plaintext":["Les messages sont envoyés en clair"],"The User's Profile Image":["Image de profil de l’utilisateur"],"Full Name:":["Nom complet :"],"XMPP Address:":["Adresse XMPP :"],"Nickname:":["Pseudonyme :"],"URL:":["Site web :"],"Email:":["Courriel :"],"Role:":["Rôle :"],"OMEMO Fingerprints":["Empreintes de clé OMEMO"],"Trusted":["De confiance"],"Untrusted":["Pas de confiance"],"Refresh":["Rafraîchir"],"Remove as contact":["Supprimer ce contact"],"Download audio file \"%1$s\"":["Télécharger le fichier audio « %1$s »"],"Download file \"%1$s\"":["Télécharger le fichier « %1$s »"],"Download image \"%1$s\"":["Télécharger l’image « %1$s »"],"Download":["Télécharger"],"Download video file \"%1$s\"":["Télécharger la vidéo « %1$s »"]}}} \ No newline at end of file diff --git a/locale/fr/LC_MESSAGES/converse.po b/locale/fr/LC_MESSAGES/converse.po index 2c5c4f9c3..64574460c 100644 --- a/locale/fr/LC_MESSAGES/converse.po +++ b/locale/fr/LC_MESSAGES/converse.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-16 11:20+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-12-20 10:08+0000\n" "Last-Translator: Emmanuel Gil Peyrot \n" "Language-Team: French \n" "Language-Team: Galician \n" "Language-Team: Rahut \n" @@ -23,14 +23,14 @@ msgstr "" #: dist/converse-no-dependencies.js:30588 #: dist/converse-no-dependencies.js:30645 #: dist/converse-no-dependencies.js:30678 -#: dist/converse-no-dependencies.js:40730 +#: dist/converse-no-dependencies.js:40905 #, fuzzy msgid "Bookmark this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" #: dist/converse-no-dependencies.js:30642 #: dist/converse-no-dependencies.js:30974 -#: dist/converse-no-dependencies.js:40729 +#: dist/converse-no-dependencies.js:40904 #, fuzzy msgid "Unbookmark this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" @@ -40,8 +40,8 @@ msgid "Would you like this groupchat to be automatically joined upon startup?" msgstr "" #: dist/converse-no-dependencies.js:30680 -#: dist/converse-no-dependencies.js:39495 -#: dist/converse-no-dependencies.js:76085 +#: dist/converse-no-dependencies.js:39670 +#: dist/converse-no-dependencies.js:76431 msgid "Cancel" msgstr "ביטול" @@ -54,7 +54,7 @@ msgid "What should your nickname for this groupchat be?" msgstr "" #: dist/converse-no-dependencies.js:30683 -#: dist/converse-no-dependencies.js:39499 +#: dist/converse-no-dependencies.js:39674 msgid "Save" msgstr "שמור" @@ -64,10 +64,12 @@ msgid "Are you sure you want to remove the bookmark \"%1$s\"?" msgstr "האם אתה בטוח כי ברצונך להסיר את איש קשר זה?" #: dist/converse-no-dependencies.js:30883 -#: dist/converse-no-dependencies.js:31741 -#: dist/converse-no-dependencies.js:38182 -#: dist/converse-no-dependencies.js:38580 -#: dist/converse-no-dependencies.js:39443 +#: dist/converse-no-dependencies.js:31758 +#: dist/converse-no-dependencies.js:38223 +#: dist/converse-no-dependencies.js:38437 +#: dist/converse-no-dependencies.js:38516 +#: dist/converse-no-dependencies.js:38543 +#: dist/converse-no-dependencies.js:39618 msgid "Error" msgstr "שגיאה" @@ -77,7 +79,7 @@ msgid "Sorry, something went wrong while trying to save your bookmark." msgstr "מצטערים, היתה שגיאה במהלך ניסיון להסיר את " #: dist/converse-no-dependencies.js:30972 -#: dist/converse-no-dependencies.js:40728 +#: dist/converse-no-dependencies.js:40903 #, fuzzy msgid "Leave this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" @@ -87,15 +89,15 @@ msgid "Remove this bookmark" msgstr "" #: dist/converse-no-dependencies.js:30975 -#: dist/converse-no-dependencies.js:35816 -#: dist/converse-no-dependencies.js:40731 +#: dist/converse-no-dependencies.js:35825 +#: dist/converse-no-dependencies.js:40906 #, fuzzy msgid "Show more information on this groupchat" msgstr "הצג עוד מידע אודות חדר זה" #: dist/converse-no-dependencies.js:30978 -#: dist/converse-no-dependencies.js:35815 -#: dist/converse-no-dependencies.js:40733 +#: dist/converse-no-dependencies.js:35824 +#: dist/converse-no-dependencies.js:40908 #, fuzzy msgid "Click to open this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" @@ -109,232 +111,232 @@ msgstr "לחץ כדי לפתוח את חדר זה" msgid "Bookmarks" msgstr "" -#: dist/converse-no-dependencies.js:31644 +#: dist/converse-no-dependencies.js:31661 #, fuzzy msgid "Close this chat box" msgstr "לחץ כדי לשחזר את שיחה זו" -#: dist/converse-no-dependencies.js:31716 +#: dist/converse-no-dependencies.js:31733 #, fuzzy msgid "Sorry, something went wrong while trying to refresh" msgstr "מצטערים, היתה שגיאה במהלך ניסיון להסיר את " -#: dist/converse-no-dependencies.js:31732 -#: dist/converse-no-dependencies.js:41520 +#: dist/converse-no-dependencies.js:31749 +#: dist/converse-no-dependencies.js:41696 msgid "Are you sure you want to remove this contact?" msgstr "האם אתה בטוח כי ברצונך להסיר את איש קשר זה?" -#: dist/converse-no-dependencies.js:31741 -#: dist/converse-no-dependencies.js:41538 +#: dist/converse-no-dependencies.js:31758 +#: dist/converse-no-dependencies.js:41714 #, fuzzy, javascript-format msgid "Sorry, there was an error while trying to remove %1$s as a contact." msgstr "מצטערים, היתה שגיאה במהלך ניסיון להסיר את " -#: dist/converse-no-dependencies.js:31801 -#: dist/converse-no-dependencies.js:31843 +#: dist/converse-no-dependencies.js:31818 +#: dist/converse-no-dependencies.js:31860 #, fuzzy msgid "You have unread messages" msgstr "הסר הודעות" -#: dist/converse-no-dependencies.js:31829 +#: dist/converse-no-dependencies.js:31846 #, fuzzy msgid "Hidden message" msgstr "הודעה אישית" -#: dist/converse-no-dependencies.js:31831 +#: dist/converse-no-dependencies.js:31848 msgid "Message" msgstr "הודעה" -#: dist/converse-no-dependencies.js:31838 +#: dist/converse-no-dependencies.js:31855 msgid "Send" msgstr "" -#: dist/converse-no-dependencies.js:31839 +#: dist/converse-no-dependencies.js:31856 msgid "Optional hint" msgstr "" -#: dist/converse-no-dependencies.js:31893 +#: dist/converse-no-dependencies.js:31910 msgid "Choose a file to send" msgstr "" -#: dist/converse-no-dependencies.js:32296 -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:32313 +#: dist/converse-no-dependencies.js:36496 msgid "Remove messages" msgstr "הסר הודעות" -#: dist/converse-no-dependencies.js:32296 +#: dist/converse-no-dependencies.js:32313 msgid "Write in the third person" msgstr "כתוב בגוף השלישי" -#: dist/converse-no-dependencies.js:32296 -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:32313 +#: dist/converse-no-dependencies.js:36496 msgid "Show this menu" msgstr "הצג את תפריט זה" -#: dist/converse-no-dependencies.js:32526 +#: dist/converse-no-dependencies.js:32537 #, fuzzy msgid "Are you sure you want to clear the messages from this conversation?" msgstr "האם אתה בטוח כי ברצונך לטהר את ההודעות מתוך תיבת שיחה זה?" -#: dist/converse-no-dependencies.js:32648 +#: dist/converse-no-dependencies.js:32659 #, fuzzy, javascript-format msgid "%1$s has gone offline" msgstr "כבר לא מקוון" -#: dist/converse-no-dependencies.js:32650 -#: dist/converse-no-dependencies.js:34604 +#: dist/converse-no-dependencies.js:32661 +#: dist/converse-no-dependencies.js:34615 #, fuzzy, javascript-format msgid "%1$s has gone away" msgstr "נעדר(ת)" -#: dist/converse-no-dependencies.js:32652 +#: dist/converse-no-dependencies.js:32663 #, fuzzy, javascript-format msgid "%1$s is busy" msgstr "עסוק(ה) כעת" -#: dist/converse-no-dependencies.js:32654 +#: dist/converse-no-dependencies.js:32665 #, fuzzy, javascript-format msgid "%1$s is online" msgstr "מקוון" -#: dist/converse-no-dependencies.js:33389 +#: dist/converse-no-dependencies.js:33400 #, fuzzy msgid "Username" msgstr "שם משתמש XMPP:" -#: dist/converse-no-dependencies.js:33389 +#: dist/converse-no-dependencies.js:33400 msgid "user@domain" msgstr "" -#: dist/converse-no-dependencies.js:33409 -#: dist/converse-no-dependencies.js:41108 +#: dist/converse-no-dependencies.js:33420 +#: dist/converse-no-dependencies.js:41284 msgid "Please enter a valid XMPP address" msgstr "" -#: dist/converse-no-dependencies.js:33522 +#: dist/converse-no-dependencies.js:33533 #, fuzzy msgid "Chat Contacts" msgstr "אנשי קשר" -#: dist/converse-no-dependencies.js:33522 +#: dist/converse-no-dependencies.js:33533 msgid "Toggle chat" msgstr "הפעל שיח" -#: dist/converse-no-dependencies.js:34543 +#: dist/converse-no-dependencies.js:34554 #, fuzzy msgid "Show more" msgstr "הצג חדרים" -#: dist/converse-no-dependencies.js:34593 +#: dist/converse-no-dependencies.js:34604 msgid "Typing from another device" msgstr "" -#: dist/converse-no-dependencies.js:34595 +#: dist/converse-no-dependencies.js:34606 #, fuzzy, javascript-format msgid "%1$s is typing" msgstr "מקליד(ה) כעת" -#: dist/converse-no-dependencies.js:34599 +#: dist/converse-no-dependencies.js:34610 msgid "Stopped typing on the other device" msgstr "" -#: dist/converse-no-dependencies.js:34601 +#: dist/converse-no-dependencies.js:34612 #, fuzzy, javascript-format msgid "%1$s has stopped typing" msgstr "חדל(ה) להקליד" -#: dist/converse-no-dependencies.js:34641 +#: dist/converse-no-dependencies.js:34652 msgid "Unencryptable OMEMO message" msgstr "" -#: dist/converse-no-dependencies.js:34882 -#: dist/converse-no-dependencies.js:34928 +#: dist/converse-no-dependencies.js:34893 +#: dist/converse-no-dependencies.js:34939 msgid "Minimize this chat box" msgstr "" -#: dist/converse-no-dependencies.js:35063 +#: dist/converse-no-dependencies.js:35074 msgid "Click to restore this chat" msgstr "לחץ כדי לשחזר את שיחה זו" -#: dist/converse-no-dependencies.js:35260 +#: dist/converse-no-dependencies.js:35271 msgid "Minimized" msgstr "ממוזער" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:35656 +#: dist/converse-no-dependencies.js:35665 #, fuzzy msgid "This groupchat is not anonymous" msgstr "חדר זה אינו אנונימי" -#: dist/converse-no-dependencies.js:35657 +#: dist/converse-no-dependencies.js:35666 #, fuzzy msgid "This groupchat now shows unavailable members" msgstr "חדר זה כעת מציג חברים לא זמינים" -#: dist/converse-no-dependencies.js:35658 +#: dist/converse-no-dependencies.js:35667 #, fuzzy msgid "This groupchat does not show unavailable members" msgstr "חדר זה לא מציג חברים לא זמינים" -#: dist/converse-no-dependencies.js:35659 +#: dist/converse-no-dependencies.js:35668 #, fuzzy msgid "The groupchat configuration has changed" msgstr "תצורת חדר אשר לא-קשורה-בפרטיות שונתה" -#: dist/converse-no-dependencies.js:35660 +#: dist/converse-no-dependencies.js:35669 #, fuzzy msgid "groupchat logging is now enabled" msgstr "יומן חדר הינו מופעל כעת" -#: dist/converse-no-dependencies.js:35661 +#: dist/converse-no-dependencies.js:35670 #, fuzzy msgid "groupchat logging is now disabled" msgstr "יומן חדר הינו מנוטרל כעת" -#: dist/converse-no-dependencies.js:35662 +#: dist/converse-no-dependencies.js:35671 #, fuzzy msgid "This groupchat is now no longer anonymous" msgstr "חדר זה אינו אנונימי כעת" -#: dist/converse-no-dependencies.js:35663 +#: dist/converse-no-dependencies.js:35672 #, fuzzy msgid "This groupchat is now semi-anonymous" msgstr "חדר זה הינו אנונימי-למחצה כעת" -#: dist/converse-no-dependencies.js:35664 +#: dist/converse-no-dependencies.js:35673 #, fuzzy msgid "This groupchat is now fully-anonymous" msgstr "חדר זה הינו אנונימי-לחלוטין כעת" -#: dist/converse-no-dependencies.js:35665 +#: dist/converse-no-dependencies.js:35674 #, fuzzy msgid "A new groupchat has been created" msgstr "חדר חדש נוצר" -#: dist/converse-no-dependencies.js:35668 +#: dist/converse-no-dependencies.js:35677 #, fuzzy msgid "You have been banned from this groupchat" msgstr "נאסרת מתוך חדר זה" -#: dist/converse-no-dependencies.js:35669 +#: dist/converse-no-dependencies.js:35678 #, fuzzy msgid "You have been kicked from this groupchat" msgstr "נבעטת מתוך חדר זה" -#: dist/converse-no-dependencies.js:35670 +#: dist/converse-no-dependencies.js:35679 #, fuzzy msgid "" "You have been removed from this groupchat because of an affiliation change" msgstr "הוסרת מתוך חדר זה משום שינוי שיוך" -#: dist/converse-no-dependencies.js:35671 +#: dist/converse-no-dependencies.js:35680 #, fuzzy msgid "" "You have been removed from this groupchat because the groupchat has changed " "to members-only and you're not a member" msgstr "הוסרת מתוך חדר זה משום שהחדר שונה לחברים-בלבד ואינך במעמד של חבר" -#: dist/converse-no-dependencies.js:35672 +#: dist/converse-no-dependencies.js:35681 #, fuzzy msgid "" "You have been removed from this groupchat because the service hosting it is " @@ -353,1297 +355,1329 @@ msgstr "" #. * can then at least tell gettext to scan for it so that these #. * strings are picked up by the translation machinery. #. -#: dist/converse-no-dependencies.js:35685 +#: dist/converse-no-dependencies.js:35694 #, fuzzy, javascript-format msgid "%1$s has been banned" msgstr "%1$s נאסר(ה)" -#: dist/converse-no-dependencies.js:35686 +#: dist/converse-no-dependencies.js:35695 #, fuzzy, javascript-format msgid "%1$s's nickname has changed" msgstr "השם כינוי של%1$s השתנה" -#: dist/converse-no-dependencies.js:35687 +#: dist/converse-no-dependencies.js:35696 #, fuzzy, javascript-format msgid "%1$s has been kicked out" msgstr "%1$s נבעט(ה)" -#: dist/converse-no-dependencies.js:35688 +#: dist/converse-no-dependencies.js:35697 #, fuzzy, javascript-format msgid "%1$s has been removed because of an affiliation change" msgstr "%1$s הוסרה(ה) משום שינוי שיוך" # היותו(ה) -#: dist/converse-no-dependencies.js:35689 +#: dist/converse-no-dependencies.js:35698 #, fuzzy, javascript-format msgid "%1$s has been removed for not being a member" msgstr "%1$s הוסר(ה) משום אי הימצאות במסגרת מעמד של חבר" -#: dist/converse-no-dependencies.js:35692 +#: dist/converse-no-dependencies.js:35701 #, fuzzy, javascript-format msgid "Your nickname has been automatically set to %1$s" msgstr "השם כינוי שלך שונה אוטומטית בשם: %1$s" -#: dist/converse-no-dependencies.js:35693 +#: dist/converse-no-dependencies.js:35702 #, fuzzy, javascript-format msgid "Your nickname has been changed to %1$s" msgstr "השם כינוי שלך שונה בשם: %1$s" -#: dist/converse-no-dependencies.js:35724 +#: dist/converse-no-dependencies.js:35733 msgid "Description:" msgstr "תיאור:" -#: dist/converse-no-dependencies.js:35725 +#: dist/converse-no-dependencies.js:35734 #, fuzzy msgid "Groupchat Address (JID):" msgstr "שם חדר" -#: dist/converse-no-dependencies.js:35726 +#: dist/converse-no-dependencies.js:35735 #, fuzzy msgid "Participants:" msgstr "נוכחים:" -#: dist/converse-no-dependencies.js:35727 +#: dist/converse-no-dependencies.js:35736 msgid "Features:" msgstr "תכונות:" -#: dist/converse-no-dependencies.js:35728 +#: dist/converse-no-dependencies.js:35737 msgid "Requires authentication" msgstr "מצריך אישור" -#: dist/converse-no-dependencies.js:35729 -#: dist/converse-no-dependencies.js:74354 -#: dist/converse-no-dependencies.js:74510 +#: dist/converse-no-dependencies.js:35738 +#: dist/converse-no-dependencies.js:74704 +#: dist/converse-no-dependencies.js:74856 msgid "Hidden" msgstr "נסתר" -#: dist/converse-no-dependencies.js:35730 +#: dist/converse-no-dependencies.js:35739 msgid "Requires an invitation" msgstr "מצריך הזמנה" -#: dist/converse-no-dependencies.js:35731 -#: dist/converse-no-dependencies.js:74418 -#: dist/converse-no-dependencies.js:74574 +#: dist/converse-no-dependencies.js:35740 +#: dist/converse-no-dependencies.js:74768 +#: dist/converse-no-dependencies.js:74920 msgid "Moderated" msgstr "מבוקר" # לא-עלום -#: dist/converse-no-dependencies.js:35732 +#: dist/converse-no-dependencies.js:35741 msgid "Non-anonymous" msgstr "לא-אנונימי" -#: dist/converse-no-dependencies.js:35733 -#: dist/converse-no-dependencies.js:74378 -#: dist/converse-no-dependencies.js:74534 +#: dist/converse-no-dependencies.js:35742 +#: dist/converse-no-dependencies.js:74728 +#: dist/converse-no-dependencies.js:74880 #, fuzzy msgid "Open" msgstr "חדר פתוח" -#: dist/converse-no-dependencies.js:35734 +#: dist/converse-no-dependencies.js:35743 #, fuzzy msgid "Permanent" msgstr "חדר צמיתה" -#: dist/converse-no-dependencies.js:35735 -#: dist/converse-no-dependencies.js:74362 -#: dist/converse-no-dependencies.js:74518 +#: dist/converse-no-dependencies.js:35744 +#: dist/converse-no-dependencies.js:74712 +#: dist/converse-no-dependencies.js:74864 msgid "Public" msgstr "פומבי" # עלום-למחצה -#: dist/converse-no-dependencies.js:35736 -#: dist/converse-no-dependencies.js:74410 -#: dist/converse-no-dependencies.js:74566 +#: dist/converse-no-dependencies.js:35745 +#: dist/converse-no-dependencies.js:74760 +#: dist/converse-no-dependencies.js:74912 msgid "Semi-anonymous" msgstr "אנונימי-למחצה" -#: dist/converse-no-dependencies.js:35737 -#: dist/converse-no-dependencies.js:74394 -#: dist/converse-no-dependencies.js:74550 +#: dist/converse-no-dependencies.js:35746 +#: dist/converse-no-dependencies.js:74744 +#: dist/converse-no-dependencies.js:74896 #, fuzzy msgid "Temporary" msgstr "חדר זמני" -#: dist/converse-no-dependencies.js:35738 +#: dist/converse-no-dependencies.js:35747 msgid "Unmoderated" msgstr "לא מבוקר" -#: dist/converse-no-dependencies.js:35774 +#: dist/converse-no-dependencies.js:35783 #, fuzzy msgid "Query for Groupchats" msgstr "אסור משתמש מתוך חדר" -#: dist/converse-no-dependencies.js:35775 +#: dist/converse-no-dependencies.js:35784 #, fuzzy msgid "Server address" msgstr "שרת" -#: dist/converse-no-dependencies.js:35776 +#: dist/converse-no-dependencies.js:35785 #, fuzzy msgid "Show groupchats" msgstr "קבוצות" -#: dist/converse-no-dependencies.js:35777 +#: dist/converse-no-dependencies.js:35786 #, fuzzy msgid "conference.example.org" msgstr "למשל user@example.com" -#: dist/converse-no-dependencies.js:35828 +#: dist/converse-no-dependencies.js:35837 #, fuzzy msgid "No groupchats found" msgstr "לא נמצאו משתמשים" -#: dist/converse-no-dependencies.js:35846 +#: dist/converse-no-dependencies.js:35855 #, fuzzy msgid "Groupchats found:" msgstr "קבוצות" -#: dist/converse-no-dependencies.js:35902 +#: dist/converse-no-dependencies.js:35911 #, fuzzy msgid "Enter a new Groupchat" msgstr "חדר פתוח" -#: dist/converse-no-dependencies.js:35903 +#: dist/converse-no-dependencies.js:35912 #, fuzzy msgid "Groupchat address" msgstr "שם חדר" -#: dist/converse-no-dependencies.js:35904 -#: dist/converse-no-dependencies.js:41100 +#: dist/converse-no-dependencies.js:35913 +#: dist/converse-no-dependencies.js:41276 msgid "Optional nickname" msgstr "" -#: dist/converse-no-dependencies.js:35905 +#: dist/converse-no-dependencies.js:35914 msgid "name@conference.example.org" msgstr "" -#: dist/converse-no-dependencies.js:35906 +#: dist/converse-no-dependencies.js:35915 #, fuzzy msgid "Join" msgstr "הצטרף לחדר" -#: dist/converse-no-dependencies.js:35958 +#: dist/converse-no-dependencies.js:35964 #, javascript-format msgid "Groupchat info for %1$s" msgstr "" -#: dist/converse-no-dependencies.js:36144 +#: dist/converse-no-dependencies.js:36154 #, fuzzy, javascript-format msgid "%1$s is no longer an admin of this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:36146 +#: dist/converse-no-dependencies.js:36156 #, fuzzy, javascript-format msgid "%1$s is no longer an owner of this groupchat" msgstr "הענק בעלות על חדר זה" -#: dist/converse-no-dependencies.js:36148 +#: dist/converse-no-dependencies.js:36158 #, fuzzy, javascript-format msgid "%1$s is no longer banned from this groupchat" msgstr "נאסרת מתוך חדר זה" -#: dist/converse-no-dependencies.js:36152 +#: dist/converse-no-dependencies.js:36162 #, fuzzy, javascript-format msgid "%1$s is no longer a permanent member of this groupchat" msgstr "אינך ברשימת החברים של חדר זה" -#: dist/converse-no-dependencies.js:36156 +#: dist/converse-no-dependencies.js:36166 #, fuzzy, javascript-format msgid "%1$s is now a permanent member of this groupchat" msgstr "אינך ברשימת החברים של חדר זה" -#: dist/converse-no-dependencies.js:36158 +#: dist/converse-no-dependencies.js:36168 #, fuzzy, javascript-format msgid "%1$s has been banned from this groupchat" msgstr "נאסרת מתוך חדר זה" #. For example: AppleJack is now an (admin|owner) of this groupchat -#: dist/converse-no-dependencies.js:36161 +#: dist/converse-no-dependencies.js:36171 #, fuzzy, javascript-format msgid "%1$s is now an %2$s of this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:36173 +#: dist/converse-no-dependencies.js:36183 #, fuzzy, javascript-format msgid "%1$s is no longer a moderator" msgstr "משתמש זה הינו אחראי" -#: dist/converse-no-dependencies.js:36177 +#: dist/converse-no-dependencies.js:36187 #, fuzzy, javascript-format msgid "%1$s has been given a voice again" msgstr "%1$s נבעט(ה)" -#: dist/converse-no-dependencies.js:36181 +#: dist/converse-no-dependencies.js:36191 #, fuzzy, javascript-format msgid "%1$s has been muted" msgstr "%1$s נאסר(ה)" -#: dist/converse-no-dependencies.js:36185 +#: dist/converse-no-dependencies.js:36195 #, fuzzy, javascript-format msgid "%1$s is now a moderator" msgstr "משתמש זה הינו אחראי" -#: dist/converse-no-dependencies.js:36194 +#: dist/converse-no-dependencies.js:36204 #, fuzzy msgid "Close and leave this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:36195 +#: dist/converse-no-dependencies.js:36205 #, fuzzy msgid "Configure this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:36196 +#: dist/converse-no-dependencies.js:36206 #, fuzzy msgid "Show more details about this groupchat" msgstr "הצג עוד מידע אודות חדר זה" -#: dist/converse-no-dependencies.js:36242 +#: dist/converse-no-dependencies.js:36252 #, fuzzy msgid "Hide the list of participants" msgstr "הסתר רשימת משתתפים" -#: dist/converse-no-dependencies.js:36374 +#: dist/converse-no-dependencies.js:36400 msgid "Forbidden: you do not have the necessary role in order to do that." msgstr "" -#: dist/converse-no-dependencies.js:36387 +#: dist/converse-no-dependencies.js:36413 msgid "" "Forbidden: you do not have the necessary affiliation in order to do that." msgstr "" -#: dist/converse-no-dependencies.js:36399 +#: dist/converse-no-dependencies.js:36425 #, javascript-format msgid "" "Error: the \"%1$s\" command takes two arguments, the user's nickname and " "optionally a reason." msgstr "" -#: dist/converse-no-dependencies.js:36408 +#: dist/converse-no-dependencies.js:36434 #, javascript-format msgid "Error: couldn't find a groupchat participant \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:36418 +#: dist/converse-no-dependencies.js:36444 msgid "" "Sorry, an error happened while running the command. Check your browser's " "developer console for details." msgstr "" # שייכות -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Change user's affiliation to admin" msgstr "שנה סינוף משתמש למנהל" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 #, fuzzy msgid "Ban user from groupchat" msgstr "אסור משתמש מתוך חדר" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 #, fuzzy msgid "Change user role to participant" msgstr "שנה תפקיד משתמש למשתתף" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 +#, fuzzy +msgid "Destroy room" +msgstr "חדר זמני" + +#: dist/converse-no-dependencies.js:36496 #, fuzzy msgid "Kick user from groupchat" msgstr "בעט משתמש מתוך חדר" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Write in 3rd person" msgstr "כתוב בגוף שלישי" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Grant membership to a user" msgstr "הענק חברות למשתמש" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Remove user's ability to post messages" msgstr "הסר יכולת משתמש לפרסם הודעות" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Change your nickname" msgstr "שנה את השם כינוי שלך" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Grant moderator role to user" msgstr "הענק תפקיד אחראי למשתמש" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 #, fuzzy msgid "Grant ownership of this groupchat" msgstr "הענק בעלות על חדר זה" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 #, fuzzy msgid "Register a nickname for this groupchat" msgstr "נבעטת מתוך חדר זה" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Revoke user's membership" msgstr "שלול חברות משתמש" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 #, fuzzy msgid "Set groupchat subject" msgstr "קבע נושא חדר" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Set groupchat subject (alias for /subject)" msgstr "" -#: dist/converse-no-dependencies.js:36462 +#: dist/converse-no-dependencies.js:36496 msgid "Allow muted user to post messages" msgstr "התר למשתמש מושתק לפרסם הודעות" -#: dist/converse-no-dependencies.js:36539 +#: dist/converse-no-dependencies.js:36573 msgid "Error: invalid number of arguments" msgstr "" -#: dist/converse-no-dependencies.js:36788 +#: dist/converse-no-dependencies.js:36822 msgid "" "The nickname you chose is reserved or currently in use, please choose a " "different one." msgstr "" -#: dist/converse-no-dependencies.js:36816 +#: dist/converse-no-dependencies.js:36850 #, fuzzy msgid "Please choose your nickname" msgstr "שנה את השם כינוי שלך" -#: dist/converse-no-dependencies.js:36817 -#: dist/converse-no-dependencies.js:39410 +#: dist/converse-no-dependencies.js:36851 +#: dist/converse-no-dependencies.js:39585 msgid "Nickname" msgstr "שם כינוי" -#: dist/converse-no-dependencies.js:36818 +#: dist/converse-no-dependencies.js:36852 #, fuzzy msgid "Enter groupchat" msgstr "חדר פתוח" -#: dist/converse-no-dependencies.js:36843 +#: dist/converse-no-dependencies.js:36877 #, fuzzy msgid "This groupchat requires a password" msgstr "חדר שיחה זה מצריך סיסמה" -#: dist/converse-no-dependencies.js:36844 +#: dist/converse-no-dependencies.js:36878 msgid "Password: " msgstr "סיסמה: " -#: dist/converse-no-dependencies.js:36845 +#: dist/converse-no-dependencies.js:36879 msgid "Submit" msgstr "שלח" -#: dist/converse-no-dependencies.js:37020 +#: dist/converse-no-dependencies.js:37054 #, fuzzy, javascript-format msgid "This action was done by %1$s." msgstr "השם כינוי שלך שונה בשם: %1$s" -#: dist/converse-no-dependencies.js:37024 -#: dist/converse-no-dependencies.js:37041 +#: dist/converse-no-dependencies.js:37058 +#: dist/converse-no-dependencies.js:37075 #, fuzzy, javascript-format msgid "The reason given is: \"%1$s\"." msgstr "הסיבה שניתנה היא: \"" -#: dist/converse-no-dependencies.js:37112 +#: dist/converse-no-dependencies.js:37146 #, fuzzy, javascript-format msgid "%1$s has left and re-entered the groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37114 +#: dist/converse-no-dependencies.js:37148 #, fuzzy, javascript-format msgid "%1$s has left and re-entered the groupchat. \"%2$s\"" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37133 +#: dist/converse-no-dependencies.js:37167 #, fuzzy, javascript-format msgid "%1$s has entered the groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37135 +#: dist/converse-no-dependencies.js:37169 #, fuzzy, javascript-format msgid "%1$s has entered the groupchat. \"%2$s\"" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37172 +#: dist/converse-no-dependencies.js:37206 #, fuzzy, javascript-format msgid "%1$s has entered and left the groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37174 +#: dist/converse-no-dependencies.js:37208 #, fuzzy, javascript-format msgid "%1$s has entered and left the groupchat. \"%2$s\"" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37193 +#: dist/converse-no-dependencies.js:37227 #, fuzzy, javascript-format msgid "%1$s has left the groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37195 +#: dist/converse-no-dependencies.js:37229 #, fuzzy, javascript-format msgid "%1$s has left the groupchat. \"%2$s\"" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37244 +#: dist/converse-no-dependencies.js:37278 #, fuzzy msgid "You are not on the member list of this groupchat." msgstr "אינך ברשימת החברים של חדר זה" -#: dist/converse-no-dependencies.js:37246 +#: dist/converse-no-dependencies.js:37280 #, fuzzy msgid "You have been banned from this groupchat." msgstr "נאסרת מתוך חדר זה" # אף שם כינוי לא צוין -#: dist/converse-no-dependencies.js:37250 +#: dist/converse-no-dependencies.js:37284 #, fuzzy msgid "No nickname was specified." msgstr "לא צוין שום שם כינוי" # אינך מורשה -#: dist/converse-no-dependencies.js:37254 +#: dist/converse-no-dependencies.js:37288 #, fuzzy msgid "You are not allowed to create new groupchats." msgstr "אין לך רשות ליצור חדרים חדשים" -#: dist/converse-no-dependencies.js:37256 +#: dist/converse-no-dependencies.js:37290 #, fuzzy msgid "Your nickname doesn't conform to this groupchat's policies." msgstr "השם כינוי שלך לא תואם את המדינויות של חדר זה" -#: dist/converse-no-dependencies.js:37262 +#: dist/converse-no-dependencies.js:37296 #, fuzzy msgid "This groupchat does not (yet) exist." msgstr "חדר זה (עדיין) לא קיים" -#: dist/converse-no-dependencies.js:37264 +#: dist/converse-no-dependencies.js:37298 #, fuzzy msgid "This groupchat has reached its maximum number of participants." msgstr "חדר זה הגיע לסף הנוכחים המרבי שלו" -#: dist/converse-no-dependencies.js:37266 +#: dist/converse-no-dependencies.js:37300 msgid "Remote server not found" msgstr "" -#: dist/converse-no-dependencies.js:37271 +#: dist/converse-no-dependencies.js:37305 #, fuzzy, javascript-format msgid "The explanation given is: \"%1$s\"." msgstr "הסיבה שניתנה היא: \"" -#: dist/converse-no-dependencies.js:37324 +#: dist/converse-no-dependencies.js:37358 #, fuzzy, javascript-format msgid "Topic set by %1$s" msgstr "נושא חדר זה נקבע על ידי %1$s אל: %2$s" -#: dist/converse-no-dependencies.js:37324 +#: dist/converse-no-dependencies.js:37358 #, fuzzy, javascript-format msgid "Topic cleared by %1$s" msgstr "נושא חדר זה נקבע על ידי %1$s אל: %2$s" -#: dist/converse-no-dependencies.js:37360 +#: dist/converse-no-dependencies.js:37394 #, fuzzy msgid "Groupchats" msgstr "קבוצות" -#: dist/converse-no-dependencies.js:37361 +#: dist/converse-no-dependencies.js:37395 #, fuzzy msgid "Add a new groupchat" msgstr "חדר פתוח" -#: dist/converse-no-dependencies.js:37362 +#: dist/converse-no-dependencies.js:37396 #, fuzzy msgid "Query for groupchats" msgstr "אסור משתמש מתוך חדר" -#: dist/converse-no-dependencies.js:37405 +#: dist/converse-no-dependencies.js:37439 #, fuzzy, javascript-format msgid "Click to mention %1$s in your message." msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:37406 +#: dist/converse-no-dependencies.js:37440 #, fuzzy msgid "This user is a moderator." msgstr "משתמש זה הינו אחראי" -#: dist/converse-no-dependencies.js:37407 +#: dist/converse-no-dependencies.js:37441 #, fuzzy msgid "This user can send messages in this groupchat." msgstr "משתמש זה מסוגל לשלוח הודעות בתוך חדר זה" -#: dist/converse-no-dependencies.js:37408 +#: dist/converse-no-dependencies.js:37442 #, fuzzy msgid "This user can NOT send messages in this groupchat." msgstr "משתמש זה ﬥﬡ מסוגל לשלוח הודעות בתוך חדר זה" -#: dist/converse-no-dependencies.js:37409 +#: dist/converse-no-dependencies.js:37443 #, fuzzy msgid "Moderator" msgstr "מבוקר" -#: dist/converse-no-dependencies.js:37410 +#: dist/converse-no-dependencies.js:37444 msgid "Visitor" msgstr "" -#: dist/converse-no-dependencies.js:37411 +#: dist/converse-no-dependencies.js:37445 msgid "Owner" msgstr "" -#: dist/converse-no-dependencies.js:37412 +#: dist/converse-no-dependencies.js:37446 msgid "Member" msgstr "" -#: dist/converse-no-dependencies.js:37413 +#: dist/converse-no-dependencies.js:37447 msgid "Admin" msgstr "" -#: dist/converse-no-dependencies.js:37453 +#: dist/converse-no-dependencies.js:37481 msgid "Participants" msgstr "" -#: dist/converse-no-dependencies.js:37471 -#: dist/converse-no-dependencies.js:37525 +#: dist/converse-no-dependencies.js:37499 +#: dist/converse-no-dependencies.js:37556 msgid "Invite" msgstr "הזמנה" -#: dist/converse-no-dependencies.js:37501 +#: dist/converse-no-dependencies.js:37532 #, fuzzy, javascript-format msgid "" "You are about to invite %1$s to the groupchat \"%2$s\". You may optionally " "include a message, explaining the reason for the invitation." msgstr "באפשרותך להכליל הודעה, אשר מסבירה את הסיבה להזמנה." -#: dist/converse-no-dependencies.js:37524 +#: dist/converse-no-dependencies.js:37555 msgid "Please enter a valid XMPP username" msgstr "" #. workaround for Prosody which doesn't give type "headline" -#: dist/converse-no-dependencies.js:37877 -#: dist/converse-no-dependencies.js:37883 +#: dist/converse-no-dependencies.js:37908 +#: dist/converse-no-dependencies.js:37914 #, javascript-format msgid "Notification from %1$s" msgstr "" -#: dist/converse-no-dependencies.js:37885 -#: dist/converse-no-dependencies.js:37896 -#: dist/converse-no-dependencies.js:37899 +#: dist/converse-no-dependencies.js:37916 +#: dist/converse-no-dependencies.js:37927 +#: dist/converse-no-dependencies.js:37930 #, javascript-format msgid "%1$s says" msgstr "" #. TODO: we should suppress notifications if we cannot decrypt #. the message... -#: dist/converse-no-dependencies.js:37908 +#: dist/converse-no-dependencies.js:37939 msgid "OMEMO Message received" msgstr "" -#: dist/converse-no-dependencies.js:37939 +#: dist/converse-no-dependencies.js:37970 msgid "has gone offline" msgstr "כבר לא מקוון" -#: dist/converse-no-dependencies.js:37941 +#: dist/converse-no-dependencies.js:37972 msgid "has gone away" msgstr "נעדר(ת)" -#: dist/converse-no-dependencies.js:37943 +#: dist/converse-no-dependencies.js:37974 msgid "is busy" msgstr "עסוק(ה) כעת" -#: dist/converse-no-dependencies.js:37945 +#: dist/converse-no-dependencies.js:37976 #, fuzzy msgid "has come online" msgstr "כבר לא מקוון" -#: dist/converse-no-dependencies.js:37962 +#: dist/converse-no-dependencies.js:37993 msgid "wants to be your contact" msgstr "" -#: dist/converse-no-dependencies.js:38182 +#: dist/converse-no-dependencies.js:38223 #, fuzzy msgid "Sorry, an error occurred while trying to remove the devices." msgstr "אירעה שגיאה במהלך ניסיון שמירת הטופס." -#: dist/converse-no-dependencies.js:38192 +#: dist/converse-no-dependencies.js:38233 msgid "" "Are you sure you want to generate new OMEMO keys? This will remove your old " "keys and all previously encrypted messages will no longer be decryptable on " "this device." msgstr "" -#: dist/converse-no-dependencies.js:38321 +#: dist/converse-no-dependencies.js:38314 msgid "Sorry, could not decrypt a received OMEMO message due to an error." msgstr "" -#: dist/converse-no-dependencies.js:38462 +#: dist/converse-no-dependencies.js:38429 +#, javascript-format msgid "" -"This is an OMEMO encrypted message which your client doesn’t seem to " -"support. Find more information on https://conversations.im/omemo" +"Sorry, we're unable to send an encrypted message because %1$s requires you " +"to be subscribed to their presence in order to see their OMEMO information" msgstr "" -#: dist/converse-no-dependencies.js:38514 -msgid "Sorry, could not send the message due to an error." +#: dist/converse-no-dependencies.js:38431 +#, javascript-format +msgid "" +"Sorry, we're unable to send an encrypted message because the remote server " +"for %1$s could not be found" msgstr "" -#: dist/converse-no-dependencies.js:38580 +#: dist/converse-no-dependencies.js:38433 +msgid "Unable to send an encrypted message due to an unexpected error." +msgstr "" + +#: dist/converse-no-dependencies.js:38516 #, javascript-format msgid "" "Cannot use end-to-end encryption because %1$s uses a client that doesn't " "support OMEMO." msgstr "" -#: dist/converse-no-dependencies.js:39404 +#: dist/converse-no-dependencies.js:38543 +msgid "" +"Cannot use end-to-end encryption in this groupchat, either the groupchat has " +"some anonymity or not all participants support OMEMO." +msgstr "" + +#: dist/converse-no-dependencies.js:38720 +msgid "" +"This is an OMEMO encrypted message which your client doesn’t seem to " +"support. Find more information on https://conversations.im/omemo" +msgstr "" + +#: dist/converse-no-dependencies.js:39379 +#, javascript-format +msgid "" +"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat " +"will no longer be possible in this grouchat." +msgstr "" + +#: dist/converse-no-dependencies.js:39579 msgid "Your avatar image" msgstr "" -#: dist/converse-no-dependencies.js:39405 +#: dist/converse-no-dependencies.js:39580 msgid "Your Profile" msgstr "" -#: dist/converse-no-dependencies.js:39406 -#: dist/converse-no-dependencies.js:39493 -#: dist/converse-no-dependencies.js:74440 -#: dist/converse-no-dependencies.js:75639 -#: dist/converse-no-dependencies.js:76861 -#: dist/converse-no-dependencies.js:76975 +#: dist/converse-no-dependencies.js:39581 +#: dist/converse-no-dependencies.js:39668 +#: dist/converse-no-dependencies.js:74790 +#: dist/converse-no-dependencies.js:75985 +#: dist/converse-no-dependencies.js:77207 +#: dist/converse-no-dependencies.js:77321 msgid "Close" msgstr "" -#: dist/converse-no-dependencies.js:39407 +#: dist/converse-no-dependencies.js:39582 msgid "Email" msgstr "" -#: dist/converse-no-dependencies.js:39408 +#: dist/converse-no-dependencies.js:39583 #, fuzzy msgid "Full Name" msgstr "שם" -#: dist/converse-no-dependencies.js:39409 +#: dist/converse-no-dependencies.js:39584 msgid "XMPP Address (JID)" msgstr "" -#: dist/converse-no-dependencies.js:39411 +#: dist/converse-no-dependencies.js:39586 msgid "Role" msgstr "" -#: dist/converse-no-dependencies.js:39412 +#: dist/converse-no-dependencies.js:39587 msgid "" "Use commas to separate multiple roles. Your roles are shown next to your " "name on your chat messages." msgstr "" -#: dist/converse-no-dependencies.js:39413 +#: dist/converse-no-dependencies.js:39588 msgid "URL" msgstr "" -#: dist/converse-no-dependencies.js:39443 +#: dist/converse-no-dependencies.js:39618 #, fuzzy msgid "Sorry, an error happened while trying to save your profile data." msgstr "מצטערים, היתה שגיאה במהלך ניסיון להסיר את " -#: dist/converse-no-dependencies.js:39443 +#: dist/converse-no-dependencies.js:39618 msgid "You can check your browser's developer console for any error output." msgstr "" -#: dist/converse-no-dependencies.js:39492 -#: dist/converse-no-dependencies.js:41232 +#: dist/converse-no-dependencies.js:39667 +#: dist/converse-no-dependencies.js:41408 msgid "Away" msgstr "נעדר" -#: dist/converse-no-dependencies.js:39494 -#: dist/converse-no-dependencies.js:41231 +#: dist/converse-no-dependencies.js:39669 +#: dist/converse-no-dependencies.js:41407 msgid "Busy" msgstr "עסוק" -#: dist/converse-no-dependencies.js:39496 +#: dist/converse-no-dependencies.js:39671 msgid "Custom status" msgstr "מצב מותאם" -#: dist/converse-no-dependencies.js:39497 -#: dist/converse-no-dependencies.js:41234 +#: dist/converse-no-dependencies.js:39672 +#: dist/converse-no-dependencies.js:41410 msgid "Offline" msgstr "לא מקוון" -#: dist/converse-no-dependencies.js:39498 -#: dist/converse-no-dependencies.js:41229 +#: dist/converse-no-dependencies.js:39673 +#: dist/converse-no-dependencies.js:41405 msgid "Online" msgstr "מקוון" -#: dist/converse-no-dependencies.js:39500 +#: dist/converse-no-dependencies.js:39675 #, fuzzy msgid "Away for long" msgstr "נעדר לזמן מה" -#: dist/converse-no-dependencies.js:39501 +#: dist/converse-no-dependencies.js:39676 #, fuzzy msgid "Change chat status" msgstr "לחץ כדי לשנות את הודעת השיחה שלך" -#: dist/converse-no-dependencies.js:39502 +#: dist/converse-no-dependencies.js:39677 #, fuzzy msgid "Personal status message" msgstr "הודעה אישית" -#: dist/converse-no-dependencies.js:39537 +#: dist/converse-no-dependencies.js:39712 msgid "About" msgstr "" -#: dist/converse-no-dependencies.js:39539 +#: dist/converse-no-dependencies.js:39714 #, javascript-format msgid "" "%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s" msgstr "" -#: dist/converse-no-dependencies.js:39540 +#: dist/converse-no-dependencies.js:39715 #, javascript-format msgid "%1$s Translate %2$s it into your own language" msgstr "" # אני במצב -#: dist/converse-no-dependencies.js:39564 +#: dist/converse-no-dependencies.js:39739 #, javascript-format msgid "I am %1$s" msgstr "מצבי כעת הינו %1$s" -#: dist/converse-no-dependencies.js:39567 +#: dist/converse-no-dependencies.js:39742 msgid "Change settings" msgstr "" -#: dist/converse-no-dependencies.js:39568 +#: dist/converse-no-dependencies.js:39743 msgid "Click to change your chat status" msgstr "לחץ כדי לשנות את הודעת השיחה שלך" -#: dist/converse-no-dependencies.js:39569 +#: dist/converse-no-dependencies.js:39744 msgid "Log out" msgstr "התנתקות" -#: dist/converse-no-dependencies.js:39570 +#: dist/converse-no-dependencies.js:39745 #, fuzzy msgid "Show details about this chat client" msgstr "הצג עוד מידע אודות חדר זה" -#: dist/converse-no-dependencies.js:39571 +#: dist/converse-no-dependencies.js:39746 msgid "Your profile" msgstr "" -#: dist/converse-no-dependencies.js:39611 +#: dist/converse-no-dependencies.js:39786 #, fuzzy msgid "Are you sure you want to log out?" msgstr "האם אתה בטוח כי ברצונך להסיר את איש קשר זה?" -#: dist/converse-no-dependencies.js:39620 -#: dist/converse-no-dependencies.js:39630 +#: dist/converse-no-dependencies.js:39795 +#: dist/converse-no-dependencies.js:39805 msgid "online" msgstr "מקוון" -#: dist/converse-no-dependencies.js:39622 +#: dist/converse-no-dependencies.js:39797 msgid "busy" msgstr "עסוק" -#: dist/converse-no-dependencies.js:39624 +#: dist/converse-no-dependencies.js:39799 msgid "away for long" msgstr "נעדר לזמן מה" -#: dist/converse-no-dependencies.js:39626 +#: dist/converse-no-dependencies.js:39801 msgid "away" msgstr "נעדר" -#: dist/converse-no-dependencies.js:39628 +#: dist/converse-no-dependencies.js:39803 msgid "offline" msgstr "לא מקוון" -#: dist/converse-no-dependencies.js:39979 +#: dist/converse-no-dependencies.js:40154 msgid " e.g. conversejs.org" msgstr " למשל conversejs.org" -#: dist/converse-no-dependencies.js:40029 +#: dist/converse-no-dependencies.js:40204 msgid "Fetch registration form" msgstr "משוך טופס הרשמה" -#: dist/converse-no-dependencies.js:40030 +#: dist/converse-no-dependencies.js:40205 msgid "Tip: A list of public XMPP providers is available" msgstr "טיפ: רשימה פומבית של ספקי XMPP הינה זמינה" -#: dist/converse-no-dependencies.js:40031 +#: dist/converse-no-dependencies.js:40206 msgid "here" msgstr "כאן" -#: dist/converse-no-dependencies.js:40079 +#: dist/converse-no-dependencies.js:40254 msgid "Sorry, we're unable to connect to your chosen provider." msgstr "" -#: dist/converse-no-dependencies.js:40095 +#: dist/converse-no-dependencies.js:40270 msgid "" "Sorry, the given provider does not support in band account registration. " "Please try with a different provider." msgstr "" "מצטערים, הספק שניתן לא תומך ברישום חשבונות in band. אנא נסה עם ספק אחר." -#: dist/converse-no-dependencies.js:40120 +#: dist/converse-no-dependencies.js:40295 #, fuzzy, javascript-format msgid "" "Something went wrong while establishing a connection with \"%1$s\". Are you " "sure it exists?" msgstr "משהו השתבש במהלך ביסוס חיבור עם \"%1$s\". האם אתה בטוח כי זה קיים?" -#: dist/converse-no-dependencies.js:40292 +#: dist/converse-no-dependencies.js:40467 msgid "Now logging you in" msgstr "כעת מחבר אותך פנימה" -#: dist/converse-no-dependencies.js:40296 +#: dist/converse-no-dependencies.js:40471 msgid "Registered successfully" msgstr "נרשם בהצלחה" -#: dist/converse-no-dependencies.js:40403 +#: dist/converse-no-dependencies.js:40578 #, fuzzy msgid "" "The provider rejected your registration attempt. Please check the values you " "entered for correctness." msgstr "הספק דחה את ניסיון הרישום שלך. " -#: dist/converse-no-dependencies.js:40798 +#: dist/converse-no-dependencies.js:40973 #, fuzzy msgid "Click to toggle the list of open groupchats" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:40799 +#: dist/converse-no-dependencies.js:40974 msgid "Open Groupchats" msgstr "" -#: dist/converse-no-dependencies.js:40848 +#: dist/converse-no-dependencies.js:41024 #, fuzzy, javascript-format msgid "Are you sure you want to leave the groupchat %1$s?" msgstr "האם אתה בטוח כי ברצונך להסיר את איש קשר זה?" # איש קשר זה הינו -#: dist/converse-no-dependencies.js:41039 +#: dist/converse-no-dependencies.js:41215 msgid "This contact is busy" msgstr "איש קשר זה עסוק" -#: dist/converse-no-dependencies.js:41040 +#: dist/converse-no-dependencies.js:41216 msgid "This contact is online" msgstr "איש קשר זה מקוון" -#: dist/converse-no-dependencies.js:41041 +#: dist/converse-no-dependencies.js:41217 msgid "This contact is offline" msgstr "איש קשר זה אינו מקוון" -#: dist/converse-no-dependencies.js:41042 +#: dist/converse-no-dependencies.js:41218 msgid "This contact is unavailable" msgstr "איש קשר זה לא זמין" -#: dist/converse-no-dependencies.js:41043 +#: dist/converse-no-dependencies.js:41219 msgid "This contact is away for an extended period" msgstr "איש קשר זה נעדר למשך זמן ממושך" -#: dist/converse-no-dependencies.js:41044 +#: dist/converse-no-dependencies.js:41220 msgid "This contact is away" msgstr "איש קשר זה הינו נעדר" -#: dist/converse-no-dependencies.js:41047 +#: dist/converse-no-dependencies.js:41223 msgid "Groups" msgstr "קבוצות" -#: dist/converse-no-dependencies.js:41049 +#: dist/converse-no-dependencies.js:41225 msgid "My contacts" msgstr "האנשי קשר שלי" -#: dist/converse-no-dependencies.js:41051 +#: dist/converse-no-dependencies.js:41227 msgid "Pending contacts" msgstr "אנשי קשר ממתינים" -#: dist/converse-no-dependencies.js:41053 +#: dist/converse-no-dependencies.js:41229 msgid "Contact requests" msgstr "בקשות איש קשר" -#: dist/converse-no-dependencies.js:41055 +#: dist/converse-no-dependencies.js:41231 msgid "Ungrouped" msgstr "ללא קבוצה" -#: dist/converse-no-dependencies.js:41100 +#: dist/converse-no-dependencies.js:41276 msgid "Contact name" msgstr "שם איש קשר" -#: dist/converse-no-dependencies.js:41103 +#: dist/converse-no-dependencies.js:41279 #, fuzzy msgid "Add a Contact" msgstr "הוסף איש קשר" -#: dist/converse-no-dependencies.js:41104 +#: dist/converse-no-dependencies.js:41280 msgid "XMPP Address" msgstr "" -#: dist/converse-no-dependencies.js:41106 +#: dist/converse-no-dependencies.js:41282 #, fuzzy msgid "name@example.org" msgstr "למשל user@example.com" -#: dist/converse-no-dependencies.js:41107 +#: dist/converse-no-dependencies.js:41283 msgid "Add" msgstr "הוסף" -#: dist/converse-no-dependencies.js:41223 +#: dist/converse-no-dependencies.js:41399 msgid "Filter" msgstr "" -#: dist/converse-no-dependencies.js:41224 +#: dist/converse-no-dependencies.js:41400 #, fuzzy msgid "Filter by contact name" msgstr "שם איש קשר" -#: dist/converse-no-dependencies.js:41225 +#: dist/converse-no-dependencies.js:41401 msgid "Filter by group name" msgstr "" -#: dist/converse-no-dependencies.js:41226 +#: dist/converse-no-dependencies.js:41402 msgid "Filter by status" msgstr "" -#: dist/converse-no-dependencies.js:41227 +#: dist/converse-no-dependencies.js:41403 msgid "Any" msgstr "" -#: dist/converse-no-dependencies.js:41228 +#: dist/converse-no-dependencies.js:41404 msgid "Unread" msgstr "" -#: dist/converse-no-dependencies.js:41230 +#: dist/converse-no-dependencies.js:41406 msgid "Chatty" msgstr "" -#: dist/converse-no-dependencies.js:41233 +#: dist/converse-no-dependencies.js:41409 msgid "Extended Away" msgstr "" -#: dist/converse-no-dependencies.js:41415 -#: dist/converse-no-dependencies.js:41473 +#: dist/converse-no-dependencies.js:41591 +#: dist/converse-no-dependencies.js:41649 #, fuzzy, javascript-format msgid "Click to remove %1$s as a contact" msgstr "לחץ כדי להסיר את איש קשר זה" -#: dist/converse-no-dependencies.js:41423 +#: dist/converse-no-dependencies.js:41599 #, fuzzy, javascript-format msgid "Click to accept the contact request from %1$s" msgstr "לחץ כדי לקבל את בקשת איש קשר זה" -#: dist/converse-no-dependencies.js:41424 +#: dist/converse-no-dependencies.js:41600 #, fuzzy, javascript-format msgid "Click to decline the contact request from %1$s" msgstr "לחץ כדי לסרב את בקשת איש קשר זה" -#: dist/converse-no-dependencies.js:41472 +#: dist/converse-no-dependencies.js:41648 #, fuzzy, javascript-format msgid "Click to chat with %1$s (JID: %2$s)" msgstr "לחץ כדי לשוחח עם איש קשר זה" -#: dist/converse-no-dependencies.js:41556 +#: dist/converse-no-dependencies.js:41732 msgid "Are you sure you want to decline this contact request?" msgstr "האם אתה בטוח כי ברצונך לסרב את בקשת איש קשר זה?" -#: dist/converse-no-dependencies.js:41826 +#: dist/converse-no-dependencies.js:42002 msgid "Contacts" msgstr "אנשי קשר" -#: dist/converse-no-dependencies.js:41827 +#: dist/converse-no-dependencies.js:42003 msgid "Add a contact" msgstr "הוסף איש קשר" -#: dist/converse-no-dependencies.js:41828 +#: dist/converse-no-dependencies.js:42004 #, fuzzy msgid "Re-sync your contacts" msgstr "האנשי קשר שלי" -#: dist/converse-no-dependencies.js:43606 +#: dist/converse-no-dependencies.js:43785 msgid "Sorry, could not determine upload URL." msgstr "" -#: dist/converse-no-dependencies.js:43620 +#: dist/converse-no-dependencies.js:43799 msgid "Sorry, could not determine file upload URL." msgstr "" -#: dist/converse-no-dependencies.js:43654 +#: dist/converse-no-dependencies.js:43833 #, javascript-format msgid "" "Sorry, could not succesfully upload your file. Your server’s response: \"%1$s" "\"" msgstr "" -#: dist/converse-no-dependencies.js:43656 +#: dist/converse-no-dependencies.js:43835 msgid "Sorry, could not succesfully upload your file." msgstr "" -#: dist/converse-no-dependencies.js:43955 -#: dist/converse-no-dependencies.js:43972 +#: dist/converse-no-dependencies.js:44135 +#: dist/converse-no-dependencies.js:44152 msgid "Sorry, looks like file upload is not supported by your server." msgstr "" -#: dist/converse-no-dependencies.js:43981 +#: dist/converse-no-dependencies.js:44161 #, javascript-format msgid "" "The size of your file, %1$s, exceeds the maximum allowed by your server, " "which is %2$s." msgstr "" -#: dist/converse-no-dependencies.js:44236 +#: dist/converse-no-dependencies.js:44416 msgid "Sorry, an error occurred:" msgstr "" -#: dist/converse-no-dependencies.js:45378 +#: dist/converse-no-dependencies.js:45558 msgid "The XMPP server did not offer a supported authentication mechanism" msgstr "" -#: dist/converse-no-dependencies.js:45376 +#: dist/converse-no-dependencies.js:45556 #, javascript-format msgid "Sorry, we could not connect to the XMPP host with domain: %1$s" msgstr "" # אינך מורשה -#: dist/converse-no-dependencies.js:48854 +#: dist/converse-no-dependencies.js:49064 #, fuzzy msgid "You're not allowed to register yourself in this groupchat." msgstr "אין לך רשות ליצור חדרים חדשים" # אינך מורשה -#: dist/converse-no-dependencies.js:48856 +#: dist/converse-no-dependencies.js:49066 #, fuzzy msgid "" "You're not allowed to register in this groupchat because it's members-only." msgstr "אין לך רשות ליצור חדרים חדשים" -#: dist/converse-no-dependencies.js:48887 +#: dist/converse-no-dependencies.js:49097 msgid "" "Can't register your nickname in this groupchat, it doesn't support " "registration." msgstr "" -#: dist/converse-no-dependencies.js:48889 +#: dist/converse-no-dependencies.js:49099 msgid "" "Can't register your nickname in this groupchat, invalid data form supplied." msgstr "" -#: dist/converse-no-dependencies.js:49364 +#: dist/converse-no-dependencies.js:49574 #, fuzzy, javascript-format msgid "%1$s has invited you to join a groupchat: %2$s" msgstr "%1$s הזמינך להצטרף לחדר שיחה: %2$s" -#: dist/converse-no-dependencies.js:49366 +#: dist/converse-no-dependencies.js:49576 #, fuzzy, javascript-format msgid "" "%1$s has invited you to join a groupchat: %2$s, and left the following " "reason: \"%3$s\"" msgstr "%1$s הזמינך להצטרף לחדר שיחה: %2$s, והשאיר את הסיבה הבאה: \"%3$s\"" -#: dist/converse-no-dependencies.js:49457 +#: dist/converse-no-dependencies.js:49667 #, fuzzy, javascript-format msgid "Error: the groupchat %1$s does not exist." msgstr "חדר זה (עדיין) לא קיים" # אינך מורשה -#: dist/converse-no-dependencies.js:49459 +#: dist/converse-no-dependencies.js:49669 #, fuzzy msgid "Sorry, you're not allowed to register in this groupchat" msgstr "אין לך רשות ליצור חדרים חדשים" -#: dist/converse-no-dependencies.js:50352 +#: dist/converse-no-dependencies.js:50686 #, fuzzy, javascript-format msgid "Sorry, there was an error while trying to add %1$s as a contact." msgstr "מצטערים, היתה שגיאה במהלך ניסיון הוספת " -#: dist/converse-no-dependencies.js:50569 +#: dist/converse-no-dependencies.js:50903 msgid "This client does not allow presence subscriptions" msgstr "לקוח זה לא מתיר הרשמות נוכחות" -#: dist/converse-no-dependencies.js:50682 +#: dist/converse-no-dependencies.js:51016 msgid "Click to hide these contacts" msgstr "לחץ כדי להסתיר את אנשי קשר אלה" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:74273 +#: dist/converse-no-dependencies.js:74623 #, fuzzy msgid "This groupchat no longer exists" msgstr "חדר זה אינו אנונימי" -#: dist/converse-no-dependencies.js:74279 +#: dist/converse-no-dependencies.js:74629 msgid "The conversation has moved. Click below to enter." msgstr "" -#: dist/converse-no-dependencies.js:74306 +#: dist/converse-no-dependencies.js:74656 #, fuzzy msgid "Name" msgstr "שם" -#: dist/converse-no-dependencies.js:74310 +#: dist/converse-no-dependencies.js:74660 #, fuzzy msgid "Groupchat address (JID)" msgstr "שם חדר" -#: dist/converse-no-dependencies.js:74314 +#: dist/converse-no-dependencies.js:74664 #, fuzzy msgid "Description" msgstr "תיאור:" -#: dist/converse-no-dependencies.js:74320 +#: dist/converse-no-dependencies.js:74670 msgid "Topic" msgstr "" -#: dist/converse-no-dependencies.js:74324 +#: dist/converse-no-dependencies.js:74674 msgid "Topic author" msgstr "" -#: dist/converse-no-dependencies.js:74330 +#: dist/converse-no-dependencies.js:74680 #, fuzzy msgid "Online users" msgstr "מקוון" -#: dist/converse-no-dependencies.js:74334 -#: dist/converse-no-dependencies.js:74486 +#: dist/converse-no-dependencies.js:74684 +#: dist/converse-no-dependencies.js:74834 #, fuzzy msgid "Features" msgstr "תכונות:" -#: dist/converse-no-dependencies.js:74338 -#: dist/converse-no-dependencies.js:74494 +#: dist/converse-no-dependencies.js:74688 +#: dist/converse-no-dependencies.js:74840 #, fuzzy msgid "Password protected" msgstr "סיסמה: " -#: dist/converse-no-dependencies.js:74340 -#: dist/converse-no-dependencies.js:74492 +#: dist/converse-no-dependencies.js:74690 +#: dist/converse-no-dependencies.js:74838 #, fuzzy msgid "This groupchat requires a password before entry" msgstr "חדר שיחה זה מצריך סיסמה" -#: dist/converse-no-dependencies.js:74346 +#: dist/converse-no-dependencies.js:74696 #, fuzzy msgid "No password required" msgstr "סיסמה" -#: dist/converse-no-dependencies.js:74348 -#: dist/converse-no-dependencies.js:74500 +#: dist/converse-no-dependencies.js:74698 +#: dist/converse-no-dependencies.js:74846 #, fuzzy msgid "This groupchat does not require a password upon entry" msgstr "חדר שיחה זה מצריך סיסמה" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:74356 -#: dist/converse-no-dependencies.js:74508 +#: dist/converse-no-dependencies.js:74706 +#: dist/converse-no-dependencies.js:74854 #, fuzzy msgid "This groupchat is not publicly searchable" msgstr "חדר זה אינו אנונימי" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:74364 -#: dist/converse-no-dependencies.js:74516 +#: dist/converse-no-dependencies.js:74714 +#: dist/converse-no-dependencies.js:74862 #, fuzzy msgid "This groupchat is publicly searchable" msgstr "חדר זה אינו אנונימי" -#: dist/converse-no-dependencies.js:74370 -#: dist/converse-no-dependencies.js:74526 +#: dist/converse-no-dependencies.js:74720 +#: dist/converse-no-dependencies.js:74872 msgid "Members only" msgstr "" -#: dist/converse-no-dependencies.js:74372 +#: dist/converse-no-dependencies.js:74722 #, fuzzy msgid "This groupchat is restricted to members only" msgstr "חדר זה הגיע לסף הנוכחים המרבי שלו" -#: dist/converse-no-dependencies.js:74380 -#: dist/converse-no-dependencies.js:74532 +#: dist/converse-no-dependencies.js:74730 +#: dist/converse-no-dependencies.js:74878 #, fuzzy msgid "Anyone can join this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:74386 -#: dist/converse-no-dependencies.js:74542 +#: dist/converse-no-dependencies.js:74736 +#: dist/converse-no-dependencies.js:74888 msgid "Persistent" msgstr "" -#: dist/converse-no-dependencies.js:74388 -#: dist/converse-no-dependencies.js:74540 +#: dist/converse-no-dependencies.js:74738 +#: dist/converse-no-dependencies.js:74886 msgid "This groupchat persists even if it's unoccupied" msgstr "" -#: dist/converse-no-dependencies.js:74396 -#: dist/converse-no-dependencies.js:74548 +#: dist/converse-no-dependencies.js:74746 +#: dist/converse-no-dependencies.js:74894 msgid "This groupchat will disappear once the last person leaves" msgstr "" # לא-עלום -#: dist/converse-no-dependencies.js:74402 -#: dist/converse-no-dependencies.js:74558 +#: dist/converse-no-dependencies.js:74752 +#: dist/converse-no-dependencies.js:74904 #, fuzzy msgid "Not anonymous" msgstr "לא-אנונימי" -#: dist/converse-no-dependencies.js:74404 -#: dist/converse-no-dependencies.js:74556 +#: dist/converse-no-dependencies.js:74754 +#: dist/converse-no-dependencies.js:74902 msgid "All other groupchat participants can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:74412 -#: dist/converse-no-dependencies.js:74564 +#: dist/converse-no-dependencies.js:74762 +#: dist/converse-no-dependencies.js:74910 msgid "Only moderators can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:74420 -#: dist/converse-no-dependencies.js:74572 +#: dist/converse-no-dependencies.js:74770 +#: dist/converse-no-dependencies.js:74918 msgid "" "Participants entering this groupchat need to request permission to write" msgstr "" -#: dist/converse-no-dependencies.js:74426 -#: dist/converse-no-dependencies.js:74582 +#: dist/converse-no-dependencies.js:74776 +#: dist/converse-no-dependencies.js:74928 #, fuzzy msgid "Not moderated" msgstr "לא מבוקר" -#: dist/converse-no-dependencies.js:74428 -#: dist/converse-no-dependencies.js:74580 +#: dist/converse-no-dependencies.js:74778 +#: dist/converse-no-dependencies.js:74926 msgid "Participants entering this groupchat can write right away" msgstr "" -#: dist/converse-no-dependencies.js:74434 -#: dist/converse-no-dependencies.js:74590 +#: dist/converse-no-dependencies.js:74784 +#: dist/converse-no-dependencies.js:74936 msgid "Message archiving" msgstr "" -#: dist/converse-no-dependencies.js:74436 -#: dist/converse-no-dependencies.js:74588 +#: dist/converse-no-dependencies.js:74786 +#: dist/converse-no-dependencies.js:74934 msgid "Messages are archived on the server" msgstr "" -#: dist/converse-no-dependencies.js:74502 +#: dist/converse-no-dependencies.js:74848 #, fuzzy msgid "No password" msgstr "סיסמה" -#: dist/converse-no-dependencies.js:74524 +#: dist/converse-no-dependencies.js:74870 #, fuzzy msgid "this groupchat is restricted to members only" msgstr "חדר זה הגיע לסף הנוכחים המרבי שלו" -#: dist/converse-no-dependencies.js:75006 +#: dist/converse-no-dependencies.js:75352 msgid "Uploading file:" msgstr "" -#: dist/converse-no-dependencies.js:75451 +#: dist/converse-no-dependencies.js:75797 msgid "XMPP Username:" msgstr "שם משתמש XMPP:" -#: dist/converse-no-dependencies.js:75457 +#: dist/converse-no-dependencies.js:75803 msgid "Password:" msgstr "סיסמה:" -#: dist/converse-no-dependencies.js:75459 +#: dist/converse-no-dependencies.js:75805 msgid "password" msgstr "סיסמה" -#: dist/converse-no-dependencies.js:75469 +#: dist/converse-no-dependencies.js:75815 msgid "This is a trusted device" msgstr "" -#: dist/converse-no-dependencies.js:75471 +#: dist/converse-no-dependencies.js:75817 msgid "" "To improve performance, we cache your data in this browser. Uncheck this box " "if this is a public computer or if you want your data to be deleted when you " @@ -1652,185 +1686,185 @@ msgid "" "OMEMO encryption is NOT available." msgstr "" -#: dist/converse-no-dependencies.js:75475 +#: dist/converse-no-dependencies.js:75821 #, fuzzy msgid "Log in" msgstr "כניסה" -#: dist/converse-no-dependencies.js:75481 +#: dist/converse-no-dependencies.js:75827 msgid "Click here to log in anonymously" msgstr "לחץ כאן כדי להתחבר באופן אנונימי" -#: dist/converse-no-dependencies.js:75576 +#: dist/converse-no-dependencies.js:75922 #, fuzzy msgid "This message has been edited" msgstr "משתמש זה הינו אחראי" -#: dist/converse-no-dependencies.js:75602 +#: dist/converse-no-dependencies.js:75948 #, fuzzy msgid "Edit this message" msgstr "הצג את תפריט זה" -#: dist/converse-no-dependencies.js:75627 +#: dist/converse-no-dependencies.js:75973 #, fuzzy msgid "Message versions" msgstr "הודעה" -#: dist/converse-no-dependencies.js:75852 +#: dist/converse-no-dependencies.js:76198 msgid "Save and close" msgstr "" -#: dist/converse-no-dependencies.js:75856 +#: dist/converse-no-dependencies.js:76202 msgid "This device's OMEMO fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75866 +#: dist/converse-no-dependencies.js:76212 msgid "Generate new keys and fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75870 +#: dist/converse-no-dependencies.js:76216 msgid "Select all" msgstr "" -#: dist/converse-no-dependencies.js:75872 +#: dist/converse-no-dependencies.js:76218 msgid "Checkbox to select fingerprints of all other OMEMO devices" msgstr "" -#: dist/converse-no-dependencies.js:75874 +#: dist/converse-no-dependencies.js:76220 msgid "Other OMEMO-enabled devices" msgstr "" -#: dist/converse-no-dependencies.js:75882 -#: dist/converse-no-dependencies.js:75890 +#: dist/converse-no-dependencies.js:76228 +#: dist/converse-no-dependencies.js:76236 msgid "Checkbox for selecting the following fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:75892 +#: dist/converse-no-dependencies.js:76238 #, fuzzy msgid "Device without a fingerprint" msgstr "אמת בעזרת טביעות אצבע" -#: dist/converse-no-dependencies.js:75898 +#: dist/converse-no-dependencies.js:76244 msgid "Remove checked devices and close" msgstr "" -#: dist/converse-no-dependencies.js:75978 +#: dist/converse-no-dependencies.js:76324 msgid "Don't have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:75980 +#: dist/converse-no-dependencies.js:76326 msgid "Create an account" msgstr "" -#: dist/converse-no-dependencies.js:76001 +#: dist/converse-no-dependencies.js:76347 msgid "Create your account" msgstr "" -#: dist/converse-no-dependencies.js:76003 +#: dist/converse-no-dependencies.js:76349 msgid "Please enter the XMPP provider to register with:" msgstr "" -#: dist/converse-no-dependencies.js:76021 -#: dist/converse-no-dependencies.js:76060 +#: dist/converse-no-dependencies.js:76367 +#: dist/converse-no-dependencies.js:76406 msgid "Already have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:76023 -#: dist/converse-no-dependencies.js:76062 +#: dist/converse-no-dependencies.js:76369 +#: dist/converse-no-dependencies.js:76408 msgid "Log in here" msgstr "" -#: dist/converse-no-dependencies.js:76044 +#: dist/converse-no-dependencies.js:76390 msgid "Account Registration:" msgstr "" -#: dist/converse-no-dependencies.js:76052 +#: dist/converse-no-dependencies.js:76398 msgid "Register" msgstr "הירשם" -#: dist/converse-no-dependencies.js:76056 +#: dist/converse-no-dependencies.js:76402 msgid "Choose a different provider" msgstr "" -#: dist/converse-no-dependencies.js:76081 +#: dist/converse-no-dependencies.js:76427 msgid "Hold tight, we're fetching the registration form…" msgstr "" -#: dist/converse-no-dependencies.js:76813 +#: dist/converse-no-dependencies.js:77159 msgid "Messages are being sent in plaintext" msgstr "" -#: dist/converse-no-dependencies.js:76865 +#: dist/converse-no-dependencies.js:77211 msgid "The User's Profile Image" msgstr "" -#: dist/converse-no-dependencies.js:76875 +#: dist/converse-no-dependencies.js:77221 #, fuzzy msgid "Full Name:" msgstr "שם" -#: dist/converse-no-dependencies.js:76881 +#: dist/converse-no-dependencies.js:77227 msgid "XMPP Address:" msgstr "" -#: dist/converse-no-dependencies.js:76889 +#: dist/converse-no-dependencies.js:77235 #, fuzzy msgid "Nickname:" msgstr "שם כינוי" -#: dist/converse-no-dependencies.js:76897 +#: dist/converse-no-dependencies.js:77243 msgid "URL:" msgstr "" -#: dist/converse-no-dependencies.js:76907 +#: dist/converse-no-dependencies.js:77253 msgid "Email:" msgstr "" -#: dist/converse-no-dependencies.js:76917 +#: dist/converse-no-dependencies.js:77263 msgid "Role:" msgstr "" -#: dist/converse-no-dependencies.js:76925 +#: dist/converse-no-dependencies.js:77271 msgid "OMEMO Fingerprints" msgstr "" -#: dist/converse-no-dependencies.js:76949 +#: dist/converse-no-dependencies.js:77295 msgid "Trusted" msgstr "" -#: dist/converse-no-dependencies.js:76963 +#: dist/converse-no-dependencies.js:77309 msgid "Untrusted" msgstr "" -#: dist/converse-no-dependencies.js:76977 +#: dist/converse-no-dependencies.js:77323 msgid "Refresh" msgstr "" -#: dist/converse-no-dependencies.js:76981 +#: dist/converse-no-dependencies.js:77327 #, fuzzy msgid "Remove as contact" msgstr "הוסף איש קשר" -#: dist/converse-no-dependencies.js:77192 +#: dist/converse-no-dependencies.js:77538 #, javascript-format msgid "Download audio file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:77210 +#: dist/converse-no-dependencies.js:77556 #, javascript-format msgid "Download file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:77225 +#: dist/converse-no-dependencies.js:77571 #, javascript-format msgid "Download image \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:77255 +#: dist/converse-no-dependencies.js:77601 msgid "Download" msgstr "" -#: dist/converse-no-dependencies.js:77272 +#: dist/converse-no-dependencies.js:77618 #, javascript-format msgid "Download video file \"%1$s\"" msgstr "" @@ -1925,9 +1959,6 @@ msgstr "" #~ msgid "Open room" #~ msgstr "חדר פתוח" -#~ msgid "Temporary room" -#~ msgstr "חדר זמני" - #, fuzzy #~ msgid "Chatrooms" #~ msgstr "הצג חדרים" diff --git a/locale/hi/LC_MESSAGES/converse.json b/locale/hi/LC_MESSAGES/converse.json index 6a5a6d4ce..aa6d5a0ae 100644 --- a/locale/hi/LC_MESSAGES/converse.json +++ b/locale/hi/LC_MESSAGES/converse.json @@ -1 +1 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"hi"},"Bookmark this groupchat":[""],"Unbookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["छोड़ें"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["सम्भालें"],"Are you sure you want to remove the bookmark \"%1$s\"?":["क्या आप वाकई \"%1$s\" के बुकमार्क को हटाना चाहते हैं?"],"Error":["दिक्कत"],"Sorry, something went wrong while trying to save your bookmark.":["क्षमाँ करें, आपका बुकमार्क सम्भालनें में कुछ गड़बड़ हुई।"],"Leave this groupchat":["इस कमरे को छोड़ें"],"Remove this bookmark":["यह बुकमार्क हटाएं"],"Show more information on this groupchat":["इस कमरे के बारे में और जानकारी दिखाएं"],"Click to open this groupchat":["इस कमरे को खोलने के लिए यहाँ क्लिक करें"],"Click to toggle the bookmarks list":["बुकमार्क-सूची खोलें/बंद करें"],"Bookmarks":["बुकमार्क"],"Close this chat box":[""],"Are you sure you want to remove this contact?":[""],"Sorry, there was an error while trying to remove %1$s as a contact.":[""],"You have unread messages":[""],"Hidden message":[""],"Message":["सन्देश"],"Send":["भेजें"],"Optional hint":[""],"Choose a file to send":["कोई फ़ाईल भेजें"],"Remove messages":["सन्देश हटाएं"],"Write in the third person":["अन्य पुरुष में लिखें"],"Show this menu":["यह मेन्यू देखाएं"],"Are you sure you want to clear the messages from this conversation?":["क्या आप वाकई इस वार्तालाप के सन्देश हटाना चाहते हैं?"],"%1$s has gone offline":[""],"%1$s has gone away":[""],"%1$s is busy":["%1$s व्यस्त है"],"%1$s is online":[""],"Username":["यूज़रनेम"],"user@domain":["यूज़र@डोमेन"],"Please enter a valid XMPP address":["क्रिपया कोई मान्य एक्स.एम.पी.पी. ऐड्रेस डालें"],"Chat Contacts":[""],"Toggle chat":[""],"Show more":["और दिखाएं"],"Typing from another device":[""],"%1$s is typing":["%1$s लिख रहे हैं"],"Stopped typing on the other device":[""],"%1$s has stopped typing":["%1$s लिखते-लिखते रुक गए"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"This groupchat is not anonymous":[""],"This groupchat now shows unavailable members":[""],"This groupchat does not show unavailable members":[""],"The groupchat configuration has changed":[""],"groupchat logging is now enabled":[""],"groupchat logging is now disabled":[""],"This groupchat is now no longer anonymous":[""],"This groupchat is now semi-anonymous":[""],"This groupchat is now fully-anonymous":[""],"A new groupchat has been created":["एक नया कमरा बना दिया गया है"],"You have been banned from this groupchat":["आपको इस कमरे से प्रतिबन्धित कर दिया गया है"],"You have been kicked from this groupchat":["आपको इस कमरे से बाहर कर दिया गया है"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["%1$s को प्रतिबन्धित कर दिया गया है"],"%1$s's nickname has changed":[""],"%1$s has been kicked out":["%1$s को बाहर कर दिया गया है"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":["विवरण :"],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":["छिपा हुआ"],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":["कोई कमरे नहीं मिले"],"Groupchats found:":[""],"Enter a new Groupchat":["एक नये कमरे का हिस्सा बनें"],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":["हिस्सा बनें"],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"Show details about this chat client":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":[""],"Click to accept the contact request from %1$s":[""],"Click to decline the contact request from %1$s":[""],"Click to chat with %1$s (JID: %2$s)":[""],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"Re-sync your contacts":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":["क्षमाँ करें, फ़ाईल अपलोड करने का यू.आ.एल. समझ नहीं आया।"],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई। सर्वर का जवाब: \"%1$s\""],"Sorry, could not succesfully upload your file.":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई।"],"Sorry, looks like file upload is not supported by your server.":["क्षमाँ करें, लगता है आपके सर्वर पर फ़ाईल अपलोड की सेवा उपलब्ध नहीं है।"],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":[""],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"Uploading file:":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"XMPP Address:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"hi"},"Bookmark this groupchat":[""],"Unbookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["छोड़ें"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["सम्भालें"],"Are you sure you want to remove the bookmark \"%1$s\"?":["क्या आप वाकई \"%1$s\" के बुकमार्क को हटाना चाहते हैं?"],"Error":["दिक्कत"],"Sorry, something went wrong while trying to save your bookmark.":["क्षमाँ करें, आपका बुकमार्क सम्भालनें में कुछ गड़बड़ हुई।"],"Leave this groupchat":["इस कमरे को छोड़ें"],"Remove this bookmark":["यह बुकमार्क हटाएं"],"Show more information on this groupchat":["इस कमरे के बारे में और जानकारी दिखाएं"],"Click to open this groupchat":["इस कमरे को खोलने के लिए यहाँ क्लिक करें"],"Click to toggle the bookmarks list":["बुकमार्क-सूची खोलें/बंद करें"],"Bookmarks":["बुकमार्क"],"Close this chat box":[""],"Are you sure you want to remove this contact?":[""],"Sorry, there was an error while trying to remove %1$s as a contact.":[""],"You have unread messages":[""],"Hidden message":[""],"Message":["सन्देश"],"Send":["भेजें"],"Optional hint":[""],"Choose a file to send":["कोई फ़ाईल भेजें"],"Remove messages":["सन्देश हटाएं"],"Write in the third person":["अन्य पुरुष में लिखें"],"Show this menu":["यह मेन्यू देखाएं"],"Are you sure you want to clear the messages from this conversation?":["क्या आप वाकई इस वार्तालाप के सन्देश हटाना चाहते हैं?"],"%1$s has gone offline":[""],"%1$s has gone away":[""],"%1$s is busy":["%1$s व्यस्त है"],"%1$s is online":[""],"Username":["यूज़रनेम"],"user@domain":["यूज़र@डोमेन"],"Please enter a valid XMPP address":["क्रिपया कोई मान्य एक्स.एम.पी.पी. ऐड्रेस डालें"],"Chat Contacts":[""],"Toggle chat":[""],"Show more":["और दिखाएं"],"Typing from another device":[""],"%1$s is typing":["%1$s लिख रहे हैं"],"Stopped typing on the other device":[""],"%1$s has stopped typing":["%1$s लिखते-लिखते रुक गए"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"This groupchat is not anonymous":[""],"This groupchat now shows unavailable members":[""],"This groupchat does not show unavailable members":[""],"The groupchat configuration has changed":[""],"groupchat logging is now enabled":[""],"groupchat logging is now disabled":[""],"This groupchat is now no longer anonymous":[""],"This groupchat is now semi-anonymous":[""],"This groupchat is now fully-anonymous":[""],"A new groupchat has been created":["एक नया कमरा बना दिया गया है"],"You have been banned from this groupchat":["आपको इस कमरे से प्रतिबन्धित कर दिया गया है"],"You have been kicked from this groupchat":["आपको इस कमरे से बाहर कर दिया गया है"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["%1$s को प्रतिबन्धित कर दिया गया है"],"%1$s's nickname has changed":[""],"%1$s has been kicked out":["%1$s को बाहर कर दिया गया है"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":["विवरण :"],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":["छिपा हुआ"],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":["कोई कमरे नहीं मिले"],"Groupchats found:":[""],"Enter a new Groupchat":["एक नये कमरे का हिस्सा बनें"],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":["हिस्सा बनें"],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Destroy room":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"Show details about this chat client":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":[""],"Click to accept the contact request from %1$s":[""],"Click to decline the contact request from %1$s":[""],"Click to chat with %1$s (JID: %2$s)":[""],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"Re-sync your contacts":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":["क्षमाँ करें, फ़ाईल अपलोड करने का यू.आ.एल. समझ नहीं आया।"],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई। सर्वर का जवाब: \"%1$s\""],"Sorry, could not succesfully upload your file.":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई।"],"Sorry, looks like file upload is not supported by your server.":["क्षमाँ करें, लगता है आपके सर्वर पर फ़ाईल अपलोड की सेवा उपलब्ध नहीं है।"],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":[""],"This groupchat no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"Uploading file:":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"XMPP Address:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/hi/LC_MESSAGES/converse.po b/locale/hi/LC_MESSAGES/converse.po index d2b0d8ed2..de5708d69 100644 --- a/locale/hi/LC_MESSAGES/converse.po +++ b/locale/hi/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-09-21 17:28+0000\n" "Last-Translator: John Doe \n" "Language-Team: Hindi \n" "Language-Team: Hungarian \n" "Language-Team: Indonesian \n" "Language-Team: Italian \n" "Language-Team: Japanese 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);","lang":"lt"},"Bookmark this groupchat":[""],"Unbookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Atšaukti"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Išsaugoti"],"Are you sure you want to remove the bookmark \"%1$s\"?":[""],"Error":[""],"Sorry, something went wrong while trying to save your bookmark.":[""],"Leave this groupchat":[""],"Remove this bookmark":[""],"Show more information on this groupchat":[""],"Click to toggle the bookmarks list":[""],"Bookmarks":[""],"Close this chat box":["Uždarykite šį pokalbių laukelį"],"Are you sure you want to remove this contact?":["Ar tikrai norite pašalinti šį kontaktą?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Deja, bandant pašalinti %1$s iš kontaktų įvyko klaida."],"You have unread messages":["Jūs turite neperskaitytų pranešimų"],"Hidden message":["Paslėpta žinutė"],"Message":[""],"Send":["Siųsti"],"Optional hint":["Neprivaloma užuomina"],"Choose a file to send":[""],"Remove messages":["Pašalinti pranešimus"],"Write in the third person":["Rašykite trečiuoju asmeniu"],"Show this menu":["Rodyti šį meniu"],"Username":["Vartotojo vardas"],"user@domain":["vartotojas@domenas"],"Please enter a valid XMPP address":["Įveskite teisingą XMPP adresą"],"Chat Contacts":["Pokalbių kontaktai"],"Toggle chat":["Perjungti pokalbius"],"Typing from another device":["Rašoma iš kito įrenginio"],"Stopped typing on the other device":["Nustojo rašyti kitame įrenginyje"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"%1$s has been banned":["%1$s buvo užblokuotas"],"%1$s's nickname has changed":["%1$s slapyvardis buvo pakeistas"],"%1$s has been kicked out":["%1$s buvo pašalintas"],"%1$s has been removed because of an affiliation change":["%1$s buvo pašalintas dėl priklausymo pokyčių"],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"conference.example.org":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":["Neprivalomas slapyvardis"],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s is now a moderator":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":["Pateikti"],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"No nickname was specified.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["atsijungė"],"has gone away":["pasišalines"],"is busy":["užsiėmęs"],"has come online":[""],"wants to be your contact":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["Tavo profilis"],"Close":["Uždaryti"],"Email":[""],"Full Name":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Pasišalines"],"Busy":["Užsiėmes"],"Custom status":["Pasirinktinis statusas"],"Offline":["Neprisijungęs"],"Online":["Prisijungęs"],"Away for long":["Ilgai pasišalines"],"Change chat status":["Keisti pokalbio būseną"],"Personal status message":["Asmeninis statuso pranešimas"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Aš esu %1$s"],"Change settings":["Pakeisti nustatymus"],"Click to change your chat status":["Spustelėkite norėdami pakeisti pokalbio būseną"],"Log out":["Atsijungti"],"Show details about this chat client":[""],"Your profile":["Jūsų profilis"],"Are you sure you want to log out?":["Ar tikrai norite atsijungti?"],"online":["prisijungęs"],"busy":["užsiėmes"],"away for long":["ilgai pasišalines"],"away":["pasišalines"],"offline":["neprisijungęs"]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"This contact is busy":["Šis kontaktas užimtas"],"This contact is online":["Šis kontaktas yra prisijungęs"],"This contact is offline":["Šis kontaktas yra atsijungęs"],"This contact is unavailable":["Šis kontaktas yra nepasiekiamas"],"This contact is away for an extended period":["Šis kontaktas yra ilgai pasišalines"],"This contact is away":["Šis kontaktas yra pasišalines"],"Groups":["Grupės"],"My contacts":["Mano kontaktai"],"Pending contacts":["Laukiantys kontaktai"],"Contact requests":["Prašymai pridėti prie kontaktų"],"Ungrouped":["Nesugrupuota"],"Contact name":["Kontakto vardas"],"Add a Contact":["Pridėti kontaktą"],"XMPP Address":["XMPP adresas"],"name@example.org":["vardas@pavyzdys.lt"],"Add":["Pridėti"],"Filter":["Filtras"],"Filter by contact name":["Filtruoti pagal kontaktinį vardą"],"Filter by group name":["Filtruoti pagal grupės pavadinimą"],"Filter by status":["Filtruoti pagal būseną"],"Any":["Bet koks"],"Unread":["Neskaityta"],"Chatty":["Pokalbis"],"Extended Away":["Ilgai pasišalines"],"Click to remove %1$s as a contact":["Spustelėkite, jei norite pašalinti %1$s iš kontaktų"],"Click to accept the contact request from %1$s":["Spustelėkite, jei norite priimti kontaktinį prašymą iš %1$s"],"Click to decline the contact request from %1$s":["Spustelėkite, jei norite atmesti kontaktinį prašymą iš %1$s"],"Click to chat with %1$s (JID: %2$s)":["Spauskite, kad pradėtumėte pokalbį su %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Ar tikrai norite atmesti šį kontaktinį prašymą?"],"Contacts":["Kontaktai"],"Add a contact":["Pridėti adresatą"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["XMPP serveris nepateikė palaikomo autentifikavimo mechanizmo"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Atsiprašome, nepavyko prisijungti prie XMPP serverio su domenu: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Atsiprašome, bandant pridėti %1$s kaip kontaktą įvyko klaida."],"This client does not allow presence subscriptions":["Šis klientas neleidžia aktyvumo prenumeratos"],"Click to hide these contacts":["Spustelėkite, kad paslėptumėte šiuos kontaktus"],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"Uploading file:":[""],"XMPP Username:":["XMPP vartotojo vardas:"],"Password:":["Slaptažodis:"],"password":["slaptažodis"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Spauskite čia norėdami prisijungti anonimiškai"],"This message has been edited":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);","lang":"lt"},"Bookmark this groupchat":[""],"Unbookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Atšaukti"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Išsaugoti"],"Are you sure you want to remove the bookmark \"%1$s\"?":[""],"Error":[""],"Sorry, something went wrong while trying to save your bookmark.":[""],"Leave this groupchat":[""],"Remove this bookmark":[""],"Show more information on this groupchat":[""],"Click to toggle the bookmarks list":[""],"Bookmarks":[""],"Close this chat box":["Uždarykite šį pokalbių laukelį"],"Are you sure you want to remove this contact?":["Ar tikrai norite pašalinti šį kontaktą?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Deja, bandant pašalinti %1$s iš kontaktų įvyko klaida."],"You have unread messages":["Jūs turite neperskaitytų pranešimų"],"Hidden message":["Paslėpta žinutė"],"Message":[""],"Send":["Siųsti"],"Optional hint":["Neprivaloma užuomina"],"Choose a file to send":[""],"Remove messages":["Pašalinti pranešimus"],"Write in the third person":["Rašykite trečiuoju asmeniu"],"Show this menu":["Rodyti šį meniu"],"Username":["Vartotojo vardas"],"user@domain":["vartotojas@domenas"],"Please enter a valid XMPP address":["Įveskite teisingą XMPP adresą"],"Chat Contacts":["Pokalbių kontaktai"],"Toggle chat":["Perjungti pokalbius"],"Typing from another device":["Rašoma iš kito įrenginio"],"Stopped typing on the other device":["Nustojo rašyti kitame įrenginyje"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"%1$s has been banned":["%1$s buvo užblokuotas"],"%1$s's nickname has changed":["%1$s slapyvardis buvo pakeistas"],"%1$s has been kicked out":["%1$s buvo pašalintas"],"%1$s has been removed because of an affiliation change":["%1$s buvo pašalintas dėl priklausymo pokyčių"],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"conference.example.org":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":["Neprivalomas slapyvardis"],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s is now a moderator":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Destroy room":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":["Pateikti"],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"No nickname was specified.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["atsijungė"],"has gone away":["pasišalines"],"is busy":["užsiėmęs"],"has come online":[""],"wants to be your contact":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":["Tavo profilis"],"Close":["Uždaryti"],"Email":[""],"Full Name":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Pasišalines"],"Busy":["Užsiėmes"],"Custom status":["Pasirinktinis statusas"],"Offline":["Neprisijungęs"],"Online":["Prisijungęs"],"Away for long":["Ilgai pasišalines"],"Change chat status":["Keisti pokalbio būseną"],"Personal status message":["Asmeninis statuso pranešimas"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Aš esu %1$s"],"Change settings":["Pakeisti nustatymus"],"Click to change your chat status":["Spustelėkite norėdami pakeisti pokalbio būseną"],"Log out":["Atsijungti"],"Show details about this chat client":[""],"Your profile":["Jūsų profilis"],"Are you sure you want to log out?":["Ar tikrai norite atsijungti?"],"online":["prisijungęs"],"busy":["užsiėmes"],"away for long":["ilgai pasišalines"],"away":["pasišalines"],"offline":["neprisijungęs"]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"This contact is busy":["Šis kontaktas užimtas"],"This contact is online":["Šis kontaktas yra prisijungęs"],"This contact is offline":["Šis kontaktas yra atsijungęs"],"This contact is unavailable":["Šis kontaktas yra nepasiekiamas"],"This contact is away for an extended period":["Šis kontaktas yra ilgai pasišalines"],"This contact is away":["Šis kontaktas yra pasišalines"],"Groups":["Grupės"],"My contacts":["Mano kontaktai"],"Pending contacts":["Laukiantys kontaktai"],"Contact requests":["Prašymai pridėti prie kontaktų"],"Ungrouped":["Nesugrupuota"],"Contact name":["Kontakto vardas"],"Add a Contact":["Pridėti kontaktą"],"XMPP Address":["XMPP adresas"],"name@example.org":["vardas@pavyzdys.lt"],"Add":["Pridėti"],"Filter":["Filtras"],"Filter by contact name":["Filtruoti pagal kontaktinį vardą"],"Filter by group name":["Filtruoti pagal grupės pavadinimą"],"Filter by status":["Filtruoti pagal būseną"],"Any":["Bet koks"],"Unread":["Neskaityta"],"Chatty":["Pokalbis"],"Extended Away":["Ilgai pasišalines"],"Click to remove %1$s as a contact":["Spustelėkite, jei norite pašalinti %1$s iš kontaktų"],"Click to accept the contact request from %1$s":["Spustelėkite, jei norite priimti kontaktinį prašymą iš %1$s"],"Click to decline the contact request from %1$s":["Spustelėkite, jei norite atmesti kontaktinį prašymą iš %1$s"],"Click to chat with %1$s (JID: %2$s)":["Spauskite, kad pradėtumėte pokalbį su %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Ar tikrai norite atmesti šį kontaktinį prašymą?"],"Contacts":["Kontaktai"],"Add a contact":["Pridėti adresatą"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["XMPP serveris nepateikė palaikomo autentifikavimo mechanizmo"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Atsiprašome, nepavyko prisijungti prie XMPP serverio su domenu: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Atsiprašome, bandant pridėti %1$s kaip kontaktą įvyko klaida."],"This client does not allow presence subscriptions":["Šis klientas neleidžia aktyvumo prenumeratos"],"Click to hide these contacts":["Spustelėkite, kad paslėptumėte šiuos kontaktus"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"Uploading file:":[""],"XMPP Username:":["XMPP vartotojo vardas:"],"Password:":["Slaptažodis:"],"password":["slaptažodis"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Spauskite čia norėdami prisijungti anonimiškai"],"This message has been edited":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/lt/LC_MESSAGES/converse.po b/locale/lt/LC_MESSAGES/converse.po index 2ba5ba4a6..585f1f997 100644 --- a/locale/lt/LC_MESSAGES/converse.po +++ b/locale/lt/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-04-19 12:38+0000\n" "Last-Translator: Stasys Petraitis \n" "Language-Team: Lithuanian \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Flemish =2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"pl"},"Bookmark this groupchat":["Zakładka do tego pokoju"],"Unbookmark this groupchat":["Usuń zakładkę do tego pokoju"],"Would you like this groupchat to be automatically joined upon startup?":["Czy chcesz automatycznie dołączać do tej grupy podczas startu ?"],"Cancel":["Anuluj"],"The name for this bookmark:":["Nazwa dla tej zakładki:"],"What should your nickname for this groupchat be?":["Jaki nick dla tego chatu grupowego ?"],"Save":["Zachowaj"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Czy potwierdzasz zamiar usunięcia zakładki \"%1$s\"?"],"Error":["Błąd"],"Sorry, something went wrong while trying to save your bookmark.":["Wystąpił błąd w trakcie próby zapisu zakładki."],"Leave this groupchat":["Opuść ten pokój"],"Remove this bookmark":["Usuń tą zakładke"],"Show more information on this groupchat":["Pokaż więcej informacji o pokoju"],"Click to open this groupchat":["Kliknij aby wejść do pokoju"],"Click to toggle the bookmarks list":["Kliknij aby przełączyć listę zakładek"],"Bookmarks":["Zakładki"],"Close this chat box":["Zamknij okno rozmowy"],"Sorry, something went wrong while trying to refresh":["Wystąpił błąd w trakcie próby odświeżenia"],"Are you sure you want to remove this contact?":["Czy potwierdzasz zamiar usnunięcia tego kontaktu?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Wystąpił błąd w trakcie próby usunięcia %1$s."],"You have unread messages":["Masz nieprzeczytane wiadomości"],"Hidden message":["Ukryta wiadomość"],"Message":["Wiadomość"],"Send":["Wyślij"],"Optional hint":["Dodatkowa wskazówka"],"Choose a file to send":["Wybierz plik do wysłania"],"Remove messages":["Usuń wiadomości"],"Write in the third person":["Pisz w trzeciej osobie"],"Show this menu":["Pokaż menu"],"Are you sure you want to clear the messages from this conversation?":["Potwierdź czy rzeczywiście chcesz wyczyścić wiadomości z okna rozmowy?"],"%1$s has gone offline":["%1$s rozłączył się"],"%1$s has gone away":["%1$s odszedł od klawiatury"],"%1$s is busy":["%1$s jest zajęty"],"%1$s is online":["%1$s jest dostępny"],"Username":["Nazwa użytkownika"],"user@domain":["użytkownik@domena"],"Please enter a valid XMPP address":["Wprowadź poprawny adres XMPP"],"Chat Contacts":["Kontakty"],"Toggle chat":["Przełącz rozmowę"],"Show more":["Pokaż więcej"],"Typing from another device":["Wpisywanie z innego urządzenia"],"%1$s is typing":["%1$s pisze"],"Stopped typing on the other device":["Przestał pisać na innym urządzeniu"],"%1$s has stopped typing":["%1$s przestał pisać"],"Unencryptable OMEMO message":["Niezaszyfrowana wiadomość OMEMO"],"Minimize this chat box":["Zmniejsz okno rozmowy"],"Click to restore this chat":["Kliknij aby powrócić do rozmowy"],"Minimized":["Zminimalizowany"],"This groupchat is not anonymous":["Ten pokój nie jest anonimowy"],"This groupchat now shows unavailable members":["Pokój pokazuje teraz niedostępnych rozmówców"],"This groupchat does not show unavailable members":["Ten pokój nie wyświetla niedostępnych członków"],"The groupchat configuration has changed":["Ustawienia pokoju zostały zmienione"],"groupchat logging is now enabled":["włączono zapisywanie rozmów w pokoju"],"groupchat logging is now disabled":["włączono zapisywanie rozmów w pokoju"],"This groupchat is now no longer anonymous":["Ten pokój nie jest już anonimowy"],"This groupchat is now semi-anonymous":["Pokój jest teraz częściowo anonimowy"],"This groupchat is now fully-anonymous":["Pokój jest teraz w pełni anonimowy"],"A new groupchat has been created":["Utworzono nowy pokój"],"You have been banned from this groupchat":["Zostałeś zablokowany w tym pokoju"],"You have been kicked from this groupchat":["Zostałeś wyrzucony z pokoju"],"You have been removed from this groupchat because of an affiliation change":["Zostałeś usunięty z pokoju ze względu na zmianę przynależności"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Zostałeś usunięty z pokoju ze względu na to, że pokój zmienił się na wymagający członkowstwa, a ty nie jesteś członkiem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Zostałeś usunięty z pokoju ponieważ serwis hostingowy został wyłączony"],"%1$s has been banned":["%1$s został zbanowany"],"%1$s's nickname has changed":["%1$s zmienił ksywkę"],"%1$s has been kicked out":["%1$s został wykopany"],"%1$s has been removed because of an affiliation change":["%1$s został usunięty z powodu zmiany przynależności"],"%1$s has been removed for not being a member":["%1$s został usunięty z powodu braku członkostwa"],"Your nickname has been automatically set to %1$s":["Twoja ksywka została automatycznie zmieniona na: %1$s"],"Your nickname has been changed to %1$s":["Twoja ksywka została zmieniona na: %1$s"],"Description:":["Opis:"],"Groupchat Address (JID):":["Nazwa pokoju (JID):"],"Participants:":["Uczestnicy:"],"Features:":["Właściwości:"],"Requires authentication":["Wymaga uwierzytelnienia"],"Hidden":["Ukryty"],"Requires an invitation":["Wymaga zaproszenia"],"Moderated":["Moderowany"],"Non-anonymous":["Nieanonimowy"],"Public":["Publiczny"],"Semi-anonymous":["Częściowo anonimowy"],"Temporary":["Pokój tymczasowy"],"Unmoderated":["Niemoderowany"],"Query for Groupchats":["Wyszukaj pokoje"],"Server address":["Adres serwera"],"Show groupchats":["Pokaż pokoje"],"conference.example.org":["conference.domena.pl"],"No groupchats found":["Nie znaleziono pokojów"],"Groupchats found:":["Znalezione pokoje:"],"Enter a new Groupchat":["Wejdź do pokoju"],"Groupchat address":["Adres pokoju"],"Optional nickname":["Opcjonalny nick"],"name@conference.example.org":["nazwa@konferencja.domena.pl"],"Join":["Dołącz"],"Groupchat info for %1$s":["Informacje o o pokoju %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s nie jest już administratorem tego pokoju"],"%1$s is no longer an owner of this groupchat":["%1$s nie jest już właścicielem tego pokoju"],"%1$s is no longer banned from this groupchat":["%1$s nie jest już zablokowany w tym pokoju"],"%1$s is no longer a permanent member of this groupchat":["%1$s nie jest już stałym członkiem tego pokoju"],"%1$s is now a permanent member of this groupchat":["%1$s jest obecnie stałym członkiem tego pokoju"],"%1$s has been banned from this groupchat":["%1$s został zablokowany w tym pokoju"],"%1$s is now an %2$s of this groupchat":["%1$s został %2$s tego pokoju"],"%1$s is no longer a moderator":["%1$s nie jest już moderatorem"],"%1$s has been given a voice again":["%1$s ponownie otrzymał głos"],"%1$s has been muted":["%1$s został wyciszony"],"%1$s is now a moderator":["%1$s został moderatorem"],"Close and leave this groupchat":["Opuść ten pokój"],"Configure this groupchat":["Skonfiguruj ten pokój"],"Show more details about this groupchat":["Pokaż więcej informacji o pokoju"],"Hide the list of participants":["Ukryj listę rozmówców"],"Forbidden: you do not have the necessary role in order to do that.":["Zabronione: nie masz do tego wystarczających uprawnień."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Zabronione: nie masz dostępu ze względu na brak przynależności.."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Błąd: polecenie \"%1$s\" przyjmuje dwa argumenty: pseudonim i opcjonalnie powód."],"Error: couldn't find a groupchat participant \"%1$s\"":["Błąd: nie można znaleźć uczestnika czatu grupowego o pseudonimie \"%1$s\""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Ups, podczas wykonywania polecenia wystąpił błąd. Szczegółowe informacje można znaleźć w konsoli deweloperskiej przeglądarki."],"Change user's affiliation to admin":["Przyznaj prawa administratora"],"Ban user from groupchat":["Zablokuj użytkownikowi dostępu do pokoju"],"Change user role to participant":["Zmień uprawnienia na zwykłego uczestnika"],"Kick user from groupchat":["Wykop z pokoju"],"Write in 3rd person":["Pisz w trzeciej osobie"],"Grant membership to a user":["Przyznaj członkowstwo"],"Remove user's ability to post messages":["Zablokuj człowiekowi możliwość rozmowy"],"Change your nickname":["Zmień ksywkę"],"Grant moderator role to user":["Przyznaj prawa moderatora"],"Grant ownership of this groupchat":["Uczyń właścicielem pokoju"],"Register a nickname for this room":["Zarejestruj pseudonim dla tego pokoju"],"Revoke user's membership":["Usuń z listy członków"],"Set groupchat subject":["Ustaw temat pokoju"],"Set groupchat subject (alias for /subject)":["Ustaw temat rozmowy (alias dla /subject)"],"Allow muted user to post messages":["Pozwól uciszonemu człowiekowi na rozmowę"],"Error: invalid number of arguments":["Błąd: nieprawidłowa liczba argumentów"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Ksywka jaką wybrałeś jest zarezerwowana albo w użyciu, wybierz proszę inną."],"Please choose your nickname":["Wybierz proszę ksywkę"],"Nickname":["Ksywka"],"Enter groupchat":["Wejdź do pokoju"],"This groupchat requires a password":["Wstęp do pokoju wymaga podania hasła"],"Password: ":["Hasło: "],"Submit":["Wyślij"],"This action was done by %1$s.":["Ta akcja została wykonana przez %1$s."],"The reason given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s opuścił i ponownie wszedł do pokoju"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s opuścił i ponownie wszedł do pokoju. \"%2$s\""],"%1$s has entered the groupchat":["%1$s wszedł do pokoju"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s wszedł do pokoju \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s wszedł i wyszedł z pokoju"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s wszedł i wyszedł z pokoju. \"%2$s\""],"%1$s has left the groupchat":["%1$s opuścił pokój"],"%1$s has left the groupchat. \"%2$s\"":["%1$s opuścił pokój. \"%2$s\""],"You are not on the member list of this groupchat.":["Nie jesteś członkiem tego pokoju rozmów."],"You have been banned from this groupchat.":["Zostałeś zablokowany w tym pokoju."],"No nickname was specified.":["Nie podałeś ksywki."],"You are not allowed to create new groupchats.":["Nie masz uprawnień do tworzenia nowych pokojów rozmów."],"Your nickname doesn't conform to this groupchat's policies.":["Twoja ksywka nie jest zgodna z regulaminem pokoju."],"This groupchat does not (yet) exist.":["Ten pokój (jeszcze) nie istnieje."],"This groupchat has reached its maximum number of participants.":["Pokój przekroczył dozwoloną ilość rozmówców."],"Remote server not found":["Nie znaleziono serwera"],"The explanation given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"Topic set by %1$s":["Temat ustawiony przez %1$s"],"Topic cleared by %1$s":["Temat wyczyszczony przez %1$s"],"Groupchats":["Grupy"],"Add a new groupchat":["Dodaj nową grupę"],"Query for groupchats":["Wyszukaj pokoje"],"Click to mention %1$s in your message.":["Kliknij aby wspomnieć o %1$s we wiadomości."],"This user is a moderator.":["Ten użytkownik jest moderatorem."],"Visitor":["Gość"],"Owner":["Właściciel"],"Member":["Członek"],"Admin":["Administrator"],"Participants":["Uczestnicy"],"Invite":["Zaproś"],"Please enter a valid XMPP username":["Wprowadź poprawną nazwę użytkownika XMPP"],"Notification from %1$s":["Powiadomienie od %1$s"],"%1$s says":["%1$s powiedział"],"has gone offline":["wyłączył się"],"has gone away":["uciekł"],"is busy":["zajęty"],"has come online":["połączył się"],"wants to be your contact":["chce być twoim kontaktem"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":["Ups, problem z odszyfrowaniem odebranego komunikatu OMEMO z powodu błędu."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["To jest zaszyfrowana wiadomość OMEMO, której twój klient nie obsługuje. Więcej informacji na stronie https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Przepraszamy, z powodu błędu nie udało się wysłać wiadomości."],"Your avatar image":["Twój awatar"],"Your Profile":["Twój profil"],"Close":["Zamknij"],"Email":["E-mail"],"XMPP Address (JID)":["Adres XMPP (JID)"],"Role":["Rola"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Użyj przecinków, aby rozdzielić wiele ról. Twoje role są wyświetlane obok Twojego imienia i nazwiska w wiadomościach czatu."],"URL":["Adres URL"],"You can check your browser's developer console for any error output.":["Możesz sprawdzić konsolę dewelopera przeglądarki pod kątem błędów."],"Away":["Nieobecny"],"Busy":["Zajęty"],"Custom status":["Własny status"],"Offline":["Rozłączony"],"Online":["Dostępny"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Jestem %1$s"],"Change settings":["Zmiana ustawień"],"Click to change your chat status":["Kliknij aby zmienić status rozmowy"],"Log out":["Wyloguj się"],"Your profile":["Twój profil"],"online":["dostępny"],"busy":["zajęty"],"away for long":["dłużej nieobecny"],"away":["nieobecny"],"offline":["rozłączony"]," e.g. conversejs.org":[" np. conversejs.org"],"Fetch registration form":["Pobierz formularz rejestracyjny"],"Tip: A list of public XMPP providers is available":["Wskazówka: dostępna jest lista publicznych dostawców XMPP"],"here":["tutaj"],"Sorry, we're unable to connect to your chosen provider.":["Wystąpił problem z nawiązaniem połączenia się z wybranym dostawcą."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Przepraszamy, ale podany dostawca nie obsługuje rejestracji. Spróbuj wskazać innego dostawcę."],"Now logging you in":["Jesteś logowany"],"Registered successfully":["Szczęśliwie zarejestrowany"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Dostawca odrzucił twoją próbę rejestracji. Sprawdź proszę poprawność danych które zostały wprowadzone."],"Open Groupchats":["Otwórz pokoje"],"This contact is busy":["Kontakt jest zajęty"],"This contact is online":["Kontakt jest połączony"],"This contact is offline":["Kontakt jest niepołączony"],"This contact is unavailable":["Kontakt jest niedostępny"],"This contact is away for an extended period":["Kontakt jest nieobecny przez dłuższą chwilę"],"This contact is away":["Kontakt jest nieobecny"],"Groups":["Grupy"],"My contacts":["Moje kontakty"],"Pending contacts":["Kontakty oczekujące"],"Contact requests":["Zaproszenia do kontaktu"],"Ungrouped":["Niezgrupowane"],"Contact name":["Nazwa kontaktu"],"XMPP Address":["Adres XMPP"],"Add":["Dodaj"],"Filter":["Filtr"],"Filter by group name":["Filtruj według nazwy grupy"],"Filter by status":["Filtruj według stanu"],"Any":["Dowolny"],"Unread":["Nieprzeczytane"],"Chatty":["Gotowy do rozmowy"],"Extended Away":["Dłuższa nieobecność"],"Click to accept the contact request from %1$s":["Kliknij aby zaakceptować prośbę o nawiązanie kontaktu od %1$s"],"Are you sure you want to decline this contact request?":["Czy potwierdzasz odrzucenie chęci nawiązania kontaktu?"],"Contacts":["Kontakty"],"Add a contact":["Dodaj kontakt"],"Sorry, could not determine upload URL.":["Nie można określić URL do uploadu."],"Sorry, could not determine file upload URL.":["Nie można określić URL do uploadu pliku."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Nie powiódł się upload pliku. Odpowiedź serwera \"%1$s\""],"Sorry, could not succesfully upload your file.":["Nie powiódł się upload pliku."],"Sorry, looks like file upload is not supported by your server.":["Ups, wygląda na to, że serwer nie wspiera uploadu plików."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Rozmiar pliku, %1$s, przekracza maksymalny rozmiar obsługiwany przez serwer, %2$s."],"Sorry, an error occurred:":["Wystąpił błąd:"],"The XMPP server did not offer a supported authentication mechanism":["Serwer XMPP nie oferuje wspieranego mechanizmu uwierzytelniania"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Problem z połączeniem do serwera XMPP w domenie: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, nie wspiera on rejestracji."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, w formularzu dostarczono niepoprawne dane."],"Sorry, there was an error while trying to add %1$s as a contact.":["Wystąpił błąd podczas próby dodania %1$s do listy kontaktów."],"This client does not allow presence subscriptions":["Klient nie umożliwia subskrybcji obecności"],"Click to hide these contacts":["Kliknij aby schować te kontakty"],"The conversation has moved. Click below to enter.":["Rozmowa została przeniesiona. Kliknij poniżej aby wejść."],"Topic":["Temat"],"Topic author":["Autor tematu"],"Members only":["Tylko dla członków"],"Persistent":["Trwały"],"This groupchat persists even if it's unoccupied":["Ten pokój przetrwa nawet bez użytkowników"],"This groupchat will disappear once the last person leaves":["Ten pokój zniknie po opuszczeniu go przez ostatniego użytkownika"],"All other groupchat participants can see your XMPP username":["Wszyscy uczestnicy grupowego czatu widzą Twoją nazwę użytkownika XMPP"],"Only moderators can see your XMPP username":["Nazwa użytkownika XMPP jest widoczna tylko dla moderatorów"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archiwizowanie wiadomości"],"Messages are archived on the server":["Wiadomości są przechowywane na serwerze"],"Uploading file:":[""],"XMPP Username:":["Nazwa użytkownika XMPP:"],"Password:":["Hasło:"],"password":["hasło"],"This is a trusted device":["To jest zaufane urządzenie"],"Click here to log in anonymously":["Kliknij tutaj aby zalogować się anonimowo"],"Save and close":["Zapisz i zamknij"],"This device's OMEMO fingerprint":["Odcisk palca OMEMO tego urządzenia"],"Generate new keys and fingerprint":[""],"Select all":["Wybierz wszystkie"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaznacz pole wyboru, aby wybrać odciski palców wszystkich innych urządzeń OMEMO"],"Other OMEMO-enabled devices":["Pozostałe urządzenia z funkcją OMEMO"],"Checkbox for selecting the following fingerprint":["Pole wyboru wyboru odcisków palców"],"Remove checked devices and close":["Usuń zaznaczone urządzenia i zamknij"],"Don't have a chat account?":["Nie masz konta?"],"Create an account":["Utwórz konto"],"Create your account":["Utwórz własne konto"],"Please enter the XMPP provider to register with:":["Wprowadź dostawcę XMPP, u którego chcesz się zarejestrować:"],"Already have a chat account?":["Masz już konto?"],"Log in here":["Zaloguj się"],"Account Registration:":["Rejestracja Konta:"],"Register":["Zarejestruj się"],"Choose a different provider":["Wybierz innego dostawcę"],"Hold tight, we're fetching the registration form…":["Czekaj, pobieram formularz rejestracyjny…"],"Messages are being sent in plaintext":["Wiadomości są wysyłane w postaci zwykłego tekstu"],"The User's Profile Image":["Zdjęcie profilowe użytkownika"],"URL:":[""],"OMEMO Fingerprints":["Odciski palców OMEMO"],"Trusted":["Zaufany"],"Untrusted":["Niezaufany"],"Refresh":["Odśwież"],"Download":["Pobierz"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"pl"},"Bookmark this groupchat":["Zakładka do tego pokoju"],"Unbookmark this groupchat":["Usuń zakładkę do tego pokoju"],"Would you like this groupchat to be automatically joined upon startup?":["Czy chcesz automatycznie dołączać do tej grupy podczas startu ?"],"Cancel":["Anuluj"],"The name for this bookmark:":["Nazwa dla tej zakładki:"],"What should your nickname for this groupchat be?":["Jaki nick dla tego chatu grupowego ?"],"Save":["Zachowaj"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Czy potwierdzasz zamiar usunięcia zakładki \"%1$s\"?"],"Error":["Błąd"],"Sorry, something went wrong while trying to save your bookmark.":["Wystąpił błąd w trakcie próby zapisu zakładki."],"Leave this groupchat":["Opuść ten pokój"],"Remove this bookmark":["Usuń tą zakładke"],"Show more information on this groupchat":["Pokaż więcej informacji o pokoju"],"Click to open this groupchat":["Kliknij aby wejść do pokoju"],"Click to toggle the bookmarks list":["Kliknij aby przełączyć listę zakładek"],"Bookmarks":["Zakładki"],"Close this chat box":["Zamknij okno rozmowy"],"Sorry, something went wrong while trying to refresh":["Wystąpił błąd w trakcie próby odświeżenia"],"Are you sure you want to remove this contact?":["Czy potwierdzasz zamiar usnunięcia tego kontaktu?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Wystąpił błąd w trakcie próby usunięcia %1$s."],"You have unread messages":["Masz nieprzeczytane wiadomości"],"Hidden message":["Ukryta wiadomość"],"Message":["Wiadomość"],"Send":["Wyślij"],"Optional hint":["Dodatkowa wskazówka"],"Choose a file to send":["Wybierz plik do wysłania"],"Remove messages":["Usuń wiadomości"],"Write in the third person":["Pisz w trzeciej osobie"],"Show this menu":["Pokaż menu"],"Are you sure you want to clear the messages from this conversation?":["Potwierdź czy rzeczywiście chcesz wyczyścić wiadomości z okna rozmowy?"],"%1$s has gone offline":["%1$s rozłączył się"],"%1$s has gone away":["%1$s odszedł od klawiatury"],"%1$s is busy":["%1$s jest zajęty"],"%1$s is online":["%1$s jest dostępny"],"Username":["Nazwa użytkownika"],"user@domain":["użytkownik@domena"],"Please enter a valid XMPP address":["Wprowadź poprawny adres XMPP"],"Chat Contacts":["Kontakty"],"Toggle chat":["Przełącz rozmowę"],"Show more":["Pokaż więcej"],"Typing from another device":["Wpisywanie z innego urządzenia"],"%1$s is typing":["%1$s pisze"],"Stopped typing on the other device":["Przestał pisać na innym urządzeniu"],"%1$s has stopped typing":["%1$s przestał pisać"],"Unencryptable OMEMO message":["Niezaszyfrowana wiadomość OMEMO"],"Minimize this chat box":["Zmniejsz okno rozmowy"],"Click to restore this chat":["Kliknij aby powrócić do rozmowy"],"Minimized":["Zminimalizowany"],"This groupchat is not anonymous":["Ten pokój nie jest anonimowy"],"This groupchat now shows unavailable members":["Pokój pokazuje teraz niedostępnych rozmówców"],"This groupchat does not show unavailable members":["Ten pokój nie wyświetla niedostępnych członków"],"The groupchat configuration has changed":["Ustawienia pokoju zostały zmienione"],"groupchat logging is now enabled":["włączono zapisywanie rozmów w pokoju"],"groupchat logging is now disabled":["włączono zapisywanie rozmów w pokoju"],"This groupchat is now no longer anonymous":["Ten pokój nie jest już anonimowy"],"This groupchat is now semi-anonymous":["Pokój jest teraz częściowo anonimowy"],"This groupchat is now fully-anonymous":["Pokój jest teraz w pełni anonimowy"],"A new groupchat has been created":["Utworzono nowy pokój"],"You have been banned from this groupchat":["Zostałeś zablokowany w tym pokoju"],"You have been kicked from this groupchat":["Zostałeś wyrzucony z pokoju"],"You have been removed from this groupchat because of an affiliation change":["Zostałeś usunięty z pokoju ze względu na zmianę przynależności"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Zostałeś usunięty z pokoju ze względu na to, że pokój zmienił się na wymagający członkowstwa, a ty nie jesteś członkiem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Zostałeś usunięty z pokoju ponieważ serwis hostingowy został wyłączony"],"%1$s has been banned":["%1$s został zbanowany"],"%1$s's nickname has changed":["%1$s zmienił ksywkę"],"%1$s has been kicked out":["%1$s został wykopany"],"%1$s has been removed because of an affiliation change":["%1$s został usunięty z powodu zmiany przynależności"],"%1$s has been removed for not being a member":["%1$s został usunięty z powodu braku członkostwa"],"Your nickname has been automatically set to %1$s":["Twoja ksywka została automatycznie zmieniona na: %1$s"],"Your nickname has been changed to %1$s":["Twoja ksywka została zmieniona na: %1$s"],"Description:":["Opis:"],"Groupchat Address (JID):":["Nazwa pokoju (JID):"],"Participants:":["Uczestnicy:"],"Features:":["Właściwości:"],"Requires authentication":["Wymaga uwierzytelnienia"],"Hidden":["Ukryty"],"Requires an invitation":["Wymaga zaproszenia"],"Moderated":["Moderowany"],"Non-anonymous":["Nieanonimowy"],"Public":["Publiczny"],"Semi-anonymous":["Częściowo anonimowy"],"Temporary":["Pokój tymczasowy"],"Unmoderated":["Niemoderowany"],"Query for Groupchats":["Wyszukaj pokoje"],"Server address":["Adres serwera"],"Show groupchats":["Pokaż pokoje"],"conference.example.org":["conference.domena.pl"],"No groupchats found":["Nie znaleziono pokojów"],"Groupchats found:":["Znalezione pokoje:"],"Enter a new Groupchat":["Wejdź do pokoju"],"Groupchat address":["Adres pokoju"],"Optional nickname":["Opcjonalny nick"],"name@conference.example.org":["nazwa@konferencja.domena.pl"],"Join":["Dołącz"],"Groupchat info for %1$s":["Informacje o o pokoju %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s nie jest już administratorem tego pokoju"],"%1$s is no longer an owner of this groupchat":["%1$s nie jest już właścicielem tego pokoju"],"%1$s is no longer banned from this groupchat":["%1$s nie jest już zablokowany w tym pokoju"],"%1$s is no longer a permanent member of this groupchat":["%1$s nie jest już stałym członkiem tego pokoju"],"%1$s is now a permanent member of this groupchat":["%1$s jest obecnie stałym członkiem tego pokoju"],"%1$s has been banned from this groupchat":["%1$s został zablokowany w tym pokoju"],"%1$s is now an %2$s of this groupchat":["%1$s został %2$s tego pokoju"],"%1$s is no longer a moderator":["%1$s nie jest już moderatorem"],"%1$s has been given a voice again":["%1$s ponownie otrzymał głos"],"%1$s has been muted":["%1$s został wyciszony"],"%1$s is now a moderator":["%1$s został moderatorem"],"Close and leave this groupchat":["Opuść ten pokój"],"Configure this groupchat":["Skonfiguruj ten pokój"],"Show more details about this groupchat":["Pokaż więcej informacji o pokoju"],"Hide the list of participants":["Ukryj listę rozmówców"],"Forbidden: you do not have the necessary role in order to do that.":["Zabronione: nie masz do tego wystarczających uprawnień."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Zabronione: nie masz dostępu ze względu na brak przynależności.."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Błąd: polecenie \"%1$s\" przyjmuje dwa argumenty: pseudonim i opcjonalnie powód."],"Error: couldn't find a groupchat participant \"%1$s\"":["Błąd: nie można znaleźć uczestnika czatu grupowego o pseudonimie \"%1$s\""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Ups, podczas wykonywania polecenia wystąpił błąd. Szczegółowe informacje można znaleźć w konsoli deweloperskiej przeglądarki."],"Change user's affiliation to admin":["Przyznaj prawa administratora"],"Ban user from groupchat":["Zablokuj użytkownikowi dostępu do pokoju"],"Change user role to participant":["Zmień uprawnienia na zwykłego uczestnika"],"Kick user from groupchat":["Wykop z pokoju"],"Write in 3rd person":["Pisz w trzeciej osobie"],"Grant membership to a user":["Przyznaj członkowstwo"],"Remove user's ability to post messages":["Zablokuj człowiekowi możliwość rozmowy"],"Change your nickname":["Zmień ksywkę"],"Grant moderator role to user":["Przyznaj prawa moderatora"],"Grant ownership of this groupchat":["Uczyń właścicielem pokoju"],"Revoke user's membership":["Usuń z listy członków"],"Set groupchat subject":["Ustaw temat pokoju"],"Set groupchat subject (alias for /subject)":["Ustaw temat rozmowy (alias dla /subject)"],"Allow muted user to post messages":["Pozwól uciszonemu człowiekowi na rozmowę"],"Error: invalid number of arguments":["Błąd: nieprawidłowa liczba argumentów"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Ksywka jaką wybrałeś jest zarezerwowana albo w użyciu, wybierz proszę inną."],"Please choose your nickname":["Wybierz proszę ksywkę"],"Nickname":["Ksywka"],"Enter groupchat":["Wejdź do pokoju"],"This groupchat requires a password":["Wstęp do pokoju wymaga podania hasła"],"Password: ":["Hasło: "],"Submit":["Wyślij"],"This action was done by %1$s.":["Ta akcja została wykonana przez %1$s."],"The reason given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s opuścił i ponownie wszedł do pokoju"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s opuścił i ponownie wszedł do pokoju. \"%2$s\""],"%1$s has entered the groupchat":["%1$s wszedł do pokoju"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s wszedł do pokoju \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s wszedł i wyszedł z pokoju"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s wszedł i wyszedł z pokoju. \"%2$s\""],"%1$s has left the groupchat":["%1$s opuścił pokój"],"%1$s has left the groupchat. \"%2$s\"":["%1$s opuścił pokój. \"%2$s\""],"You are not on the member list of this groupchat.":["Nie jesteś członkiem tego pokoju rozmów."],"You have been banned from this groupchat.":["Zostałeś zablokowany w tym pokoju."],"No nickname was specified.":["Nie podałeś ksywki."],"You are not allowed to create new groupchats.":["Nie masz uprawnień do tworzenia nowych pokojów rozmów."],"Your nickname doesn't conform to this groupchat's policies.":["Twoja ksywka nie jest zgodna z regulaminem pokoju."],"This groupchat does not (yet) exist.":["Ten pokój (jeszcze) nie istnieje."],"This groupchat has reached its maximum number of participants.":["Pokój przekroczył dozwoloną ilość rozmówców."],"Remote server not found":["Nie znaleziono serwera"],"The explanation given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"Topic set by %1$s":["Temat ustawiony przez %1$s"],"Topic cleared by %1$s":["Temat wyczyszczony przez %1$s"],"Groupchats":["Grupy"],"Add a new groupchat":["Dodaj nową grupę"],"Query for groupchats":["Wyszukaj pokoje"],"Click to mention %1$s in your message.":["Kliknij aby wspomnieć o %1$s we wiadomości."],"This user is a moderator.":["Ten użytkownik jest moderatorem."],"Visitor":["Gość"],"Owner":["Właściciel"],"Member":["Członek"],"Admin":["Administrator"],"Participants":["Uczestnicy"],"Invite":["Zaproś"],"Please enter a valid XMPP username":["Wprowadź poprawną nazwę użytkownika XMPP"],"Notification from %1$s":["Powiadomienie od %1$s"],"%1$s says":["%1$s powiedział"],"has gone offline":["wyłączył się"],"has gone away":["uciekł"],"is busy":["zajęty"],"has come online":["połączył się"],"wants to be your contact":["chce być twoim kontaktem"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":["Ups, problem z odszyfrowaniem odebranego komunikatu OMEMO z powodu błędu."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["To jest zaszyfrowana wiadomość OMEMO, której twój klient nie obsługuje. Więcej informacji na stronie https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["Twój awatar"],"Your Profile":["Twój profil"],"Close":["Zamknij"],"Email":["E-mail"],"XMPP Address (JID)":["Adres XMPP (JID)"],"Role":["Rola"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Użyj przecinków, aby rozdzielić wiele ról. Twoje role są wyświetlane obok Twojego imienia i nazwiska w wiadomościach czatu."],"URL":["Adres URL"],"You can check your browser's developer console for any error output.":["Możesz sprawdzić konsolę dewelopera przeglądarki pod kątem błędów."],"Away":["Nieobecny"],"Busy":["Zajęty"],"Custom status":["Własny status"],"Offline":["Rozłączony"],"Online":["Dostępny"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Jestem %1$s"],"Change settings":["Zmiana ustawień"],"Click to change your chat status":["Kliknij aby zmienić status rozmowy"],"Log out":["Wyloguj się"],"Your profile":["Twój profil"],"online":["dostępny"],"busy":["zajęty"],"away for long":["dłużej nieobecny"],"away":["nieobecny"],"offline":["rozłączony"]," e.g. conversejs.org":[" np. conversejs.org"],"Fetch registration form":["Pobierz formularz rejestracyjny"],"Tip: A list of public XMPP providers is available":["Wskazówka: dostępna jest lista publicznych dostawców XMPP"],"here":["tutaj"],"Sorry, we're unable to connect to your chosen provider.":["Wystąpił problem z nawiązaniem połączenia się z wybranym dostawcą."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Przepraszamy, ale podany dostawca nie obsługuje rejestracji. Spróbuj wskazać innego dostawcę."],"Now logging you in":["Jesteś logowany"],"Registered successfully":["Szczęśliwie zarejestrowany"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Dostawca odrzucił twoją próbę rejestracji. Sprawdź proszę poprawność danych które zostały wprowadzone."],"Open Groupchats":["Otwórz pokoje"],"This contact is busy":["Kontakt jest zajęty"],"This contact is online":["Kontakt jest połączony"],"This contact is offline":["Kontakt jest niepołączony"],"This contact is unavailable":["Kontakt jest niedostępny"],"This contact is away for an extended period":["Kontakt jest nieobecny przez dłuższą chwilę"],"This contact is away":["Kontakt jest nieobecny"],"Groups":["Grupy"],"My contacts":["Moje kontakty"],"Pending contacts":["Kontakty oczekujące"],"Contact requests":["Zaproszenia do kontaktu"],"Ungrouped":["Niezgrupowane"],"Contact name":["Nazwa kontaktu"],"XMPP Address":["Adres XMPP"],"Add":["Dodaj"],"Filter":["Filtr"],"Filter by group name":["Filtruj według nazwy grupy"],"Filter by status":["Filtruj według stanu"],"Any":["Dowolny"],"Unread":["Nieprzeczytane"],"Chatty":["Gotowy do rozmowy"],"Extended Away":["Dłuższa nieobecność"],"Click to accept the contact request from %1$s":["Kliknij aby zaakceptować prośbę o nawiązanie kontaktu od %1$s"],"Are you sure you want to decline this contact request?":["Czy potwierdzasz odrzucenie chęci nawiązania kontaktu?"],"Contacts":["Kontakty"],"Add a contact":["Dodaj kontakt"],"Sorry, could not determine upload URL.":["Nie można określić URL do uploadu."],"Sorry, could not determine file upload URL.":["Nie można określić URL do uploadu pliku."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Nie powiódł się upload pliku. Odpowiedź serwera \"%1$s\""],"Sorry, could not succesfully upload your file.":["Nie powiódł się upload pliku."],"Sorry, looks like file upload is not supported by your server.":["Ups, wygląda na to, że serwer nie wspiera uploadu plików."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Rozmiar pliku, %1$s, przekracza maksymalny rozmiar obsługiwany przez serwer, %2$s."],"Sorry, an error occurred:":["Wystąpił błąd:"],"The XMPP server did not offer a supported authentication mechanism":["Serwer XMPP nie oferuje wspieranego mechanizmu uwierzytelniania"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Problem z połączeniem do serwera XMPP w domenie: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, nie wspiera on rejestracji."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, w formularzu dostarczono niepoprawne dane."],"Sorry, there was an error while trying to add %1$s as a contact.":["Wystąpił błąd podczas próby dodania %1$s do listy kontaktów."],"This client does not allow presence subscriptions":["Klient nie umożliwia subskrybcji obecności"],"Click to hide these contacts":["Kliknij aby schować te kontakty"],"The conversation has moved. Click below to enter.":["Rozmowa została przeniesiona. Kliknij poniżej aby wejść."],"Topic":["Temat"],"Topic author":["Autor tematu"],"Members only":["Tylko dla członków"],"Persistent":["Trwały"],"This groupchat persists even if it's unoccupied":["Ten pokój przetrwa nawet bez użytkowników"],"This groupchat will disappear once the last person leaves":["Ten pokój zniknie po opuszczeniu go przez ostatniego użytkownika"],"All other groupchat participants can see your XMPP username":["Wszyscy uczestnicy grupowego czatu widzą Twoją nazwę użytkownika XMPP"],"Only moderators can see your XMPP username":["Nazwa użytkownika XMPP jest widoczna tylko dla moderatorów"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archiwizowanie wiadomości"],"Messages are archived on the server":["Wiadomości są przechowywane na serwerze"],"Uploading file:":[""],"XMPP Username:":["Nazwa użytkownika XMPP:"],"Password:":["Hasło:"],"password":["hasło"],"This is a trusted device":["To jest zaufane urządzenie"],"Click here to log in anonymously":["Kliknij tutaj aby zalogować się anonimowo"],"Save and close":["Zapisz i zamknij"],"This device's OMEMO fingerprint":["Odcisk palca OMEMO tego urządzenia"],"Generate new keys and fingerprint":[""],"Select all":["Wybierz wszystkie"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaznacz pole wyboru, aby wybrać odciski palców wszystkich innych urządzeń OMEMO"],"Other OMEMO-enabled devices":["Pozostałe urządzenia z funkcją OMEMO"],"Checkbox for selecting the following fingerprint":["Pole wyboru wyboru odcisków palców"],"Remove checked devices and close":["Usuń zaznaczone urządzenia i zamknij"],"Don't have a chat account?":["Nie masz konta?"],"Create an account":["Utwórz konto"],"Create your account":["Utwórz własne konto"],"Please enter the XMPP provider to register with:":["Wprowadź dostawcę XMPP, u którego chcesz się zarejestrować:"],"Already have a chat account?":["Masz już konto?"],"Log in here":["Zaloguj się"],"Account Registration:":["Rejestracja Konta:"],"Register":["Zarejestruj się"],"Choose a different provider":["Wybierz innego dostawcę"],"Hold tight, we're fetching the registration form…":["Czekaj, pobieram formularz rejestracyjny…"],"Messages are being sent in plaintext":["Wiadomości są wysyłane w postaci zwykłego tekstu"],"The User's Profile Image":["Zdjęcie profilowe użytkownika"],"URL:":[""],"OMEMO Fingerprints":["Odciski palców OMEMO"],"Trusted":["Zaufany"],"Untrusted":["Niezaufany"],"Refresh":["Odśwież"],"Download":["Pobierz"]}}} \ No newline at end of file diff --git a/locale/pl/LC_MESSAGES/converse.po b/locale/pl/LC_MESSAGES/converse.po index 441f782cb..c9e662788 100644 --- a/locale/pl/LC_MESSAGES/converse.po +++ b/locale/pl/LC_MESSAGES/converse.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.9.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-11-15 11:19+0000\n" "Last-Translator: Sneer Sneerowski \n" "Language-Team: Polish 1;","lang":"pt_BR"},"Bookmark this groupchat":["Marcar essa sala nos favoritos"],"Unbookmark this groupchat":["Desmarcar a sala"],"Would you like this groupchat to be automatically joined upon startup?":["Gostaria de entrar nessa sala automaticamente quando iniciar?"],"Cancel":["Cancelar"],"The name for this bookmark:":["Nome para o favorito:"],"What should your nickname for this groupchat be?":["Qual deve ser o seu apelido para esta sala?"],"Save":["Salvar"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Tem certeza de que deseja remover o favorito \"%1$s\"?"],"Error":["Erro"],"Sorry, something went wrong while trying to save your bookmark.":["Desculpe, algo deu errado ao tentar salvar seu favorito."],"Leave this groupchat":["Deixar a sala"],"Remove this bookmark":["Remover o favorito"],"Show more information on this groupchat":["Mostrar mais informações dessa sala"],"Click to open this groupchat":["Clique para abrir essa sala"],"Click to toggle the bookmarks list":["Clique para alternar a lista de favoritos"],"Bookmarks":["Favoritos"],"Close this chat box":["Feche esta caixa de bate-papo"],"Sorry, something went wrong while trying to refresh":["Desculpe, algo deu errado ao tentar atualizar"],"Are you sure you want to remove this contact?":["Tem certeza de que deseja remover esse contato?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Desculpe, houve um erro ao tentar remover o contato %1$s ."],"You have unread messages":["Você tem mensagens não lidas"],"Hidden message":["Mensagem oculta"],"Message":["Mensagem"],"Send":["Enviar"],"Optional hint":["Dica Opcional"],"Choose a file to send":["Escolha um arquivo para enviar"],"Remove messages":["Remover mensagens"],"Write in the third person":["Escrever em terceira pessoa"],"Show this menu":["Mostrar o menu"],"Are you sure you want to clear the messages from this conversation?":["Tem certeza que deseja limpar as mensagens dessa conversa?"],"%1$s has gone offline":["%1$s está offline"],"%1$s has gone away":["%1$s está ausente"],"%1$s is busy":["%1$s está ocupado"],"%1$s is online":["%1$s está online"],"Username":["Usuário"],"user@domain":["usuário@domínio"],"Please enter a valid XMPP address":["Por favor entre com um endereço XMPP válido"],"Chat Contacts":["Contatos"],"Toggle chat":["Alternar bate-papo"],"Show more":["Mostrar mais"],"Typing from another device":["Escrevendo de outro dispositivo"],"%1$s is typing":["%1$s está digitando"],"Stopped typing on the other device":["Parou de digitar no outro dispositivo"],"%1$s has stopped typing":["%1$s parou de digitar"],"Unencryptable OMEMO message":["Mensagem OMEMO indecifrável"],"Minimize this chat box":["Minimizar o bate papo"],"Click to restore this chat":["Clique para restaurar este bate-papo"],"Minimized":["Minimizado"],"This groupchat is not anonymous":["Essa sala não é anônima"],"This groupchat now shows unavailable members":["Agora esta sala mostra membros indisponíveis"],"This groupchat does not show unavailable members":["Essa sala não mostra membros indisponíveis"],"The groupchat configuration has changed":["A configuração da sala mudou"],"groupchat logging is now enabled":["O log da sala está ativado"],"groupchat logging is now disabled":["O log da sala está desativado"],"This groupchat is now no longer anonymous":["Essa sala não é mais anônima"],"This groupchat is now semi-anonymous":["Essa sala agora é semi anônima"],"This groupchat is now fully-anonymous":["Essa sala agora é totalmente anônima"],"A new groupchat has been created":["Uma nova sala foi criada"],"You have been banned from this groupchat":["Você foi banido dessa sala"],"You have been kicked from this groupchat":["Você foi expulso dessa sala"],"You have been removed from this groupchat because of an affiliation change":["Você foi removido da sala devido a uma mudança de associação"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Você foi removido da sala porque ela foi mudada para somente membros e você não é um membro"],"You have been removed from this groupchat because the service hosting it is being shut down":["Você foi removido da sala porque o serviço está sendo desligado"],"%1$s has been banned":["%1$s foi banido"],"%1$s's nickname has changed":["O apelido de %1$s foi alterado"],"%1$s has been kicked out":["%1$s foi expulso"],"%1$s has been removed because of an affiliation change":["%1$s foi removido por causa de troca de associação"],"%1$s has been removed for not being a member":["%1$s foi removido por não ser mais um membro"],"Your nickname has been automatically set to %1$s":["Seu apelido foi mudado automaticamente para %1$s"],"Your nickname has been changed to %1$s":["Seu apelido foi mudado para %1$s"],"Description:":["Descrição:"],"Groupchat Address (JID):":["Endereço da sala (JID):"],"Participants:":["Participantes:"],"Features:":["Recursos:"],"Requires authentication":["Requer autenticação"],"Hidden":["Escondido"],"Requires an invitation":["Requer um convite"],"Moderated":["Moderado"],"Non-anonymous":["Não anônimo"],"Open":["Sala aberta"],"Public":["Público"],"Semi-anonymous":["Semi anônimo"],"Temporary":["Temporário"],"Unmoderated":["Sem moderação"],"Server address":["Endereço do Servidor"],"Show groupchats":["Mostrar Salas"],"conference.example.org":["conferencia.exemplo.org"],"No groupchats found":["Nenhuma sala encontrada"],"Groupchats found:":["Salas encontradas:"],"Enter a new Groupchat":["Entrar em uma nova sala"],"Groupchat address":["Endereço da sala"],"Optional nickname":["Apelido Opcional"],"name@conference.example.org":["nome@conferencia.exemplo.org"],"Join":["Entrar"],"%1$s is no longer an admin of this groupchat":["%1$s não é mais um administrador desta sala"],"%1$s is no longer an owner of this groupchat":["%1$s não é mais um proprietário desta sala"],"%1$s is no longer banned from this groupchat":["%1$s não está mais banido desta sala"],"%1$s is no longer a permanent member of this groupchat":["%1$s não é mais um membro permanente desta sala"],"%1$s is now a permanent member of this groupchat":["%1$s se tornou um membro permanente desta sala"],"%1$s has been banned from this groupchat":["%1$s foi manido desta sala"],"%1$s is no longer a moderator":["%1$s não é mais um moderador"],"%1$s has been muted":["%1$s está mudo"],"%1$s is now a moderator":["%1$s é agora um moderador"],"Configure this groupchat":["Configurar essa sala"],"Show more details about this groupchat":["Mostrar mais informações dessa sala"],"Hide the list of participants":["Esconder a lista de participantes"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erro: O comando \"%1$s\" precisa de dois argumentos, o apelido e opcionalmente a razão."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Mudar o usuário para administrador"],"Change user role to participant":["Alterar a função do usuário para o participante"],"Write in 3rd person":["Escrever em terceira pessoa"],"Grant membership to a user":["Subscrever como usuário membro"],"Remove user's ability to post messages":["Remover a habilidade do usuário de postar mensagens"],"Change your nickname":["Escolha seu apelido"],"Grant moderator role to user":["Transformar usuário em moderador"],"Revoke user's membership":["Revogar a associação do usuário"],"Allow muted user to post messages":["Permitir que o usuário mudo publique mensagens"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["O apelido escolhido está atualmente em uso, por favor escolha outro."],"Please choose your nickname":["Por favor escolha seu apelido"],"Nickname":["Apelido"],"Password: ":["Senha: "],"Submit":["Enviar"],"This action was done by %1$s.":["Essa ação foi realizada para %1$s ."],"The reason given is: \"%1$s\".":["A razão dada é: \"%1$s\"."],"No nickname was specified.":["Você não escolheu um apelido ."],"Remote server not found":[""],"Click to mention %1$s in your message.":["Clique para mencionar %1$s em sua mensagem."],"This user is a moderator.":["Esse usuário é o moderador."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["convite"],"Please enter a valid XMPP username":["Por favor entre com usuário XMPP válido"],"Notification from %1$s":["Mensagem de %1$s"],"%1$s says":["%1$s diz"],"has gone offline":["ficou offline"],"has gone away":["Este contato saiu"],"is busy":["ocupado"],"has come online":["Ficou on-line"],"wants to be your contact":["Quer ser seu contato"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Ausente"],"Busy":["Ocupado"],"Custom status":["Status customizado"],"Offline":["Offline"],"Online":["Online"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Estou %1$s"],"Change settings":[""],"Click to change your chat status":["Clique para mudar seu status no chat"],"Log out":["Sair"],"Your profile":[""],"online":["online"],"busy":["ocupado"],"away for long":["ausente a bastante tempo"],"away":["ausente"],"offline":["offline"]," e.g. conversejs.org":[" ex. conversejs.org"],"Fetch registration form":["Inserir formulário de inscrição"],"Tip: A list of public XMPP providers is available":["Dica: uma lista de provedores XMPP públicos está disponível"],"here":["aqui"],"Sorry, we're unable to connect to your chosen provider.":["Desculpe, não podemos conectar ao provedor escolhido."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Desculpe, o provedor fornecido não oferece suporte de banda para registro da conta. Experimente com um provedor diferente."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Algo deu errado ao estabelecer uma conexão com \"%1$s\". Você tem certeza que ele existe?"],"Now logging you in":["Agora você logou"],"Registered successfully":["Registrado com sucesso"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["O provedor rejeitou sua tentativa de registro. Verifique os valores que você digitou para verificar a exatidão."],"Open Groupchats":[""],"This contact is busy":["Este contato está ocupado"],"This contact is online":["Este contato está online"],"This contact is offline":["Este contato está offline"],"This contact is unavailable":["Este contato está indisponível"],"This contact is away for an extended period":["Este contato está ausente por um longo período"],"This contact is away":["Este contato está ausente"],"Groups":["Grupos"],"My contacts":["Meus contatos"],"Pending contacts":["Contados pendentes"],"Contact requests":["Solicitação de contatos"],"Ungrouped":["Desagrupado"],"Contact name":["Nome do contato"],"XMPP Address":[""],"Add":["Adicionar"],"Filter":["Filtro"],"Filter by group name":[""],"Filter by status":[""],"Any":["Qualquer"],"Unread":["Não lido"],"Chatty":["Conversar"],"Extended Away":["Ausência Longa"],"Click to remove %1$s as a contact":["Clique para remover %1$s como contato"],"Click to accept the contact request from %1$s":["Clique para aceitar a solicitação de contato de %1$s"],"Click to decline the contact request from %1$s":["Clique para recusar a solicitação de contato de %1$s"],"Are you sure you want to decline this contact request?":["Tem certeza de que deseja recusar essa solicitação de contato?"],"Contacts":["Contatos"],"Add a contact":["Adicionar contato"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP não ofereceu um mecanismo de autenticação suportado"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Desculpe, não conseguimos nos conectar ao host XMPP com domínio: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Desculpe, houve um erro ao tentar adicionar %1$s como um contato."],"This client does not allow presence subscriptions":["Este cliente não permite assinaturas de presença"],"Click to hide these contacts":["Clique para esconder esses contatos"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Recursos"],"Password protected":["Protegido por senha"],"Members only":["Apenas membros"],"Persistent":["Persistente"],"Only moderators can see your XMPP username":["Apenas moderadores podem ver seu usuário XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Arquivando mensagem"],"Messages are archived on the server":["As mensagens são arquivadas no servidor"],"No password":["Sem senha"],"Uploading file:":[""],"Password:":["Senha:"],"password":["senha"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Clique aqui para efetuar o login anonimamente"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Não possui uma conta de bate papo?"],"Create an account":["Criando uma conta"],"Create your account":["Criar sua conta"],"Please enter the XMPP provider to register with:":["Por favor entre com o provedor XMPP para registro:"],"Already have a chat account?":["Já possui uma conta de bate-papo?"],"Log in here":["Login aqui"],"Account Registration:":["Registro de Conta:"],"Register":["Registro"],"Choose a different provider":["Escolha um provedor diferente"],"Hold tight, we're fetching the registration form…":["Espere, estamos carregando o formulário de inscrição …"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":["Baixar"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Bookmark this groupchat":["Marcar essa sala nos favoritos"],"Unbookmark this groupchat":["Desmarcar a sala"],"Would you like this groupchat to be automatically joined upon startup?":["Gostaria de entrar nessa sala automaticamente quando iniciar?"],"Cancel":["Cancelar"],"The name for this bookmark:":["Nome para o favorito:"],"What should your nickname for this groupchat be?":["Qual deve ser o seu apelido para esta sala?"],"Save":["Salvar"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Tem certeza de que deseja remover o favorito \"%1$s\"?"],"Error":["Erro"],"Sorry, something went wrong while trying to save your bookmark.":["Desculpe, algo deu errado ao tentar salvar seu favorito."],"Leave this groupchat":["Deixar a sala"],"Remove this bookmark":["Remover o favorito"],"Show more information on this groupchat":["Mostrar mais informações dessa sala"],"Click to open this groupchat":["Clique para abrir essa sala"],"Click to toggle the bookmarks list":["Clique para alternar a lista de favoritos"],"Bookmarks":["Favoritos"],"Close this chat box":["Feche esta caixa de bate-papo"],"Sorry, something went wrong while trying to refresh":["Desculpe, algo deu errado ao tentar atualizar"],"Are you sure you want to remove this contact?":["Tem certeza de que deseja remover esse contato?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Desculpe, houve um erro ao tentar remover o contato %1$s ."],"You have unread messages":["Você tem mensagens não lidas"],"Hidden message":["Mensagem oculta"],"Message":["Mensagem"],"Send":["Enviar"],"Optional hint":["Dica Opcional"],"Choose a file to send":["Escolha um arquivo para enviar"],"Remove messages":["Remover mensagens"],"Write in the third person":["Escrever em terceira pessoa"],"Show this menu":["Mostrar o menu"],"Are you sure you want to clear the messages from this conversation?":["Tem certeza que deseja limpar as mensagens dessa conversa?"],"%1$s has gone offline":["%1$s está offline"],"%1$s has gone away":["%1$s está ausente"],"%1$s is busy":["%1$s está ocupado"],"%1$s is online":["%1$s está online"],"Username":["Usuário"],"user@domain":["usuário@domínio"],"Please enter a valid XMPP address":["Por favor entre com um endereço XMPP válido"],"Chat Contacts":["Contatos"],"Toggle chat":["Alternar bate-papo"],"Show more":["Mostrar mais"],"Typing from another device":["Escrevendo de outro dispositivo"],"%1$s is typing":["%1$s está digitando"],"Stopped typing on the other device":["Parou de digitar no outro dispositivo"],"%1$s has stopped typing":["%1$s parou de digitar"],"Unencryptable OMEMO message":["Mensagem OMEMO indecifrável"],"Minimize this chat box":["Minimizar o bate papo"],"Click to restore this chat":["Clique para restaurar este bate-papo"],"Minimized":["Minimizado"],"This groupchat is not anonymous":["Essa sala não é anônima"],"This groupchat now shows unavailable members":["Agora esta sala mostra membros indisponíveis"],"This groupchat does not show unavailable members":["Essa sala não mostra membros indisponíveis"],"The groupchat configuration has changed":["A configuração da sala mudou"],"groupchat logging is now enabled":["O log da sala está ativado"],"groupchat logging is now disabled":["O log da sala está desativado"],"This groupchat is now no longer anonymous":["Essa sala não é mais anônima"],"This groupchat is now semi-anonymous":["Essa sala agora é semi anônima"],"This groupchat is now fully-anonymous":["Essa sala agora é totalmente anônima"],"A new groupchat has been created":["Uma nova sala foi criada"],"You have been banned from this groupchat":["Você foi banido dessa sala"],"You have been kicked from this groupchat":["Você foi expulso dessa sala"],"You have been removed from this groupchat because of an affiliation change":["Você foi removido da sala devido a uma mudança de associação"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Você foi removido da sala porque ela foi mudada para somente membros e você não é um membro"],"You have been removed from this groupchat because the service hosting it is being shut down":["Você foi removido da sala porque o serviço está sendo desligado"],"%1$s has been banned":["%1$s foi banido"],"%1$s's nickname has changed":["O apelido de %1$s foi alterado"],"%1$s has been kicked out":["%1$s foi expulso"],"%1$s has been removed because of an affiliation change":["%1$s foi removido por causa de troca de associação"],"%1$s has been removed for not being a member":["%1$s foi removido por não ser mais um membro"],"Your nickname has been automatically set to %1$s":["Seu apelido foi mudado automaticamente para %1$s"],"Your nickname has been changed to %1$s":["Seu apelido foi mudado para %1$s"],"Description:":["Descrição:"],"Groupchat Address (JID):":["Endereço da sala (JID):"],"Participants:":["Participantes:"],"Features:":["Recursos:"],"Requires authentication":["Requer autenticação"],"Hidden":["Escondido"],"Requires an invitation":["Requer um convite"],"Moderated":["Moderado"],"Non-anonymous":["Não anônimo"],"Open":["Sala aberta"],"Public":["Público"],"Semi-anonymous":["Semi anônimo"],"Temporary":["Temporário"],"Unmoderated":["Sem moderação"],"Server address":["Endereço do Servidor"],"Show groupchats":["Mostrar Salas"],"conference.example.org":["conferencia.exemplo.org"],"No groupchats found":["Nenhuma sala encontrada"],"Groupchats found:":["Salas encontradas:"],"Enter a new Groupchat":["Entrar em uma nova sala"],"Groupchat address":["Endereço da sala"],"Optional nickname":["Apelido Opcional"],"name@conference.example.org":["nome@conferencia.exemplo.org"],"Join":["Entrar"],"%1$s is no longer an admin of this groupchat":["%1$s não é mais um administrador desta sala"],"%1$s is no longer an owner of this groupchat":["%1$s não é mais um proprietário desta sala"],"%1$s is no longer banned from this groupchat":["%1$s não está mais banido desta sala"],"%1$s is no longer a permanent member of this groupchat":["%1$s não é mais um membro permanente desta sala"],"%1$s is now a permanent member of this groupchat":["%1$s se tornou um membro permanente desta sala"],"%1$s has been banned from this groupchat":["%1$s foi manido desta sala"],"%1$s is no longer a moderator":["%1$s não é mais um moderador"],"%1$s has been muted":["%1$s está mudo"],"%1$s is now a moderator":["%1$s é agora um moderador"],"Configure this groupchat":["Configurar essa sala"],"Show more details about this groupchat":["Mostrar mais informações dessa sala"],"Hide the list of participants":["Esconder a lista de participantes"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erro: O comando \"%1$s\" precisa de dois argumentos, o apelido e opcionalmente a razão."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Mudar o usuário para administrador"],"Change user role to participant":["Alterar a função do usuário para o participante"],"Write in 3rd person":["Escrever em terceira pessoa"],"Grant membership to a user":["Subscrever como usuário membro"],"Remove user's ability to post messages":["Remover a habilidade do usuário de postar mensagens"],"Change your nickname":["Escolha seu apelido"],"Grant moderator role to user":["Transformar usuário em moderador"],"Revoke user's membership":["Revogar a associação do usuário"],"Allow muted user to post messages":["Permitir que o usuário mudo publique mensagens"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["O apelido escolhido está atualmente em uso, por favor escolha outro."],"Please choose your nickname":["Por favor escolha seu apelido"],"Nickname":["Apelido"],"Password: ":["Senha: "],"Submit":["Enviar"],"This action was done by %1$s.":["Essa ação foi realizada para %1$s ."],"The reason given is: \"%1$s\".":["A razão dada é: \"%1$s\"."],"No nickname was specified.":["Você não escolheu um apelido ."],"Remote server not found":[""],"Click to mention %1$s in your message.":["Clique para mencionar %1$s em sua mensagem."],"This user is a moderator.":["Esse usuário é o moderador."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["convite"],"Please enter a valid XMPP username":["Por favor entre com usuário XMPP válido"],"Notification from %1$s":["Mensagem de %1$s"],"%1$s says":["%1$s diz"],"has gone offline":["ficou offline"],"has gone away":["Este contato saiu"],"is busy":["ocupado"],"has come online":["Ficou on-line"],"wants to be your contact":["Quer ser seu contato"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Ausente"],"Busy":["Ocupado"],"Custom status":["Status customizado"],"Offline":["Offline"],"Online":["Online"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Estou %1$s"],"Change settings":[""],"Click to change your chat status":["Clique para mudar seu status no chat"],"Log out":["Sair"],"Your profile":[""],"online":["online"],"busy":["ocupado"],"away for long":["ausente a bastante tempo"],"away":["ausente"],"offline":["offline"]," e.g. conversejs.org":[" ex. conversejs.org"],"Fetch registration form":["Inserir formulário de inscrição"],"Tip: A list of public XMPP providers is available":["Dica: uma lista de provedores XMPP públicos está disponível"],"here":["aqui"],"Sorry, we're unable to connect to your chosen provider.":["Desculpe, não podemos conectar ao provedor escolhido."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Desculpe, o provedor fornecido não oferece suporte de banda para registro da conta. Experimente com um provedor diferente."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Algo deu errado ao estabelecer uma conexão com \"%1$s\". Você tem certeza que ele existe?"],"Now logging you in":["Agora você logou"],"Registered successfully":["Registrado com sucesso"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["O provedor rejeitou sua tentativa de registro. Verifique os valores que você digitou para verificar a exatidão."],"Open Groupchats":[""],"This contact is busy":["Este contato está ocupado"],"This contact is online":["Este contato está online"],"This contact is offline":["Este contato está offline"],"This contact is unavailable":["Este contato está indisponível"],"This contact is away for an extended period":["Este contato está ausente por um longo período"],"This contact is away":["Este contato está ausente"],"Groups":["Grupos"],"My contacts":["Meus contatos"],"Pending contacts":["Contados pendentes"],"Contact requests":["Solicitação de contatos"],"Ungrouped":["Desagrupado"],"Contact name":["Nome do contato"],"XMPP Address":[""],"Add":["Adicionar"],"Filter":["Filtro"],"Filter by group name":[""],"Filter by status":[""],"Any":["Qualquer"],"Unread":["Não lido"],"Chatty":["Conversar"],"Extended Away":["Ausência Longa"],"Click to remove %1$s as a contact":["Clique para remover %1$s como contato"],"Click to accept the contact request from %1$s":["Clique para aceitar a solicitação de contato de %1$s"],"Click to decline the contact request from %1$s":["Clique para recusar a solicitação de contato de %1$s"],"Are you sure you want to decline this contact request?":["Tem certeza de que deseja recusar essa solicitação de contato?"],"Contacts":["Contatos"],"Add a contact":["Adicionar contato"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP não ofereceu um mecanismo de autenticação suportado"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Desculpe, não conseguimos nos conectar ao host XMPP com domínio: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Desculpe, houve um erro ao tentar adicionar %1$s como um contato."],"This client does not allow presence subscriptions":["Este cliente não permite assinaturas de presença"],"Click to hide these contacts":["Clique para esconder esses contatos"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Recursos"],"Password protected":["Protegido por senha"],"Members only":["Apenas membros"],"Persistent":["Persistente"],"Only moderators can see your XMPP username":["Apenas moderadores podem ver seu usuário XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Arquivando mensagem"],"Messages are archived on the server":["As mensagens são arquivadas no servidor"],"No password":["Sem senha"],"Uploading file:":[""],"Password:":["Senha:"],"password":["senha"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Clique aqui para efetuar o login anonimamente"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Não possui uma conta de bate papo?"],"Create an account":["Criando uma conta"],"Create your account":["Criar sua conta"],"Please enter the XMPP provider to register with:":["Por favor entre com o provedor XMPP para registro:"],"Already have a chat account?":["Já possui uma conta de bate-papo?"],"Log in here":["Login aqui"],"Account Registration:":["Registro de Conta:"],"Register":["Registro"],"Choose a different provider":["Escolha um provedor diferente"],"Hold tight, we're fetching the registration form…":["Espere, estamos carregando o formulário de inscrição …"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":["Baixar"]}}} \ No newline at end of file diff --git a/locale/pt_BR/LC_MESSAGES/converse.po b/locale/pt_BR/LC_MESSAGES/converse.po index beb6d890c..9491d79ff 100644 --- a/locale/pt_BR/LC_MESSAGES/converse.po +++ b/locale/pt_BR/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-12-07 11:25+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Portuguese (Brazil) 0 && n%100 < 20)) ? 1 : 2;","lang":"ro"},"Bookmark this groupchat":["Adaugă semn de carte pentru această discuție de grup"],"Unbookmark this groupchat":["Elimină semnul de carte pentru acestă discuție de grup"],"Would you like this groupchat to be automatically joined upon startup?":["Doriți să vă alăturați acestei discuții de grup automat la pornire?"],"Cancel":["Anulează"],"The name for this bookmark:":["Numele acestui semn de carte:"],"What should your nickname for this groupchat be?":["Ce nume doriți să aveți în această discuție de grup?"],"Save":["Salvare"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Sunteți siguri că doriți să eliminați semnul de carte \"%1$s\"?"],"Error":["Eroare"],"Sorry, something went wrong while trying to save your bookmark.":["Ne pare rău, ceva a mers prost în timp ce se încerca salvarea semnului de carte."],"Leave this groupchat":["Părăsește această discuție de grup"],"Remove this bookmark":["Elimina acest semn de carte"],"Show more information on this groupchat":["Arată mai multe informații despre această discuție de grup"],"Click to open this groupchat":["Faceți click pentru a deschide această discuție de grup"],"Click to toggle the bookmarks list":["Faceți click pentru a activa lista de semne de carte"],"Bookmarks":["Semne de carte"],"Close this chat box":["Închide această casetă de discuție"],"Sorry, something went wrong while trying to refresh":["Ne pare rău, ceva a mers prost în timp ce se încerca actualizarea"],"Are you sure you want to remove this contact?":["Sunteți siguri că doriți să eliminați acest contact?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Ne pare rău, a apărut o eroare în timp ce se încerca ștergerea %1$s din lista de contacte."],"You have unread messages":["Aveți mesaje necitite"],"Hidden message":["Mesaj ascuns"],"Message":["Mesaj"],"Send":["Trimite"],"Optional hint":["Indiciu opțional"],"Choose a file to send":["Selectați un fișier pentru a fi trimis"],"Remove messages":["Eliminați mesajele"],"Write in the third person":["Scrie la persoana a treia"],"Show this menu":["Arată acest meniu"],"Are you sure you want to clear the messages from this conversation?":["Sunteți siguri că doriți să ștergeți mesajele din această conversație?"],"%1$s has gone offline":["%1$s este deconectat(ă)"],"%1$s has gone away":["%1$s a plecat(ă)"],"%1$s is busy":["%1$s este ocupat(ă)"],"%1$s is online":["%1$s este conectat(ă)"],"Username":["Nume de utilizator"],"user@domain":["utilizator@domeniu"],"Please enter a valid XMPP address":["Vă rugăm să introduceți o adresă XMPP validă"],"Chat Contacts":["Contacte"],"Toggle chat":["Comutare discuție"],"Show more":["Arată mai mult"],"Typing from another device":["Tastează de pe un alt dispozitiv"],"%1$s is typing":["%1$s tastează"],"Stopped typing on the other device":["S-a oprit din scris de pe un alt dispozitiv"],"%1$s has stopped typing":["%1$s s-a oprit din scris"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Micșorează această casetă de discuție"],"Click to restore this chat":["Faceți clic pentru a restabili acestă discuție"],"Minimized":["Micșorată"],"This groupchat is not anonymous":["Această discuție de grup nu este anonimă"],"This groupchat now shows unavailable members":["Această discuție de grup arată acum membrii indisponibili"],"This groupchat does not show unavailable members":["Această discuție de grup nu arată membrii indisponibili"],"The groupchat configuration has changed":["Configurația acestei discuții de grup s-a schimbat"],"groupchat logging is now enabled":["jurnalul discuției de grup este acum activat"],"groupchat logging is now disabled":["jurnalul discuției de grup este acum dezactivat"],"This groupchat is now no longer anonymous":["Această discuție de grup de acum nu mai este anonimă"],"This groupchat is now semi-anonymous":["Această discuție de grup de acum este semi-anonimă"],"This groupchat is now fully-anonymous":["Această discuție de grup de acum este complet anonimă"],"A new groupchat has been created":["O nouă discuție de grup a fost creată"],"You have been banned from this groupchat":["Ați fost excluși(se) din această discuție de grup"],"You have been kicked from this groupchat":["Ați fost dați(te) afară din această discuție de grup"],"You have been removed from this groupchat because of an affiliation change":["Ați fost eliminați(te) din această discuție de grup din cauza unei schimbări de afiliere"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Ați fost eliminați(te) din această discuție de grup deoarece aceasta s-a modificat și acceptă doar membrii, iar dumneavoastră nu sunteți unul(a)"],"You have been removed from this groupchat because the service hosting it is being shut down":["Ați fost înlăturați(te) din această discuție de grup pentru ca serviciul gazdă se oprește"],"%1$s has been banned":[""],"%1$s's nickname has changed":[""],"%1$s has been kicked out":[""],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":[""],"Groupchats found:":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["%1$s nu mai are rol de administrator în această discuție de grup"],"%1$s is no longer an owner of this groupchat":["%1$s nu mai are rol de proprietar în această discuție de grup"],"%1$s is no longer banned from this groupchat":["%1$s nu mai este exclus(ă) din această discuție de grup"],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is now a permanent member of this groupchat":["%1$s acum un(o) membru(ă) permanent(ă) al acestei discuții de grup"],"%1$s has been banned from this groupchat":["%1$s a fost exclus(ă) din această discuție de grup"],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":["Înregistrează un pseudonim pentru această cameră"],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":["Faceți click pentru a menționa %1$s în mesajul dumneavoastră."],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":["Faceți click pentru a vă schimba mesajul de stare"],"Log out":[""],"Show details about this chat client":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["Faceți clic pentru a comuta lista de discuții de grup deschise"],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":["Faceți click pentru a elimina %1$s din lista de persoane de contact"],"Click to accept the contact request from %1$s":["Faceți clic pentru a accepta solicitarea de contact de la %1$s"],"Click to decline the contact request from %1$s":["Faceți click pentru a refuza solicitarea de contact de la %1$s"],"Click to chat with %1$s (JID: %2$s)":["Faceți click pentru a discuta cu %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"Re-sync your contacts":[""],"Sorry, could not determine upload URL.":["Ne pare rău, nu am putut determina adresa pentru descărcarea fișierului."],"Sorry, could not determine file upload URL.":["Ne pare rău, nu am putut determina adresa pentru încărcarea fișierului."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Ne pare rău, nu am putut încărca fișierul dumneavoastră. Răspunsul serverului: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Ne pare rău, nu am putut încărca fișierul dumneavoastră."],"Sorry, looks like file upload is not supported by your server.":["Ne pare rău, se pare că serverul dumneavoastră nu suportă încărcarea de fișiere."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Dimensiunea fișierului dumneavoastră, %1$s, depășește valoarea maximă permisă de server, care este %2$s."],"Sorry, an error occurred:":["Ne pare rău, a apărut o eroare:"],"The XMPP server did not offer a supported authentication mechanism":["Serverul XMPP nu oferă un mecanism de autentificare acceptat"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Ne pare rău, nu sa putut face conectarea la gazdă XMPP cu domeniu: %1$s"],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Faceți clic pentru a ascunde aceste contacte"],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"Uploading file:":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":["Faceți click aici pentru a vă autentifica anonim"],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"XMPP Address:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;","lang":"ro"},"Bookmark this groupchat":["Adaugă semn de carte pentru această discuție de grup"],"Unbookmark this groupchat":["Elimină semnul de carte pentru acestă discuție de grup"],"Would you like this groupchat to be automatically joined upon startup?":["Doriți să vă alăturați acestei discuții de grup automat la pornire?"],"Cancel":["Anulează"],"The name for this bookmark:":["Numele acestui semn de carte:"],"What should your nickname for this groupchat be?":["Ce nume doriți să aveți în această discuție de grup?"],"Save":["Salvare"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Sunteți siguri că doriți să eliminați semnul de carte \"%1$s\"?"],"Error":["Eroare"],"Sorry, something went wrong while trying to save your bookmark.":["Ne pare rău, ceva a mers prost în timp ce se încerca salvarea semnului de carte."],"Leave this groupchat":["Părăsește această discuție de grup"],"Remove this bookmark":["Elimina acest semn de carte"],"Show more information on this groupchat":["Arată mai multe informații despre această discuție de grup"],"Click to open this groupchat":["Faceți click pentru a deschide această discuție de grup"],"Click to toggle the bookmarks list":["Faceți click pentru a activa lista de semne de carte"],"Bookmarks":["Semne de carte"],"Close this chat box":["Închide această casetă de discuție"],"Sorry, something went wrong while trying to refresh":["Ne pare rău, ceva a mers prost în timp ce se încerca actualizarea"],"Are you sure you want to remove this contact?":["Sunteți siguri că doriți să eliminați acest contact?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Ne pare rău, a apărut o eroare în timp ce se încerca ștergerea %1$s din lista de contacte."],"You have unread messages":["Aveți mesaje necitite"],"Hidden message":["Mesaj ascuns"],"Message":["Mesaj"],"Send":["Trimite"],"Optional hint":["Indiciu opțional"],"Choose a file to send":["Selectați un fișier pentru a fi trimis"],"Remove messages":["Eliminați mesajele"],"Write in the third person":["Scrie la persoana a treia"],"Show this menu":["Arată acest meniu"],"Are you sure you want to clear the messages from this conversation?":["Sunteți siguri că doriți să ștergeți mesajele din această conversație?"],"%1$s has gone offline":["%1$s este deconectat(ă)"],"%1$s has gone away":["%1$s a plecat(ă)"],"%1$s is busy":["%1$s este ocupat(ă)"],"%1$s is online":["%1$s este conectat(ă)"],"Username":["Nume de utilizator"],"user@domain":["utilizator@domeniu"],"Please enter a valid XMPP address":["Vă rugăm să introduceți o adresă XMPP validă"],"Chat Contacts":["Contacte"],"Toggle chat":["Comutare discuție"],"Show more":["Arată mai mult"],"Typing from another device":["Tastează de pe un alt dispozitiv"],"%1$s is typing":["%1$s tastează"],"Stopped typing on the other device":["S-a oprit din scris de pe un alt dispozitiv"],"%1$s has stopped typing":["%1$s s-a oprit din scris"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Micșorează această casetă de discuție"],"Click to restore this chat":["Faceți clic pentru a restabili acestă discuție"],"Minimized":["Micșorată"],"This groupchat is not anonymous":["Această discuție de grup nu este anonimă"],"This groupchat now shows unavailable members":["Această discuție de grup arată acum membrii indisponibili"],"This groupchat does not show unavailable members":["Această discuție de grup nu arată membrii indisponibili"],"The groupchat configuration has changed":["Configurația acestei discuții de grup s-a schimbat"],"groupchat logging is now enabled":["jurnalul discuției de grup este acum activat"],"groupchat logging is now disabled":["jurnalul discuției de grup este acum dezactivat"],"This groupchat is now no longer anonymous":["Această discuție de grup de acum nu mai este anonimă"],"This groupchat is now semi-anonymous":["Această discuție de grup de acum este semi-anonimă"],"This groupchat is now fully-anonymous":["Această discuție de grup de acum este complet anonimă"],"A new groupchat has been created":["O nouă discuție de grup a fost creată"],"You have been banned from this groupchat":["Ați fost excluși(se) din această discuție de grup"],"You have been kicked from this groupchat":["Ați fost dați(te) afară din această discuție de grup"],"You have been removed from this groupchat because of an affiliation change":["Ați fost eliminați(te) din această discuție de grup din cauza unei schimbări de afiliere"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Ați fost eliminați(te) din această discuție de grup deoarece aceasta s-a modificat și acceptă doar membrii, iar dumneavoastră nu sunteți unul(a)"],"You have been removed from this groupchat because the service hosting it is being shut down":["Ați fost înlăturați(te) din această discuție de grup pentru ca serviciul gazdă se oprește"],"%1$s has been banned":[""],"%1$s's nickname has changed":[""],"%1$s has been kicked out":[""],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":[""],"Groupchats found:":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["%1$s nu mai are rol de administrator în această discuție de grup"],"%1$s is no longer an owner of this groupchat":["%1$s nu mai are rol de proprietar în această discuție de grup"],"%1$s is no longer banned from this groupchat":["%1$s nu mai este exclus(ă) din această discuție de grup"],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is now a permanent member of this groupchat":["%1$s acum un(o) membru(ă) permanent(ă) al acestei discuții de grup"],"%1$s has been banned from this groupchat":["%1$s a fost exclus(ă) din această discuție de grup"],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Destroy room":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":["Faceți click pentru a menționa %1$s în mesajul dumneavoastră."],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":["Faceți click pentru a vă schimba mesajul de stare"],"Log out":[""],"Show details about this chat client":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["Faceți clic pentru a comuta lista de discuții de grup deschise"],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":["Faceți click pentru a elimina %1$s din lista de persoane de contact"],"Click to accept the contact request from %1$s":["Faceți clic pentru a accepta solicitarea de contact de la %1$s"],"Click to decline the contact request from %1$s":["Faceți click pentru a refuza solicitarea de contact de la %1$s"],"Click to chat with %1$s (JID: %2$s)":["Faceți click pentru a discuta cu %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"Re-sync your contacts":[""],"Sorry, could not determine upload URL.":["Ne pare rău, nu am putut determina adresa pentru descărcarea fișierului."],"Sorry, could not determine file upload URL.":["Ne pare rău, nu am putut determina adresa pentru încărcarea fișierului."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Ne pare rău, nu am putut încărca fișierul dumneavoastră. Răspunsul serverului: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Ne pare rău, nu am putut încărca fișierul dumneavoastră."],"Sorry, looks like file upload is not supported by your server.":["Ne pare rău, se pare că serverul dumneavoastră nu suportă încărcarea de fișiere."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Dimensiunea fișierului dumneavoastră, %1$s, depășește valoarea maximă permisă de server, care este %2$s."],"Sorry, an error occurred:":["Ne pare rău, a apărut o eroare:"],"The XMPP server did not offer a supported authentication mechanism":["Serverul XMPP nu oferă un mecanism de autentificare acceptat"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Ne pare rău, nu sa putut face conectarea la gazdă XMPP cu domeniu: %1$s"],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Faceți clic pentru a ascunde aceste contacte"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"Uploading file:":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":["Faceți click aici pentru a vă autentifica anonim"],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"XMPP Address:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/ro/LC_MESSAGES/converse.po b/locale/ro/LC_MESSAGES/converse.po index 3df23b67f..6e6349035 100644 --- a/locale/ro/LC_MESSAGES/converse.po +++ b/locale/ro/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-10-31 09:22+0000\n" "Last-Translator: Licaon Kter \n" "Language-Team: Romanian =2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"ru"},"Cancel":["Отменить"],"The name for this bookmark:":["Имя для этой закладки:"],"Save":["Сохранить"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Вы уверены, что хотите удалить закладку \"%1$s\"?"],"Error":["Ошибка"],"Sorry, something went wrong while trying to save your bookmark.":["Извините, что-то пошло не так в момент попытки сохранить вашу закладку."],"Remove this bookmark":["Удалить эту закладку"],"Click to toggle the bookmarks list":["Нажмите, чтобы переключить список закладок"],"Bookmarks":["Закладки"],"Close this chat box":["Закрыть это окно чата"],"Are you sure you want to remove this contact?":["Вы уверены, что хотите удалить этот контакт?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Прости, произошла ошибка при попытке удаления %1$s как контакта."],"You have unread messages":["У тебя есть непрочитанные сообщения"],"Hidden message":["Скрытое сообщение"],"Message":["Сообщение"],"Send":["Отправить"],"Optional hint":["Опционная подсказка"],"Choose a file to send":["Выберите файл для отправки"],"Remove messages":["Удалить сообщения"],"Write in the third person":["Писать от третьего лица"],"Show this menu":["Показать это меню"],"Username":["Имя пользователя"],"user@domain":["пользователь@домен"],"Please enter a valid XMPP address":["Пожалуйста, введите действительный XMPP адрес"],"Chat Contacts":["Контакты в чате"],"Toggle chat":["Включить чат"],"Typing from another device":["Набирает с другого девайса"],"%1$s is typing":["%1$s набирает текст"],"Stopped typing on the other device":["Перестал набирать с другого девайса"],"%1$s has stopped typing":["%1$s прекратил печатать"],"Unencryptable OMEMO message":["Незашифрованное OMEMO сообщение"],"Minimize this chat box":["Свернуть окно чата"],"Click to restore this chat":["Кликните, чтобы развернуть чат"],"Minimized":["Свёрнуто"],"This groupchat is not anonymous":["Этот групповой чат не анонимный"],"This groupchat now shows unavailable members":["В данный момент этот групповой чат показывает недоступных участников"],"This groupchat does not show unavailable members":["В этом групповом чате отсутствуют недоступные участники"],"The groupchat configuration has changed":["Изменена конфигурация группового чата"],"groupchat logging is now enabled":["Протокол чата включен"],"groupchat logging is now disabled":["Протокол чата выключен"],"This groupchat is now no longer anonymous":["Этот групповой чат больше не анонимен"],"This groupchat is now semi-anonymous":["Этот групповой чат частично анонимный"],"This groupchat is now fully-anonymous":["Этот групповой чат стал полностью анонимный"],"A new groupchat has been created":["Появился новый групповой чат"],"You have been banned from this groupchat":["Вам запрещено подключатся к этому групповому чату"],"You have been kicked from this groupchat":["Вас исключили из группового чата"],"You have been removed from this groupchat because of an affiliation change":["Вас удалили из-за изменения прав"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Вы были удалены из этого группового чата, потому что групповой чат был изменен только для членов, а вы им не являетесь"],"%1$s has been banned":["%1$s был забанен"],"%1$s's nickname has changed":["%1$s сменил псевдоним"],"%1$s has been kicked out":["%1$s был выкинут"],"%1$s has been removed because of an affiliation change":["%1$s был удален из-за изменения членства"],"%1$s has been removed for not being a member":["%1$s был удален из-за того, что не являлся членом"],"Your nickname has been automatically set to %1$s":["Ваш псевдоним был автоматически изменён на: %1$s"],"Your nickname has been changed to %1$s":["Ваш псевдоним был изменён на: %1$s"],"Description:":["Описание:"],"Features:":["Свойства:"],"Requires authentication":["Требуется авторизация"],"Hidden":["Скрыто"],"Requires an invitation":["Требуется приглашение"],"Moderated":["Модерируемая"],"Non-anonymous":["Не анонимная"],"Open":["Открыть"],"Public":["Публичный"],"Semi-anonymous":["Частично анонимный"],"Temporary":["Временный"],"Unmoderated":["Немодерируемый"],"Server address":["Адрес сервера"],"conference.example.org":["например, conference.example.org"],"Optional nickname":["Имя пользователя по умолчанию"],"name@conference.example.org":["например, name@conference.example.org"],"Join":["Присоединиться"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Ошибка: команда \"%1$s\" принимает два аргумента, пользовательский псевдоним и (опционально) причину."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Дать права администратора"],"Change user role to participant":["Изменить роль пользователя на \"участник\""],"Write in 3rd person":["Писать в третьем лице"],"Grant membership to a user":["Сделать пользователя участником"],"Remove user's ability to post messages":["Запретить отправку сообщений"],"Change your nickname":["Изменить свой псевдоним"],"Grant moderator role to user":["Предоставить права модератора пользователю"],"Revoke user's membership":["Отозвать членство пользователя"],"Allow muted user to post messages":["Разрешить заглушенным пользователям отправлять сообщения"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Выбранный вами псевдоним зарезервирован или используется в настоящее время, выберите другой."],"Please choose your nickname":["Пожалуйста, выберите свой псевдоним"],"Nickname":["Псевдоним"],"Password: ":["Пароль: "],"Submit":["Отправить"],"This action was done by %1$s.":["Это действие было выполнено %1$s."],"The reason given is: \"%1$s\".":["Причиной является: \"%1$s\"."],"No nickname was specified.":["Псевдоним не был указан."],"Remote server not found":[""],"Topic set by %1$s":["Тему установил(а) %1$s"],"Click to mention %1$s in your message.":["Нажмите, чтобы упомянуть %1$s в вашем сообщении."],"This user is a moderator.":["Этот пользователь является модератором."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["Пригласить"],"Please enter a valid XMPP username":["Пожалуйста, введите доступный псевдоним XMPP"],"Notification from %1$s":["Уведомление от %1$s"],"%1$s says":["%1$s говорит"],"has gone offline":["вышел из сети"],"has gone away":["отошёл"],"is busy":["занят"],"has come online":["появился в сети"],"wants to be your contact":["хочет быть в вашем списке контактов"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["Ваш профиль"],"Close":["Закрыть"],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Отошёл"],"Busy":["Занят"],"Custom status":["Произвольный статус"],"Offline":["Не в сети"],"Online":["В сети"],"Away for long":["Давно отсутствует"],"Change chat status":["Изменить статус чата"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Я %1$s"],"Change settings":["Изменить настройки"],"Click to change your chat status":["Изменить ваш статус"],"Log out":["Выйти"],"Your profile":["Ваш профиль"],"Are you sure you want to log out?":["Вы уверены, что хотите выйти?"],"online":["на связи"],"busy":["занят"],"away for long":["отошёл надолго"],"away":["отошёл"],"offline":["Не в сети"]," e.g. conversejs.org":[" например, conversejs.org"],"Fetch registration form":["Получить форму регистрации"],"Tip: A list of public XMPP providers is available":["Совет. Список публичных XMPP провайдеров доступен"],"here":["здесь"],"Sorry, we're unable to connect to your chosen provider.":["К сожалению, мы не можем подключиться к выбранному вами провайдеру."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["К сожалению, провайдер не поддерживает регистрацию аккаунта через клиентское приложение. Пожалуйста попробуйте выбрать другого провайдера."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Что-то пошло не так при установке связи с \"%1$s\". Вы уверены, что такой адрес существует?"],"Now logging you in":["Осуществляется вход"],"Registered successfully":["Зарегистрирован успешно"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер отклонил вашу попытку зарегистрироваться. Пожалуйста, проверьте, правильно ли введены значения."],"Open Groupchats":[""],"This contact is busy":["Занят"],"This contact is online":["В сети"],"This contact is offline":["Не в сети"],"This contact is unavailable":["Недоступен"],"This contact is away for an extended period":["Надолго отошёл"],"This contact is away":["Отошёл"],"Groups":["Группы"],"My contacts":["Контакты"],"Pending contacts":["Собеседники, ожидающие авторизации"],"Contact requests":["Запросы на авторизацию"],"Ungrouped":["Несгруппированные"],"Contact name":["Имя контакта"],"Add a Contact":["Добавить контакт"],"XMPP Address":["XMPP адрес"],"name@example.org":["например, name@example.org"],"Add":["Добавить"],"Filter":["Фильтр"],"Filter by contact name":["Фильтр по имени"],"Filter by group name":["Фильтр по названию группы"],"Filter by status":["Фильтр по статусу"],"Any":["Любой"],"Unread":["Непрочитанно"],"Chatty":["Болтливый"],"Extended Away":["Нет на месте долгое время"],"Click to remove %1$s as a contact":["Нажми что-бы удалить %1$s как контакт"],"Click to accept the contact request from %1$s":["Кликни, что-бы принять запрос на добавление от %1$s"],"Click to decline the contact request from %1$s":["Кликни, что-бы отклонить запрос на добавление от %1$s"],"Click to chat with %1$s (JID: %2$s)":["Нажмите для чата с %1$s (Идентификатор Jabber: %2$s)"],"Are you sure you want to decline this contact request?":["Вы уверены, что хотите отклонить запрос от этого контакта?"],"Contacts":["Контакты"],"Add a contact":["Добавть контакт"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["Сервер XMPP не предлагал поддерживаемый механизм аутентификации"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["К сожалению, мы не смогли подключиться к XMPP узлу с доменом: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Прости, произошла ошибка при добавлении %1$s в качестве контакта."],"This client does not allow presence subscriptions":["Данный чат-клиент не поддерживает уведомления о статусе"],"Click to hide these contacts":["Кликните, чтобы спрятать эти контакты"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Особенности"],"Password protected":["Пароль защищён"],"Members only":["Только для членов"],"Persistent":["Стойкий"],"Only moderators can see your XMPP username":["Только модераторы могут видеть ваш псевдоним XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Архивация сообщений"],"Messages are archived on the server":["Сообщения архивируются на сервере"],"No password":["Нет пароля"],"Uploading file:":[""],"XMPP Username:":["XMPP Username:"],"Password:":["Пароль:"],"password":["пароль"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Нажмите здесь, чтобы войти анонимно"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Не имеете учётную запись для чата?"],"Create an account":["Создать учётную запись"],"Create your account":["Создать вашу учётную запись"],"Please enter the XMPP provider to register with:":["Пожалуйста, введите XMPP провайдера для регистрации:"],"Already have a chat account?":["Уже имеете учётную запись чата?"],"Log in here":["Вход в систему"],"Account Registration:":["Регистрация учётной записи:"],"Register":["Регистрация"],"Choose a different provider":["Выберите другого провайдера"],"Hold tight, we're fetching the registration form…":["Подождите немного, мы получаем регистрационную форму…"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"ru"},"Cancel":["Отменить"],"The name for this bookmark:":["Имя для этой закладки:"],"Save":["Сохранить"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Вы уверены, что хотите удалить закладку \"%1$s\"?"],"Error":["Ошибка"],"Sorry, something went wrong while trying to save your bookmark.":["Извините, что-то пошло не так в момент попытки сохранить вашу закладку."],"Remove this bookmark":["Удалить эту закладку"],"Click to toggle the bookmarks list":["Нажмите, чтобы переключить список закладок"],"Bookmarks":["Закладки"],"Close this chat box":["Закрыть это окно чата"],"Are you sure you want to remove this contact?":["Вы уверены, что хотите удалить этот контакт?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Прости, произошла ошибка при попытке удаления %1$s как контакта."],"You have unread messages":["У тебя есть непрочитанные сообщения"],"Hidden message":["Скрытое сообщение"],"Message":["Сообщение"],"Send":["Отправить"],"Optional hint":["Опционная подсказка"],"Choose a file to send":["Выберите файл для отправки"],"Remove messages":["Удалить сообщения"],"Write in the third person":["Писать от третьего лица"],"Show this menu":["Показать это меню"],"Username":["Имя пользователя"],"user@domain":["пользователь@домен"],"Please enter a valid XMPP address":["Пожалуйста, введите действительный XMPP адрес"],"Chat Contacts":["Контакты в чате"],"Toggle chat":["Включить чат"],"Typing from another device":["Набирает с другого девайса"],"%1$s is typing":["%1$s набирает текст"],"Stopped typing on the other device":["Перестал набирать с другого девайса"],"%1$s has stopped typing":["%1$s прекратил печатать"],"Unencryptable OMEMO message":["Незашифрованное OMEMO сообщение"],"Minimize this chat box":["Свернуть окно чата"],"Click to restore this chat":["Кликните, чтобы развернуть чат"],"Minimized":["Свёрнуто"],"This groupchat is not anonymous":["Этот групповой чат не анонимный"],"This groupchat now shows unavailable members":["В данный момент этот групповой чат показывает недоступных участников"],"This groupchat does not show unavailable members":["В этом групповом чате отсутствуют недоступные участники"],"The groupchat configuration has changed":["Изменена конфигурация группового чата"],"groupchat logging is now enabled":["Протокол чата включен"],"groupchat logging is now disabled":["Протокол чата выключен"],"This groupchat is now no longer anonymous":["Этот групповой чат больше не анонимен"],"This groupchat is now semi-anonymous":["Этот групповой чат частично анонимный"],"This groupchat is now fully-anonymous":["Этот групповой чат стал полностью анонимный"],"A new groupchat has been created":["Появился новый групповой чат"],"You have been banned from this groupchat":["Вам запрещено подключатся к этому групповому чату"],"You have been kicked from this groupchat":["Вас исключили из группового чата"],"You have been removed from this groupchat because of an affiliation change":["Вас удалили из-за изменения прав"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Вы были удалены из этого группового чата, потому что групповой чат был изменен только для членов, а вы им не являетесь"],"%1$s has been banned":["%1$s был забанен"],"%1$s's nickname has changed":["%1$s сменил псевдоним"],"%1$s has been kicked out":["%1$s был выкинут"],"%1$s has been removed because of an affiliation change":["%1$s был удален из-за изменения членства"],"%1$s has been removed for not being a member":["%1$s был удален из-за того, что не являлся членом"],"Your nickname has been automatically set to %1$s":["Ваш псевдоним был автоматически изменён на: %1$s"],"Your nickname has been changed to %1$s":["Ваш псевдоним был изменён на: %1$s"],"Description:":["Описание:"],"Features:":["Свойства:"],"Requires authentication":["Требуется авторизация"],"Hidden":["Скрыто"],"Requires an invitation":["Требуется приглашение"],"Moderated":["Модерируемая"],"Non-anonymous":["Не анонимная"],"Open":["Открыть"],"Public":["Публичный"],"Semi-anonymous":["Частично анонимный"],"Temporary":["Временный"],"Unmoderated":["Немодерируемый"],"Server address":["Адрес сервера"],"conference.example.org":["например, conference.example.org"],"Optional nickname":["Имя пользователя по умолчанию"],"name@conference.example.org":["например, name@conference.example.org"],"Join":["Присоединиться"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Ошибка: команда \"%1$s\" принимает два аргумента, пользовательский псевдоним и (опционально) причину."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Дать права администратора"],"Change user role to participant":["Изменить роль пользователя на \"участник\""],"Write in 3rd person":["Писать в третьем лице"],"Grant membership to a user":["Сделать пользователя участником"],"Remove user's ability to post messages":["Запретить отправку сообщений"],"Change your nickname":["Изменить свой псевдоним"],"Grant moderator role to user":["Предоставить права модератора пользователю"],"Revoke user's membership":["Отозвать членство пользователя"],"Allow muted user to post messages":["Разрешить заглушенным пользователям отправлять сообщения"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Выбранный вами псевдоним зарезервирован или используется в настоящее время, выберите другой."],"Please choose your nickname":["Пожалуйста, выберите свой псевдоним"],"Nickname":["Псевдоним"],"Password: ":["Пароль: "],"Submit":["Отправить"],"This action was done by %1$s.":["Это действие было выполнено %1$s."],"The reason given is: \"%1$s\".":["Причиной является: \"%1$s\"."],"No nickname was specified.":["Псевдоним не был указан."],"Remote server not found":[""],"Topic set by %1$s":["Тему установил(а) %1$s"],"Click to mention %1$s in your message.":["Нажмите, чтобы упомянуть %1$s в вашем сообщении."],"This user is a moderator.":["Этот пользователь является модератором."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["Пригласить"],"Please enter a valid XMPP username":["Пожалуйста, введите доступный псевдоним XMPP"],"Notification from %1$s":["Уведомление от %1$s"],"%1$s says":["%1$s говорит"],"has gone offline":["вышел из сети"],"has gone away":["отошёл"],"is busy":["занят"],"has come online":["появился в сети"],"wants to be your contact":["хочет быть в вашем списке контактов"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":["Ваш профиль"],"Close":["Закрыть"],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Отошёл"],"Busy":["Занят"],"Custom status":["Произвольный статус"],"Offline":["Не в сети"],"Online":["В сети"],"Away for long":["Давно отсутствует"],"Change chat status":["Изменить статус чата"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Я %1$s"],"Change settings":["Изменить настройки"],"Click to change your chat status":["Изменить ваш статус"],"Log out":["Выйти"],"Your profile":["Ваш профиль"],"Are you sure you want to log out?":["Вы уверены, что хотите выйти?"],"online":["на связи"],"busy":["занят"],"away for long":["отошёл надолго"],"away":["отошёл"],"offline":["Не в сети"]," e.g. conversejs.org":[" например, conversejs.org"],"Fetch registration form":["Получить форму регистрации"],"Tip: A list of public XMPP providers is available":["Совет. Список публичных XMPP провайдеров доступен"],"here":["здесь"],"Sorry, we're unable to connect to your chosen provider.":["К сожалению, мы не можем подключиться к выбранному вами провайдеру."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["К сожалению, провайдер не поддерживает регистрацию аккаунта через клиентское приложение. Пожалуйста попробуйте выбрать другого провайдера."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Что-то пошло не так при установке связи с \"%1$s\". Вы уверены, что такой адрес существует?"],"Now logging you in":["Осуществляется вход"],"Registered successfully":["Зарегистрирован успешно"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер отклонил вашу попытку зарегистрироваться. Пожалуйста, проверьте, правильно ли введены значения."],"Open Groupchats":[""],"This contact is busy":["Занят"],"This contact is online":["В сети"],"This contact is offline":["Не в сети"],"This contact is unavailable":["Недоступен"],"This contact is away for an extended period":["Надолго отошёл"],"This contact is away":["Отошёл"],"Groups":["Группы"],"My contacts":["Контакты"],"Pending contacts":["Собеседники, ожидающие авторизации"],"Contact requests":["Запросы на авторизацию"],"Ungrouped":["Несгруппированные"],"Contact name":["Имя контакта"],"Add a Contact":["Добавить контакт"],"XMPP Address":["XMPP адрес"],"name@example.org":["например, name@example.org"],"Add":["Добавить"],"Filter":["Фильтр"],"Filter by contact name":["Фильтр по имени"],"Filter by group name":["Фильтр по названию группы"],"Filter by status":["Фильтр по статусу"],"Any":["Любой"],"Unread":["Непрочитанно"],"Chatty":["Болтливый"],"Extended Away":["Нет на месте долгое время"],"Click to remove %1$s as a contact":["Нажми что-бы удалить %1$s как контакт"],"Click to accept the contact request from %1$s":["Кликни, что-бы принять запрос на добавление от %1$s"],"Click to decline the contact request from %1$s":["Кликни, что-бы отклонить запрос на добавление от %1$s"],"Click to chat with %1$s (JID: %2$s)":["Нажмите для чата с %1$s (Идентификатор Jabber: %2$s)"],"Are you sure you want to decline this contact request?":["Вы уверены, что хотите отклонить запрос от этого контакта?"],"Contacts":["Контакты"],"Add a contact":["Добавть контакт"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["Сервер XMPP не предлагал поддерживаемый механизм аутентификации"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["К сожалению, мы не смогли подключиться к XMPP узлу с доменом: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Прости, произошла ошибка при добавлении %1$s в качестве контакта."],"This client does not allow presence subscriptions":["Данный чат-клиент не поддерживает уведомления о статусе"],"Click to hide these contacts":["Кликните, чтобы спрятать эти контакты"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Особенности"],"Password protected":["Пароль защищён"],"Members only":["Только для членов"],"Persistent":["Стойкий"],"Only moderators can see your XMPP username":["Только модераторы могут видеть ваш псевдоним XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Архивация сообщений"],"Messages are archived on the server":["Сообщения архивируются на сервере"],"No password":["Нет пароля"],"Uploading file:":[""],"XMPP Username:":["XMPP Username:"],"Password:":["Пароль:"],"password":["пароль"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Нажмите здесь, чтобы войти анонимно"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Не имеете учётную запись для чата?"],"Create an account":["Создать учётную запись"],"Create your account":["Создать вашу учётную запись"],"Please enter the XMPP provider to register with:":["Пожалуйста, введите XMPP провайдера для регистрации:"],"Already have a chat account?":["Уже имеете учётную запись чата?"],"Log in here":["Вход в систему"],"Account Registration:":["Регистрация учётной записи:"],"Register":["Регистрация"],"Choose a different provider":["Выберите другого провайдера"],"Hold tight, we're fetching the registration form…":["Подождите немного, мы получаем регистрационную форму…"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/ru/LC_MESSAGES/converse.po b/locale/ru/LC_MESSAGES/converse.po index 84429e5ec..9b6e16297 100644 --- a/locale/ru/LC_MESSAGES/converse.po +++ b/locale/ru/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-11-11 07:07+0000\n" "Last-Translator: Infinite universe <0ser0tim0@gmail.com>\n" "Language-Team: Russian \n" "Language-Team: Turkish =2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"uk"},"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Відміна"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Зберегти"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Ви впевнені, що хочете видалити закладку \"%1$s\"?"],"Error":["Помилка"],"Sorry, something went wrong while trying to save your bookmark.":[""],"Remove this bookmark":["Вилучити цю закладку"],"Click to toggle the bookmarks list":["Натисніть, щоб переключити список закладок"],"Bookmarks":["Закладки"],"Are you sure you want to remove this contact?":["Ви впевнені, що хочете видалити цей контакт?"],"Message":["Повідомлення"],"Send":[""],"Optional hint":[""],"Choose a file to send":[""],"Remove messages":["Видалити повідомлення"],"Write in the third person":["Писати від третьої особи"],"Show this menu":["Показати це меню"],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":["Включити чат"],"Typing from another device":[""],"Stopped typing on the other device":[""],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Згорнути це вікно чату"],"Click to restore this chat":["Клацніть, щоб відновити цей чат"],"Minimized":["Мінімізовано"],"Description:":["Опис:"],"Features:":["Особливості:"],"Requires authentication":["Вимагає автентикації"],"Hidden":["Прихована"],"Requires an invitation":["Вимагає запрошення"],"Moderated":["Модерована"],"Non-anonymous":["Не-анонімні"],"Public":["Публічна"],"Semi-anonymous":["Напів-анонімна"],"Unmoderated":["Немодерована"],"conference.example.org":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Призначити користувача адміністратором"],"Write in 3rd person":["Писати в 3-й особі"],"Grant membership to a user":["Надати членство користувачу"],"Remove user's ability to post messages":["Забрати можливість слати повідомлення"],"Change your nickname":["Змінити Ваше прізвисько"],"Grant moderator role to user":["Надати права модератора"],"Register a nickname for this room":[""],"Revoke user's membership":["Забрати членство в користувача"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["Дозволити безголосому користувачу слати повідомлення"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Nickname":["Прізвисько"],"Password: ":["Пароль:"],"Submit":["Надіслати"],"Remote server not found":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":["Запросіть"],"Please enter a valid XMPP username":[""],"Notification from %1$s":["Сповіщення від %1$s"],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["тепер поза мережею"],"has gone away":["пішов геть"],"is busy":["зайнятий"],"has come online":["зʼявився в мережі"],"wants to be your contact":["хоче бути у вашому списку контактів"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Далеко"],"Busy":["Зайнятий"],"Custom status":["Власний статус"],"Offline":["Поза мережею"],"Online":["На зв'язку"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Я %1$s"],"Change settings":[""],"Click to change your chat status":["Клацніть, щоб змінити статус в чаті"],"Log out":["Вийти"],"Your profile":[""],"online":["на зв'язку"],"busy":["зайнятий"],"away for long":["давно відсутній"],"away":["відсутній"]," e.g. conversejs.org":[" напр. conversejs.org"],"Fetch registration form":["Отримати форму реєстрації"],"Tip: A list of public XMPP providers is available":["Порада: доступний перелік публічних XMPP-провайдерів"],"here":["тут"],"Sorry, we're unable to connect to your chosen provider.":["На жаль, ми не можемо підключитися до обраного вами провайдера."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Вибачте, вказаний провайдер не підтримує реєстрації онлайн. Спробуйте іншого провайдера."],"Now logging you in":["Входимо"],"Registered successfully":["Успішно зареєстровано"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер відхилив вашу спробу реєстрації. Будь ласка, перевірте введені значення на коректність."],"Open Groupchats":[""],"This contact is busy":["Цей контакт зайнятий"],"This contact is online":["Цей контакт на зв'язку"],"This contact is offline":["Цей контакт поза мережею"],"This contact is unavailable":["Цей контакт недоступний"],"This contact is away for an extended period":["Цей контакт відсутній тривалий час"],"This contact is away":["Цей контакт відсутній"],"Groups":["Групи"],"My contacts":["Мої контакти"],"Pending contacts":["Контакти в очікуванні"],"Contact requests":["Запити контакту"],"Ungrouped":["Негруповані"],"Contact name":["Назва контакту"],"XMPP Address":[""],"name@example.org":[""],"Add":["Додати"],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Are you sure you want to decline this contact request?":["Ви впевнені, що хочете відхилити цей запит контакту?"],"Contacts":["Контакти"],"Add a contact":["Додати контакт"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Клацніть, щоб приховати ці контакти"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Topic":[""],"Topic author":[""],"Members only":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"Uploading file:":[""],"XMPP Username:":["XMPP адреса:"],"Password:":["Пароль:"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":["Створити обліковий запис"],"Create your account":["Створити свій обліковий запис"],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":["Реєстрація облікового запису:"],"Register":["Реєстрація"],"Choose a different provider":["Виберіть іншого провайдера"],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"XMPP Address:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"uk"},"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Відміна"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Зберегти"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Ви впевнені, що хочете видалити закладку \"%1$s\"?"],"Error":["Помилка"],"Sorry, something went wrong while trying to save your bookmark.":[""],"Remove this bookmark":["Вилучити цю закладку"],"Click to toggle the bookmarks list":["Натисніть, щоб переключити список закладок"],"Bookmarks":["Закладки"],"Are you sure you want to remove this contact?":["Ви впевнені, що хочете видалити цей контакт?"],"Message":["Повідомлення"],"Send":[""],"Optional hint":[""],"Choose a file to send":[""],"Remove messages":["Видалити повідомлення"],"Write in the third person":["Писати від третьої особи"],"Show this menu":["Показати це меню"],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":["Включити чат"],"Typing from another device":[""],"Stopped typing on the other device":[""],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Згорнути це вікно чату"],"Click to restore this chat":["Клацніть, щоб відновити цей чат"],"Minimized":["Мінімізовано"],"Description:":["Опис:"],"Features:":["Особливості:"],"Requires authentication":["Вимагає автентикації"],"Hidden":["Прихована"],"Requires an invitation":["Вимагає запрошення"],"Moderated":["Модерована"],"Non-anonymous":["Не-анонімні"],"Public":["Публічна"],"Semi-anonymous":["Напів-анонімна"],"Unmoderated":["Немодерована"],"conference.example.org":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Призначити користувача адміністратором"],"Write in 3rd person":["Писати в 3-й особі"],"Grant membership to a user":["Надати членство користувачу"],"Remove user's ability to post messages":["Забрати можливість слати повідомлення"],"Change your nickname":["Змінити Ваше прізвисько"],"Grant moderator role to user":["Надати права модератора"],"Revoke user's membership":["Забрати членство в користувача"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["Дозволити безголосому користувачу слати повідомлення"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Nickname":["Прізвисько"],"Password: ":["Пароль:"],"Submit":["Надіслати"],"Remote server not found":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":["Запросіть"],"Please enter a valid XMPP username":[""],"Notification from %1$s":["Сповіщення від %1$s"],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["тепер поза мережею"],"has gone away":["пішов геть"],"is busy":["зайнятий"],"has come online":["зʼявився в мережі"],"wants to be your contact":["хоче бути у вашому списку контактів"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Далеко"],"Busy":["Зайнятий"],"Custom status":["Власний статус"],"Offline":["Поза мережею"],"Online":["На зв'язку"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Я %1$s"],"Change settings":[""],"Click to change your chat status":["Клацніть, щоб змінити статус в чаті"],"Log out":["Вийти"],"Your profile":[""],"online":["на зв'язку"],"busy":["зайнятий"],"away for long":["давно відсутній"],"away":["відсутній"]," e.g. conversejs.org":[" напр. conversejs.org"],"Fetch registration form":["Отримати форму реєстрації"],"Tip: A list of public XMPP providers is available":["Порада: доступний перелік публічних XMPP-провайдерів"],"here":["тут"],"Sorry, we're unable to connect to your chosen provider.":["На жаль, ми не можемо підключитися до обраного вами провайдера."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Вибачте, вказаний провайдер не підтримує реєстрації онлайн. Спробуйте іншого провайдера."],"Now logging you in":["Входимо"],"Registered successfully":["Успішно зареєстровано"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер відхилив вашу спробу реєстрації. Будь ласка, перевірте введені значення на коректність."],"Open Groupchats":[""],"This contact is busy":["Цей контакт зайнятий"],"This contact is online":["Цей контакт на зв'язку"],"This contact is offline":["Цей контакт поза мережею"],"This contact is unavailable":["Цей контакт недоступний"],"This contact is away for an extended period":["Цей контакт відсутній тривалий час"],"This contact is away":["Цей контакт відсутній"],"Groups":["Групи"],"My contacts":["Мої контакти"],"Pending contacts":["Контакти в очікуванні"],"Contact requests":["Запити контакту"],"Ungrouped":["Негруповані"],"Contact name":["Назва контакту"],"XMPP Address":[""],"name@example.org":[""],"Add":["Додати"],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Are you sure you want to decline this contact request?":["Ви впевнені, що хочете відхилити цей запит контакту?"],"Contacts":["Контакти"],"Add a contact":["Додати контакт"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Клацніть, щоб приховати ці контакти"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Topic":[""],"Topic author":[""],"Members only":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"Uploading file:":[""],"XMPP Username:":["XMPP адреса:"],"Password:":["Пароль:"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":["Створити обліковий запис"],"Create your account":["Створити свій обліковий запис"],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":["Реєстрація облікового запису:"],"Register":["Реєстрація"],"Choose a different provider":["Виберіть іншого провайдера"],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"Full Name:":[""],"XMPP Address:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/uk/LC_MESSAGES/converse.po b/locale/uk/LC_MESSAGES/converse.po index 4753a5af0..02f564dcb 100644 --- a/locale/uk/LC_MESSAGES/converse.po +++ b/locale/uk/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.7.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-19 05:50+0100\n" +"POT-Creation-Date: 2019-01-11 18:42+0100\n" "PO-Revision-Date: 2018-02-13 19:39+0000\n" "Last-Translator: Максим Якимчук \n" "Language-Team: Ukrainian \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional) ", "homepage": "https://github.com/conversejs/converse.js",