From 13ac41d417a69c5ffbb1930071225ea370c67024 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 23 May 2014 10:46:13 +0200 Subject: [PATCH] Changed name of project to Spreed WebRTC. --- .gitignore | 5 --- Makefile | 12 +++---- README.md | 14 ++++---- build/build.js | 4 +-- debian/changelog | 32 +++++++++---------- doc/CHANNELING-API.txt | 10 +++--- doc/REST-API.txt | 6 ++-- doc/plugin-example.js | 4 +-- doc/plugin-test-authorize.js | 4 +-- html/logo.html | 2 +- server.conf.in | 10 +++--- spreed-speakfreely-server | 2 -- spreed-webrtc-server | 2 ++ .../api.go | 4 +-- .../buffercache.go | 4 +-- .../channeling.go | 4 +-- .../config.go | 4 +-- .../connection.go | 4 +-- .../context.go | 4 +-- .../hub.go | 4 +-- .../images.go | 4 +-- .../main.go | 8 ++--- .../random.go | 4 +-- .../rooms.go | 4 +-- .../roomworker.go | 4 +-- .../server.go | 4 +-- .../session.go | 4 +-- .../sessions.go | 4 +-- .../sleepy/core.go | 0 .../stats.go | 4 +-- .../tls.go | 0 .../tokenprovider.go | 4 +-- .../tokens.go | 4 +-- .../users.go | 4 +-- .../ws.go | 4 +-- src/i18n/Makefile | 2 +- src/i18n/messages-de.po | 14 ++++---- src/i18n/messages-ja.po | 14 ++++---- src/i18n/messages-ko.po | 16 +++++----- src/i18n/messages-zh-cn.po | 14 ++++---- src/i18n/messages-zh-tw.po | 14 ++++---- src/i18n/messages.pot | 10 +++--- src/styles/_shame.scss | 4 +-- src/styles/components/_audiolevel.scss | 4 +-- src/styles/components/_audiovideo.scss | 4 +-- src/styles/components/_bar.scss | 4 +-- src/styles/components/_buddylist.scss | 4 +-- src/styles/components/_chat.scss | 4 +-- src/styles/components/_fileinfo.scss | 4 +-- src/styles/components/_rightslide.scss | 4 +-- src/styles/components/_roombar.scss | 4 +-- src/styles/components/_screenshare.scss | 4 +-- src/styles/components/_settings.scss | 4 +-- src/styles/components/_social.scss | 4 +-- src/styles/components/_usability.scss | 4 +-- src/styles/global/_angular.scss | 4 +-- src/styles/global/_animations.scss | 4 +-- src/styles/global/_base.scss | 4 +-- src/styles/global/_nicescroll.scss | 4 +-- src/styles/global/_overlaybar.scss | 4 +-- src/styles/global/_variables.scss | 4 +-- src/styles/libs/_dialogs.scss | 4 +-- src/styles/main.scss | 4 +-- static/js/app.js | 4 +-- static/js/base.js | 4 +-- static/js/controllers/chatroomcontroller.js | 4 +-- static/js/controllers/controllers.js | 4 +-- .../js/controllers/mediastreamcontroller.js | 6 ++-- static/js/controllers/roomchangecontroller.js | 4 +-- .../js/controllers/statusmessagecontroller.js | 4 +-- static/js/directives/audiolevel.js | 4 +-- static/js/directives/audiovideo.js | 4 +-- static/js/directives/buddylist.js | 4 +-- static/js/directives/chat.js | 4 +-- static/js/directives/directives.js | 4 +-- static/js/directives/fileinfo.js | 4 +-- static/js/directives/onenter.js | 4 +-- static/js/directives/onescape.js | 4 +-- static/js/directives/page.js | 4 +-- static/js/directives/roombar.js | 4 +-- static/js/directives/screenshare.js | 4 +-- static/js/directives/settings.js | 4 +-- static/js/directives/socialshare.js | 4 +-- static/js/directives/statusmessage.js | 4 +-- static/js/directives/usability.js | 4 +-- static/js/filters/buddyimagesrc.js | 4 +-- static/js/filters/displayconference.js | 4 +-- static/js/filters/displayname.js | 4 +-- static/js/filters/filters.js | 4 +-- static/js/main.js | 4 +-- static/js/mediastream/api.js | 4 +-- static/js/mediastream/connector.js | 4 +-- static/js/mediastream/peercall.js | 4 +-- static/js/mediastream/peerconference.js | 4 +-- static/js/mediastream/peerconnection.js | 4 +-- static/js/mediastream/peerscreenshare.js | 4 +-- static/js/mediastream/peerxfer.js | 4 +-- static/js/mediastream/tokens.js | 4 +-- static/js/mediastream/usermedia.js | 4 +-- static/js/mediastream/utils.js | 4 +-- static/js/mediastream/webrtc.js | 4 +-- static/js/services/alertify.js | 4 +-- static/js/services/appdata.js | 4 +-- static/js/services/buddydata.js | 4 +-- static/js/services/buddylist.js | 4 +-- static/js/services/desktopnotify.js | 4 +-- static/js/services/enrichmessage.js | 4 +-- static/js/services/fastscroll.js | 4 +-- static/js/services/filedata.js | 4 +-- static/js/services/filedownload.js | 4 +-- static/js/services/filetransfer.js | 4 +-- static/js/services/fileupload.js | 4 +-- static/js/services/mediasources.js | 4 +-- static/js/services/mediastream.js | 4 +-- static/js/services/playsound.js | 4 +-- static/js/services/randomgen.js | 4 +-- static/js/services/safeapply.js | 4 +-- static/js/services/safedisplayname.js | 4 +-- static/js/services/safemessage.js | 4 +-- static/js/services/services.js | 4 +-- static/js/services/toastr.js | 4 +-- static/js/services/translation.js | 4 +-- static/js/services/videolayout.js | 4 +-- static/js/services/videowaiter.js | 4 +-- static/js/services/visibility.js | 4 +-- static/translation/messages-de.json | 2 +- static/translation/messages-ja.json | 2 +- static/translation/messages-ko.json | 2 +- static/translation/messages-zh-cn.json | 2 +- static/translation/messages-zh-tw.json | 2 +- 130 files changed, 307 insertions(+), 312 deletions(-) delete mode 100755 spreed-speakfreely-server create mode 100755 spreed-webrtc-server rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/api.go (93%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/buffercache.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/channeling.go (97%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/config.go (97%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/connection.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/context.go (92%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/hub.go (99%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/images.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/main.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/random.go (95%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/rooms.go (94%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/roomworker.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/server.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/session.go (98%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/sessions.go (97%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/sleepy/core.go (100%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/stats.go (96%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/tls.go (100%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/tokenprovider.go (96%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/tokens.go (95%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/users.go (99%) rename src/app/{spreed-speakfreely-server => spreed-webrtc-server}/ws.go (97%) diff --git a/.gitignore b/.gitignore index f06a2578..f7e346c2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,11 +16,6 @@ /tokens.txt /dist *~ -debian/*.debhelper -debian/*.substvars -debian/spreed-webcaller -debian/files -debian/tmp vendor/* /dist_* /build/out/ diff --git a/Makefile b/Makefile index dee6e0b4..d0821375 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # -# Spreed Speak Freely. +# Spreed WebRTC. # Copyright (C) 2013-2014 struktur AG # -# This file is part of Spreed Speak Freely. +# This file is part of Spreed WebRTC. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -18,9 +18,9 @@ # along with this program. If not, see . # -PKG := app/spreed-speakfreely-server -EXENAME := spreed-speakfreely-server -CONFIG_FILE ?= spreed-speakfreely-server.conf +PKG := app/spreed-webrtc-server +EXENAME := spreed-webrtc-server +CONFIG_FILE ?= spreed-webrtc-server.conf CONFIG_PATH ?= /etc VENDOR = "$(CURDIR)/vendor" @@ -34,7 +34,7 @@ VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p') DESTDIR ?= / BIN := $(DESTDIR)/usr/sbin CONF := $(DESTDIR)/$(CONFIG_PATH) -SHARE := $(DESTDIR)/usr/share/spreed-speakfreely-server +SHARE := $(DESTDIR)/usr/share/spreed-webrtc-server BUILD_ARCH := $(shell go env GOARCH) DIST := $(CURDIR)/dist_$(BUILD_ARCH) diff --git a/README.md b/README.md index bf7dd7df..4081a5da 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -Spreed Speak Freely +Spreed WebRTC =================== -The latest version of Spreed Speak Freely can be found on GitHub: +The latest version of Spreed WebRTC can be found on GitHub: - https://github.com/strukturag/spreed-speakfreely + https://github.com/strukturag/webrtc ## Build prerequisites @@ -43,7 +43,7 @@ The latest version of Spreed Speak Freely can be found on GitHub: ## Server startup ```bash - spreed-speakfreely-server [OPTIONS] + spreed-webrtc-server [OPTIONS] ``` Options @@ -69,7 +69,7 @@ The latest version of Spreed Speak Freely can be found on GitHub: Copy the server.conf.in to server.conf. Build styles, javascript and binary using make. Then run - ``./spreed-speakfreely-server`` + ``./spreed-webrtc-server`` The server runs on http://localhost:8080/ per default. @@ -79,7 +79,7 @@ The latest version of Spreed Speak Freely can be found on GitHub: ## Production use - Spreed Speak Freely should be run through a SSL frontend proxy with + Spreed WebRTC should be run through a SSL frontend proxy with support for Websockets. Example configuration for Nginx can be found in `doc/NGINX.txt`. @@ -101,4 +101,4 @@ The latest version of Spreed Speak Freely can be found on GitHub: ## License -`Spreed Speak Freely` uses the AGPL license, see our `LICENSE` file. +`Spreed WebRTC` uses the AGPL license, see our `LICENSE` file. diff --git a/build/build.js b/build/build.js index 523625fa..0e0528d2 100644 --- a/build/build.js +++ b/build/build.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/debian/changelog b/debian/changelog index 89480046..f59787b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -spreed-speakfreely-server (0.17.5) precise; urgency=low +spreed-webrtc-server (0.17.5) precise; urgency=low * Implemented server side support for user authentication and authorization. * Added an REST API end point (see docs). @@ -20,7 +20,7 @@ spreed-speakfreely-server (0.17.5) precise; urgency=low -- Simon Eisenmann Thu, 22 May 2014 17:49:16 +0200 -spreed-speakfreely-server (0.17.4) precise; urgency=low +spreed-webrtc-server (0.17.4) precise; urgency=low * Updated Japanese translation. * Allow Makefile variables CONFIG_FILE and CONFIG_PATH. @@ -38,7 +38,7 @@ spreed-speakfreely-server (0.17.4) precise; urgency=low -- Simon Eisenmann Thu, 24 Apr 2014 17:59:05 +0200 -spreed-speakfreely-server (0.17.3) precise; urgency=low +spreed-webrtc-server (0.17.3) precise; urgency=low * Buddy images are now loaded with seperate URL calls. * Updated Korean (ko) language. @@ -49,11 +49,11 @@ spreed-speakfreely-server (0.17.3) precise; urgency=low * File permission fixes. * Do not use sleepy as submodule but include it directly. * Refactored video layout renderer in seperate service. - * Implemented alternaitve conference view (not enabled yet). + * Implemented alternaitve conference view (not enabled yet). -- Simon Eisenmann Wed, 16 Apr 2014 17:41:13 +0200 -spreed-speakfreely-server (0.17.2) precise; urgency=low +spreed-webrtc-server (0.17.2) precise; urgency=low * Fixed timeouts when there was a disconnect. * Use sleepy as submodule from external source. @@ -64,10 +64,10 @@ spreed-speakfreely-server (0.17.2) precise; urgency=low * Added Japanese language. * Added Chinese Traditional language. * Updated Chinese language. - * Updated Korean language. - * Fixed screen sharing scrolling. + * Updated Korean language. + * Fixed screen sharing scrolling. * Fixed screen sharing hangup in conferences. - * Avoid spurious bye ping pong. + * Avoid spurious bye ping pong. * Fixed hangup in conferences. * Fixed double click on Chrome OS. * Fixed buddy list visibility if it should auto hide. @@ -76,7 +76,7 @@ spreed-speakfreely-server (0.17.2) precise; urgency=low -- Simon Eisenmann Fri, 11 Apr 2014 19:42:10 +0200 -spreed-speakfreely-server (0.17.1) precise; urgency=low +spreed-webrtc-server (0.17.1) precise; urgency=low * Added translations for Korean and Chinese. * Multiple updates to 3rd party js libraries. @@ -86,7 +86,7 @@ spreed-speakfreely-server (0.17.1) precise; urgency=low -- Simon Eisenmann Fri, 04 Apr 2014 18:46:56 +0200 -spreed-speakfreely-server (0.17.0) precise; urgency=low +spreed-webrtc-server (0.17.0) precise; urgency=low * TURN user names now use expiration time stamp. This fixes compatibility with latest TURN REST specification and requires a reasonably recent @@ -98,11 +98,11 @@ spreed-speakfreely-server (0.17.0) precise; urgency=low * HTML fixes. * Added method to generate URL-safe random string. * Use strong random number generator. - * Support configuring pprof HTTP server. + * Support configuring pprof HTTP server. -- Simon Eisenmann Fri, 28 Mar 2014 16:48:46 +0100 -spreed-speakfreely-server (0.16.1) precise; urgency=low +spreed-webrtc-server (0.16.1) precise; urgency=low * Implemented chat session control UI. * Layout controller refactorization. @@ -110,7 +110,7 @@ spreed-speakfreely-server (0.16.1) precise; urgency=low -- Simon Eisenmann Fri, 21 Mar 2014 11:46:10 +0100 -spreed-speakfreely-server (0.16.0) precise; urgency=low +spreed-webrtc-server (0.16.0) precise; urgency=low * Chat UI improvements. * Screen sharing is now a scroll pane and no longer scaled down. @@ -119,13 +119,13 @@ spreed-speakfreely-server (0.16.0) precise; urgency=low * Server code was reviewed and fixed where required. * Changed Makefile to allow tarball and release builds with local third party sources in ./vendor too. - * Added configration for maxfd and automatically use the - numer of cpus for GOMAXPROCS per default. + * Added configration for maxfd and automatically use the + numer of cpus for GOMAXPROCS per default. * Added server helper for stats and profiling. -- Simon Eisenmann Mon, 17 Mar 2014 18:35:08 +0100 -spreed-speakfreely-server (0.15.0) precise; urgency=low +spreed-webrtc-server (0.15.0) precise; urgency=low * Initial public release. diff --git a/doc/CHANNELING-API.txt b/doc/CHANNELING-API.txt index b8c027fe..b4624662 100644 --- a/doc/CHANNELING-API.txt +++ b/doc/CHANNELING-API.txt @@ -1,7 +1,7 @@ - Spreed Speak Freely Channeling API v1.3.0 + Spreed WebRTC Channeling API v1.3.0 ================================================= - (c)2014 struktur AG + (c)2014 struktur AG The server provides a Websocket connection end point as channeling API to share peer information for peer to peer connectivity. @@ -340,7 +340,7 @@ Additional types for session listing and notifications "Batch": 0 } - Note: The Userid field is only present, if that session belongs to a known user. + Note: The Userid field is only present, if that session belongs to a known user. Alive @@ -745,8 +745,8 @@ File sharing data channel protocol End of Channeling API. -For latest version of Spreed Speak Freely check -https://github.com/strukturag/spreed-speakfreely +For latest version of Spreed WebRTC check +https://github.com/strukturag/spreed-webrtc For questions, contact mailto:opensource@struktur.de. diff --git a/doc/REST-API.txt b/doc/REST-API.txt index 9a9be2a8..72155326 100644 --- a/doc/REST-API.txt +++ b/doc/REST-API.txt @@ -1,5 +1,5 @@ - Spreed Speak Freely REST API v1.0.0 + Spreed WebRTC REST API v1.0.0 =============================================== (c)2014 struktur AG @@ -150,8 +150,8 @@ Available end points with request methods and content-type: End of REST API. -For latest version of Spreed Speak Freely check -https://github.com/strukturag/spreed-speakfreely +For latest version of Spreed WebRTC check +https://github.com/strukturag/spreed-webrtc For questions, contact mailto:opensource@struktur.de. diff --git a/doc/plugin-example.js b/doc/plugin-example.js index 9f4f1ea4..486bb82d 100644 --- a/doc/plugin-example.js +++ b/doc/plugin-example.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/doc/plugin-test-authorize.js b/doc/plugin-test-authorize.js index 039693f4..bd645962 100644 --- a/doc/plugin-test-authorize.js +++ b/doc/plugin-test-authorize.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/html/logo.html b/html/logo.html index 49c9812b..ab7b9a7b 100644 --- a/html/logo.html +++ b/html/logo.html @@ -1 +1 @@ -<%define "logo"%><%end%> \ No newline at end of file +<%define "logo"%><%end%> \ No newline at end of file diff --git a/server.conf.in b/server.conf.in index 4f87d273..363bd02e 100644 --- a/server.conf.in +++ b/server.conf.in @@ -1,10 +1,10 @@ -; Spreed Speak Freely server example configuration +; Spreed WebRTC server example configuration [http] ; HTTP listener in format ip:port. listen = 127.0.0.1:8080 ; Full path to directory where to find the server web assets. -;root = /usr/share/spreed-speakfreely-server/www +;root = /usr/share/spreed-webrtc-server/www ; HTTP socket read timeout in seconds. ;readtimeout = 10 ; HTTP socket write timeout in seconds. @@ -35,7 +35,7 @@ listen = 127.0.0.1:8080 [app] ; HTML page title -;title = Spreed Speak Freely +;title = Spreed WebRTC ; Version string to use for static resources. This defaults to the server ; version and should only be changed when you use your own way to invalidate ; long cached static resources. @@ -84,7 +84,7 @@ sessionSecret = the-default-secret-do-not-keep-me ; extra-* template slots. If the extra folder has a sub folder "static", the ; resources in this static folder will be available as /extra/static/filename ; relative to your servers base URL. -;extra = /usr/share/spreed-speakfreely-server/extra +;extra = /usr/share/spreed-webrtc-server/extra ; URL relative to the servers base path for a plugin javascript file which is ; automatically loaded on web client start for all users. You can put your ; plugin in the extra/static folder (see above) or provide another folder using @@ -93,7 +93,7 @@ sessionSecret = the-default-secret-do-not-keep-me ;plugin = extra/static/myplugin.js [log] -;logfile = /var/log/spreed-speakfreely-server.log +;logfile = /var/log/spreed-webrtc-server.log [users] ; Set to true to enable user functionality. diff --git a/spreed-speakfreely-server b/spreed-speakfreely-server deleted file mode 100755 index 678774b1..00000000 --- a/spreed-speakfreely-server +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -exec ./bin/spreed-speakfreely-server $* diff --git a/spreed-webrtc-server b/spreed-webrtc-server new file mode 100755 index 00000000..72da6f49 --- /dev/null +++ b/spreed-webrtc-server @@ -0,0 +1,2 @@ +#!/bin/bash +exec ./bin/spreed-webrtc-server $* diff --git a/src/app/spreed-speakfreely-server/api.go b/src/app/spreed-webrtc-server/api.go similarity index 93% rename from src/app/spreed-speakfreely-server/api.go rename to src/app/spreed-webrtc-server/api.go index 3cc5c18f..61d1bb2f 100644 --- a/src/app/spreed-speakfreely-server/api.go +++ b/src/app/spreed-webrtc-server/api.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/buffercache.go b/src/app/spreed-webrtc-server/buffercache.go similarity index 98% rename from src/app/spreed-speakfreely-server/buffercache.go rename to src/app/spreed-webrtc-server/buffercache.go index dbb678c5..75310fc9 100644 --- a/src/app/spreed-speakfreely-server/buffercache.go +++ b/src/app/spreed-webrtc-server/buffercache.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/channeling.go b/src/app/spreed-webrtc-server/channeling.go similarity index 97% rename from src/app/spreed-speakfreely-server/channeling.go rename to src/app/spreed-webrtc-server/channeling.go index 9f153813..c5e96f3a 100644 --- a/src/app/spreed-speakfreely-server/channeling.go +++ b/src/app/spreed-webrtc-server/channeling.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/config.go b/src/app/spreed-webrtc-server/config.go similarity index 97% rename from src/app/spreed-speakfreely-server/config.go rename to src/app/spreed-webrtc-server/config.go index 313d0603..9e5f43fe 100644 --- a/src/app/spreed-speakfreely-server/config.go +++ b/src/app/spreed-webrtc-server/config.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/connection.go b/src/app/spreed-webrtc-server/connection.go similarity index 98% rename from src/app/spreed-speakfreely-server/connection.go rename to src/app/spreed-webrtc-server/connection.go index d50a254f..f2f233a7 100644 --- a/src/app/spreed-speakfreely-server/connection.go +++ b/src/app/spreed-webrtc-server/connection.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/context.go b/src/app/spreed-webrtc-server/context.go similarity index 92% rename from src/app/spreed-speakfreely-server/context.go rename to src/app/spreed-webrtc-server/context.go index e9c96472..f2f946ba 100644 --- a/src/app/spreed-speakfreely-server/context.go +++ b/src/app/spreed-webrtc-server/context.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/hub.go b/src/app/spreed-webrtc-server/hub.go similarity index 99% rename from src/app/spreed-speakfreely-server/hub.go rename to src/app/spreed-webrtc-server/hub.go index 879f60db..68ab5b26 100644 --- a/src/app/spreed-speakfreely-server/hub.go +++ b/src/app/spreed-webrtc-server/hub.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/images.go b/src/app/spreed-webrtc-server/images.go similarity index 98% rename from src/app/spreed-speakfreely-server/images.go rename to src/app/spreed-webrtc-server/images.go index 5f3f7963..36d66dab 100644 --- a/src/app/spreed-speakfreely-server/images.go +++ b/src/app/spreed-webrtc-server/images.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/main.go b/src/app/spreed-webrtc-server/main.go similarity index 98% rename from src/app/spreed-speakfreely-server/main.go rename to src/app/spreed-webrtc-server/main.go index 366aa0d4..45bfa619 100644 --- a/src/app/spreed-speakfreely-server/main.go +++ b/src/app/spreed-webrtc-server/main.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -22,7 +22,7 @@ package main import ( - "app/spreed-speakfreely-server/sleepy" + "app/spreed-webrtc-server/sleepy" "bytes" "flag" "fmt" @@ -204,7 +204,7 @@ func runner(runtime phoenix.Runtime) error { title, err := runtime.GetString("app", "title") if err != nil { - title = "Spreed Speak Freely" + title = "Spreed WebRTC" } ver, err := runtime.GetString("app", "ver") diff --git a/src/app/spreed-speakfreely-server/random.go b/src/app/spreed-webrtc-server/random.go similarity index 95% rename from src/app/spreed-speakfreely-server/random.go rename to src/app/spreed-webrtc-server/random.go index 2e44dd41..4001a917 100644 --- a/src/app/spreed-speakfreely-server/random.go +++ b/src/app/spreed-webrtc-server/random.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/rooms.go b/src/app/spreed-webrtc-server/rooms.go similarity index 94% rename from src/app/spreed-speakfreely-server/rooms.go rename to src/app/spreed-webrtc-server/rooms.go index 24693de9..a10e3ca2 100644 --- a/src/app/spreed-speakfreely-server/rooms.go +++ b/src/app/spreed-webrtc-server/rooms.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/roomworker.go b/src/app/spreed-webrtc-server/roomworker.go similarity index 98% rename from src/app/spreed-speakfreely-server/roomworker.go rename to src/app/spreed-webrtc-server/roomworker.go index 568546ea..b671def7 100644 --- a/src/app/spreed-speakfreely-server/roomworker.go +++ b/src/app/spreed-webrtc-server/roomworker.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/server.go b/src/app/spreed-webrtc-server/server.go similarity index 98% rename from src/app/spreed-speakfreely-server/server.go rename to src/app/spreed-webrtc-server/server.go index cb949985..26376bed 100644 --- a/src/app/spreed-speakfreely-server/server.go +++ b/src/app/spreed-webrtc-server/server.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/session.go b/src/app/spreed-webrtc-server/session.go similarity index 98% rename from src/app/spreed-speakfreely-server/session.go rename to src/app/spreed-webrtc-server/session.go index 889ae2f6..13dfe2a2 100644 --- a/src/app/spreed-speakfreely-server/session.go +++ b/src/app/spreed-webrtc-server/session.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/sessions.go b/src/app/spreed-webrtc-server/sessions.go similarity index 97% rename from src/app/spreed-speakfreely-server/sessions.go rename to src/app/spreed-webrtc-server/sessions.go index c7ecca89..467dea2e 100644 --- a/src/app/spreed-speakfreely-server/sessions.go +++ b/src/app/spreed-webrtc-server/sessions.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/sleepy/core.go b/src/app/spreed-webrtc-server/sleepy/core.go similarity index 100% rename from src/app/spreed-speakfreely-server/sleepy/core.go rename to src/app/spreed-webrtc-server/sleepy/core.go diff --git a/src/app/spreed-speakfreely-server/stats.go b/src/app/spreed-webrtc-server/stats.go similarity index 96% rename from src/app/spreed-speakfreely-server/stats.go rename to src/app/spreed-webrtc-server/stats.go index ff79138a..cf344a25 100644 --- a/src/app/spreed-speakfreely-server/stats.go +++ b/src/app/spreed-webrtc-server/stats.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/tls.go b/src/app/spreed-webrtc-server/tls.go similarity index 100% rename from src/app/spreed-speakfreely-server/tls.go rename to src/app/spreed-webrtc-server/tls.go diff --git a/src/app/spreed-speakfreely-server/tokenprovider.go b/src/app/spreed-webrtc-server/tokenprovider.go similarity index 96% rename from src/app/spreed-speakfreely-server/tokenprovider.go rename to src/app/spreed-webrtc-server/tokenprovider.go index 855585a6..2d6ec585 100644 --- a/src/app/spreed-speakfreely-server/tokenprovider.go +++ b/src/app/spreed-webrtc-server/tokenprovider.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/tokens.go b/src/app/spreed-webrtc-server/tokens.go similarity index 95% rename from src/app/spreed-speakfreely-server/tokens.go rename to src/app/spreed-webrtc-server/tokens.go index 70c0d406..c1993eaf 100644 --- a/src/app/spreed-speakfreely-server/tokens.go +++ b/src/app/spreed-webrtc-server/tokens.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/users.go b/src/app/spreed-webrtc-server/users.go similarity index 99% rename from src/app/spreed-speakfreely-server/users.go rename to src/app/spreed-webrtc-server/users.go index 5ed00dda..8861a3a1 100644 --- a/src/app/spreed-speakfreely-server/users.go +++ b/src/app/spreed-webrtc-server/users.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/app/spreed-speakfreely-server/ws.go b/src/app/spreed-webrtc-server/ws.go similarity index 97% rename from src/app/spreed-speakfreely-server/ws.go rename to src/app/spreed-webrtc-server/ws.go index 0df83a76..800b9165 100644 --- a/src/app/spreed-speakfreely-server/ws.go +++ b/src/app/spreed-webrtc-server/ws.go @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/i18n/Makefile b/src/i18n/Makefile index 418d559f..be56e541 100644 --- a/src/i18n/Makefile +++ b/src/i18n/Makefile @@ -1,5 +1,5 @@ VERSION := "1.0" -PROJECT := "Spreed Speak Freely" +PROJECT := "Spreed WebRTC" COPYRIGHT := "struktur AG" EMAIL := "simon@struktur.de" ROOT := "$(CURDIR)/../.." diff --git a/src/i18n/messages-de.po b/src/i18n/messages-de.po index da7c7dc0..6dee56c6 100644 --- a/src/i18n/messages-de.po +++ b/src/i18n/messages-de.po @@ -1,15 +1,15 @@ -# German translations for Spreed Speak Freely. +# German translations for Spreed WebRTC. # Copyright (C) 2014 struktur AG -# This file is distributed under the same license as Spreed Speak Freely. +# This file is distributed under the same license as Spreed WebRTC # project. # Simon Eisenmann , 2013. # msgid "" msgstr "" -"Project-Id-Version: Spreed Speak Freely\n" +"Project-Id-Version: Spreed WebRTC 1.0\n" "Report-Msgid-Bugs-To: simon@struktur.de\n" -"POT-Creation-Date: 2014-05-05 16:53+0200\n" -"PO-Revision-Date: 2014-05-05 16:54+0100\n" +"POT-Creation-Date: 2014-05-23 10:35+0200\n" +"PO-Revision-Date: 2014-05-23 10:39+0100\n" "Last-Translator: Simon Eisenmann \n" "Language-Team: struktur AG \n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" @@ -372,8 +372,8 @@ msgstr "Sie geben eine Datei frei:" msgid "Incoming file:" msgstr "Eingehende Datei:" -msgid "Quit from Spreed Speak Freely?" -msgstr "Spreed Speak Freely beenden?" +msgid "Close this window and disconnect?" +msgstr "Fenster schließen und die Verbindung trennen?" msgid "Restart required to apply updates. Click ok to restart now." msgstr "" diff --git a/src/i18n/messages-ja.po b/src/i18n/messages-ja.po index 7beae5f8..8b017aa0 100644 --- a/src/i18n/messages-ja.po +++ b/src/i18n/messages-ja.po @@ -1,14 +1,14 @@ -# Japanese translations for Spreed Speak Freely. +# Japanese translations for Spreed WebRTC. # Copyright (C) 2014 struktur AG -# This file is distributed under the same license as the Spreed Speak Freely +# This file is distributed under the same license as the Spreed WebRTC # project. -# FIRST AUTHOR , 2014. +# Curt Frisemo , 2014. # msgid "" msgstr "" -"Project-Id-Version: Spreed Speak Freely 1.0\n" +"Project-Id-Version: Spreed WebRTC 1.0\n" "Report-Msgid-Bugs-To: simon@struktur.de\n" -"POT-Creation-Date: 2014-05-05 16:53+0200\n" +"POT-Creation-Date: 2014-05-23 10:35+0200\n" "PO-Revision-Date: 2014-04-23 22:25+0100\n" "Last-Translator: Curt Frisemo \n" "Language-Team: Curt Frisemo \n" @@ -362,8 +362,8 @@ msgstr "あなたの共有ファイル:" msgid "Incoming file:" msgstr "受信中ファイル:" -msgid "Quit from Spreed Speak Freely?" -msgstr "Spreed Speak Freelyを終了しますか?" +msgid "Close this window and disconnect?" +msgstr "" msgid "Restart required to apply updates. Click ok to restart now." msgstr "アップデート適用のため再起動してください.ここをクリックして再起動する." diff --git a/src/i18n/messages-ko.po b/src/i18n/messages-ko.po index a5bed9f7..8a144681 100644 --- a/src/i18n/messages-ko.po +++ b/src/i18n/messages-ko.po @@ -1,16 +1,16 @@ -# Korean translations for Spreed Speak Freely. +# Korean translations for Spreed WebRTC. # Copyright (C) 2014 struktur AG -# This file is distributed under the same license as the Spreed Speak Freely +# This file is distributed under the same license as the Spreed WebRTC # project. -# FIRST AUTHOR , 2014. +# Curt Frisemo , 2014. # msgid "" msgstr "" -"Project-Id-Version: Spreed Speak Freely 1.0\n" +"Project-Id-Version: Spreed WebRTC 1.0\n" "Report-Msgid-Bugs-To: simon@struktur.de\n" -"POT-Creation-Date: 2014-05-05 16:53+0200\n" +"POT-Creation-Date: 2014-05-23 10:35+0200\n" "PO-Revision-Date: 2014-04-13 20:30+0900\n" -"Last-Translator: FULL NAME \n" +"Last-Translator: Curt Frisemo \n" "Language-Team: Curt Frisemo \n" "Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" @@ -362,8 +362,8 @@ msgstr "공유 화일:" msgid "Incoming file:" msgstr "도착하는 화일:" -msgid "Quit from Spreed Speak Freely?" -msgstr "Spreed Speak Freely사용을 중지 하시겠습니까?" +msgid "Close this window and disconnect?" +msgstr "" msgid "Restart required to apply updates. Click ok to restart now." msgstr "업데이트를 적용하려면 재시작이 필요 합니다. 지금 재시작 하려면 ok를 클릭 하십시오" diff --git a/src/i18n/messages-zh-cn.po b/src/i18n/messages-zh-cn.po index b6c6c252..977502bc 100644 --- a/src/i18n/messages-zh-cn.po +++ b/src/i18n/messages-zh-cn.po @@ -1,14 +1,14 @@ -# Chinese (China) translations for Spreed Speak Freely. +# Chinese (China) translations for Spreed WebRTC. # Copyright (C) 2014 struktur AG -# This file is distributed under the same license as the Spreed Speak Freely +# This file is distributed under the same license as the Spreed WebRTC # project. -# FIRST AUTHOR , 2014. +# Curt Frisemo , 2014. # msgid "" msgstr "" -"Project-Id-Version: Spreed Speak Freely 1.0\n" +"Project-Id-Version: Spreed WebRTC 1.0\n" "Report-Msgid-Bugs-To: simon@struktur.de\n" -"POT-Creation-Date: 2014-05-05 16:53+0200\n" +"POT-Creation-Date: 2014-05-23 10:35+0200\n" "PO-Revision-Date: 2014-03-31 23:26+0100\n" "Last-Translator: Michael P.\n" "Language-Team: Curt Frisemo \n" @@ -363,8 +363,8 @@ msgstr "分享文件:" msgid "Incoming file:" msgstr "发来文件:" -msgid "Quit from Spreed Speak Freely?" -msgstr "退出 Spreed Speak Freely?" +msgid "Close this window and disconnect?" +msgstr "" msgid "Restart required to apply updates. Click ok to restart now." msgstr "适用更新需重启,现在点击Ok重新启动。" diff --git a/src/i18n/messages-zh-tw.po b/src/i18n/messages-zh-tw.po index 2a15fff1..be801b7b 100644 --- a/src/i18n/messages-zh-tw.po +++ b/src/i18n/messages-zh-tw.po @@ -1,14 +1,14 @@ -# Chinese (Taiwan) translations for Spreed Speak Freely. +# Chinese (Taiwan) translations for Spreed WebRTC. # Copyright (C) 2014 struktur AG -# This file is distributed under the same license as the Spreed Speak Freely +# This file is distributed under the same license as the Spreed WebRTC # project. -# FIRST AUTHOR , 2014. +# Curt Frisemo , 2014. # msgid "" msgstr "" -"Project-Id-Version: Spreed Speak Freely 1.0\n" +"Project-Id-Version: Spreed WebRTC 1.0\n" "Report-Msgid-Bugs-To: simon@struktur.de\n" -"POT-Creation-Date: 2014-05-05 16:53+0200\n" +"POT-Creation-Date: 2014-05-23 10:35+0200\n" "PO-Revision-Date: 2014-04-07 18:09+0800\n" "Last-Translator: Michael P.\n" "Language-Team: Curt Frisemo \n" @@ -363,8 +363,8 @@ msgstr "分享文件:" msgid "Incoming file:" msgstr "發來文件:" -msgid "Quit from Spreed Speak Freely?" -msgstr "退出 Spreed Speak Freely?" +msgid "Close this window and disconnect?" +msgstr "" msgid "Restart required to apply updates. Click ok to restart now." msgstr "適用更新需重啟,現在點擊Ok重新啟動。" diff --git a/src/i18n/messages.pot b/src/i18n/messages.pot index 59986fa5..69d5c706 100644 --- a/src/i18n/messages.pot +++ b/src/i18n/messages.pot @@ -1,15 +1,15 @@ -# Translations template for Spreed Speak Freely. +# Translations template for Spreed WebRTC. # Copyright (C) 2014 struktur AG -# This file is distributed under the same license as the Spreed Speak Freely +# This file is distributed under the same license as the Spreed WebRTC # project. # FIRST AUTHOR , 2014. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Spreed Speak Freely 1.0\n" +"Project-Id-Version: Spreed WebRTC 1.0\n" "Report-Msgid-Bugs-To: simon@struktur.de\n" -"POT-Creation-Date: 2014-05-05 16:53+0200\n" +"POT-Creation-Date: 2014-05-23 10:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -362,7 +362,7 @@ msgstr "" msgid "Incoming file:" msgstr "" -msgid "Quit from Spreed Speak Freely?" +msgid "Close this window and disconnect?" msgstr "" msgid "Restart required to apply updates. Click ok to restart now." diff --git a/src/styles/_shame.scss b/src/styles/_shame.scss index 72834574..b232c7ed 100644 --- a/src/styles/_shame.scss +++ b/src/styles/_shame.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_audiolevel.scss b/src/styles/components/_audiolevel.scss index 5d59369d..51e8dd48 100644 --- a/src/styles/components/_audiolevel.scss +++ b/src/styles/components/_audiolevel.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index 70171d5c..ac70920d 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_bar.scss b/src/styles/components/_bar.scss index 5c79448b..694735e2 100644 --- a/src/styles/components/_bar.scss +++ b/src/styles/components/_bar.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_buddylist.scss b/src/styles/components/_buddylist.scss index e656fb69..d7f7d6fc 100644 --- a/src/styles/components/_buddylist.scss +++ b/src/styles/components/_buddylist.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 8246edc2..4c52a439 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_fileinfo.scss b/src/styles/components/_fileinfo.scss index 5e08c62b..98913aee 100644 --- a/src/styles/components/_fileinfo.scss +++ b/src/styles/components/_fileinfo.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_rightslide.scss b/src/styles/components/_rightslide.scss index a6d78df6..f87476a9 100644 --- a/src/styles/components/_rightslide.scss +++ b/src/styles/components/_rightslide.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_roombar.scss b/src/styles/components/_roombar.scss index 0d5d24a8..d11ecab1 100644 --- a/src/styles/components/_roombar.scss +++ b/src/styles/components/_roombar.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_screenshare.scss b/src/styles/components/_screenshare.scss index e80bf237..d1306fff 100644 --- a/src/styles/components/_screenshare.scss +++ b/src/styles/components/_screenshare.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_settings.scss b/src/styles/components/_settings.scss index 85d0a7a5..171fed4f 100644 --- a/src/styles/components/_settings.scss +++ b/src/styles/components/_settings.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_social.scss b/src/styles/components/_social.scss index 9c5f4639..811fad51 100644 --- a/src/styles/components/_social.scss +++ b/src/styles/components/_social.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/components/_usability.scss b/src/styles/components/_usability.scss index 14150506..25687973 100644 --- a/src/styles/components/_usability.scss +++ b/src/styles/components/_usability.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/global/_angular.scss b/src/styles/global/_angular.scss index d50e7cfc..23e4bc33 100644 --- a/src/styles/global/_angular.scss +++ b/src/styles/global/_angular.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/global/_animations.scss b/src/styles/global/_animations.scss index 795d0297..7598770d 100644 --- a/src/styles/global/_animations.scss +++ b/src/styles/global/_animations.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/global/_base.scss b/src/styles/global/_base.scss index 07b2bdb5..cbd1681c 100644 --- a/src/styles/global/_base.scss +++ b/src/styles/global/_base.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/global/_nicescroll.scss b/src/styles/global/_nicescroll.scss index a17ac5f1..f7dda5f7 100644 --- a/src/styles/global/_nicescroll.scss +++ b/src/styles/global/_nicescroll.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/global/_overlaybar.scss b/src/styles/global/_overlaybar.scss index 9c7f29cc..f4285c35 100644 --- a/src/styles/global/_overlaybar.scss +++ b/src/styles/global/_overlaybar.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss index d95c8d2b..7393ca79 100644 --- a/src/styles/global/_variables.scss +++ b/src/styles/global/_variables.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/libs/_dialogs.scss b/src/styles/libs/_dialogs.scss index 73ed3dbd..4cf2b5fc 100644 --- a/src/styles/libs/_dialogs.scss +++ b/src/styles/libs/_dialogs.scss @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/styles/main.scss b/src/styles/main.scss index 2b6bfe74..4d9c69bf 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1,8 +1,8 @@ /*! - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/app.js b/static/js/app.js index a1496d5d..02d5122c 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/base.js b/static/js/base.js index 93e199b3..e52e1757 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/controllers/chatroomcontroller.js b/static/js/controllers/chatroomcontroller.js index 52947a64..04f4fcc6 100644 --- a/static/js/controllers/chatroomcontroller.js +++ b/static/js/controllers/chatroomcontroller.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/controllers/controllers.js b/static/js/controllers/controllers.js index b2677b4f..6d3411d8 100644 --- a/static/js/controllers/controllers.js +++ b/static/js/controllers/controllers.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/controllers/mediastreamcontroller.js b/static/js/controllers/mediastreamcontroller.js index a76dd86d..71b5f9f4 100644 --- a/static/js/controllers/mediastreamcontroller.js +++ b/static/js/controllers/mediastreamcontroller.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -35,7 +35,7 @@ define(['underscore', 'bigscreen', 'moment', 'sjcl', 'webrtc.adapter'], function if (manualUnload && !$scope.peer) { return; } - return translation._("Quit from Spreed Speak Freely?"); + return translation._("Close this window and disconnect?"); }); // Enable app full screen listener. diff --git a/static/js/controllers/roomchangecontroller.js b/static/js/controllers/roomchangecontroller.js index d55696f3..20b4a212 100644 --- a/static/js/controllers/roomchangecontroller.js +++ b/static/js/controllers/roomchangecontroller.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/controllers/statusmessagecontroller.js b/static/js/controllers/statusmessagecontroller.js index 0ab34026..6b7f3c37 100644 --- a/static/js/controllers/statusmessagecontroller.js +++ b/static/js/controllers/statusmessagecontroller.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/audiolevel.js b/static/js/directives/audiolevel.js index ea425e5a..e8f91d02 100644 --- a/static/js/directives/audiolevel.js +++ b/static/js/directives/audiolevel.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/audiovideo.js b/static/js/directives/audiovideo.js index 54b8c4bd..8b896391 100644 --- a/static/js/directives/audiovideo.js +++ b/static/js/directives/audiovideo.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/buddylist.js b/static/js/directives/buddylist.js index 9b68d2f4..515b311d 100644 --- a/static/js/directives/buddylist.js +++ b/static/js/directives/buddylist.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/chat.js b/static/js/directives/chat.js index eb30d0b5..c40dc455 100644 --- a/static/js/directives/chat.js +++ b/static/js/directives/chat.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/directives.js b/static/js/directives/directives.js index 8615da80..66bfbe79 100644 --- a/static/js/directives/directives.js +++ b/static/js/directives/directives.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/fileinfo.js b/static/js/directives/fileinfo.js index 78fa54c5..d661ca24 100644 --- a/static/js/directives/fileinfo.js +++ b/static/js/directives/fileinfo.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/onenter.js b/static/js/directives/onenter.js index 83aa464e..81b3aee1 100644 --- a/static/js/directives/onenter.js +++ b/static/js/directives/onenter.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/onescape.js b/static/js/directives/onescape.js index 345a4c22..839c75fc 100644 --- a/static/js/directives/onescape.js +++ b/static/js/directives/onescape.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/page.js b/static/js/directives/page.js index a19de610..1d0c5c05 100644 --- a/static/js/directives/page.js +++ b/static/js/directives/page.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/roombar.js b/static/js/directives/roombar.js index 989b4ca2..8c507f8b 100644 --- a/static/js/directives/roombar.js +++ b/static/js/directives/roombar.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/screenshare.js b/static/js/directives/screenshare.js index 82a37b2b..160c2e88 100644 --- a/static/js/directives/screenshare.js +++ b/static/js/directives/screenshare.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/settings.js b/static/js/directives/settings.js index ecdf3e0b..69a1b2c9 100644 --- a/static/js/directives/settings.js +++ b/static/js/directives/settings.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/socialshare.js b/static/js/directives/socialshare.js index 788cc11f..6da365af 100644 --- a/static/js/directives/socialshare.js +++ b/static/js/directives/socialshare.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/statusmessage.js b/static/js/directives/statusmessage.js index 33d75d9c..06edc847 100644 --- a/static/js/directives/statusmessage.js +++ b/static/js/directives/statusmessage.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/directives/usability.js b/static/js/directives/usability.js index 051599ce..a75aa58a 100644 --- a/static/js/directives/usability.js +++ b/static/js/directives/usability.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/filters/buddyimagesrc.js b/static/js/filters/buddyimagesrc.js index 84adb8d5..cded8615 100644 --- a/static/js/filters/buddyimagesrc.js +++ b/static/js/filters/buddyimagesrc.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/filters/displayconference.js b/static/js/filters/displayconference.js index bf4338b4..20dab66b 100644 --- a/static/js/filters/displayconference.js +++ b/static/js/filters/displayconference.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/filters/displayname.js b/static/js/filters/displayname.js index fa66ef99..ee104a19 100644 --- a/static/js/filters/displayname.js +++ b/static/js/filters/displayname.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/filters/filters.js b/static/js/filters/filters.js index f1113acd..2c656ca8 100644 --- a/static/js/filters/filters.js +++ b/static/js/filters/filters.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/main.js b/static/js/main.js index f5fb334d..1294d96e 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/api.js b/static/js/mediastream/api.js index 6301e086..7ed60a44 100644 --- a/static/js/mediastream/api.js +++ b/static/js/mediastream/api.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/connector.js b/static/js/mediastream/connector.js index d234c038..6651e6da 100644 --- a/static/js/mediastream/connector.js +++ b/static/js/mediastream/connector.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/peercall.js b/static/js/mediastream/peercall.js index 84d1ca18..90bf2006 100644 --- a/static/js/mediastream/peercall.js +++ b/static/js/mediastream/peercall.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/peerconference.js b/static/js/mediastream/peerconference.js index f9b1bfbf..cda53304 100644 --- a/static/js/mediastream/peerconference.js +++ b/static/js/mediastream/peerconference.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/peerconnection.js b/static/js/mediastream/peerconnection.js index 8ad61403..5047e0bd 100644 --- a/static/js/mediastream/peerconnection.js +++ b/static/js/mediastream/peerconnection.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/peerscreenshare.js b/static/js/mediastream/peerscreenshare.js index 30c8cbe0..6e6c3b20 100644 --- a/static/js/mediastream/peerscreenshare.js +++ b/static/js/mediastream/peerscreenshare.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/peerxfer.js b/static/js/mediastream/peerxfer.js index 538a62c2..19fb53f9 100644 --- a/static/js/mediastream/peerxfer.js +++ b/static/js/mediastream/peerxfer.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/tokens.js b/static/js/mediastream/tokens.js index 1f94f38a..30747cb1 100644 --- a/static/js/mediastream/tokens.js +++ b/static/js/mediastream/tokens.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/usermedia.js b/static/js/mediastream/usermedia.js index a45f71e0..9a7c9587 100644 --- a/static/js/mediastream/usermedia.js +++ b/static/js/mediastream/usermedia.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/utils.js b/static/js/mediastream/utils.js index b07217c9..af6a223c 100644 --- a/static/js/mediastream/utils.js +++ b/static/js/mediastream/utils.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/mediastream/webrtc.js b/static/js/mediastream/webrtc.js index 3afa1834..9ba200b1 100644 --- a/static/js/mediastream/webrtc.js +++ b/static/js/mediastream/webrtc.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/alertify.js b/static/js/services/alertify.js index 41d2215a..d4364091 100644 --- a/static/js/services/alertify.js +++ b/static/js/services/alertify.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/appdata.js b/static/js/services/appdata.js index 03c04879..2344904c 100644 --- a/static/js/services/appdata.js +++ b/static/js/services/appdata.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/buddydata.js b/static/js/services/buddydata.js index 1dfaafab..16a2447e 100644 --- a/static/js/services/buddydata.js +++ b/static/js/services/buddydata.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/buddylist.js b/static/js/services/buddylist.js index 0984487f..4b4b9f57 100644 --- a/static/js/services/buddylist.js +++ b/static/js/services/buddylist.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/desktopnotify.js b/static/js/services/desktopnotify.js index 5f584ed4..5e1d8bb6 100644 --- a/static/js/services/desktopnotify.js +++ b/static/js/services/desktopnotify.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/enrichmessage.js b/static/js/services/enrichmessage.js index ae9df311..58c51c35 100644 --- a/static/js/services/enrichmessage.js +++ b/static/js/services/enrichmessage.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/fastscroll.js b/static/js/services/fastscroll.js index 7e4f240a..f893d641 100644 --- a/static/js/services/fastscroll.js +++ b/static/js/services/fastscroll.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/filedata.js b/static/js/services/filedata.js index a90096dd..5d707aff 100644 --- a/static/js/services/filedata.js +++ b/static/js/services/filedata.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/filedownload.js b/static/js/services/filedownload.js index 335d3c4f..8841d755 100644 --- a/static/js/services/filedownload.js +++ b/static/js/services/filedownload.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/filetransfer.js b/static/js/services/filetransfer.js index 05b7a07b..cd167b59 100644 --- a/static/js/services/filetransfer.js +++ b/static/js/services/filetransfer.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/fileupload.js b/static/js/services/fileupload.js index 8a06d7d9..b92e3750 100644 --- a/static/js/services/fileupload.js +++ b/static/js/services/fileupload.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/mediasources.js b/static/js/services/mediasources.js index d9bc51dd..0eb8b46f 100644 --- a/static/js/services/mediasources.js +++ b/static/js/services/mediasources.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/mediastream.js b/static/js/services/mediastream.js index 1ed9e940..518325ea 100644 --- a/static/js/services/mediastream.js +++ b/static/js/services/mediastream.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/playsound.js b/static/js/services/playsound.js index bb13ee55..dfdb98dd 100644 --- a/static/js/services/playsound.js +++ b/static/js/services/playsound.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/randomgen.js b/static/js/services/randomgen.js index fb5114c1..2f4b64a5 100644 --- a/static/js/services/randomgen.js +++ b/static/js/services/randomgen.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/safeapply.js b/static/js/services/safeapply.js index 67acdb21..6e913128 100644 --- a/static/js/services/safeapply.js +++ b/static/js/services/safeapply.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/safedisplayname.js b/static/js/services/safedisplayname.js index 631fdc93..d6e33780 100644 --- a/static/js/services/safedisplayname.js +++ b/static/js/services/safedisplayname.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/safemessage.js b/static/js/services/safemessage.js index 99f512f9..f5791263 100644 --- a/static/js/services/safemessage.js +++ b/static/js/services/safemessage.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/services.js b/static/js/services/services.js index e149a05e..2a9e0bc1 100644 --- a/static/js/services/services.js +++ b/static/js/services/services.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/toastr.js b/static/js/services/toastr.js index d57418ce..bdac009c 100644 --- a/static/js/services/toastr.js +++ b/static/js/services/toastr.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/translation.js b/static/js/services/translation.js index 82e9163c..9c96d9ee 100644 --- a/static/js/services/translation.js +++ b/static/js/services/translation.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/videolayout.js b/static/js/services/videolayout.js index 12e50f00..e733ba3f 100644 --- a/static/js/services/videolayout.js +++ b/static/js/services/videolayout.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/videowaiter.js b/static/js/services/videowaiter.js index d08c855f..515cf0ec 100644 --- a/static/js/services/videowaiter.js +++ b/static/js/services/videowaiter.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/js/services/visibility.js b/static/js/services/visibility.js index f0c1fbd5..f5041183 100644 --- a/static/js/services/visibility.js +++ b/static/js/services/visibility.js @@ -1,8 +1,8 @@ /* - * Spreed Speak Freely. + * Spreed WebRTC. * Copyright (C) 2013-2014 struktur AG * - * This file is part of Spreed Speak Freely. + * This file is part of Spreed WebRTC. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/static/translation/messages-de.json b/static/translation/messages-de.json index fc4e058c..cee25a69 100644 --- a/static/translation/messages-de.json +++ b/static/translation/messages-de.json @@ -1 +1 @@ -{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1)"},"Share your screen":[null,"Bildschirm freigeben"],"Chat":[null,"Chat"],"Mute microphone":[null,"Mikrofon abschalten"],"Turn camera off":[null,"Kamera abschalten"],"Settings":[null,"Einstellungen"],"Your audio level":[null,"Ihr Audio-Pegel"],"Standard view":[null,"Standardansicht"],"Kiosk view":[null,"Kiosk-Ansicht"],"Start chat":[null,"Chat starten"],"Start video call":[null,"Video-Anruf starten"],"Start audio conference":[null,"Audio-Konferenz starten"],"No other users online":[null,"Niemand sonst online"],"Chat sessions":[null,"Chat-Sitzungen"],"Room chat":[null,"Raum-Chat"],"Peer to peer":[null,"Peer-to-peer"],"Close chat":[null,"Chat schließen"],"is typing...":[null," schreibt gerade..."],"has stopped typing...":[null," schreibt nicht mehr..."],"Type here to chat...":[null,"Nachricht hier eingeben..."],"Send":[null,"Senden"],"File sharing":[null,"Datei-Austausch"],"File is no longer available":[null,"Datei ist nicht mehr verfügbar"],"Download":[null,"Laden"],"Open":[null,"Öffnen"],"Cancel":[null,"Abbrechen"],"Unshare":[null,"Zurückziehen"],"Retry":[null,"Nochmal versuchen"],"Download failed.":[null,"Fehler beim Download."],"Change room":[null,"Raum wechseln"],"Room":[null,"Raum"],"Main":[null,"Standard"],"Leave room":[null,"Raum verlassen"],"Current room":[null,"Raum"],"Screen sharing options":[null,"Optionen für Bildschirmfreigabe"],"Fit screen.":[null,"Bildschirm einpassen."],"Your picture":[null,"Ihr Bild"],"Take picture":[null,"Bild machen"],"Waiting for camera":[null,"Warte auf die Kamera"],"Your name":[null,"Ihr Name"],"Name":[null,"Name"],"Your picture and name are visible to others.":[null,"Ihr Bild und Name werden anderen Benutzern angezeigt."],"Your ID":[null,"Ihre ID"],"Register":[null,"Registrieren"],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,"Mit Zertifikat angemeldet. Melden Sie sich ab indem Sie das Zertifikat aus dem Browser entfernen."],"Log out":[null,"Ausloggen"],"Only register an ID if this is your private browser.":[null,"Sie sollten sich nur registrieren wenn dies ein privater Browser ist den nur Sie benutzen."],"Microphone":[null,"Mikrofon"],"Camera":[null,"Kamera"],"Video quality":[null,"Video-Qualität"],"Low":[null,"Gering"],"High":[null,"Hoch"],"HD":[null,"HD"],"Language":[null,"Sprache"],"Language changes become active on reload.":[null,"Sie müssen die Seite neu laden, um die Spracheinstellung zu übernehmen."],"Default room":[null,"Standard Raum"],"Set alternative room to join at start.":[null," Raum wird beim Start automatisch betreten."],"Desktop notification":[null,"Desktop-Benachrichtigung"],"Enable":[null,"Aktivieren"],"Denied - check your browser settings":[null,"Verweigert - prüfen Sie die Browser-Einstellungen"],"Allowed":[null,"Aktiviert"],"Advanced settings":[null,"Erweiterte Einstellungen"],"Stereo audio":[null,"Stereo-Audio"],"Max video frame rate":[null,"Max. Bildwiederholrate"],"auto":[null,"auto"],"Experimental settings":[null,"Experimentelle Einstellungen"],"Show advanced settings":[null,"Erweiterte Einstellungen anzeigen"],"Hide advanced settings":[null,"Erweiterte Einstellungen ausblenden"],"Remember settings":[null,"Einstellungen merken"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,"Ihre ID bleibt dennoch gespeichert. Klicken Sie Ausloggen weiter oben um die ID zu löschen."],"Close":[null,"Schließen"],"Share by Email":[null,"Per E-Mail teilen"],"Share on Facebook":[null,"Auf Facebook teilen"],"Share on Twitter":[null,"Auf Twitter teilen"],"Share on Google Plus":[null,"Auf Google Plus teilen"],"Share on XING":[null,"Auf XING teilen"],"Initializing":[null,"Initialisiere"],"Online":[null,"Online"],"Calling":[null,"Verbinde mit"],"Hangup":[null,"Auflegen"],"In call with":[null,"Verbunden mit"],"Conference with":[null,"Konferenz mit"],"Your are offline":[null,"Sie sind offline"],"Go online":[null,"Online gehen"],"Connection interrupted":[null,"Verbindung unterbrochen"],"An error occured":[null,"Ein Fehler ist aufgetreten"],"Incoming call":[null,"Eingehender Anruf"],"from":[null,"von"],"Accept call":[null,"Anruf annehmen"],"Reject":[null,"Abweisen"],"Waiting for camera/microphone access":[null,"Warte auf Kamera/Mikrofon Freigabe"],"Please wait":[null,"Bitte warten"],"Checking camera and microphone access.":[null,"Prüfe Zugriff auf Kamera und Mikrofon."],"Please allow access to your camera and microphone.":[null,"Bitte gestatten Sie den Zugriff auf Ihre Kamera und Mikrofon."],"Camera / microphone access required.":[null,"Kamera / Mikrofon Zugriff wird benötigt."],"Please check your browser settings and allow camera and microphone access for this site.":[null,"Bitte prüfen Sie Ihre Browser-Einstellungen und gestatten Sie den Zugriff auf Kamera und Mikrofon für diese Seite."],"Skip check":[null,"Überspringen"],"Click here for help (Google Chrome).":[null,"Hier klicken für weitere Infos (Google Chrome)."],"Please set your user details and settings.":[null,"Bitte vervollständigen Sie Ihre Daten und Einstellungen."],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"Bitte beachten Sie, dass einige Einstellungen erst nach einem Reload oder einem neuen Anruf aktiv werden."],"Create your room":[null,"Erstellen Sie Ihren Raum"],"This is your room link:":[null,"Ihre Raum-Addresse:"],"Creating room link ...":[null,"Raum-Link wird erstellt ..."],"Start":[null,"Start"],"Just click start":[null,"Klicken Sie auf Start"],"Share this URL with the people you want to meet.":[null,"Teilen Sie die Raum-Adresse mit anderen Kontakten."],"You can use and re-use this room as many times as you want.":[null,"Sie können diesen Raum so oft wieder benutzen wie Sie möchten."],"Peer to peer chat active.":[null,"Peer-to-peer Chat ist aktiv."],"Peer to peer chat is now off.":[null,"Peer-to-peer Chat ist nicht mehr aktiv."]," is now offline.":[null," ist jetzt offline."]," is now online.":[null," ist jetzt online."],"You share file:":[null,"Sie geben eine Datei frei:"],"Incoming file:":[null,"Eingehende Datei:"],"Quit from Spreed Speak Freely?":[null,"Spreed Speak Freely beenden?"],"Restart required to apply updates. Click ok to restart now.":[null,"Es stehen Updates zur Verfügung. Klicken Sie Ok um die Anwendung neu zu starten."],"Failed to access camera/microphone.":[null,"Fehler beim Zugriff auf die Kamera / das Mikrofon."],"Failed to establish peer connection.":[null,"Fehler beim Verbindungsaufbau."],"We are sorry but something went wrong. Boo boo.":[null,"Leider ist ein Fehler aufgetreten. Buhuhu."],"Oops":[null,"Hoppla"],"Peer connection failed. Check your settings.":[null,"Verbindung fehlgeschlagen. Überprüfen Sie Ihre Einstellungen."],"User hung up because of error.":[null,"Teilnehmer hat aufgelegt, da ein Fehler aufgetreten ist."]," is busy. Try again later.":[null," ist in einem Gespräch. Probieren Sie es später."]," rejected your call.":[null," hat Ihren Anruf abgelehnt."]," does not pick up.":[null," nimmt nicht ab."]," tried to call you.":[null," hat versucht Sie anzurufen."]," called you.":[null," hat Sie angerufen."],"Your browser does not support WebRTC. No calls possible.":[null,"Ihr Browser unterstützt kein WebRTC. Keine Anrufe möglich."],"Chat with":[null,"Chat mit"],"Message from ":[null,"Nachricht von "],"You are now in room %s ...":[null,"Sie sind nun im Raum %s ..."],"Your browser does not support file transfer.":[null,"Mit Ihrem Browser können keine Dateien übertragen werden."],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,"Die Berechtigung für die Bildschirmaufzeichnung wurde verweigert. Bitte stellen Sie sicher die Unterstützung für Bildschimaufzeichnung in Ihrem Browser aktiviert ist. Kopieren Sie dazu chrome://flags/#enable-usermedia-screen-capture und öffnen Sie diese Adresse in Ihrem Browser. Aktivieren Sie die oberste Einstellung und starten dann den Browser neu. Anschließend können Sie die Bildschirmfreigabe benutzen."],"Use browser language":[null,"Browsereinstellung"],"Meet with me here:":[null,"Meeting:"],"Error":[null,"Fehler"],"Hint":[null,"Hinweis"],"Please confirm":[null,"Bitte bestätigen"],"More information required":[null,"Weitere Informationen nötig"],"Ok":[null,"Ok"],"Access code required":[null,"Bitte Zugriffscode eingeben"],"Access denied":[null,"Zugriff verweigert"],"Please provide a valid access code.":[null,"Bitte geben Sie einen gültigen Zugriffscode ein."],"Failed to verify access code. Check your Internet connection and try again.":[null,"Der Zugriffscode konnte nicht überprueft werden. Bitte prüfen Sie Ihre Internetverbindung."],"and %s":[null,"und %s"],"and %d others":[null,"und %d weiteren"],"User":[null,"Teilnehmer"],"Someone":[null,"Unbekannt"],"Me":[null,"Ich"]}}} \ No newline at end of file +{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1)"},"Share your screen":[null,"Bildschirm freigeben"],"Chat":[null,"Chat"],"Mute microphone":[null,"Mikrofon abschalten"],"Turn camera off":[null,"Kamera abschalten"],"Settings":[null,"Einstellungen"],"Your audio level":[null,"Ihr Audio-Pegel"],"Standard view":[null,"Standardansicht"],"Kiosk view":[null,"Kiosk-Ansicht"],"Start chat":[null,"Chat starten"],"Start video call":[null,"Video-Anruf starten"],"Start audio conference":[null,"Audio-Konferenz starten"],"No other users online":[null,"Niemand sonst online"],"Chat sessions":[null,"Chat-Sitzungen"],"Room chat":[null,"Raum-Chat"],"Peer to peer":[null,"Peer-to-peer"],"Close chat":[null,"Chat schließen"],"is typing...":[null," schreibt gerade..."],"has stopped typing...":[null," schreibt nicht mehr..."],"Type here to chat...":[null,"Nachricht hier eingeben..."],"Send":[null,"Senden"],"File sharing":[null,"Datei-Austausch"],"File is no longer available":[null,"Datei ist nicht mehr verfügbar"],"Download":[null,"Laden"],"Open":[null,"Öffnen"],"Cancel":[null,"Abbrechen"],"Unshare":[null,"Zurückziehen"],"Retry":[null,"Nochmal versuchen"],"Download failed.":[null,"Fehler beim Download."],"Change room":[null,"Raum wechseln"],"Room":[null,"Raum"],"Main":[null,"Standard"],"Leave room":[null,"Raum verlassen"],"Current room":[null,"Raum"],"Screen sharing options":[null,"Optionen für Bildschirmfreigabe"],"Fit screen.":[null,"Bildschirm einpassen."],"Your picture":[null,"Ihr Bild"],"Take picture":[null,"Bild machen"],"Waiting for camera":[null,"Warte auf die Kamera"],"Your name":[null,"Ihr Name"],"Name":[null,"Name"],"Your picture and name are visible to others.":[null,"Ihr Bild und Name werden anderen Benutzern angezeigt."],"Your ID":[null,"Ihre ID"],"Register":[null,"Registrieren"],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,"Mit Zertifikat angemeldet. Melden Sie sich ab indem Sie das Zertifikat aus dem Browser entfernen."],"Log out":[null,"Ausloggen"],"Only register an ID if this is your private browser.":[null,"Sie sollten sich nur registrieren wenn dies ein privater Browser ist den nur Sie benutzen."],"Microphone":[null,"Mikrofon"],"Camera":[null,"Kamera"],"Video quality":[null,"Video-Qualität"],"Low":[null,"Gering"],"High":[null,"Hoch"],"HD":[null,"HD"],"Language":[null,"Sprache"],"Language changes become active on reload.":[null,"Sie müssen die Seite neu laden, um die Spracheinstellung zu übernehmen."],"Default room":[null,"Standard Raum"],"Set alternative room to join at start.":[null," Raum wird beim Start automatisch betreten."],"Desktop notification":[null,"Desktop-Benachrichtigung"],"Enable":[null,"Aktivieren"],"Denied - check your browser settings":[null,"Verweigert - prüfen Sie die Browser-Einstellungen"],"Allowed":[null,"Aktiviert"],"Advanced settings":[null,"Erweiterte Einstellungen"],"Stereo audio":[null,"Stereo-Audio"],"Max video frame rate":[null,"Max. Bildwiederholrate"],"auto":[null,"auto"],"Experimental settings":[null,"Experimentelle Einstellungen"],"Show advanced settings":[null,"Erweiterte Einstellungen anzeigen"],"Hide advanced settings":[null,"Erweiterte Einstellungen ausblenden"],"Remember settings":[null,"Einstellungen merken"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,"Ihre ID bleibt dennoch gespeichert. Klicken Sie Ausloggen weiter oben um die ID zu löschen."],"Close":[null,"Schließen"],"Share by Email":[null,"Per E-Mail teilen"],"Share on Facebook":[null,"Auf Facebook teilen"],"Share on Twitter":[null,"Auf Twitter teilen"],"Share on Google Plus":[null,"Auf Google Plus teilen"],"Share on XING":[null,"Auf XING teilen"],"Initializing":[null,"Initialisiere"],"Online":[null,"Online"],"Calling":[null,"Verbinde mit"],"Hangup":[null,"Auflegen"],"In call with":[null,"Verbunden mit"],"Conference with":[null,"Konferenz mit"],"Your are offline":[null,"Sie sind offline"],"Go online":[null,"Online gehen"],"Connection interrupted":[null,"Verbindung unterbrochen"],"An error occured":[null,"Ein Fehler ist aufgetreten"],"Incoming call":[null,"Eingehender Anruf"],"from":[null,"von"],"Accept call":[null,"Anruf annehmen"],"Reject":[null,"Abweisen"],"Waiting for camera/microphone access":[null,"Warte auf Kamera/Mikrofon Freigabe"],"Please wait":[null,"Bitte warten"],"Checking camera and microphone access.":[null,"Prüfe Zugriff auf Kamera und Mikrofon."],"Please allow access to your camera and microphone.":[null,"Bitte gestatten Sie den Zugriff auf Ihre Kamera und Mikrofon."],"Camera / microphone access required.":[null,"Kamera / Mikrofon Zugriff wird benötigt."],"Please check your browser settings and allow camera and microphone access for this site.":[null,"Bitte prüfen Sie Ihre Browser-Einstellungen und gestatten Sie den Zugriff auf Kamera und Mikrofon für diese Seite."],"Skip check":[null,"Überspringen"],"Click here for help (Google Chrome).":[null,"Hier klicken für weitere Infos (Google Chrome)."],"Please set your user details and settings.":[null,"Bitte vervollständigen Sie Ihre Daten und Einstellungen."],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"Bitte beachten Sie, dass einige Einstellungen erst nach einem Reload oder einem neuen Anruf aktiv werden."],"Create your room":[null,"Erstellen Sie Ihren Raum"],"This is your room link:":[null,"Ihre Raum-Addresse:"],"Creating room link ...":[null,"Raum-Link wird erstellt ..."],"Start":[null,"Start"],"Just click start":[null,"Klicken Sie auf Start"],"Share this URL with the people you want to meet.":[null,"Teilen Sie die Raum-Adresse mit anderen Kontakten."],"You can use and re-use this room as many times as you want.":[null,"Sie können diesen Raum so oft wieder benutzen wie Sie möchten."],"Peer to peer chat active.":[null,"Peer-to-peer Chat ist aktiv."],"Peer to peer chat is now off.":[null,"Peer-to-peer Chat ist nicht mehr aktiv."]," is now offline.":[null," ist jetzt offline."]," is now online.":[null," ist jetzt online."],"You share file:":[null,"Sie geben eine Datei frei:"],"Incoming file:":[null,"Eingehende Datei:"],"Close this window and disconnect?":[null,"Fenster schließen und die Verbindung trennen?"],"Restart required to apply updates. Click ok to restart now.":[null,"Es stehen Updates zur Verfügung. Klicken Sie Ok um die Anwendung neu zu starten."],"Failed to access camera/microphone.":[null,"Fehler beim Zugriff auf die Kamera / das Mikrofon."],"Failed to establish peer connection.":[null,"Fehler beim Verbindungsaufbau."],"We are sorry but something went wrong. Boo boo.":[null,"Leider ist ein Fehler aufgetreten. Buhuhu."],"Oops":[null,"Hoppla"],"Peer connection failed. Check your settings.":[null,"Verbindung fehlgeschlagen. Überprüfen Sie Ihre Einstellungen."],"User hung up because of error.":[null,"Teilnehmer hat aufgelegt, da ein Fehler aufgetreten ist."]," is busy. Try again later.":[null," ist in einem Gespräch. Probieren Sie es später."]," rejected your call.":[null," hat Ihren Anruf abgelehnt."]," does not pick up.":[null," nimmt nicht ab."]," tried to call you.":[null," hat versucht Sie anzurufen."]," called you.":[null," hat Sie angerufen."],"Your browser does not support WebRTC. No calls possible.":[null,"Ihr Browser unterstützt kein WebRTC. Keine Anrufe möglich."],"Chat with":[null,"Chat mit"],"Message from ":[null,"Nachricht von "],"You are now in room %s ...":[null,"Sie sind nun im Raum %s ..."],"Your browser does not support file transfer.":[null,"Mit Ihrem Browser können keine Dateien übertragen werden."],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,"Die Berechtigung für die Bildschirmaufzeichnung wurde verweigert. Bitte stellen Sie sicher die Unterstützung für Bildschimaufzeichnung in Ihrem Browser aktiviert ist. Kopieren Sie dazu chrome://flags/#enable-usermedia-screen-capture und öffnen Sie diese Adresse in Ihrem Browser. Aktivieren Sie die oberste Einstellung und starten dann den Browser neu. Anschließend können Sie die Bildschirmfreigabe benutzen."],"Use browser language":[null,"Browsereinstellung"],"Meet with me here:":[null,"Meeting:"],"Error":[null,"Fehler"],"Hint":[null,"Hinweis"],"Please confirm":[null,"Bitte bestätigen"],"More information required":[null,"Weitere Informationen nötig"],"Ok":[null,"Ok"],"Access code required":[null,"Bitte Zugriffscode eingeben"],"Access denied":[null,"Zugriff verweigert"],"Please provide a valid access code.":[null,"Bitte geben Sie einen gültigen Zugriffscode ein."],"Failed to verify access code. Check your Internet connection and try again.":[null,"Der Zugriffscode konnte nicht überprueft werden. Bitte prüfen Sie Ihre Internetverbindung."],"and %s":[null,"und %s"],"and %d others":[null,"und %d weiteren"],"User":[null,"Teilnehmer"],"Someone":[null,"Unbekannt"],"Me":[null,"Ich"]}}} \ No newline at end of file diff --git a/static/translation/messages-ja.json b/static/translation/messages-ja.json index e16ba5c6..2e5cf10b 100644 --- a/static/translation/messages-ja.json +++ b/static/translation/messages-ja.json @@ -1 +1 @@ -{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"画面を共有する."],"Chat":[null,"チャット"],"Mute microphone":[null,"消音"],"Turn camera off":[null,"カメラをオフにする"],"Settings":[null,"設定"],"Your audio level":[null,"あなたの音量"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"チャットを始める"],"Start video call":[null,"テレビ電話を始める"],"Start audio conference":[null,"音声会議を始める"],"No other users online":[null,"オンラインのユーザーはいません"],"Chat sessions":[null,"チャットのセッション"],"Room chat":[null,"ルームチャット"],"Peer to peer":[null,"ピア・ツー・ピア"],"Close chat":[null,"チャットを終える"],"is typing...":[null,"は入力中です..."],"has stopped typing...":[null,"は入力を止めました..."],"Type here to chat...":[null,"ここに入力してチャット開始します..."],"Send":[null,"送信"],"File sharing":[null,"ファイル共有"],"File is no longer available":[null,"ファイルは有効ではありません"],"Download":[null,"ダウンロード"],"Open":[null,"開く"],"Cancel":[null,"キャンセル"],"Unshare":[null,"共有取り消し"],"Retry":[null,"リトライ"],"Download failed.":[null,"ダウンロード失敗."],"Change room":[null,"ルームチェンジ"],"Room":[null,"ルーム"],"Main":[null,"メイン"],"Leave room":[null,"ルームを出る"],"Current room":[null,"現在のルーム"],"Screen sharing options":[null,"画面共有オプション"],"Fit screen.":[null,"画面に合わせる"],"Your picture":[null,"あなたの写真"],"Take picture":[null,"写真を取る"],"Waiting for camera":[null,"カメラ待ち"],"Your name":[null,"あなたの名前"],"Name":[null,"名前"],"Your picture and name are visible to others.":[null,"あなたの写真と名前は公開されています."],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"マイク"],"Camera":[null,"カメラ"],"Video quality":[null,"ビデオ画質"],"Low":[null,"低い"],"High":[null,"高い"],"HD":[null,"HD"],"Language":[null,"言語"],"Language changes become active on reload.":[null,"言語の変更は再読み込み時に適用となります."],"Default room":[null,"デフォルト・ルーム"],"Set alternative room to join at start.":[null,"スタート時に別のルームに参加する."],"Desktop notification":[null,"デスクトップ通知"],"Enable":[null,"有効にする"],"Denied - check your browser settings":[null,"拒否 - ブラウザ設定を確認して下さい"],"Allowed":[null,"許可"],"Advanced settings":[null,"詳細設定"],"Stereo audio":[null,"ステレオ・オーディオ"],"Max video frame rate":[null,"ビデオ最高フレームレート"],"auto":[null,"自動"],"Experimental settings":[null,"試験的に設定"],"Show advanced settings":[null,"詳細設定を表示"],"Hide advanced settings":[null,"詳細設定を隠す"],"Remember settings":[null,"設定を保存"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"閉じる"],"Share by Email":[null,"Eメールでシェア"],"Share on Facebook":[null,"フェイスブックでシェア"],"Share on Twitter":[null,"ツィッターでシェア"],"Share on Google Plus":[null,"Google+でシェア"],"Share on XING":[null,"XINGでシェア"],"Initializing":[null,"初期化中"],"Online":[null,"オンライン"],"Calling":[null,"発信中"],"Hangup":[null,"切断"],"In call with":[null,"と会話中"],"Conference with":[null,"と会議中"],"Your are offline":[null,"オフラインです"],"Go online":[null,"オンラインにする"],"Connection interrupted":[null,"接続は中断されました"],"An error occured":[null,"エラーが発生しました"],"Incoming call":[null,"着信中"],"from":[null,"から"],"Accept call":[null,"通話"],"Reject":[null,"拒否"],"Waiting for camera/microphone access":[null,"カメラ・マイクの接続待ち."],"Please wait":[null,"お待ちください"],"Checking camera and microphone access.":[null,"カメラ・マイクの接続確認中."],"Please allow access to your camera and microphone.":[null,"カメラとマイクの接続を許可してください."],"Camera / microphone access required.":[null,"カメラ・マイクの接続が必要です."],"Please check your browser settings and allow camera and microphone access for this site.":[null,"ブラウザ設定で、このサイトへのカメラ・マイクの接続を許可してください."],"Skip check":[null,"チェックをスキップ"],"Click here for help (Google Chrome).":[null,"ここをクリックしてヘルプ表示(Google Chrome)"],"Please set your user details and settings.":[null,"あなたのプロフィールとアプリの動作を設定してください."],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"いくつかの設定は、再読み込みもしくは次回の発信から有効です."],"Create your room":[null,"自分のルームを作成する"],"This is your room link:":[null,"あなたのルームへのリンク:"],"Creating room link ...":[null,"ルームへのリンクを作る..."],"Start":[null,"開始"],"Just click start":[null,"クリックして開始"],"Share this URL with the people you want to meet.":[null,"会いたい人とURLをシェアする."],"You can use and re-use this room as many times as you want.":[null,"ルームは何回でも好きなだけ使えます."],"Peer to peer chat active.":[null,"ピア・ツー・ピア・チャットがアクティブです."],"Peer to peer chat is now off.":[null,"ピア・ツー・ピア・チャットがオフです."]," is now offline.":[null,"は今オフラインです"]," is now online.":[null,"は今オンラインです"],"You share file:":[null,"あなたの共有ファイル:"],"Incoming file:":[null,"受信中ファイル:"],"Quit from Spreed Speak Freely?":[null,"Spreed Speak Freelyを終了しますか?"],"Restart required to apply updates. Click ok to restart now.":[null,"アップデート適用のため再起動してください.ここをクリックして再起動する."],"Failed to access camera/microphone.":[null,"カメラ・マイクへの接続に失敗しました."],"Failed to establish peer connection.":[null,"ピアとの接続に失敗しました."],"We are sorry but something went wrong. Boo boo.":[null,"申し訳ないのですが、不具合が生じました。"],"Oops":[null,"しまった"],"Peer connection failed. Check your settings.":[null,"ピア接続に失敗しました.設定を確認してください."],"User hung up because of error.":[null,"エラーのため切断しました."]," is busy. Try again later.":[null,"は話中です.後で掛けなおしてください."]," rejected your call.":[null,"着信拒否されました."]," does not pick up.":[null,"は電話にでません."]," tried to call you.":[null,"は電話しようとしました."]," called you.":[null,"から電話がありました."],"Your browser does not support WebRTC. No calls possible.":[null,"ブラウザがWebRTCをサポートしていない為通話はできません."],"Chat with":[null,"とチャットする"],"Message from ":[null,"からのメッセージ"],"You are now in room %s ...":[null,"あなたは%sのルームにいます..."],"Your browser does not support file transfer.":[null,"ブラウザがファイル転送をサポートしていません."],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,"画面共有は拒否されました.ブラウザの画面共有の設定を確認して下さい. Chromeのアドレスバーに chrome://flags/#enable-usermedia-screen-capture を入力して開き、スクリーンキャプチャのサポートを有効にしてください。その後ブラウザを再起動してください。"],"Use browser language":[null,"ブラウザの言語を使用"],"Meet with me here:":[null,"ここで私と会う:"],"Error":[null,"エラー"],"Hint":[null,"ヒント"],"Please confirm":[null,"確認して下さい"],"More information required":[null,"さらなる情報が必要です"],"Ok":[null,"OK"],"Access code required":[null,"アクセスコードが必要です"],"Access denied":[null,"アクセスが拒否されました"],"Please provide a valid access code.":[null,"有効なアクセスコードを入力してください."],"Failed to verify access code. Check your Internet connection and try again.":[null,"アクセスコードの確認に失敗しました.インターネット接続を確認してリトライしてください."],"and %s":[null,"と %2"],"and %d others":[null,""],"User":[null,"ユーザー"],"Someone":[null,"誰か"],"Me":[null,"私"]}}} \ No newline at end of file +{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"画面を共有する."],"Chat":[null,"チャット"],"Mute microphone":[null,"消音"],"Turn camera off":[null,"カメラをオフにする"],"Settings":[null,"設定"],"Your audio level":[null,"あなたの音量"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"チャットを始める"],"Start video call":[null,"テレビ電話を始める"],"Start audio conference":[null,"音声会議を始める"],"No other users online":[null,"オンラインのユーザーはいません"],"Chat sessions":[null,"チャットのセッション"],"Room chat":[null,"ルームチャット"],"Peer to peer":[null,"ピア・ツー・ピア"],"Close chat":[null,"チャットを終える"],"is typing...":[null,"は入力中です..."],"has stopped typing...":[null,"は入力を止めました..."],"Type here to chat...":[null,"ここに入力してチャット開始します..."],"Send":[null,"送信"],"File sharing":[null,"ファイル共有"],"File is no longer available":[null,"ファイルは有効ではありません"],"Download":[null,"ダウンロード"],"Open":[null,"開く"],"Cancel":[null,"キャンセル"],"Unshare":[null,"共有取り消し"],"Retry":[null,"リトライ"],"Download failed.":[null,"ダウンロード失敗."],"Change room":[null,"ルームチェンジ"],"Room":[null,"ルーム"],"Main":[null,"メイン"],"Leave room":[null,"ルームを出る"],"Current room":[null,"現在のルーム"],"Screen sharing options":[null,"画面共有オプション"],"Fit screen.":[null,"画面に合わせる"],"Your picture":[null,"あなたの写真"],"Take picture":[null,"写真を取る"],"Waiting for camera":[null,"カメラ待ち"],"Your name":[null,"あなたの名前"],"Name":[null,"名前"],"Your picture and name are visible to others.":[null,"あなたの写真と名前は公開されています."],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"マイク"],"Camera":[null,"カメラ"],"Video quality":[null,"ビデオ画質"],"Low":[null,"低い"],"High":[null,"高い"],"HD":[null,"HD"],"Language":[null,"言語"],"Language changes become active on reload.":[null,"言語の変更は再読み込み時に適用となります."],"Default room":[null,"デフォルト・ルーム"],"Set alternative room to join at start.":[null,"スタート時に別のルームに参加する."],"Desktop notification":[null,"デスクトップ通知"],"Enable":[null,"有効にする"],"Denied - check your browser settings":[null,"拒否 - ブラウザ設定を確認して下さい"],"Allowed":[null,"許可"],"Advanced settings":[null,"詳細設定"],"Stereo audio":[null,"ステレオ・オーディオ"],"Max video frame rate":[null,"ビデオ最高フレームレート"],"auto":[null,"自動"],"Experimental settings":[null,"試験的に設定"],"Show advanced settings":[null,"詳細設定を表示"],"Hide advanced settings":[null,"詳細設定を隠す"],"Remember settings":[null,"設定を保存"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"閉じる"],"Share by Email":[null,"Eメールでシェア"],"Share on Facebook":[null,"フェイスブックでシェア"],"Share on Twitter":[null,"ツィッターでシェア"],"Share on Google Plus":[null,"Google+でシェア"],"Share on XING":[null,"XINGでシェア"],"Initializing":[null,"初期化中"],"Online":[null,"オンライン"],"Calling":[null,"発信中"],"Hangup":[null,"切断"],"In call with":[null,"と会話中"],"Conference with":[null,"と会議中"],"Your are offline":[null,"オフラインです"],"Go online":[null,"オンラインにする"],"Connection interrupted":[null,"接続は中断されました"],"An error occured":[null,"エラーが発生しました"],"Incoming call":[null,"着信中"],"from":[null,"から"],"Accept call":[null,"通話"],"Reject":[null,"拒否"],"Waiting for camera/microphone access":[null,"カメラ・マイクの接続待ち."],"Please wait":[null,"お待ちください"],"Checking camera and microphone access.":[null,"カメラ・マイクの接続確認中."],"Please allow access to your camera and microphone.":[null,"カメラとマイクの接続を許可してください."],"Camera / microphone access required.":[null,"カメラ・マイクの接続が必要です."],"Please check your browser settings and allow camera and microphone access for this site.":[null,"ブラウザ設定で、このサイトへのカメラ・マイクの接続を許可してください."],"Skip check":[null,"チェックをスキップ"],"Click here for help (Google Chrome).":[null,"ここをクリックしてヘルプ表示(Google Chrome)"],"Please set your user details and settings.":[null,"あなたのプロフィールとアプリの動作を設定してください."],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"いくつかの設定は、再読み込みもしくは次回の発信から有効です."],"Create your room":[null,"自分のルームを作成する"],"This is your room link:":[null,"あなたのルームへのリンク:"],"Creating room link ...":[null,"ルームへのリンクを作る..."],"Start":[null,"開始"],"Just click start":[null,"クリックして開始"],"Share this URL with the people you want to meet.":[null,"会いたい人とURLをシェアする."],"You can use and re-use this room as many times as you want.":[null,"ルームは何回でも好きなだけ使えます."],"Peer to peer chat active.":[null,"ピア・ツー・ピア・チャットがアクティブです."],"Peer to peer chat is now off.":[null,"ピア・ツー・ピア・チャットがオフです."]," is now offline.":[null,"は今オフラインです"]," is now online.":[null,"は今オンラインです"],"You share file:":[null,"あなたの共有ファイル:"],"Incoming file:":[null,"受信中ファイル:"],"Close this window and disconnect?":[null,""],"Restart required to apply updates. Click ok to restart now.":[null,"アップデート適用のため再起動してください.ここをクリックして再起動する."],"Failed to access camera/microphone.":[null,"カメラ・マイクへの接続に失敗しました."],"Failed to establish peer connection.":[null,"ピアとの接続に失敗しました."],"We are sorry but something went wrong. Boo boo.":[null,"申し訳ないのですが、不具合が生じました。"],"Oops":[null,"しまった"],"Peer connection failed. Check your settings.":[null,"ピア接続に失敗しました.設定を確認してください."],"User hung up because of error.":[null,"エラーのため切断しました."]," is busy. Try again later.":[null,"は話中です.後で掛けなおしてください."]," rejected your call.":[null,"着信拒否されました."]," does not pick up.":[null,"は電話にでません."]," tried to call you.":[null,"は電話しようとしました."]," called you.":[null,"から電話がありました."],"Your browser does not support WebRTC. No calls possible.":[null,"ブラウザがWebRTCをサポートしていない為通話はできません."],"Chat with":[null,"とチャットする"],"Message from ":[null,"からのメッセージ"],"You are now in room %s ...":[null,"あなたは%sのルームにいます..."],"Your browser does not support file transfer.":[null,"ブラウザがファイル転送をサポートしていません."],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,"画面共有は拒否されました.ブラウザの画面共有の設定を確認して下さい. Chromeのアドレスバーに chrome://flags/#enable-usermedia-screen-capture を入力して開き、スクリーンキャプチャのサポートを有効にしてください。その後ブラウザを再起動してください。"],"Use browser language":[null,"ブラウザの言語を使用"],"Meet with me here:":[null,"ここで私と会う:"],"Error":[null,"エラー"],"Hint":[null,"ヒント"],"Please confirm":[null,"確認して下さい"],"More information required":[null,"さらなる情報が必要です"],"Ok":[null,"OK"],"Access code required":[null,"アクセスコードが必要です"],"Access denied":[null,"アクセスが拒否されました"],"Please provide a valid access code.":[null,"有効なアクセスコードを入力してください."],"Failed to verify access code. Check your Internet connection and try again.":[null,"アクセスコードの確認に失敗しました.インターネット接続を確認してリトライしてください."],"and %s":[null,"と %2"],"and %d others":[null,""],"User":[null,"ユーザー"],"Someone":[null,"誰か"],"Me":[null,"私"]}}} \ No newline at end of file diff --git a/static/translation/messages-ko.json b/static/translation/messages-ko.json index 71ce4552..cb890463 100644 --- a/static/translation/messages-ko.json +++ b/static/translation/messages-ko.json @@ -1 +1 @@ -{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"화면 공유하기"],"Chat":[null,"대화"],"Mute microphone":[null,"음성제거"],"Turn camera off":[null,"카메라꺼짐"],"Settings":[null,"설정"],"Your audio level":[null,"음성크기"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"대화시작"],"Start video call":[null,"화상회의 시작"],"Start audio conference":[null,"음성회의 시작"],"No other users online":[null,"온라인에 다른 대화상대 없음"],"Chat sessions":[null,"대화 세션"],"Room chat":[null,"대화 방"],"Peer to peer":[null,"일대일"],"Close chat":[null,"대화 종료"],"is typing...":[null,"입력중"],"has stopped typing...":[null,"입력 종료"],"Type here to chat...":[null,"대화 입력"],"Send":[null,"전송"],"File sharing":[null,"회일 공유"],"File is no longer available":[null,"화일이 유효하지 않습니다"],"Download":[null,"다운로드"],"Open":[null,"열기"],"Cancel":[null,"취소"],"Unshare":[null,"비공유"],"Retry":[null,"재시도"],"Download failed.":[null,"다운로드실패"],"Change room":[null,"방 변경"],"Room":[null,"방"],"Main":[null,"메인"],"Leave room":[null,"방 이동"],"Current room":[null,"현재 방"],"Screen sharing options":[null,"화면 공유 옵션"],"Fit screen.":[null,"화면에 맟춤"],"Your picture":[null,"사용자 사진"],"Take picture":[null,"사진 찍음"],"Waiting for camera":[null,"카메라 대기중"],"Your name":[null,"사용자 이름"],"Name":[null,"이름"],"Your picture and name are visible to others.":[null,"사용자의 사진과 이름이 다른사람에게 보일수 있습니다."],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"마이크"],"Camera":[null,"카메라"],"Video quality":[null,"영상 수준"],"Low":[null,"낮음"],"High":[null,"높음"],"HD":[null,"고화질"],"Language":[null,"언어"],"Language changes become active on reload.":[null,"언어 변경이 재로드 되고 있습니다"],"Default room":[null,"기본 방"],"Set alternative room to join at start.":[null,"시작시에 다른 방에 합류하도록 설정 되었습니다"],"Desktop notification":[null,"데스크탑에 통보"],"Enable":[null,"활성화"],"Denied - check your browser settings":[null,"거부됨 - 브라우저 설정을 확인하세요"],"Allowed":[null,"허락됨"],"Advanced settings":[null,"고급 설정"],"Stereo audio":[null,"스테레오 음성"],"Max video frame rate":[null,"비디오프레임 비율 최대화"],"auto":[null,"자동"],"Experimental settings":[null,"실험 설정"],"Show advanced settings":[null,"고급 설정 보기"],"Hide advanced settings":[null,"고급 설정 감추기"],"Remember settings":[null,"설정 기억"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"닫음"],"Share by Email":[null,"이메일로 공유"],"Share on Facebook":[null,"Facebook에서 공유"],"Share on Twitter":[null,"Twitter에서 공유"],"Share on Google Plus":[null,"구글 플러스에서 공유"],"Share on XING":[null,"Xing에서 공유"],"Initializing":[null,"초기화"],"Online":[null,"온라인"],"Calling":[null,"전화걸기"],"Hangup":[null,"전화끊기"],"In call with":[null,"전화중"],"Conference with":[null,"회의중"],"Your are offline":[null,"오프라인 입니다"],"Go online":[null,"온라인에 연결합니다"],"Connection interrupted":[null,"연결이 중단"],"An error occured":[null,"에러 발생"],"Incoming call":[null,"전화 걸려옴"],"from":[null,"부터"],"Accept call":[null,"전화 받음"],"Reject":[null,"거부"],"Waiting for camera/microphone access":[null,"카메라/마이크 사용을 기다림"],"Please wait":[null,"기다리세요"],"Checking camera and microphone access.":[null,"카메라와 마이크의 사용을 확인 하세요"],"Please allow access to your camera and microphone.":[null,"카메라와 마이크의 사용을 허용 하세요"],"Camera / microphone access required.":[null,"카메라/마이크 사용이 필요합니다"],"Please check your browser settings and allow camera and microphone access for this site.":[null,"이 사이트에 대하여 브라우저의 설정을 확인하고 카메라와 마이크의 사용을 허용 하세요"],"Skip check":[null,"확인 넘어가기"],"Click here for help (Google Chrome).":[null,"도움말을 원하면 여기를 클릭 하세요 (구글 크롬)"],"Please set your user details and settings.":[null,"사용자의 세부상세와 설정을 지정하세요 "],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"일부 설정은 다시로드 하거나 새로운 전화가 연결시에 유효할수 있습니다."],"Create your room":[null,"새로운 방 만들기"],"This is your room link:":[null,"당신의 방 링크:"],"Creating room link ...":[null,"방 링크 만들기..."],"Start":[null,"시작"],"Just click start":[null,"시작하기 클릭"],"Share this URL with the people you want to meet.":[null,"이 URL을 만나고 싶은 사람과 공유하기"],"You can use and re-use this room as many times as you want.":[null,"당신은 이 방을 원하는 횟수 만큼 사용할 수 있습니다"],"Peer to peer chat active.":[null,"일대일 대화 활성화"],"Peer to peer chat is now off.":[null,"일대일 대화 꺼짐"]," is now offline.":[null,"현재 오프라인 상태"]," is now online.":[null,"현재 온라인 상태"],"You share file:":[null,"공유 화일:"],"Incoming file:":[null,"도착하는 화일:"],"Quit from Spreed Speak Freely?":[null,"Spreed Speak Freely사용을 중지 하시겠습니까?"],"Restart required to apply updates. Click ok to restart now.":[null,"업데이트를 적용하려면 재시작이 필요 합니다. 지금 재시작 하려면 ok를 클릭 하십시오"],"Failed to access camera/microphone.":[null,"카메라/마이크 사용 실패"],"Failed to establish peer connection.":[null,"상대연결 설정이 실패 하였습니다"],"We are sorry but something went wrong. Boo boo.":[null,"죄송합니다만 현재 문제가 있습니다."],"Oops":[null,"이런"],"Peer connection failed. Check your settings.":[null,"상대연결이 실패 했습니다. 설정을 확인 하십시오"],"User hung up because of error.":[null,"오류로 인해 사용자 끊어짐"]," is busy. Try again later.":[null,"통화중. 다시 시도 하세요."]," rejected your call.":[null,"전화가 거부 되었습니다."]," does not pick up.":[null,"전화를 받지 않습니다."]," tried to call you.":[null,"연결을 시도 중입니다"]," called you.":[null,"전화 드렸습니다."],"Your browser does not support WebRTC. No calls possible.":[null,"브라우저가 WebRTC를 지원하지 않습니다. 전화걸기가 불가능 합니다."],"Chat with":[null,"대화하기"],"Message from ":[null,"로 부터 메시지"],"You are now in room %s ...":[null,"당신은 현재 방%s ...에 있습니다"],"Your browser does not support file transfer.":[null,"당신의 브라우저가 회일전송을 지원하지 않습니다."],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,"화면공유가 거절되었습니다. 사용하시는 브라우저에서 화면공유를 가능하도록 하여 주십시오. chrome://flags/#enable-usermedia-screen-capture를 복사하여 브라우저에서 수행하시고 상단의 프래그를 가능으로 변경 하십시오. 브라우저를 다시 수행시키면 사용하실수 있습니다."],"Use browser language":[null,"브라우저 언어 사용"],"Meet with me here:":[null,"나를 여기서 만납니다:"],"Error":[null,"오류"],"Hint":[null,"도움말"],"Please confirm":[null,"확인하십시오"],"More information required":[null,"더 많은 정보가 필요함"],"Ok":[null,"오케이"],"Access code required":[null,"접속코드 필요함"],"Access denied":[null,"접속 거부"],"Please provide a valid access code.":[null,"유효한 접속코드가 필요합니다."],"Failed to verify access code. Check your Internet connection and try again.":[null,"접속코드 확인이 실패 했습니다. 인터넷 연결을 확인하고 다시 시도해 주십시오. "],"and %s":[null,"그리고 %2$s"],"and %d others":[null,""],"User":[null,"사용자"],"Someone":[null,"어떤 사람"],"Me":[null,"나"]}}} \ No newline at end of file +{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"화면 공유하기"],"Chat":[null,"대화"],"Mute microphone":[null,"음성제거"],"Turn camera off":[null,"카메라꺼짐"],"Settings":[null,"설정"],"Your audio level":[null,"음성크기"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"대화시작"],"Start video call":[null,"화상회의 시작"],"Start audio conference":[null,"음성회의 시작"],"No other users online":[null,"온라인에 다른 대화상대 없음"],"Chat sessions":[null,"대화 세션"],"Room chat":[null,"대화 방"],"Peer to peer":[null,"일대일"],"Close chat":[null,"대화 종료"],"is typing...":[null,"입력중"],"has stopped typing...":[null,"입력 종료"],"Type here to chat...":[null,"대화 입력"],"Send":[null,"전송"],"File sharing":[null,"회일 공유"],"File is no longer available":[null,"화일이 유효하지 않습니다"],"Download":[null,"다운로드"],"Open":[null,"열기"],"Cancel":[null,"취소"],"Unshare":[null,"비공유"],"Retry":[null,"재시도"],"Download failed.":[null,"다운로드실패"],"Change room":[null,"방 변경"],"Room":[null,"방"],"Main":[null,"메인"],"Leave room":[null,"방 이동"],"Current room":[null,"현재 방"],"Screen sharing options":[null,"화면 공유 옵션"],"Fit screen.":[null,"화면에 맟춤"],"Your picture":[null,"사용자 사진"],"Take picture":[null,"사진 찍음"],"Waiting for camera":[null,"카메라 대기중"],"Your name":[null,"사용자 이름"],"Name":[null,"이름"],"Your picture and name are visible to others.":[null,"사용자의 사진과 이름이 다른사람에게 보일수 있습니다."],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"마이크"],"Camera":[null,"카메라"],"Video quality":[null,"영상 수준"],"Low":[null,"낮음"],"High":[null,"높음"],"HD":[null,"고화질"],"Language":[null,"언어"],"Language changes become active on reload.":[null,"언어 변경이 재로드 되고 있습니다"],"Default room":[null,"기본 방"],"Set alternative room to join at start.":[null,"시작시에 다른 방에 합류하도록 설정 되었습니다"],"Desktop notification":[null,"데스크탑에 통보"],"Enable":[null,"활성화"],"Denied - check your browser settings":[null,"거부됨 - 브라우저 설정을 확인하세요"],"Allowed":[null,"허락됨"],"Advanced settings":[null,"고급 설정"],"Stereo audio":[null,"스테레오 음성"],"Max video frame rate":[null,"비디오프레임 비율 최대화"],"auto":[null,"자동"],"Experimental settings":[null,"실험 설정"],"Show advanced settings":[null,"고급 설정 보기"],"Hide advanced settings":[null,"고급 설정 감추기"],"Remember settings":[null,"설정 기억"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"닫음"],"Share by Email":[null,"이메일로 공유"],"Share on Facebook":[null,"Facebook에서 공유"],"Share on Twitter":[null,"Twitter에서 공유"],"Share on Google Plus":[null,"구글 플러스에서 공유"],"Share on XING":[null,"Xing에서 공유"],"Initializing":[null,"초기화"],"Online":[null,"온라인"],"Calling":[null,"전화걸기"],"Hangup":[null,"전화끊기"],"In call with":[null,"전화중"],"Conference with":[null,"회의중"],"Your are offline":[null,"오프라인 입니다"],"Go online":[null,"온라인에 연결합니다"],"Connection interrupted":[null,"연결이 중단"],"An error occured":[null,"에러 발생"],"Incoming call":[null,"전화 걸려옴"],"from":[null,"부터"],"Accept call":[null,"전화 받음"],"Reject":[null,"거부"],"Waiting for camera/microphone access":[null,"카메라/마이크 사용을 기다림"],"Please wait":[null,"기다리세요"],"Checking camera and microphone access.":[null,"카메라와 마이크의 사용을 확인 하세요"],"Please allow access to your camera and microphone.":[null,"카메라와 마이크의 사용을 허용 하세요"],"Camera / microphone access required.":[null,"카메라/마이크 사용이 필요합니다"],"Please check your browser settings and allow camera and microphone access for this site.":[null,"이 사이트에 대하여 브라우저의 설정을 확인하고 카메라와 마이크의 사용을 허용 하세요"],"Skip check":[null,"확인 넘어가기"],"Click here for help (Google Chrome).":[null,"도움말을 원하면 여기를 클릭 하세요 (구글 크롬)"],"Please set your user details and settings.":[null,"사용자의 세부상세와 설정을 지정하세요 "],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"일부 설정은 다시로드 하거나 새로운 전화가 연결시에 유효할수 있습니다."],"Create your room":[null,"새로운 방 만들기"],"This is your room link:":[null,"당신의 방 링크:"],"Creating room link ...":[null,"방 링크 만들기..."],"Start":[null,"시작"],"Just click start":[null,"시작하기 클릭"],"Share this URL with the people you want to meet.":[null,"이 URL을 만나고 싶은 사람과 공유하기"],"You can use and re-use this room as many times as you want.":[null,"당신은 이 방을 원하는 횟수 만큼 사용할 수 있습니다"],"Peer to peer chat active.":[null,"일대일 대화 활성화"],"Peer to peer chat is now off.":[null,"일대일 대화 꺼짐"]," is now offline.":[null,"현재 오프라인 상태"]," is now online.":[null,"현재 온라인 상태"],"You share file:":[null,"공유 화일:"],"Incoming file:":[null,"도착하는 화일:"],"Close this window and disconnect?":[null,""],"Restart required to apply updates. Click ok to restart now.":[null,"업데이트를 적용하려면 재시작이 필요 합니다. 지금 재시작 하려면 ok를 클릭 하십시오"],"Failed to access camera/microphone.":[null,"카메라/마이크 사용 실패"],"Failed to establish peer connection.":[null,"상대연결 설정이 실패 하였습니다"],"We are sorry but something went wrong. Boo boo.":[null,"죄송합니다만 현재 문제가 있습니다."],"Oops":[null,"이런"],"Peer connection failed. Check your settings.":[null,"상대연결이 실패 했습니다. 설정을 확인 하십시오"],"User hung up because of error.":[null,"오류로 인해 사용자 끊어짐"]," is busy. Try again later.":[null,"통화중. 다시 시도 하세요."]," rejected your call.":[null,"전화가 거부 되었습니다."]," does not pick up.":[null,"전화를 받지 않습니다."]," tried to call you.":[null,"연결을 시도 중입니다"]," called you.":[null,"전화 드렸습니다."],"Your browser does not support WebRTC. No calls possible.":[null,"브라우저가 WebRTC를 지원하지 않습니다. 전화걸기가 불가능 합니다."],"Chat with":[null,"대화하기"],"Message from ":[null,"로 부터 메시지"],"You are now in room %s ...":[null,"당신은 현재 방%s ...에 있습니다"],"Your browser does not support file transfer.":[null,"당신의 브라우저가 회일전송을 지원하지 않습니다."],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,"화면공유가 거절되었습니다. 사용하시는 브라우저에서 화면공유를 가능하도록 하여 주십시오. chrome://flags/#enable-usermedia-screen-capture를 복사하여 브라우저에서 수행하시고 상단의 프래그를 가능으로 변경 하십시오. 브라우저를 다시 수행시키면 사용하실수 있습니다."],"Use browser language":[null,"브라우저 언어 사용"],"Meet with me here:":[null,"나를 여기서 만납니다:"],"Error":[null,"오류"],"Hint":[null,"도움말"],"Please confirm":[null,"확인하십시오"],"More information required":[null,"더 많은 정보가 필요함"],"Ok":[null,"오케이"],"Access code required":[null,"접속코드 필요함"],"Access denied":[null,"접속 거부"],"Please provide a valid access code.":[null,"유효한 접속코드가 필요합니다."],"Failed to verify access code. Check your Internet connection and try again.":[null,"접속코드 확인이 실패 했습니다. 인터넷 연결을 확인하고 다시 시도해 주십시오. "],"and %s":[null,"그리고 %2$s"],"and %d others":[null,""],"User":[null,"사용자"],"Someone":[null,"어떤 사람"],"Me":[null,"나"]}}} \ No newline at end of file diff --git a/static/translation/messages-zh-cn.json b/static/translation/messages-zh-cn.json index 26bf6e54..f355d821 100644 --- a/static/translation/messages-zh-cn.json +++ b/static/translation/messages-zh-cn.json @@ -1 +1 @@ -{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"共享您的屏幕"],"Chat":[null,"聊天"],"Mute microphone":[null,"关闭麦克风"],"Turn camera off":[null,"关闭摄像头"],"Settings":[null,"系统设置"],"Your audio level":[null,"您的通话音量"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"开始聊天"],"Start video call":[null,"开始视频通话"],"Start audio conference":[null,"开始语音会议"],"No other users online":[null,"无其他联系人在线"],"Chat sessions":[null,"会话"],"Room chat":[null,"房间聊天"],"Peer to peer":[null,"P2P"],"Close chat":[null,"关闭聊天"],"is typing...":[null,"正在输入..."],"has stopped typing...":[null,"停止输入..."],"Type here to chat...":[null,"在此输入开始聊天..."],"Send":[null,"发送"],"File sharing":[null,"分享文件"],"File is no longer available":[null,"文件已不存在"],"Download":[null,"下载"],"Open":[null,"打开"],"Cancel":[null,"取消"],"Unshare":[null,"停止分享"],"Retry":[null,"重试"],"Download failed.":[null,"下载失败"],"Change room":[null,"更换房间"],"Room":[null,"房间"],"Main":[null,"主房间"],"Leave room":[null,"离开房间"],"Current room":[null,"當前房间"],"Fit screen.":[null,""],"Your picture":[null,"您的图片"],"Take picture":[null,"拍照"],"Waiting for camera":[null,"等待启动摄像头"],"Your name":[null,"您的名字"],"Name":[null,"名字"],"Your picture and name are visible to others.":[null,"别人能看到您的图片及名字"],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"麦克风"],"Camera":[null,"摄像头"],"Video quality":[null,"视频质量"],"Low":[null,"低"],"High":[null,"高"],"HD":[null,""],"Language":[null,"语言"],"Language changes become active on reload.":[null,"转换语言需重启程序"],"Default room":[null,"系统默认房间"],"Set alternative room to join at start.":[null,"重设初始默认房间"],"Desktop notification":[null,"桌面提醒"],"Enable":[null,"开启"],"Denied - check your browser settings":[null,"被拒绝--请检查浏览器设置"],"Allowed":[null,"启用"],"Advanced settings":[null,"高级设置"],"Stereo audio":[null,"立体声"],"Max video frame rate":[null,"最大视频帧速率"],"auto":[null,"自动"],"Experimental settings":[null,"实验设置"],"Show advanced settings":[null,"展开高级设置"],"Hide advanced settings":[null,"隐藏高级设置"],"Remember settings":[null,"记住设置"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"关闭"],"Share by Email":[null,"电子邮件共享"],"Share on Facebook":[null,"Facebook共享"],"Share on Twitter":[null,"Twitter共享"],"Share on Google Plus":[null,"Google Plus共享"],"Share on XING":[null,"XING共享"],"Initializing":[null,"初始化"],"Online":[null,"在线"],"Calling":[null,"呼叫中"],"Hangup":[null,"挂断"],"In call with":[null,"正在和**通话"],"Conference with":[null,"和**会议通话"],"Your are offline":[null,"您不在线"],"Go online":[null,"上线"],"Connection interrupted":[null,"连接已中断"],"An error occured":[null,"出现错误"],"Incoming call":[null,"来电"],"from":[null,"来自"],"Accept call":[null,"接受通话"],"Reject":[null,"拒绝"],"Waiting for camera/microphone access":[null,"等待摄像头/麦克风连接"],"Please wait":[null,"请等候"],"Checking camera and microphone access.":[null,"正在检查摄像头及麦克风连接"],"Please allow access to your camera and microphone.":[null,"请允许连接您的摄像头及麦克风"],"Camera / microphone access required.":[null,"需连接摄像头/麦克风"],"Please check your browser settings and allow camera and microphone access for this site.":[null,"请检查浏览器设置并允许摄像头及麦克风连接此网站"],"Skip check":[null,"越过检查"],"Click here for help (Google Chrome).":[null,"点击这里获取帮助 (Google Chrome)"],"Please set your user details and settings.":[null,"请设定您的用户信息及设置"],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"请注意,有些设置需要重新加载或开始新的通话后才能生效。"],"Create your room":[null,"创建您的房间"],"This is your room link:":[null,"这是您的房间链接"],"Creating room link ...":[null,"创建房间链接"],"Start":[null,"开始"],"Just click start":[null,"直接点击开始"],"Share this URL with the people you want to meet.":[null,"请与您需要联系的人分享此URL "],"You can use and re-use this room as many times as you want.":[null,"您可使用或反复多次使用此房间"],"Peer to peer chat active.":[null,"P2P聊天已启动"],"Peer to peer chat is now off.":[null,"P2P现在未启动"]," is now offline.":[null," 不在线"]," is now online.":[null," 现在在线"],"You share file:":[null,"分享文件:"],"Incoming file:":[null,"发来文件:"],"Quit from Spreed Speak Freely?":[null,"退出 Spreed Speak Freely?"],"Restart required to apply updates. Click ok to restart now.":[null,"适用更新需重启,现在点击Ok重新启动。"],"Failed to access camera/microphone.":[null,"摄像头/麦克风连接失败"],"Failed to establish peer connection.":[null,"对等连接建立失败"],"We are sorry but something went wrong. Boo boo.":[null,"很抱歉,有错误发生。"],"Oops":[null,"Oops"],"Peer connection failed. Check your settings.":[null,"对等连接失败,请检查设置。"],"User hung up because of error.":[null,"用户因错误挂断"]," is busy. Try again later.":[null," 正在通话,请稍后再试。"]," rejected your call.":[null," 拒绝了您的呼叫。"]," does not pick up.":[null," 不接听呼叫。"]," tried to call you.":[null," 曾呼叫您。"]," called you.":[null," 曾与您通话。"],"Your browser does not support WebRTC. No calls possible.":[null,"您的浏览器不支持WebRTC。不能进行通话。"],"Chat with":[null,"与**聊天"],"Message from ":[null,"来自于**的信息"],"You are now in room %s ...":[null,"您在 %s 房间"],"Your browser does not support file transfer.":[null,"您的浏览器不支持文件传输"],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,""],"Use browser language":[null,"使用浏览器语言"],"Meet with me here:":[null,"我们这里见:"],"Error":[null,"错误"],"Hint":[null,"提示"],"Please confirm":[null,"请确认"],"More information required":[null,"需要更多信息"],"Ok":[null,"Ok"],"Access code required":[null,"需要接入码"],"Access denied":[null,"连接被拒绝"],"Please provide a valid access code.":[null,"请提供有效接入码"],"Failed to verify access code. Check your Internet connection and try again.":[null,"接入码认证失败。请检查您的网络连接并重试。"],"and %s":[null,""],"and %d others":[null,""],"User":[null,""],"Someone":[null,""]}}} \ No newline at end of file +{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"共享您的屏幕"],"Chat":[null,"聊天"],"Mute microphone":[null,"关闭麦克风"],"Turn camera off":[null,"关闭摄像头"],"Settings":[null,"系统设置"],"Your audio level":[null,"您的通话音量"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"开始聊天"],"Start video call":[null,"开始视频通话"],"Start audio conference":[null,"开始语音会议"],"No other users online":[null,"无其他联系人在线"],"Chat sessions":[null,"会话"],"Room chat":[null,"房间聊天"],"Peer to peer":[null,"P2P"],"Close chat":[null,"关闭聊天"],"is typing...":[null,"正在输入..."],"has stopped typing...":[null,"停止输入..."],"Type here to chat...":[null,"在此输入开始聊天..."],"Send":[null,"发送"],"File sharing":[null,"分享文件"],"File is no longer available":[null,"文件已不存在"],"Download":[null,"下载"],"Open":[null,"打开"],"Cancel":[null,"取消"],"Unshare":[null,"停止分享"],"Retry":[null,"重试"],"Download failed.":[null,"下载失败"],"Change room":[null,"更换房间"],"Room":[null,"房间"],"Main":[null,"主房间"],"Leave room":[null,"离开房间"],"Current room":[null,"當前房间"],"Fit screen.":[null,""],"Your picture":[null,"您的图片"],"Take picture":[null,"拍照"],"Waiting for camera":[null,"等待启动摄像头"],"Your name":[null,"您的名字"],"Name":[null,"名字"],"Your picture and name are visible to others.":[null,"别人能看到您的图片及名字"],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"麦克风"],"Camera":[null,"摄像头"],"Video quality":[null,"视频质量"],"Low":[null,"低"],"High":[null,"高"],"HD":[null,""],"Language":[null,"语言"],"Language changes become active on reload.":[null,"转换语言需重启程序"],"Default room":[null,"系统默认房间"],"Set alternative room to join at start.":[null,"重设初始默认房间"],"Desktop notification":[null,"桌面提醒"],"Enable":[null,"开启"],"Denied - check your browser settings":[null,"被拒绝--请检查浏览器设置"],"Allowed":[null,"启用"],"Advanced settings":[null,"高级设置"],"Stereo audio":[null,"立体声"],"Max video frame rate":[null,"最大视频帧速率"],"auto":[null,"自动"],"Experimental settings":[null,"实验设置"],"Show advanced settings":[null,"展开高级设置"],"Hide advanced settings":[null,"隐藏高级设置"],"Remember settings":[null,"记住设置"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"关闭"],"Share by Email":[null,"电子邮件共享"],"Share on Facebook":[null,"Facebook共享"],"Share on Twitter":[null,"Twitter共享"],"Share on Google Plus":[null,"Google Plus共享"],"Share on XING":[null,"XING共享"],"Initializing":[null,"初始化"],"Online":[null,"在线"],"Calling":[null,"呼叫中"],"Hangup":[null,"挂断"],"In call with":[null,"正在和**通话"],"Conference with":[null,"和**会议通话"],"Your are offline":[null,"您不在线"],"Go online":[null,"上线"],"Connection interrupted":[null,"连接已中断"],"An error occured":[null,"出现错误"],"Incoming call":[null,"来电"],"from":[null,"来自"],"Accept call":[null,"接受通话"],"Reject":[null,"拒绝"],"Waiting for camera/microphone access":[null,"等待摄像头/麦克风连接"],"Please wait":[null,"请等候"],"Checking camera and microphone access.":[null,"正在检查摄像头及麦克风连接"],"Please allow access to your camera and microphone.":[null,"请允许连接您的摄像头及麦克风"],"Camera / microphone access required.":[null,"需连接摄像头/麦克风"],"Please check your browser settings and allow camera and microphone access for this site.":[null,"请检查浏览器设置并允许摄像头及麦克风连接此网站"],"Skip check":[null,"越过检查"],"Click here for help (Google Chrome).":[null,"点击这里获取帮助 (Google Chrome)"],"Please set your user details and settings.":[null,"请设定您的用户信息及设置"],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"请注意,有些设置需要重新加载或开始新的通话后才能生效。"],"Create your room":[null,"创建您的房间"],"This is your room link:":[null,"这是您的房间链接"],"Creating room link ...":[null,"创建房间链接"],"Start":[null,"开始"],"Just click start":[null,"直接点击开始"],"Share this URL with the people you want to meet.":[null,"请与您需要联系的人分享此URL "],"You can use and re-use this room as many times as you want.":[null,"您可使用或反复多次使用此房间"],"Peer to peer chat active.":[null,"P2P聊天已启动"],"Peer to peer chat is now off.":[null,"P2P现在未启动"]," is now offline.":[null," 不在线"]," is now online.":[null," 现在在线"],"You share file:":[null,"分享文件:"],"Incoming file:":[null,"发来文件:"],"Close this window and disconnect?":[null,""],"Restart required to apply updates. Click ok to restart now.":[null,"适用更新需重启,现在点击Ok重新启动。"],"Failed to access camera/microphone.":[null,"摄像头/麦克风连接失败"],"Failed to establish peer connection.":[null,"对等连接建立失败"],"We are sorry but something went wrong. Boo boo.":[null,"很抱歉,有错误发生。"],"Oops":[null,"Oops"],"Peer connection failed. Check your settings.":[null,"对等连接失败,请检查设置。"],"User hung up because of error.":[null,"用户因错误挂断"]," is busy. Try again later.":[null," 正在通话,请稍后再试。"]," rejected your call.":[null," 拒绝了您的呼叫。"]," does not pick up.":[null," 不接听呼叫。"]," tried to call you.":[null," 曾呼叫您。"]," called you.":[null," 曾与您通话。"],"Your browser does not support WebRTC. No calls possible.":[null,"您的浏览器不支持WebRTC。不能进行通话。"],"Chat with":[null,"与**聊天"],"Message from ":[null,"来自于**的信息"],"You are now in room %s ...":[null,"您在 %s 房间"],"Your browser does not support file transfer.":[null,"您的浏览器不支持文件传输"],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,""],"Use browser language":[null,"使用浏览器语言"],"Meet with me here:":[null,"我们这里见:"],"Error":[null,"错误"],"Hint":[null,"提示"],"Please confirm":[null,"请确认"],"More information required":[null,"需要更多信息"],"Ok":[null,"Ok"],"Access code required":[null,"需要接入码"],"Access denied":[null,"连接被拒绝"],"Please provide a valid access code.":[null,"请提供有效接入码"],"Failed to verify access code. Check your Internet connection and try again.":[null,"接入码认证失败。请检查您的网络连接并重试。"],"and %s":[null,""],"and %d others":[null,""],"User":[null,""],"Someone":[null,""]}}} \ No newline at end of file diff --git a/static/translation/messages-zh-tw.json b/static/translation/messages-zh-tw.json index e8b7c4f3..a70d1c4d 100644 --- a/static/translation/messages-zh-tw.json +++ b/static/translation/messages-zh-tw.json @@ -1 +1 @@ -{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"共享您的屏幕"],"Chat":[null,"聊天"],"Mute microphone":[null,"關閉麥克風"],"Turn camera off":[null,"關閉攝像頭"],"Settings":[null,"系統設置"],"Your audio level":[null,"您的通話音量"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"開始聊天"],"Start video call":[null,"開始視頻通話"],"Start audio conference":[null,"開始語音會議"],"No other users online":[null,"無其他聯繫人在線"],"Chat sessions":[null,"會話"],"Room chat":[null,"房間聊天"],"Peer to peer":[null,"P2P"],"Close chat":[null,"關閉聊天"],"is typing...":[null,"正在輸入..."],"has stopped typing...":[null,"停止輸入..."],"Type here to chat...":[null,"在此輸入開始聊天..."],"Send":[null,"發送"],"File sharing":[null,"分享文件"],"File is no longer available":[null,"文件已不存在"],"Download":[null,"下載"],"Open":[null,"打開"],"Cancel":[null,"取消"],"Unshare":[null,"停止分享"],"Retry":[null,"重試"],"Download failed.":[null,"下載失敗"],"Change room":[null,"更換房間"],"Room":[null,"房間"],"Main":[null,"住房間"],"Leave room":[null,"離開房間"],"Current room":[null,"當前房間"],"Fit screen.":[null,""],"Your picture":[null,"您的圖片"],"Take picture":[null,"拍照"],"Waiting for camera":[null,"等待啟動攝像頭"],"Your name":[null,"您的名字"],"Name":[null,"名字"],"Your picture and name are visible to others.":[null,"別人能看到您的圖片及名字"],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"麥克風"],"Camera":[null,"攝像頭"],"Video quality":[null,"視頻質量"],"Low":[null,"低"],"High":[null,"高"],"HD":[null,""],"Language":[null,"語言"],"Language changes become active on reload.":[null,"轉換語言需要重啟程序"],"Default room":[null,"系統默認房間"],"Set alternative room to join at start.":[null,"重設初始默認房間"],"Desktop notification":[null,"桌面提醒"],"Enable":[null,"開啟"],"Denied - check your browser settings":[null,"被拒絕﹣請檢查瀏覽器設置"],"Allowed":[null,"啟用"],"Advanced settings":[null,"高級設置"],"Stereo audio":[null,"立體聲"],"Max video frame rate":[null,"最大視頻幀速率"],"auto":[null,"自動"],"Experimental settings":[null,"試驗設置"],"Show advanced settings":[null,"展開高級設置"],"Hide advanced settings":[null,"隐藏高级设置"],"Remember settings":[null,"記住設置"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"關閉"],"Share by Email":[null,"電子郵件共享"],"Share on Facebook":[null,"Facebook共享"],"Share on Twitter":[null,"Twitter共享"],"Share on Google Plus":[null,"Google Plus共享"],"Share on XING":[null,"XING共享"],"Initializing":[null,"初始化"],"Online":[null,"在線"],"Calling":[null,"呼叫中"],"Hangup":[null,"掛斷"],"In call with":[null,"正在和**通電話"],"Conference with":[null,"和**會議通話"],"Your are offline":[null,"您不在線"],"Go online":[null,"上線"],"Connection interrupted":[null,"連接已終端"],"An error occured":[null,"出現錯誤"],"Incoming call":[null,"來電"],"from":[null,"來自"],"Accept call":[null,"接受通話"],"Reject":[null,"拒絕"],"Waiting for camera/microphone access":[null,"等待攝像頭/麥克風連接"],"Please wait":[null,"請等候"],"Checking camera and microphone access.":[null,"正在檢查攝像頭及麥克風連接"],"Please allow access to your camera and microphone.":[null,"請允許連接您的攝像頭及麥克風"],"Camera / microphone access required.":[null,"需連接攝像頭/麥克風"],"Please check your browser settings and allow camera and microphone access for this site.":[null,"請檢查瀏覽器設置並允許攝像頭及麥克風連接此網站"],"Skip check":[null,"越过检查"],"Click here for help (Google Chrome).":[null,"點擊這裡獲取幫助 (Google Chrome)"],"Please set your user details and settings.":[null,"請設定您的用戶信息及設置"],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"請注意,有些設置需要重新加載或開始新的通話後才能生效。"],"Create your room":[null,"穿件您的房间"],"This is your room link:":[null,"這是您的房間鏈接:"],"Creating room link ...":[null,"創建房間連接 ..."],"Start":[null,"開始"],"Just click start":[null,"直接點擊開始"],"Share this URL with the people you want to meet.":[null,"請與您需要聯繫的人分享此URL"],"You can use and re-use this room as many times as you want.":[null,"您可使用或反復多次使用此房間"],"Peer to peer chat active.":[null,"P2P聊天啟動"],"Peer to peer chat is now off.":[null,"P2P現在未啟動"]," is now offline.":[null," 不在線"]," is now online.":[null," 現在在線"],"You share file:":[null,"分享文件:"],"Incoming file:":[null,"發來文件:"],"Quit from Spreed Speak Freely?":[null,"退出 Spreed Speak Freely?"],"Restart required to apply updates. Click ok to restart now.":[null,"適用更新需重啟,現在點擊Ok重新啟動。"],"Failed to access camera/microphone.":[null,"攝像頭/麥克風連接失敗"],"Failed to establish peer connection.":[null,"對等連接建立失敗"],"We are sorry but something went wrong. Boo boo.":[null,"很抱歉,有序哦嗚發生......"],"Oops":[null,"Oops"],"Peer connection failed. Check your settings.":[null,"對等連接失敗,請檢查設置。"],"User hung up because of error.":[null,"用戶因錯誤掛斷"]," is busy. Try again later.":[null," 正在通話,請您稍後。"]," rejected your call.":[null," 拒絕了您的呼叫"]," does not pick up.":[null," 不接聽呼叫"]," tried to call you.":[null," 曾呼叫您"]," called you.":[null," 曾與您通話"],"Your browser does not support WebRTC. No calls possible.":[null,"您的遊覽器不支持WebRTC。不能進行通話。"],"Chat with":[null,"于**聊天"],"Message from ":[null,"來自於**的信息"],"You are now in room %s ...":[null,"您在 %s 房間"],"Your browser does not support file transfer.":[null,"您的遊覽器不支持文件傳輸"],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,""],"Use browser language":[null,"使用瀏覽器語言"],"Meet with me here:":[null,"我們這裡見:"],"Error":[null,"錯誤"],"Hint":[null,"提示"],"Please confirm":[null,"請確認"],"More information required":[null,"需要更多信息"],"Ok":[null,"Ok"],"Access code required":[null,"需要接入碼"],"Access denied":[null,"連接被拒絕"],"Please provide a valid access code.":[null,"請提供有效接入碼"],"Failed to verify access code. Check your Internet connection and try again.":[null,"接入碼認證錯誤。請檢查您的網絡連接并重試。"],"and %s":[null,""],"and %d others":[null,""],"User":[null,""],"Someone":[null,""]}}} \ No newline at end of file +{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=1; plural=0"},"Share your screen":[null,"共享您的屏幕"],"Chat":[null,"聊天"],"Mute microphone":[null,"關閉麥克風"],"Turn camera off":[null,"關閉攝像頭"],"Settings":[null,"系統設置"],"Your audio level":[null,"您的通話音量"],"Standard view":[null,""],"Kiosk view":[null,""],"Start chat":[null,"開始聊天"],"Start video call":[null,"開始視頻通話"],"Start audio conference":[null,"開始語音會議"],"No other users online":[null,"無其他聯繫人在線"],"Chat sessions":[null,"會話"],"Room chat":[null,"房間聊天"],"Peer to peer":[null,"P2P"],"Close chat":[null,"關閉聊天"],"is typing...":[null,"正在輸入..."],"has stopped typing...":[null,"停止輸入..."],"Type here to chat...":[null,"在此輸入開始聊天..."],"Send":[null,"發送"],"File sharing":[null,"分享文件"],"File is no longer available":[null,"文件已不存在"],"Download":[null,"下載"],"Open":[null,"打開"],"Cancel":[null,"取消"],"Unshare":[null,"停止分享"],"Retry":[null,"重試"],"Download failed.":[null,"下載失敗"],"Change room":[null,"更換房間"],"Room":[null,"房間"],"Main":[null,"住房間"],"Leave room":[null,"離開房間"],"Current room":[null,"當前房間"],"Fit screen.":[null,""],"Your picture":[null,"您的圖片"],"Take picture":[null,"拍照"],"Waiting for camera":[null,"等待啟動攝像頭"],"Your name":[null,"您的名字"],"Name":[null,"名字"],"Your picture and name are visible to others.":[null,"別人能看到您的圖片及名字"],"Your ID":[null,""],"Register":[null,""],"Authenticated by certificate. To log out you have to remove your certificate from the browser.":[null,""],"Log out":[null,""],"Only register an ID if this is your private browser.":[null,""],"Microphone":[null,"麥克風"],"Camera":[null,"攝像頭"],"Video quality":[null,"視頻質量"],"Low":[null,"低"],"High":[null,"高"],"HD":[null,""],"Language":[null,"語言"],"Language changes become active on reload.":[null,"轉換語言需要重啟程序"],"Default room":[null,"系統默認房間"],"Set alternative room to join at start.":[null,"重設初始默認房間"],"Desktop notification":[null,"桌面提醒"],"Enable":[null,"開啟"],"Denied - check your browser settings":[null,"被拒絕﹣請檢查瀏覽器設置"],"Allowed":[null,"啟用"],"Advanced settings":[null,"高級設置"],"Stereo audio":[null,"立體聲"],"Max video frame rate":[null,"最大視頻幀速率"],"auto":[null,"自動"],"Experimental settings":[null,"試驗設置"],"Show advanced settings":[null,"展開高級設置"],"Hide advanced settings":[null,"隐藏高级设置"],"Remember settings":[null,"記住設置"],"Your ID will still be kept - press the log out button above to delete the ID.":[null,""],"Close":[null,"關閉"],"Share by Email":[null,"電子郵件共享"],"Share on Facebook":[null,"Facebook共享"],"Share on Twitter":[null,"Twitter共享"],"Share on Google Plus":[null,"Google Plus共享"],"Share on XING":[null,"XING共享"],"Initializing":[null,"初始化"],"Online":[null,"在線"],"Calling":[null,"呼叫中"],"Hangup":[null,"掛斷"],"In call with":[null,"正在和**通電話"],"Conference with":[null,"和**會議通話"],"Your are offline":[null,"您不在線"],"Go online":[null,"上線"],"Connection interrupted":[null,"連接已終端"],"An error occured":[null,"出現錯誤"],"Incoming call":[null,"來電"],"from":[null,"來自"],"Accept call":[null,"接受通話"],"Reject":[null,"拒絕"],"Waiting for camera/microphone access":[null,"等待攝像頭/麥克風連接"],"Please wait":[null,"請等候"],"Checking camera and microphone access.":[null,"正在檢查攝像頭及麥克風連接"],"Please allow access to your camera and microphone.":[null,"請允許連接您的攝像頭及麥克風"],"Camera / microphone access required.":[null,"需連接攝像頭/麥克風"],"Please check your browser settings and allow camera and microphone access for this site.":[null,"請檢查瀏覽器設置並允許攝像頭及麥克風連接此網站"],"Skip check":[null,"越过检查"],"Click here for help (Google Chrome).":[null,"點擊這裡獲取幫助 (Google Chrome)"],"Please set your user details and settings.":[null,"請設定您的用戶信息及設置"],"Please note that some settings require you to reload or to make a new call to become effective.":[null,"請注意,有些設置需要重新加載或開始新的通話後才能生效。"],"Create your room":[null,"穿件您的房间"],"This is your room link:":[null,"這是您的房間鏈接:"],"Creating room link ...":[null,"創建房間連接 ..."],"Start":[null,"開始"],"Just click start":[null,"直接點擊開始"],"Share this URL with the people you want to meet.":[null,"請與您需要聯繫的人分享此URL"],"You can use and re-use this room as many times as you want.":[null,"您可使用或反復多次使用此房間"],"Peer to peer chat active.":[null,"P2P聊天啟動"],"Peer to peer chat is now off.":[null,"P2P現在未啟動"]," is now offline.":[null," 不在線"]," is now online.":[null," 現在在線"],"You share file:":[null,"分享文件:"],"Incoming file:":[null,"發來文件:"],"Close this window and disconnect?":[null,""],"Restart required to apply updates. Click ok to restart now.":[null,"適用更新需重啟,現在點擊Ok重新啟動。"],"Failed to access camera/microphone.":[null,"攝像頭/麥克風連接失敗"],"Failed to establish peer connection.":[null,"對等連接建立失敗"],"We are sorry but something went wrong. Boo boo.":[null,"很抱歉,有序哦嗚發生......"],"Oops":[null,"Oops"],"Peer connection failed. Check your settings.":[null,"對等連接失敗,請檢查設置。"],"User hung up because of error.":[null,"用戶因錯誤掛斷"]," is busy. Try again later.":[null," 正在通話,請您稍後。"]," rejected your call.":[null," 拒絕了您的呼叫"]," does not pick up.":[null," 不接聽呼叫"]," tried to call you.":[null," 曾呼叫您"]," called you.":[null," 曾與您通話"],"Your browser does not support WebRTC. No calls possible.":[null,"您的遊覽器不支持WebRTC。不能進行通話。"],"Chat with":[null,"于**聊天"],"Message from ":[null,"來自於**的信息"],"You are now in room %s ...":[null,"您在 %s 房間"],"Your browser does not support file transfer.":[null,"您的遊覽器不支持文件傳輸"],"Permission to start screen sharing was denied. Make sure to have enabled screen sharing access for your browser. Copy chrome://flags/#enable-usermedia-screen-capture and open it with your browser and enable the flag on top. Then restart the browser and you are ready to go.":[null,""],"Use browser language":[null,"使用瀏覽器語言"],"Meet with me here:":[null,"我們這裡見:"],"Error":[null,"錯誤"],"Hint":[null,"提示"],"Please confirm":[null,"請確認"],"More information required":[null,"需要更多信息"],"Ok":[null,"Ok"],"Access code required":[null,"需要接入碼"],"Access denied":[null,"連接被拒絕"],"Please provide a valid access code.":[null,"請提供有效接入碼"],"Failed to verify access code. Check your Internet connection and try again.":[null,"接入碼認證錯誤。請檢查您的網絡連接并重試。"],"and %s":[null,""],"and %d others":[null,""],"User":[null,""],"Someone":[null,""]}}} \ No newline at end of file