mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Mate timslider page title translateable
This commit is contained in:
parent
6b6315ca3c
commit
ffb7cf47f2
4 changed files with 11 additions and 2 deletions
|
@ -70,7 +70,7 @@ pad.modals.disconnected = Verbindung unterbrochen.
|
||||||
pad.modals.disconnected.explanation = Die Verbindung zum Synchronisationsserver wurde unterbrochen.
|
pad.modals.disconnected.explanation = Die Verbindung zum Synchronisationsserver wurde unterbrochen.
|
||||||
pad.modals.disconnected.cause = Möglicherweise ist der Server nicht erreichbar. Bitte benachrichtigen Sie uns, falls dies weiterhin passiert.
|
pad.modals.disconnected.cause = Möglicherweise ist der Server nicht erreichbar. Bitte benachrichtigen Sie uns, falls dies weiterhin passiert.
|
||||||
|
|
||||||
pad.share = Dieses Pad mit anderen teilen
|
pad.share = Dieses Pad teilen
|
||||||
pad.share.readonly = Eingeschränkter zugriff (Nur lesen)
|
pad.share.readonly = Eingeschränkter zugriff (Nur lesen)
|
||||||
pad.share.link = Link
|
pad.share.link = Link
|
||||||
pad.share.emebdcode = In Webseite einbetten
|
pad.share.emebdcode = In Webseite einbetten
|
||||||
|
@ -78,6 +78,7 @@ pad.share.emebdcode = In Webseite einbetten
|
||||||
pad.chat = Chat
|
pad.chat = Chat
|
||||||
pad.chat.title = Den Chat für dieses Pad öffnen
|
pad.chat.title = Den Chat für dieses Pad öffnen
|
||||||
|
|
||||||
|
timeslider.pageTitle = {{appTitle}} Pad-Geschichte
|
||||||
timeslider.toolbar.returnbutton = Zurück zum Pad
|
timeslider.toolbar.returnbutton = Zurück zum Pad
|
||||||
timeslider.toolbar.authors = Autoren:
|
timeslider.toolbar.authors = Autoren:
|
||||||
timeslider.toolbar.authorsList = keine Autoren
|
timeslider.toolbar.authorsList = keine Autoren
|
||||||
|
|
|
@ -70,6 +70,7 @@ pad.share.emebdcode = Embed URL
|
||||||
pad.chat = Chat
|
pad.chat = Chat
|
||||||
pad.chat.title = Open the chat for this pad.
|
pad.chat.title = Open the chat for this pad.
|
||||||
|
|
||||||
|
timeslider.pageTitle = {{appTitle}} Timeslider
|
||||||
timeslider.toolbar.returnbutton = Return to pad
|
timeslider.toolbar.returnbutton = Return to pad
|
||||||
timeslider.toolbar.authors = Authors:
|
timeslider.toolbar.authors = Authors:
|
||||||
timeslider.toolbar.authorsList = No Authors
|
timeslider.toolbar.authorsList = No Authors
|
||||||
|
|
|
@ -77,3 +77,10 @@ pad.share.emebdcode = Lien à intégrer
|
||||||
|
|
||||||
pad.chat = Messagerie
|
pad.chat = Messagerie
|
||||||
pad.chat.title = Ouvrir la messagerie liée au Pad.
|
pad.chat.title = Ouvrir la messagerie liée au Pad.
|
||||||
|
|
||||||
|
timeslider.pageTitle = {{apTitle}} Navigateur d'historique
|
||||||
|
timeslider.toolbar.returnbutton = Retour á le pad.
|
||||||
|
timeslider.toolbar.authors = Auteurs:
|
||||||
|
timeslider.toolbar.authorsList = Aucun auteur
|
||||||
|
timeslider.exportCurrent = Export current version as:
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%>
|
%>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<title><%=settings.title%> Timeslider</title>
|
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
|@licstart The following is the entire license notice for the
|
|@licstart The following is the entire license notice for the
|
||||||
|
|
Loading…
Reference in a new issue