2013-01-25 17:06:57 +01:00
{
"index.newPad" : "New Pad" ,
"index.createOpenPad" : "or create/open a Pad with the name:" ,
2013-10-10 21:11:15 +02:00
2014-10-14 14:44:47 +02:00
"pad.toolbar.bold.title" : "Bold (Ctrl+B)" ,
"pad.toolbar.italic.title" : "Italic (Ctrl+I)" ,
"pad.toolbar.underline.title" : "Underline (Ctrl+U)" ,
"pad.toolbar.strikethrough.title" : "Strikethrough (Ctrl+5)" ,
"pad.toolbar.ol.title" : "Ordered list (Ctrl+Shift+N)" ,
"pad.toolbar.ul.title" : "Unordered List (Ctrl+Shift+L)" ,
2013-11-08 16:18:23 +01:00
"pad.toolbar.indent.title" : "Indent (TAB)" ,
"pad.toolbar.unindent.title" : "Outdent (Shift+TAB)" ,
2014-10-14 14:44:47 +02:00
"pad.toolbar.undo.title" : "Undo (Ctrl+Z)" ,
"pad.toolbar.redo.title" : "Redo (Ctrl+Y)" ,
2014-11-09 04:48:50 +01:00
"pad.toolbar.clearAuthorship.title" : "Clear Authorship Colors (Ctrl+Shift+C)" ,
2013-01-25 17:06:57 +01:00
"pad.toolbar.import_export.title" : "Import/Export from/to different file formats" ,
"pad.toolbar.timeslider.title" : "Timeslider" ,
2013-01-30 15:45:48 +01:00
"pad.toolbar.savedRevision.title" : "Save Revision" ,
2013-01-25 17:06:57 +01:00
"pad.toolbar.settings.title" : "Settings" ,
2013-03-27 15:11:20 +01:00
"pad.toolbar.embed.title" : "Share and Embed this pad" ,
2013-01-25 17:06:57 +01:00
"pad.toolbar.showusers.title" : "Show the users on this pad" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.colorpicker.save" : "Save" ,
"pad.colorpicker.cancel" : "Cancel" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.loading" : "Loading..." ,
2014-12-28 22:20:09 +01:00
"pad.noCookie" : "Cookie could not be found. Please allow cookies in your browser!" ,
2013-01-25 17:06:57 +01:00
"pad.passwordRequired" : "You need a password to access this pad" ,
"pad.permissionDenied" : "You do not have permission to access this pad" ,
"pad.wrongPassword" : "Your password was wrong" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.settings.padSettings" : "Pad Settings" ,
"pad.settings.myView" : "My View" ,
"pad.settings.stickychat" : "Chat always on screen" ,
2015-01-21 17:11:00 +01:00
"pad.settings.chatandusers" : "Show Chat and Users" ,
2013-01-25 17:06:57 +01:00
"pad.settings.colorcheck" : "Authorship colors" ,
"pad.settings.linenocheck" : "Line numbers" ,
2013-03-05 23:12:00 +01:00
"pad.settings.rtlcheck" : "Read content from right to left?" ,
2013-01-25 17:06:57 +01:00
"pad.settings.fontType" : "Font type:" ,
"pad.settings.fontType.normal" : "Normal" ,
"pad.settings.fontType.monospaced" : "Monospace" ,
"pad.settings.globalView" : "Global View" ,
"pad.settings.language" : "Language:" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.importExport.import_export" : "Import/Export" ,
"pad.importExport.import" : "Upload any text file or document" ,
"pad.importExport.importSuccessful" : "Successful!" ,
"pad.importExport.export" : "Export current pad as:" ,
2014-12-29 20:57:58 +01:00
"pad.importExport.exportetherpad" : "Etherpad" ,
2013-01-25 17:06:57 +01:00
"pad.importExport.exporthtml" : "HTML" ,
"pad.importExport.exportplain" : "Plain text" ,
"pad.importExport.exportword" : "Microsoft Word" ,
"pad.importExport.exportpdf" : "PDF" ,
"pad.importExport.exportopen" : "ODF (Open Document Format)" ,
2013-07-22 15:52:48 +02:00
"pad.importExport.abiword.innerHTML" : "You only can import from plain text or HTML formats. For more advanced import features please <a href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">install abiword</a>." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.connected" : "Connected." ,
"pad.modals.reconnecting" : "Reconnecting to your pad.." ,
"pad.modals.forcereconnect" : "Force reconnect" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.userdup" : "Opened in another window" ,
"pad.modals.userdup.explanation" : "This pad seems to be opened in more than one browser window on this computer." ,
"pad.modals.userdup.advice" : "Reconnect to use this window instead." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.unauth" : "Not authorized" ,
"pad.modals.unauth.explanation" : "Your permissions have changed while viewing this page. Try to reconnect." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.looping.explanation" : "There are communication problems with the synchronization server." ,
"pad.modals.looping.cause" : "Perhaps you connected through an incompatible firewall or proxy." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.initsocketfail" : "Server is unreachable." ,
"pad.modals.initsocketfail.explanation" : "Couldn't connect to the synchronization server." ,
"pad.modals.initsocketfail.cause" : "This is probably due to a problem with your browser or your internet connection." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.slowcommit.explanation" : "The server is not responding." ,
"pad.modals.slowcommit.cause" : "This could be due to problems with network connectivity." ,
2013-10-10 21:11:15 +02:00
"pad.modals.badChangeset.explanation" : "An edit you have made was classified illegal by the synchronization server." ,
2013-10-14 13:11:31 +02:00
"pad.modals.badChangeset.cause" : "This could be due to a wrong server configuration or some other unexpected behavior. Please contact the service administrator, if you feel this is an error. Try to reconnect in order to continue editing." ,
2013-10-10 21:11:15 +02:00
"pad.modals.corruptPad.explanation" : "The pad you are trying to access is corrupt." ,
2013-10-14 13:11:31 +02:00
"pad.modals.corruptPad.cause" : "This may be due to a wrong server configuration or some other unexpected behavior. Please contact the service administrator." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.deleted" : "Deleted." ,
"pad.modals.deleted.explanation" : "This pad has been removed." ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.modals.disconnected" : "You have been disconnected." ,
"pad.modals.disconnected.explanation" : "The connection to the server was lost" ,
2013-10-10 21:11:15 +02:00
"pad.modals.disconnected.cause" : "The server may be unavailable. Please notify the service administrator if this continues to happen." ,
2014-10-11 19:16:01 +02:00
2013-01-25 17:06:57 +01:00
"pad.share" : "Share this pad" ,
"pad.share.readonly" : "Read only" ,
"pad.share.link" : "Link" ,
"pad.share.emebdcode" : "Embed URL" ,
"pad.chat" : "Chat" ,
"pad.chat.title" : "Open the chat for this pad." ,
"pad.chat.loadmessages" : "Load more messages" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"timeslider.pageTitle" : "{{appTitle}} Timeslider" ,
"timeslider.toolbar.returnbutton" : "Return to pad" ,
"timeslider.toolbar.authors" : "Authors:" ,
"timeslider.toolbar.authorsList" : "No Authors" ,
"timeslider.toolbar.exportlink.title" : "Export" ,
"timeslider.exportCurrent" : "Export current version as:" ,
"timeslider.version" : "Version {{version}}" ,
"timeslider.saved" : "Saved {{month}} {{day}}, {{year}}" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"timeslider.dateformat" : "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}" ,
"timeslider.month.january" : "January" ,
"timeslider.month.february" : "February" ,
"timeslider.month.march" : "March" ,
"timeslider.month.april" : "April" ,
"timeslider.month.may" : "May" ,
"timeslider.month.june" : "June" ,
"timeslider.month.july" : "July" ,
"timeslider.month.august" : "August" ,
"timeslider.month.september" : "September" ,
"timeslider.month.october" : "October" ,
"timeslider.month.november" : "November" ,
"timeslider.month.december" : "December" ,
2013-10-10 21:11:15 +02:00
2013-07-23 12:43:30 +02:00
"timeslider.unnamedauthors" : "{{num}} unnamed {[plural(num) one: author, other: authors ]}" ,
2013-01-25 17:06:57 +01:00
"pad.savedrevs.marked" : "This revision is now marked as a saved revision" ,
2015-01-21 17:40:44 +01:00
"pad.savedrevs.timeslider" : "You can see saved revisions by visiting the timeslider" ,
2013-01-25 17:06:57 +01:00
"pad.userlist.entername" : "Enter your name" ,
"pad.userlist.unnamed" : "unnamed" ,
"pad.userlist.guest" : "Guest" ,
"pad.userlist.deny" : "Deny" ,
"pad.userlist.approve" : "Approve" ,
"pad.editbar.clearcolors" : "Clear authorship colors on entire document?" ,
2013-10-10 21:11:15 +02:00
2013-01-25 17:06:57 +01:00
"pad.impexp.importbutton" : "Import Now" ,
"pad.impexp.importing" : "Importing..." ,
"pad.impexp.confirmimport" : "Importing a file will overwrite the current text of the pad. Are you sure you want to proceed?" ,
"pad.impexp.convertFailed" : "We were not able to import this file. Please use a different document format or copy paste manually" ,
2014-12-29 22:05:14 +01:00
"pad.impexp.padHasData" : "We were not able to import this file because this Pad has already had changes, please import to a new pad" ,
2013-01-25 17:06:57 +01:00
"pad.impexp.uploadFailed" : "The upload failed, please try again" ,
"pad.impexp.importfailed" : "Import failed" ,
"pad.impexp.copypaste" : "Please copy paste" ,
"pad.impexp.exportdisabled" : "Exporting as {{type}} format is disabled. Please contact your system administrator for details."
2013-03-27 15:11:20 +01:00
}