Browse Source

Added translations for new text.

Signed-off-by: Simon Eisenmann <simon@struktur.de>
pull/3/head
Simon Eisenmann 12 years ago committed by Simon Eisenmann
parent
commit
387b20b78a
  1. 1
      .gitignore
  2. 27
      src/i18n/messages-de.po
  3. 23
      src/i18n/messages.pot
  4. 35
      static/partials/usability.html
  5. 2
      static/translation/messages-de.json

1
.gitignore vendored

@ -23,3 +23,4 @@ vendor/* @@ -23,3 +23,4 @@ vendor/*
/build/out/
/.sass-cache
/extra
/src/i18n/*.mo

27
src/i18n/messages-de.po

@ -8,8 +8,8 @@ msgid "" @@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Spreed Speak Freely\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-02-13 18:05+0100\n"
"PO-Revision-Date: 2014-02-13 18:05+0100\n"
"POT-Creation-Date: 2014-03-02 23:34+0100\n"
"PO-Revision-Date: 2014-03-02 23:37+0100\n"
"Last-Translator: Simon Eisenmann <simon@struktur.de>\n"
"Language-Team: de <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0\n"
@ -274,6 +274,29 @@ msgstr "" @@ -274,6 +274,29 @@ msgstr ""
"Ziehen Sie Dateien in ein Chat-Fenster, um Dateien mit diesem Raum oder "
"einer Person zu teilen."
msgid "Create your room"
msgstr "Erstellen Sie Ihren Raum"
msgid "This is your room link:"
msgstr "Ihre Raum-Addresse:"
msgid "Creating room link ..."
msgstr "Raum-Link wird erstellt ..."
msgid "Start"
msgstr "Start"
msgid "Just click start"
msgstr "Klicken Sie auf Start"
msgid "Share this URL with the people you want to meet."
msgstr ""
"Teilen Sie diese Adresse mit Ihren den Kontakten mit denen Sie meeten "
"wollen."
msgid "You can use and re-use this room as many times as you want."
msgstr "Sie konnen diesen Raum so oft wieder benutzen wie Sie möchten."
msgid "Please allow access to your camera and microphone."
msgstr "Bitte gestatten Sie den Zugriff auf Ihre Kamera und Mikrofon."

23
src/i18n/messages.pot

@ -9,7 +9,7 @@ msgid "" @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Spreed Speak Freely 1.0\n"
"Report-Msgid-Bugs-To: simon@struktur.de\n"
"POT-Creation-Date: 2014-02-13 18:05+0100\n"
"POT-Creation-Date: 2014-03-02 23:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -270,6 +270,27 @@ msgstr "" @@ -270,6 +270,27 @@ msgstr ""
msgid "Drag files into a chat window to share files with this room or person."
msgstr ""
msgid "Create your room"
msgstr ""
msgid "This is your room link:"
msgstr ""
msgid "Creating room link ..."
msgstr ""
msgid "Start"
msgstr ""
msgid "Just click start"
msgstr ""
msgid "Share this URL with the people you want to meet."
msgstr ""
msgid "You can use and re-use this room as many times as you want."
msgstr ""
msgid "Please allow access to your camera and microphone."
msgstr ""

35
static/partials/usability.html

@ -4,34 +4,37 @@ @@ -4,34 +4,37 @@
<div ng-switch-when="checking"><i class="fa fa-refresh fa-spin fa-4x pull-right"></i>{{_("Checking camera and microphone access.")}}</div>
<div ng-switch-when="room">
<i class="fa fa-hand-o-right fa-4x pull-right"></i>
<p>{{_("Select one of the users from the online list to start a video call.")}}</p>
<p>{{_("Hover over users in the list for more actions.")}}</p>
<p>{{_("Double click on video for fullscreen when in a call.")}}</p>
<p>{{_("Drag files into a chat window to share files with this room or person.")}}</p>
<p><i>{{_("Select one of the users from the online list to start a video call.")}}</i></p>
<p><i>{{_("Hover over users in the list for more actions.")}}</i></p>
<p><i>{{_("Double click on video for fullscreen when in a call.")}}</i></p>
<p><i>{{_("Drag files into a chat window to share files with this room or person.")}}</i></p>
</div>
<div ng-switch-when="noroom" ng-controller="RoomchangeController">
<h3 style="margin-top:0px">Create your room</h3>
<p><i>Just click start</i></p>
<h3 style="margin-top:0px">{{_("Create your room")}}</h3>
<p><i>{{_("This is your room link:")}}</i></p>
<p>
<div class="input-group input-group-lg">
<input type="text" class="form-control" ng-model="roomdata.link" placeholder="Creating room link ..." disabled>
<input type="text" class="form-control" ng-model="roomdata.link" placeholder="{{_('Creating room link ...')}}" disabled>
<span class="input-group-btn">
<button class="btn btn-primary" type="button" ng-disabled="!roomdata.link" ng-click="changeRoomToId(roomdata.name)">Start</button>
<button class="btn btn-primary" type="button" ng-disabled="!roomdata.link" ng-click="changeRoomToId(roomdata.name)">{{_("Start")}}</button>
</span>
</div>
</p>
<ul class="fa-ul">
<li><i class="fa-li fa fa-files-o"></i>Share this URL with the people you want to meet.</li>
<li><i class="fa-li fa fa-clipboard"></i>You can use and re-use this room as many times as you want.</li>
</ul>
<p><i>{{_("Just click start")}}</i></p>
<small>
<ul class="fa-ul">
<li><i class="fa-li fa fa-share-square"></i>{{_("Share this URL with the people you want to meet.")}}</li>
<li><i class="fa-li fa fa-repeat"></i>{{_("You can use and re-use this room as many times as you want.")}}</li>
</ul>
</small>
</div>
<div ng-switch-when="usermedia"><i class="fa fa-hand-o-up fa-4x pull-right"></i>{{_("Please allow access to your camera and microphone.")}}</div>
<div ng-switch-when="denied"><i class="fa fa-exclamation-triangle fa-4x pull-right"></i>{{_("Camera / microphone access required.")}}</div>
<div ng-switch-when="usermedia"><i><i class="fa fa-hand-o-up fa-4x pull-right"></i>{{_("Please allow access to your camera and microphone.")}}</i></div>
<div ng-switch-when="denied"><i><i class="fa fa-exclamation-triangle fa-4x pull-right"></i>{{_("Camera / microphone access required.")}}</i></div>
</div>
<div ng-show="usabilityInfo=='denied'" class="help-subline">
<p>{{_("Please check your browser settings and allow camera and microphone access for this site.")}}</p>
<p><i>{{_("Please check your browser settings and allow camera and microphone access for this site.")}}</i></p>
<p><a ng-click="testMediaAccess()" class="btn btn-primary"><span class="fa fa-refresh"></span> {{_("Retry")}}</a> <a ng-click="continueConnect(true)" class="btn">{{_("Skip check")}}</a></p>
<p style="font-size:0.7em" ng-show="isChrome"><a rel="external" target="_blank" href="https://support.google.com/chrome/answer/2693767">{{_("Click here for help (Google Chrome).")}}</a></p>
<p style="font-size:0.7em" ng-show="isChrome"><i><a rel="external" target="_blank" href="https://support.google.com/chrome/answer/2693767">{{_("Click here for help (Google Chrome).")}}</a></i></p>
</div>
</div>
<div class="animate-show" ng-show="showSettings">

2
static/translation/messages-de.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save