Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Update readme and localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
dac514 committed Mar 25, 2019
1 parent 261df9f commit 3b64a71
Show file tree
Hide file tree
Showing 89 changed files with 14,525 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pressbooks LTI Provider
**Contributors:** conner_bw, greatislander
**Tags:** pressbooks, lti, lms
**Requires at least:** 5.1.0
**Tested up to:** 5.1.0
**Requires at least:** 5.1.1
**Tested up to:** 5.1.1
**Stable tag:** 1.2.0
**License:** GPLv3 or later
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 1 addition & 0 deletions bin/localize.sh → bin/i18n.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PARENT="$(dirname $DIR)"
tx push -s
Expand Down
Binary file added languages/pressbooks-lti-provider-ar.mo
Binary file not shown.
337 changes: 337 additions & 0 deletions languages/pressbooks-lti-provider-ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,337 @@
# Copyright (C) 2019 Pressbooks (Book Oven Inc.)
# This file is distributed under the same license as the Pressbooks LTI Provider plugin.
msgid ""
msgstr ""
"Project-Id-Version: Pressbooks LTI Provider 1.2.0\n"
"Report-Msgid-Bugs-To: https://github.com/pressbooks/pressbooks-lti-provider/\n"
"POT-Creation-Date: 2019-03-22T14:54:46+00:00\n"
"PO-Revision-Date: 2019-02-28 19:56+0000\n"
"Language-Team: Arabic (https://www.transifex.com/pressbooks/teams/9194/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"X-Domain: pressbooks-lti-provider\n"
"X-Generator: WP-CLI 2.0.1\n"

#. Plugin Name of the plugin
msgid "Pressbooks LTI Provider"
msgstr ""

#. Plugin URI of the plugin
#. Author URI of the plugin
msgid "https://pressbooks.org"
msgstr ""

#. Description of the plugin
msgid "A plugin which turns Pressbooks into an LTI provider."
msgstr ""

#. Author of the plugin
msgid "Pressbooks (Book Oven Inc.)"
msgstr ""

#: inc/class-admin.php:171 inc/class-admin.php:172 inc/class-admin.php:201
msgid "LTI Consumers"
msgstr ""

#: inc/class-admin.php:204
msgid "Add new"
msgstr ""

#. translators: 1: Number of consumers deleted
#: inc/class-admin.php:209
msgid "Consumers deleted: %d"
msgstr ""

#: inc/class-admin.php:308 inc/class-admin.php:309 inc/class-admin.php:393
#: inc/class-admin.php:394 templates/book/settings.blade.php:2
#: templates/network/settings.blade.php:2
msgid "LTI Settings"
msgstr ""

#: inc/class-controller.php:95
msgid ""
"Unauthorized registration request. Tool Consumer is not in whitelist of "
"allowed domains."
msgstr ""

#: inc/class-table.php:125 templates/network/consumer.blade.php:11
msgid "Name"
msgstr ""

#: inc/class-table.php:126
msgid "Base URL"
msgstr ""

#: inc/class-table.php:127 templates/network/consumer.blade.php:15
msgid "Key"
msgstr ""

#: inc/class-table.php:128 templates/book/settings.blade.php:49
#: templates/network/settings.blade.php:74
msgid "Version"
msgstr ""

#: inc/class-table.php:129
msgid "Last access"
msgstr ""

#: inc/class-table.php:130
msgid "Available"
msgstr ""

#: inc/class-table.php:131
msgid "Protected"
msgstr ""

#: inc/class-table.php:216
msgid "Never"
msgstr ""

#: inc/class-tool.php:50
msgid "Powered by Pressbooks"
msgstr ""

#: inc/class-tool.php:108
msgid "Invalid launch URL"
msgstr ""

#: inc/class-tool.php:130
msgid "Return of an LTI link not offered"
msgstr ""

#: inc/class-tool.php:134
msgid "No visible document target offered"
msgstr ""

#: inc/class-tool.php:159
msgid "Invalid tool consumer."
msgstr ""

#: inc/class-tool.php:164
msgid "Return URL was not set."
msgstr ""

#: inc/class-tool.php:169
msgid "Could not establish proxy with consumer."
msgstr ""

#: inc/class-tool.php:174
msgid "The tool has been successfully registered."
msgstr ""

#: inc/class-tool.php:181
msgid "The tool registration has been cancelled."
msgstr ""

#: inc/class-tool.php:515
msgid "Deep link was not found."
msgstr ""

#: pressbooks-lti-provider.php:23
msgid "Cannot find Pressbooks install."
msgstr ""

#: pressbooks-lti-provider.php:34
msgid "Cannot find PDO for MySQL."
msgstr ""

#: pressbooks-lti-provider.php:55
msgid "Dependencies Missing"
msgstr ""

#: pressbooks-lti-provider.php:56
msgid ""
"Please run <code>composer install</code> from the root of the Pressbooks LTI"
" Provider plugin directory."
msgstr ""

#: templates/book/settings.blade.php:5 templates/network/settings.blade.php:20
msgid ""
"Pressbooks will try to match the LTI User with their email. If, however, a "
"matching Pressbooks user is not found then:"
msgstr ""

#: templates/book/settings.blade.php:12
#: templates/network/settings.blade.php:37
msgid "Map Administrator to the following Pressbooks role"
msgstr ""

#: templates/book/settings.blade.php:13
#: templates/network/settings.blade.php:38
msgid "Map Staff to the following Pressbooks role"
msgstr ""

#: templates/book/settings.blade.php:14
#: templates/network/settings.blade.php:39
msgid "Map Learner to the following Pressbooks role"
msgstr ""

#: templates/book/settings.blade.php:19
#: templates/network/settings.blade.php:44
msgid "Administrator"
msgstr ""

#: templates/book/settings.blade.php:20
#: templates/network/settings.blade.php:45
msgid "Editor"
msgstr ""

#: templates/book/settings.blade.php:21
#: templates/network/settings.blade.php:46
msgid "Author"
msgstr ""

#: templates/book/settings.blade.php:22
#: templates/network/settings.blade.php:47
msgid "Contributor"
msgstr ""

#: templates/book/settings.blade.php:23
#: templates/network/settings.blade.php:48
msgid "Subscriber"
msgstr ""

#: templates/book/settings.blade.php:24
#: templates/network/settings.blade.php:49
msgid "Anonymous Guest"
msgstr ""

#: templates/book/settings.blade.php:32
#: templates/network/settings.blade.php:57
msgid "Appearance"
msgstr ""

#: templates/book/settings.blade.php:35
#: templates/network/settings.blade.php:60
msgid ""
"Display Pressbooks navigation elements in your LMS along with book content."
msgstr ""

#: templates/book/settings.blade.php:39
#: templates/network/settings.blade.php:64
msgid "Display only book content in LMS."
msgstr ""

#: templates/book/settings.blade.php:43
#: templates/network/settings.blade.php:68
msgid "Common Cartridge"
msgstr ""

#: templates/book/settings.blade.php:45
#: templates/network/settings.blade.php:70
msgid "Export books as Common Cartridge files with LTI links."
msgstr ""

#: templates/book/settings.blade.php:52
#: templates/network/settings.blade.php:77
msgid "1.1"
msgstr ""

#: templates/book/settings.blade.php:56
#: templates/network/settings.blade.php:81
msgid "1.2"
msgstr ""

#: templates/book/settings.blade.php:60
#: templates/network/settings.blade.php:85
msgid "1.3"
msgstr ""

#: templates/book/settings.blade.php:64
#: templates/network/settings.blade.php:89
msgid "Show all export versions"
msgstr ""

#: templates/lti/register.blade.php:36
msgid "Registration request for %s"
msgstr ""

#: templates/lti/register.blade.php:38
msgid "Go back"
msgstr ""

#: templates/lti/register.blade.php:38
msgid "Proceed with registration &rarr;"
msgstr ""

#: templates/lti/selection.blade.php:26
msgid "Content item selection request for %s"
msgstr ""

#: templates/lti/selection.blade.php:30
msgid "Cover Page"
msgstr ""

#: templates/lti/selection.blade.php:33
msgid "Front Matter"
msgstr ""

#: templates/lti/selection.blade.php:38
msgid "Chapter"
msgstr ""

#: templates/lti/selection.blade.php:43
msgid "Back Matter"
msgstr ""

#: templates/lti/selection.blade.php:46
msgid "Submit"
msgstr ""

#: templates/network/consumer.blade.php:2
msgid "Editing"
msgstr ""

#: templates/network/consumer.blade.php:2
msgid "Adding"
msgstr ""

#: templates/network/consumer.blade.php:2
msgid "LTI Consumer"
msgstr ""

#: templates/network/consumer.blade.php:4
msgid "Back to LTI Consumers listing"
msgstr ""

#: templates/network/consumer.blade.php:19
msgid "Secret"
msgstr ""

#: templates/network/consumer.blade.php:27
msgid "Enable From"
msgstr ""

#: templates/network/consumer.blade.php:31
msgid "Enable Until"
msgstr ""

#: templates/network/settings.blade.php:9
msgid "LTI2 Registration Whitelist"
msgstr ""

#: templates/network/settings.blade.php:13
msgid ""
"If you want to limit automatic registrations to certain domains add them "
"here, one domain per line. If the whitelist is empty then automatic "
"registrations are disabled."
msgstr ""

#: templates/network/settings.blade.php:18
msgid "Sensible Defaults"
msgstr ""

#: templates/network/settings.blade.php:24
msgid "Allow books to override role-mapping and Common Cartridge defaults"
msgstr ""

#: templates/network/settings.blade.php:27
msgid "No"
msgstr ""

#: templates/network/settings.blade.php:31
msgid "Yes"
msgstr ""
Binary file added languages/pressbooks-lti-provider-ca.mo
Binary file not shown.
Loading

0 comments on commit 3b64a71

Please sign in to comment.