move canvas-rce to canvas-lms/packages/canvas-rce

closes CORE-994
refs RECNVS-398
refs CORE-1224
closes CORE-1237

test plan:
- yarn install
- smoke test rce
- tests pass

Change-Id: Ieaff024fa89879fac3e7edf99381f46de921cce2
Reviewed-on: https://gerrit.instructure.com/145671
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Tucker McKnight <tmcknight@instructure.com>
Product-Review: Brent Burgoyne <bburgoyne@instructure.com>
This commit is contained in:
Brent Burgoyne 2018-04-02 15:52:07 -06:00
parent 0700aaa1c7
commit f91658d4bf
280 changed files with 54905 additions and 15 deletions

View File

@ -19,7 +19,7 @@
"backbone": "1.1.1",
"brandable_css": "0.1.0",
"canvas-planner": "file:./packages/canvas-planner/copy-of-what-gets-published-to-npm-registry",
"canvas-rce": "3.1.0-hotfix.0",
"canvas-rce": "file:./packages/canvas-rce/canvas",
"canvas_offline_course_viewer": "https://github.com/instructure/canvas_offline_course_viewer.git#1.2.0",
"classnames": "^2.2.5",
"color-slicer": "0.8.0",
@ -175,7 +175,7 @@
"test:karma:watch": "karma start",
"test:karma:watch:headless": "karma start --browsers ChromeHeadlessNoSandbox",
"test:packages": "script/local-yarn test",
"preinstall": "script/local-yarn install && script/local-yarn build",
"preinstall": "script/uncache-packages && script/local-yarn install && script/local-yarn build:canvas",
"build": "yarn run build:css && yarn run build:js",
"build:watch": "concurrently \"yarn build:css:watch\" \"yarn build:js:watch\"",
"build:css": "brandable_css",
@ -195,4 +195,4 @@
"resolutions": {
"jquery": "https://github.com/ryankshaw/jquery.git#a755a3e9c99d5a70d8ea570836f94ae1ba56046d"
}
}
}

View File

@ -14,6 +14,7 @@
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"build": "./scripts/build",
"build:canvas": "./scripts/build",
"build:dev": "NODE_ENV=development BABEL_ENV=production babel src --out-dir lib --ignore spec.js,test.js,demo.js --quiet",
"build:lib": "BABEL_ENV=production babel src --out-dir lib --ignore spec.js,test.js,demo.js --quiet",
"build:es": "BABEL_ENV=production ES_MODULES=1 babel src --out-dir es --ignore spec.js,test.js,demo.js --quiet",
@ -102,4 +103,4 @@
"lint-staged": {
"*.js": "eslint"
}
}
}

View File

@ -0,0 +1,7 @@
Dockerfile
docker-compose.yml
.gitignore
README.md
lib
.git/*
node_modules/*

8
packages/canvas-rce/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
node_modules
lib
.nyc_output
coverage
npm-debug*
doc/*.js
github-pages/*.js
canvas

View File

@ -0,0 +1,8 @@
demo
integration_test
public
src
test
test_support
.codeclimate.yml
nightwatch.json

View File

@ -0,0 +1,5 @@
node_modules
lib
public
locales
coverage

View File

@ -0,0 +1,21 @@
FROM instructure/node:8
ARG NPM_PRIVATE_SCOPE
ARG NPM_PRIVATE_REGISTRY
ARG NPM_PRIVATE_USERNAME
ARG NPM_PRIVATE_PASSWORD
ARG NPM_PRIVATE_EMAIL
USER root
# do this first so npm install can be cached if package.json has not changed
COPY package.json /usr/src/app
RUN npm install \
&& npm-private install @inst/sync-format-message-translations; exit 0
COPY . /usr/src/app
RUN chown -R docker:docker /usr/src/app
USER docker
CMD ["tail", "-f", "/dev/null"]

661
packages/canvas-rce/LICENSE Normal file
View File

@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.

View File

@ -0,0 +1,26 @@
# Canvas Rich Content Editor
The Canvas LMS Rich Content Editor extracted in it's own npm package for use
across multiple services. This npm module is used in pair with a running
`canvas-rce-api` microservice.
You need a running instance of the `canvas-rce-api` in order to utilize
the `canvas-rce` npm module, but you do not need that instance in order to
do development on `canvas-rce`. (see [docs/development.md](docs/development.md))
The first customer of the `canvas-rce` was the `canvas-lms` LMS so documentation
and references throughout documentation might reflect and assume the use of
`canvas-lms`.
# Install and setup
As a published npm module, you can add canvsas-rce to your node project by doing
the following:
```bash
npm install canvas-rce --save
```
Please reference the [canvas-lms use of canvas-rce](https://github.com/instructure/canvas-lms/tree/stable/app/jsx/shared/rce)
to get an idea on how to incorporate it into your project. Pay
special attention to the `RichContentEditor.js` and `serviceRCELoader.js`.

View File

@ -0,0 +1,14 @@
#!/bin/sh
if [ "${1}" == "" ]; then
echo "release number not provided, pulling from the latest"
release_ver=v`npm view | grep "dist-tags" | sed "s/.*latest: '\([0-9]\{1,2\}\.[0-9]\{1,2\}\.[0-9]\{1,2\}\)'.*/\1/"`
else
release_ver=${1}
fi
echo "using release version: ${release_ver}"
for f in `git cherry -v "${release_ver}" | sed "s/+ \([0-9a-f]\{40\}\).*/\1/"` ; do
git show -s --format=%B ${f} | egrep "(fixes|refs|closes) [A-Za-z]{4}-[0-9]{5,6}"
done

26
packages/canvas-rce/build.sh Executable file
View File

@ -0,0 +1,26 @@
#!/bin/bash
export COMPOSE_FILE=./docker-compose.yml
docker-compose build
docker-compose up -d
# run unit tests
docker-compose exec -T module npm run test-cov
unit_status=$?
docker cp $(docker-compose ps -q module):/usr/src/app/coverage coverage
# check code formatting
docker-compose exec -T module npm run fmt:check
fmt_status=$?
# lint all the things
docker-compose exec -T module npm run lint
lint_status=$?
docker-compose stop
# jenkins uses the exit code to decide whether you passed or not
((unit_status)) && exit $unit_status
((lint_status)) && exit $lint_status
((fmt_status)) && exit $fmt_status
exit 0

View File

@ -0,0 +1,187 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import "@instructure/ui-themes/lib/canvas";
import { renderIntoDiv, renderSidebarIntoDiv } from "../src/async";
import CanvasRce from "../src/rce/CanvasRce";
import * as fakeSource from "../src/sidebar/sources/fake";
import React, { Component } from "react";
import ReactDOM from "react-dom";
import { Button, Select, TextInput } from "@instructure/ui-core/lib/components";
import Url from "url";
function getProps(textareaId, language = "en") {
return {
language,
editorOptions: () => {
return {
height: "250px",
plugins:
"instructure_equation, instructure_image, instructure_equella, link, textcolor, instructure_external_tools, instructure_record, instructure_links, table",
// todo: add "instructure_embed" when the wiki sidebar work is done
external_plugins: {},
menubar: true,
// todo: the toolbar building and automatic splitting functions should come into the service
toolbar: [
// basic buttons
"bold,italic,underline,forecolor,backcolor,removeformat,alignleft,aligncenter,alignright,outdent,indent,superscript,subscript,bullist,numlist,fontsizeselect,formatselect",
// plugin buttons ("instructure_links" will be changed to "link", but this is how
// it's currently sent over from canvas. Once that's no longer true, the test
// page can just use "link" instead)
"table, link, unlink, instructure_equation, instructure_image, instructure_equella, instructure_record"
]
};
},
textareaClassName: "exampleClassOne exampleClassTwo",
textareaId
};
}
function renderDemos(
host,
jwt,
language = "en",
contextType = "course",
contextId = 1
) {
renderIntoDiv(
document.getElementById("editor1"),
getProps("textarea1", language)
);
renderIntoDiv(
document.getElementById("editor2"),
getProps("textarea2", language)
);
ReactDOM.render(
<CanvasRce rceProps={getProps("textarea3")} />,
document.getElementById("editor3")
);
const parsedUrl = Url.parse(window.location.href, true);
if (parsedUrl.query.sidebar === "no") {
return;
}
const sidebarEl = document.getElementById("sidebar");
ReactDOM.render(<div />, sidebarEl);
renderSidebarIntoDiv(sidebarEl, {
source: jwt ? undefined : fakeSource,
host,
jwt,
contextType,
contextId,
canUploadFiles: true
});
}
class DemoOptions extends Component {
constructor(props) {
super(props);
this.state = {
expanded: false
};
this.inputs = {};
this.handleChange = this.handleChange.bind(this);
this.toggle = this.toggle.bind(this);
}
handleChange() {
renderDemos(
this.inputs.host.value,
this.inputs.jwt.value,
this.inputs.language.value,
this.inputs.contextType.value,
this.inputs.contextId.value
);
}
componentDidMount() {
this.handleChange();
}
toggle() {
this.setState({ expanded: !this.state.expanded });
}
render() {
return (
<div>
<Button size="small" onClick={this.toggle}>
{this.state.expanded ? "Hide Options" : "Show Options"}
</Button>
<div style={{ display: this.state.expanded ? undefined : "none" }}>
<Select
ref={r => (this.inputs.language = r)}
label="Language"
defaultValue="en"
>
<option>ar</option>
<option>da</option>
<option>de</option>
<option>en-AU</option>
<option>en-GB</option>
<option>en-GB-x-lbs</option>
<option>en</option>
<option>es</option>
<option>fa</option>
<option>fr</option>
<option>he</option>
<option>hy</option>
<option>ja</option>
<option>ko</option>
<option>mi</option>
<option>nb</option>
<option>nl</option>
<option>pl</option>
<option>pt-BR</option>
<option>pt</option>
<option>ru</option>
<option>sv</option>
<option>tr</option>
<option>zh-Hans</option>
<option>zh-Hant</option>
</Select>
<TextInput
ref={r => (this.inputs.host = r)}
label="API Host"
defaultValue="https://rich-content-iad.inscloudgate.net"
/>
<TextInput ref={r => (this.inputs.jwt = r)} label="Canvas JWT" />
<Select
ref={r => (this.inputs.contextType = r)}
label="Context Type"
defaultValue="course"
>
<option>course</option>
<option>group</option>
<option>user</option>
</Select>
<TextInput
ref={r => (this.inputs.contextId = r)}
label="Context ID"
defaultValue="1"
/>
<Button onClick={this.handleChange}>Update</Button>
</div>
</div>
);
}
}
ReactDOM.render(<DemoOptions />, document.getElementById("options"));

View File

@ -0,0 +1,74 @@
# Development
NOTE: The `RichContentService` and `canvas-rce-api` are the same project. It
started out as `RichContentService` and was later renamed `canvas-rce-api`.
`git clone` the code and do the following:
```bash
cd canvas-rce
npm
```
There is a built-in demo application to the `canvas-rce` that allows you to
develop locally without having to setup an instance of `canvas-rce-api`
this works for many things you might want to develop against, but not all
things.
## Debugging the module
### debug using the demo app
There is a demo app included in the `canvas-rce` that will allow you to see
many of the changes that You make. you can run this demo app by executing
`npm run dev` and then browsing to http://localhost:8080/demo.html
This demo app loads up with some fake data that makes interaction between
the sidebar and the editors not work out well. You can, however, load up the
demo app with real data by doing the following
1. Start the demo app (`npm run dev`) and open it up in a browser:
http://localhost:8080/demo.html
2. In a separate window, start your `canvas-lms` instance. This instance should
be configured to hit the RCS (so you need to have RCS running as well).
3. Go to a page in `canvas-lms` that has the RCE loaded through the RCS
4. Open the developer console and on the commandline enter `ENV.JWT`. This will
display the JWT token. copy this token into your buffer.
5. Go back to the RCE Demo app and below the sidebar, click on the
"Show Options" button
6. In the "Canvas JWT" field, paste your JWT token.
7. In the "API Host" field, enter `http://rce.docker` to hit your local RCS.
8. Make sure the "Context Type" field is selected for whatever context you
pulled the ENV.JWT from (usually "course").
9. Make sure the "Context ID" field contains the ID for whatever context you
pulled the ENV.JWT from (if "course" above, then this is the course id).
10. Select "Update" and you'll be able to use the Demo app for real data.
### debug in canvas-lms
If you need/want to see these changes in Canvas, you need to get a
local version of canvas-lms to use a new module. Follow these steps to get your
local version of canvas to use the newly changed npm module.
1. Make sure you have a running copy of `canvas-lms` configured to hit a
running copy of `canvas-rce-api`.
2. Perform a "local publish" of the npm module by executing the
`scripts/npm_localpublish.sh` script from the root `canvas-rce` directory.
The script handles both local file system copy and docker-machine copy.
example1: `scripts/npm_localpublish.sh -t /tmp/canvas-rce`
example2: `scripts/npm_localpublish.sh -t /tmp/canvas-rce -d dinghy`
3. Modify your local `canvas-lms`'s `package.json` file to change the
`"devDependencies"` entry for `canvas-rce` from: `"canvas-rce": "x.y.z",` to:
`"canvas-rce": "file:/tmp/canvas-rce",`.
4. Run `yarn install` in your `canvas-lms` root directory to install the
the `canvas-rce` version you are working on.
example1: `yarn install`
example2: `docker-compose run --rm web yarn install`
When you have the module loaded into `canvas-lms`, you can test out the module
by seeing what changes were made to the `canvas-lms` environment. It's also
useful to to debug the npm module while it's loaded into `canvas-lms`. The
non-obvious part is figuring out where the module is in the webpack build. In
chrome, just open the 'developer tools', then select the 'sources' tab. In the
'sources' tree, browse to 'webpack://' > '.' > '~' > 'canvas-rce' > 'lib' and
you'll be able to see all the canvas-rce src files under there. Set your
breakpoints as needed and troubleshoot for what you need.

View File

@ -0,0 +1,5 @@
version: '2'
services:
module:
build:
context: .

View File

@ -0,0 +1,42 @@
<!doctype html>
<html>
<head>
<title>canvas-rce demo</title>
<style>
body {width: 1100px; margin: 2em auto; background-color: #eee;}
h1 small { font-size: .5em; font-weight: normal; color: #888; }
#demo {display: flex;}
.main {flex: 3; padding-right: 2em;}
.sidebar {flex: 1}
#options {margin-top: 1em;}
#options label {margin-top: 1em;}
h1 {border-bottom: 1px;}
code {background-color: #ddd; color: #c32; padding: 1px 3px; boarder-radius: 2px;}
</style>
</head>
<body>
<h1>CanvasRCE Demo</h1>
<div id="demo">
<div class="main">
<h2>Editor</h2>
<div id="editor1">
<textarea id="textarea1"></textarea>
</div>
<h3>Multiple editors supported with a single sidebar</h3>
<div id="editor2">
<textarea id="textarea2"></textarea>
</div>
<h3>Editor rendered via React Component</h3>
<div id="editor3">
<textarea id="textarea3"></textarea>
</div>
</div>
<div class="sidebar">
<h2>Sidebar</h2>
<div id="sidebar"></div>
<div id="options"></div>
</div>
</div>
<script src="demo.js"></script>
</body>
</html>

View File

@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<title>canvas-rce documentation</title>
<style>
body {max-width: 1100px; margin: 2em auto; background-color: #eee;}
h1 {border-bottom: 1px;}
code {background-color: #ddd; color: #c32; padding: 1px 3px; boarder-radius: 2px;}
</style>
</head>
<body>
<h1>CanvasRCE Documentation</h1>
<p>Documentation coming soon.</p>
<h2>Demo</h2>
<p><a href="demo.html">CanvasRCE Demo</a></p>
</body>
</html>

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "التنقل عبر المجموعة"
},
"cc_attribution_share_alike_669e7f16": {
"message": "سمة CC المشاركة أيضًا"
},
"link_to_url_52dd935c": {
"message": "ارتباط إلى عنوان URL"
},
"quizzes_7e598f57": {
"message": "الاختبارات"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "سمة CC غير التجارية بدون مشتقات"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "تحميل ملف جديد"
},
"file_upload_form_4aaad554": {
"message": "نموذج تحميل ملف"
},
"folder_705fd2d7": {
"message": "مجلد"
},
"insert_equella_links_49a8dacd": {
"message": "إدراج ارتباطات Equella"
},
"assignment_list_a833f59d": {
"message": "قائمة المهام"
},
"alternative_text_a834dcad": {
"message": "نص بديل:"
},
"discussions_a5f96392": {
"message": "المناقشات"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "سمة CC بدون مشتقات"
},
"usage_right_ff96f3e2": {
"message": "حق الاستخدام:"
},
"click_to_embed_image_33107dd8": {
"message": "انقر لتضمين الصورة "
},
"i_hold_the_copyright_71ee91b1": {
"message": "أمتلك حقوق النشر"
},
"files_c300e900": {
"message": "الملفات"
},
"cancel_image_upload_2c771950": {
"message": "إلغاء تحميل صورة"
},
"people_b4ebb13c": {
"message": "الأشخاص"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "تحقق إذا كانت الصورة للتزيين"
},
"loading_25990131": {
"message": "جارٍ التحميل..."
},
"announcements_a4b8ed4a": {
"message": "الإعلانات"
},
"select_a_file_53ba40ac": {
"message": "تحديد ملف"
},
"formatting_press_down_to_select_df728c30": {
"message": "التنسيق، اضغط لأسفل للتحديد"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "لون الخلفية، اضغط لأسفل للتحديد"
},
"files_index_af7c662b": {
"message": "فهرس الملفات"
},
"cancel_file_upload_9903e7b9": {
"message": "إلغاء تحميل ملف"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "تخضع المادة إلى استثناء الاستخدام العادل"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "أدخل نصًا بديلاً لهذه الصورة"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "ارتباط يؤدي إلى محتوى آخر في المجموعة."
},
"discussions_index_6c36ced": {
"message": "فهرس المناقشات"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "انقر فوق أي ملف لإدراج ارتباط تنزيل يؤدي إلى ذلك الملف."
},
"copyright_holder_66ee111": {
"message": "مالك حقوق النشر:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "منطقة نص منسق. اضغط على ALT+F8 للمساعدة"
},
"enter_search_terms_e397b1f0": {
"message": "إدخال كلمات البحث"
},
"pages_e5414c2c": {
"message": "الصفحات"
},
"cc_attribution_f6de631f": {
"message": "سمة CC"
},
"insert_link_6dc23cae": {
"message": "إدراج الارتباط"
},
"collaborations_5c56c15f": {
"message": "عمليات التعاون"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "ماذا تود أن تسمي الصفحة الجديدة؟"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "انقر فوق أية صورة لتضمين الصورة في الصفحة."
},
"search_flickr_6884b518": {
"message": "البحث في Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "انقر فوق أي صفحة لإدراج ارتباط يؤدي إلى تلك الصفحة."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "انقر لإدراج ارتباط إلى المحرر."
},
"decorative_image_fde98579": {
"message": "صورة تزيين"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "انقر لإدراج ارتباط إلى هذا العنصر."
},
"load_more_results_460f49a9": {
"message": "تحميل المزيد من النتائج"
},
"link_7262adec": {
"message": "ارتباط"
},
"grades_a61eba0a": {
"message": "الدرجات"
},
"links_14b70841": {
"message": "ارتباطات"
},
"loading_failed_b3524381": {
"message": "فشل التحميل..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "انقر لتضمين { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "نموذج إغلاق Flickr"
},
"course_syllabus_5de1b0af": {
"message": "مناهج المساق"
},
"upload_8b403d05": {
"message": "تحميل"
},
"modules_c4325335": {
"message": "الوحدات"
},
"no_results_940393cf": {
"message": "لا توجد نتائج."
},
"announcement_list_da155734": {
"message": "قائمة الإعلانات"
},
"link_to_a_new_page_6c4ad034": {
"message": "ارتباط إلى صفحة جديدة"
},
"insert_math_equation_57c6e767": {
"message": "إدخال معادلة رياضية"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "لقد حصلت على إذن لاستخدام هذا الملف."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "سمة CC غير التجارية بمشاركة المتشابهين"
},
"wiki_home_9cd54d0": {
"message": "الصفحة الرئيسية لـ Wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "إن لم تحدد الآن حقوق الاستخدام، فسيتم إلغاء نشر هذا الملف بعد تحميله."
},
"upload_a_new_image_890df275": {
"message": "تحميل صورة جديدة"
},
"search_280d00bd": {
"message": "بحث"
},
"assignments_1e02582c": {
"message": "المهام"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "سمة CC غير التجارية"
},
"quizzes_list_d812caa6": {
"message": "قائمة الاختبارات"
},
"image_upload_form_7b74079a": {
"message": "نموذج تحميل صورة"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "المادة مرخصة بموجب المشاع الإبداعي"
},
"images_7ce26570": {
"message": "الصور"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "ارتباط يؤدي إلى محتوى آخر في المساق."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "حجم الخط، اضغط لأسفل للتحديد"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "حدد مجلدًا لتحميل ملفك عليه"
},
"course_navigation_dd035109": {
"message": "التنقل عبر المساق"
},
"choose_usage_rights_33683854": {
"message": "اختيار حقوق الاستخدام..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "لون النص، اضغط لأسفل للتحديد"
},
"embed_image_1080badc": {
"message": "تضمين صورة"
},
"creative_commons_license_725584ae": {
"message": "ترخيص المشاع الإبداعي:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "توجد المادة في المجال العام"
}
}

View File

@ -0,0 +1,44 @@
{
"announcements_a4b8ed4a": {
"message": "Обявления"
},
"assignments_1e02582c": {
"message": "Задания"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"discussions_a5f96392": {
"message": "Дискусии"
},
"files_c300e900": {
"message": "Файлове"
},
"folder_705fd2d7": {
"message": "Папка"
},
"grades_a61eba0a": {
"message": "Оценки"
},
"loading_25990131": {
"message": "Зареждане..."
},
"modules_c4325335": {
"message": "Модули"
},
"pages_e5414c2c": {
"message": "Страници"
},
"people_b4ebb13c": {
"message": "Хора"
},
"quizzes_7e598f57": {
"message": "Tестове"
},
"search_280d00bd": {
"message": "Търси"
},
"upload_8b403d05": {
"message": "Качи"
}
}

View File

@ -0,0 +1,35 @@
{
"announcements_a4b8ed4a": {
"message": "Oznámení"
},
"assignments_1e02582c": {
"message": "Úkoly"
},
"discussions_a5f96392": {
"message": "Diskuze"
},
"files_c300e900": {
"message": "Soubory"
},
"grades_a61eba0a": {
"message": "Prospěch"
},
"loading_25990131": {
"message": "Nahrávám..."
},
"modules_c4325335": {
"message": "Moduly"
},
"pages_e5414c2c": {
"message": "Stránky"
},
"people_b4ebb13c": {
"message": "Lidé"
},
"quizzes_7e598f57": {
"message": "Kvízy"
},
"upload_8b403d05": {
"message": "Nahrát"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Gruppenavigation"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC tillæg navngivelse del ligeligt"
},
"link_to_url_52dd935c": {
"message": "Link til URL"
},
"quizzes_7e598f57": {
"message": "Quizzer"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC navngivelse ikke-kommerciel ingen afledninger"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload en ny fil"
},
"file_upload_form_4aaad554": {
"message": "Upload-formular til filer"
},
"folder_705fd2d7": {
"message": "mappe"
},
"insert_equella_links_49a8dacd": {
"message": "Indsæt Equella-links"
},
"assignment_list_a833f59d": {
"message": "Opgave liste"
},
"alternative_text_a834dcad": {
"message": "Alternativ tekst:"
},
"discussions_a5f96392": {
"message": "Diskussioner"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC navngivelse ingen afledninger"
},
"usage_right_ff96f3e2": {
"message": "Brugsrettigheder:"
},
"click_to_embed_image_33107dd8": {
"message": "Klik for at integrere billede"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Jeg er rettighedshaveren"
},
"files_c300e900": {
"message": "Filer"
},
"cancel_image_upload_2c771950": {
"message": "Annuller upload af billede"
},
"people_b4ebb13c": {
"message": "Brugere"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Kontroller, om billedet er dekorativt"
},
"loading_25990131": {
"message": "Indlæser ..."
},
"announcements_a4b8ed4a": {
"message": "Meddelelser"
},
"select_a_file_53ba40ac": {
"message": "Vælg en fil"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatering, tryk ned for at vælge"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Baggrundsfarve, tryk ned for at vælge"
},
"files_index_af7c662b": {
"message": "Filoversigt"
},
"cancel_file_upload_9903e7b9": {
"message": "Annuller fil-upload"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Materialet er underlagt undtagelsen om rimelig brug"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Indtast den alternative tekst til dette billede"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link til andet indhold i gruppen."
},
"discussions_index_6c36ced": {
"message": "Diskussionsoversigt"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Klik på en vilkårlig fil for at indsætte et download-link til den pågældende fil."
},
"copyright_holder_66ee111": {
"message": "Rettighedshaver:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Område med RTF. Tryk på ALT+F8 for hjælp"
},
"enter_search_terms_e397b1f0": {
"message": "indtast søgetermer"
},
"pages_e5414c2c": {
"message": "Sider"
},
"cc_attribution_f6de631f": {
"message": "CC navngivelse"
},
"insert_link_6dc23cae": {
"message": "Indsæt link"
},
"collaborations_5c56c15f": {
"message": "Samarbejde"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Hvad kunne du tænke dig at kalde den nye side?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Klik på et vilkårligt billede for at integrere billedet i siden."
},
"search_flickr_6884b518": {
"message": "Søg Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Klik på en vilkårlig side for at indsætte et link til den pågældende side."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Klik for at indsætte et link i editoren."
},
"decorative_image_fde98579": {
"message": "Dekorativt billede"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Klik for at indsætte et link i dette element."
},
"load_more_results_460f49a9": {
"message": "Indlæs flere resultater"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Karakterer"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "Indlæsning mislykkedes ..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Klik for at integrere { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Luk Flickr-formular"
},
"course_syllabus_5de1b0af": {
"message": "Kursusbeskrivelse"
},
"upload_8b403d05": {
"message": "Upload"
},
"modules_c4325335": {
"message": "Moduler"
},
"no_results_940393cf": {
"message": "Ingen resultater."
},
"announcement_list_da155734": {
"message": "Meddelelsesliste"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link til en ny side"
},
"insert_math_equation_57c6e767": {
"message": "Indfør matematikudligning"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Jeg har opnået tilladelse til at bruge denne fil."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC navngivelse ikke-kommerciel del ligeligt"
},
"wiki_home_9cd54d0": {
"message": "Wiki startside"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Hvis du ikke vælger brugsrettigheder nu, vil denne fil ikke blive offentliggjort, når den uploades."
},
"upload_a_new_image_890df275": {
"message": "Upload et nyt billede"
},
"search_280d00bd": {
"message": "Søg"
},
"assignments_1e02582c": {
"message": "Opgave"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC navngivelse ikke-kommerciel"
},
"quizzes_list_d812caa6": {
"message": "Liste over test"
},
"image_upload_form_7b74079a": {
"message": "Uploadformular for billeder"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Materialet licenseres under Creative Commons"
},
"images_7ce26570": {
"message": "Billeder"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link til andet indhold i kurset."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Skriftstørrelse, tryk ned for at vælge"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Vælg en mappe at uploade din fil til"
},
"course_navigation_dd035109": {
"message": "Kursusnavigation"
},
"choose_usage_rights_33683854": {
"message": "Vælg brugsrettigheder ..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Tekstfarve, tryk ned for at vælge"
},
"embed_image_1080badc": {
"message": "Integrer billede"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons licens:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Materialer er på det offentlige domæne"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Gruppennavigation"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Zuordnung, zu gleichen Teilen"
},
"link_to_url_52dd935c": {
"message": "Link zum URL"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Zuordnung, Nicht kommerziell, Keine Derivate"
},
"c_2001_acme_inc_283f7f80": {
"message": "© 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Neue Datei hochladen"
},
"file_upload_form_4aaad554": {
"message": "Datei hochladen (Formular)"
},
"folder_705fd2d7": {
"message": "Ordner"
},
"insert_equella_links_49a8dacd": {
"message": "Equella-Links einfügen"
},
"assignment_list_a833f59d": {
"message": "Aufgabenliste"
},
"alternative_text_a834dcad": {
"message": "Alternativer Text:"
},
"discussions_a5f96392": {
"message": "Diskussionen"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Zuordnung, Keine Derivate"
},
"usage_right_ff96f3e2": {
"message": "Nutzungsrecht:"
},
"click_to_embed_image_33107dd8": {
"message": "Durch Anklicken Bild einbetten"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Ich bin der Urheberrechtsinhaber"
},
"files_c300e900": {
"message": "Dateien"
},
"cancel_image_upload_2c771950": {
"message": "Bild-Upload abbrechen"
},
"people_b4ebb13c": {
"message": "Personen"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Markieren, falls das Bild dekorativ ist"
},
"loading_25990131": {
"message": "Ladevorgang läuft..."
},
"announcements_a4b8ed4a": {
"message": "Ankündigungen"
},
"select_a_file_53ba40ac": {
"message": "Wählen Sie eine Datei aus."
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatierung, zum Auswählen Nach-Unten-Taste drücken"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Hintergrundfarbe, zum Auswählen Nach-Unten-Taste drücken"
},
"files_index_af7c662b": {
"message": "Dateienindex"
},
"cancel_file_upload_9903e7b9": {
"message": "Datei-Upload abbrechen"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Das Material unterliegt den Ausnahmen der fairen Nutzung."
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Alternativen Text für dieses Bild eingeben"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Links zu anderen Inhalten der Gruppe einfügen."
},
"discussions_index_6c36ced": {
"message": "Diskussionenindex"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Um einen Downloadlink für eine Datei einzufügen, klicken Sie auf die entsprechende Datei."
},
"copyright_holder_66ee111": {
"message": "Urheberrechtsinhaber:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text-Bereich. Für Hilfe ALT+F8 drücken"
},
"enter_search_terms_e397b1f0": {
"message": "Suchbegriffe eingeben"
},
"pages_e5414c2c": {
"message": "Seiten"
},
"cc_attribution_f6de631f": {
"message": "CC Zuordnung"
},
"insert_link_6dc23cae": {
"message": "Link einfügen"
},
"collaborations_5c56c15f": {
"message": "Kollaborationen"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Welchen Namen möchten Sie der neuen Seite geben?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Um ein Bild auf dieser Seite einzufügen, klicken Sie auf das entsprechende Bild."
},
"search_flickr_6884b518": {
"message": "Flickr suchen"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Um einen Link zu einer Seite einzufügen, klicken Sie auf die entsprechende Seite."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Einfügen eines Links in den Editor"
},
"decorative_image_fde98579": {
"message": "Dekoratives Bild"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Einfügen eines Links auf dieses Element"
},
"load_more_results_460f49a9": {
"message": "Weitere Ergebnisse laden"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Noten"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "Ladevorgang fehlgeschlagen"
},
"click_to_embed_imagename_c41ea8df": {
"message": "{ imageName } durch Anklicken einbetten"
},
"close_flickr_form_b32e600a": {
"message": "Flickr-Formular schließen"
},
"course_syllabus_5de1b0af": {
"message": "Kurssyllabus"
},
"upload_8b403d05": {
"message": "Hochladen"
},
"modules_c4325335": {
"message": "Module"
},
"no_results_940393cf": {
"message": "Keine Ergebnisse."
},
"announcement_list_da155734": {
"message": "Ankündigungsliste"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link zu einer neuen Seite"
},
"insert_math_equation_57c6e767": {
"message": "Math. Gleichung einfügen"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Ich habe die Berechtigung zur Nutzung dieser Datei erhalten."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Zuordnung, Nicht kommerziell, zu gleichen Teilen"
},
"wiki_home_9cd54d0": {
"message": "Wikistartseite"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Wenn Sie jetzt keine Nutzungsrechte auswählen, wird diese Datei nach dem Hochladen nicht veröffentlicht."
},
"upload_a_new_image_890df275": {
"message": "Neues Bild hochladen"
},
"search_280d00bd": {
"message": "Suchen"
},
"assignments_1e02582c": {
"message": "Aufgaben"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Zuordnung, Nicht kommerziell"
},
"quizzes_list_d812caa6": {
"message": "Quizliste"
},
"image_upload_form_7b74079a": {
"message": "Bild hochladen (Formular)"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Das Material ist unter Creative Commons lizenziert."
},
"images_7ce26570": {
"message": "Bilder"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Links zu anderen Kursinhalte einfügen."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Schriftgröße, zum Auswählen Nach-Unten-Taste drücken"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Wählen Sie einen Ordner zum Hochladen Ihrer Datei aus."
},
"course_navigation_dd035109": {
"message": "Kursnavigation"
},
"choose_usage_rights_33683854": {
"message": "Nutzungsrechte auswählen ...."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Textfarbe, zum Auswahlen Nach-Unten-Taste drücken"
},
"embed_image_1080badc": {
"message": "Bild einfügen"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons-Lizenz:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Das Material ist gemeinfrei."
}
}

View File

@ -0,0 +1,224 @@
{
"group_navigation_99f191a": {
"message": "Πλοήγηση στην Ομάδα"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Αναφορά Δημιουργού-Παρόμοια Διανομή CC "
},
"quizzes_7e598f57": {
"message": "Κουίζ"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Αναφορά Δημιουργού-Μη Εμπορική Χρήση-Όχι Παράγωγα Έργα CC "
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Φόρτωση νέου αρχείου"
},
"file_upload_form_4aaad554": {
"message": "Φόρμα Μεταφόρτωσης Αρχείου"
},
"folder_705fd2d7": {
"message": "Φάκελος"
},
"insert_equella_links_49a8dacd": {
"message": "Εισαγωγή Συνδέσμων τύπου Equella"
},
"assignment_list_a833f59d": {
"message": "Λίστα Εργασιών"
},
"discussions_a5f96392": {
"message": "Συζητήσεις"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Αναφορά Δημιουργού-Όχι Παράγωγα Έργα CC"
},
"usage_right_ff96f3e2": {
"message": "Δικαίωμα Χρήσης:"
},
"click_to_embed_image_33107dd8": {
"message": "Κλικάρετε για να ενσωματώσετε την εικόνα"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Έχω τα πνευματικά δικαιώματα"
},
"files_c300e900": {
"message": "Αρχεία"
},
"cancel_image_upload_2c771950": {
"message": "Ακύρωση μεταφόρτωσης εικόνας"
},
"people_b4ebb13c": {
"message": "Κοινό"
},
"loading_25990131": {
"message": "Φόρτωση..."
},
"announcements_a4b8ed4a": {
"message": "Ανακοινώσεις"
},
"formatting_press_down_to_select_df728c30": {
"message": "Μορφοποίηση, πατήστε κάτω για επιλογή"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Χρώμα Φόντου, πιέστε για επιλογή"
},
"files_index_af7c662b": {
"message": "Ευρετήριο Αρχείων"
},
"cancel_file_upload_9903e7b9": {
"message": "Ακύρωση μεταφόρτωσης αρχείου"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Το υλικό υπόκειται σε εξαίρεση θεμιτής χρήσης"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Σύνδεση προς άλλο περιεχόμενο της ομάδας."
},
"discussions_index_6c36ced": {
"message": "Ευρετήριο Συζητήσεων"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Κάντε κλικ σε οποιοδήποτε αρχείο για να εισαγάγετε σύνδεσμο λήψης για το συγκεκριμένο αρχείο."
},
"copyright_holder_66ee111": {
"message": "Κάτοχος Πνευματικών Δικαιωμάτων:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Περιοχή Rich Text. Πατήστε ALT+F8 για βοήθεια"
},
"enter_search_terms_e397b1f0": {
"message": "εισαγωγή όρων αναζήτησης"
},
"pages_e5414c2c": {
"message": "Σελίδες"
},
"cc_attribution_f6de631f": {
"message": "Αναφορά Δημιουργού CC"
},
"insert_link_6dc23cae": {
"message": "Εισαγωγή Συνδέσμου"
},
"collaborations_5c56c15f": {
"message": "Συνεργασίες"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Πως θέλετε να ονομάσετε τη νέα σελίδα;"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Κλικάρετε κάποια εικόνα για να την ενσωματώσετε στη σελίδα."
},
"search_flickr_6884b518": {
"message": "Αναζήτηση Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Κάντε κλικ σε οποιαδήποτε σελίδα για να εισαγάγετε σύνδεσμο προς αυτή τη σελίδα."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Κάντε κλικ για να εισάγετε σύνδεσμο μέσα στον επεξεργαστή"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Κάντε κλικ για να εισάγετε σύνδεσμο προς αυτή το αντικείμενο"
},
"load_more_results_460f49a9": {
"message": "Φόρτωση περισσότερων αποτελεσμάτων"
},
"link_7262adec": {
"message": "Σύνδεσμος"
},
"grades_a61eba0a": {
"message": "Βαθμοί"
},
"links_14b70841": {
"message": "Σύνδεσμοι"
},
"loading_failed_b3524381": {
"message": "Η Φόρτωση Απέτυχε"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Κάντε κλικ για να ενσωματώσετε την εικόνα { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Κλείσιμο φόρμας Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Αναλυτικό Πρόγραμμα Μαθήματος"
},
"upload_8b403d05": {
"message": "Μεταφόρτωση"
},
"modules_c4325335": {
"message": "Ενότητες"
},
"no_results_940393cf": {
"message": "Δεν υπάρχουν Αποτελέσματα"
},
"announcement_list_da155734": {
"message": "Λίστα Ανακοινώσεων"
},
"link_to_a_new_page_6c4ad034": {
"message": "Σύνδεσμος προς Νέα Σελίδα"
},
"insert_math_equation_57c6e767": {
"message": "Εισαγωγή Μαθηματικής Εξίσωσης"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Πήρα άδεια για να χρησιμοποιήσω αυτό το αρχείο."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Αναφορά Δημιουργού-Μη Εμπορική Χρήση-Παρόμοια Διανομή CC "
},
"wiki_home_9cd54d0": {
"message": "Αρχική Σελίδα Wiki"
},
"upload_a_new_image_890df275": {
"message": "Φόρτωση νέας εικόνας"
},
"search_280d00bd": {
"message": "Αναζήτηση"
},
"assignments_1e02582c": {
"message": "Εργασίες"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Αναφορά Δημιουργού-Μη Εμπορική Χρήση CC "
},
"image_upload_form_7b74079a": {
"message": "Φόρμα Μεταφόρτωσης Εικόνας"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Το υλικό φέρει άδεια Creative Commons"
},
"images_7ce26570": {
"message": "Εικόνες"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Σύνδεση προς άλλο περιεχόμενο του μαθήματος."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Μέγεθος Γραμματοσειράς, πιέστε για επιλογή"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Επιλέξτε το φάκελο στον οποίο θέλετε να φορτώσετε το αρχείο "
},
"course_navigation_dd035109": {
"message": "Πλοήγηση στο μάθημα"
},
"choose_usage_rights_33683854": {
"message": "Επιλέξτε δικαιώματα χρήσης..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Χρώμα Κειμένου, πιέστε για επιλογή"
},
"embed_image_1080badc": {
"message": "Ενσωμάτωση εικόνας"
},
"creative_commons_license_725584ae": {
"message": "Άδεια Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Το υλικό βρίσκεται στο δημόσιο domain"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "Announcement List"
},
"announcements_a4b8ed4a": {
"message": "Announcements"
},
"assignment_list_a833f59d": {
"message": "Assignment List"
},
"assignments_1e02582c": {
"message": "Assignments"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background Colour, press down to select"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"cc_attribution_f6de631f": {
"message": "CC Attribution"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Attribution No Derivatives"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Attribution Non-Commercial"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Attribution Non-Commercial No Derivatives"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Attribution Non-Commercial Share Alike"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Attribution Share Alike"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"copyright_holder_66ee111": {
"message": "Copyright Holder:"
},
"course_navigation_dd035109": {
"message": "Course Navigation"
},
"course_syllabus_5de1b0af": {
"message": "Course Syllabus"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Licence:"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"discussions_index_6c36ced": {
"message": "Discussions Index"
},
"embed_image_1080badc": {
"message": "Embed Image"
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"file_upload_form_4aaad554": {
"message": "File Upload Form"
},
"files_c300e900": {
"message": "Files"
},
"files_index_af7c662b": {
"message": "Files Index"
},
"folder_705fd2d7": {
"message": "Folder"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font Size, press down to select"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting, press down to select"
},
"grades_a61eba0a": {
"message": "Marks"
},
"group_navigation_99f191a": {
"message": "Group Navigation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it's uploaded."
},
"image_upload_form_7b74079a": {
"message": "Image Upload Form"
},
"images_7ce26570": {
"message": "Images"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella Links"
},
"insert_link_6dc23cae": {
"message": "Insert Link"
},
"insert_math_equation_57c6e767": {
"message": "Insert Maths Equation"
},
"link_7262adec": {
"message": "Link"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a New Page"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the course."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"link_to_url_52dd935c": {
"message": "Link to URL"
},
"links_14b70841": {
"message": "Links"
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"loading_25990131": {
"message": "Loading..."
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "No results."
},
"pages_e5414c2c": {
"message": "Pages"
},
"people_b4ebb13c": {
"message": "People"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help."
},
"search_280d00bd": {
"message": "Search"
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text Colour, press down to select"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"upload_8b403d05": {
"message": "Upload"
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"usage_right_ff96f3e2": {
"message": "Usage Right:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "Announcement List"
},
"announcements_a4b8ed4a": {
"message": "Announcements"
},
"assignment_list_a833f59d": {
"message": "Task list"
},
"assignments_1e02582c": {
"message": "Tasks"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background colour. Press down to select"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"cc_attribution_f6de631f": {
"message": "CC attribution"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC attribution no derivatives"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC attribution non-commercial"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC attribution non-commercial no derivatives"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC attribution non-commercial share alike"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC attribution share alike"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"copyright_holder_66ee111": {
"message": "Copyright holder:"
},
"course_navigation_dd035109": {
"message": "Programme navigation"
},
"course_syllabus_5de1b0af": {
"message": "Programme syllabus"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Licence:"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"discussions_index_6c36ced": {
"message": "Discussions index"
},
"embed_image_1080badc": {
"message": "Embed image"
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"file_upload_form_4aaad554": {
"message": "File upload form"
},
"files_c300e900": {
"message": "Files"
},
"files_index_af7c662b": {
"message": "Files index"
},
"folder_705fd2d7": {
"message": "Folder"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font size. Press down to select"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting. Press down to select"
},
"grades_a61eba0a": {
"message": "Grades"
},
"group_navigation_99f191a": {
"message": "Group navigation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
},
"image_upload_form_7b74079a": {
"message": "Image upload form"
},
"images_7ce26570": {
"message": "Images"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella links"
},
"insert_link_6dc23cae": {
"message": "Insert link"
},
"insert_math_equation_57c6e767": {
"message": "Insert Math Equation"
},
"link_7262adec": {
"message": "Link"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a new page"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the programme."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"link_to_url_52dd935c": {
"message": "Link to URL"
},
"links_14b70841": {
"message": "Links"
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"loading_25990131": {
"message": "Loading..."
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "No results."
},
"pages_e5414c2c": {
"message": "Pages"
},
"people_b4ebb13c": {
"message": "People"
},
"quizzes_7e598f57": {
"message": "Surveys"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help"
},
"search_280d00bd": {
"message": "Search"
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text colour. Press down to select"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"upload_8b403d05": {
"message": "Upload"
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"usage_right_ff96f3e2": {
"message": "Usage right:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "Announcement List"
},
"announcements_a4b8ed4a": {
"message": "Announcements"
},
"assignment_list_a833f59d": {
"message": "Assignment list"
},
"assignments_1e02582c": {
"message": "Assignments"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background colour. Press down to select"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"cc_attribution_f6de631f": {
"message": "CC attribution"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC attribution no derivatives"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC attribution non-commercial"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC attribution non-commercial no derivatives"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC attribution non-commercial share alike"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC attribution share alike"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"copyright_holder_66ee111": {
"message": "Copyright holder:"
},
"course_navigation_dd035109": {
"message": "Course navigation"
},
"course_syllabus_5de1b0af": {
"message": "Course syllabus"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Licence:"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"discussions_index_6c36ced": {
"message": "Discussions index"
},
"embed_image_1080badc": {
"message": "Embed image"
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"file_upload_form_4aaad554": {
"message": "File upload form"
},
"files_c300e900": {
"message": "Files"
},
"files_index_af7c662b": {
"message": "Files index"
},
"folder_705fd2d7": {
"message": "Folder"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font size. Press down to select"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting. Press down to select"
},
"grades_a61eba0a": {
"message": "Grades"
},
"group_navigation_99f191a": {
"message": "Group navigation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
},
"image_upload_form_7b74079a": {
"message": "Image upload form"
},
"images_7ce26570": {
"message": "Images"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella links"
},
"insert_link_6dc23cae": {
"message": "Insert link"
},
"insert_math_equation_57c6e767": {
"message": "Insert Math Equation"
},
"link_7262adec": {
"message": "Link"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a new page"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the course."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"link_to_url_52dd935c": {
"message": "Link to URL"
},
"links_14b70841": {
"message": "Links"
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"loading_25990131": {
"message": "Loading..."
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "No results."
},
"pages_e5414c2c": {
"message": "Pages"
},
"people_b4ebb13c": {
"message": "People"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help"
},
"search_280d00bd": {
"message": "Search"
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text colour. Press down to select"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"upload_8b403d05": {
"message": "Upload"
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"usage_right_ff96f3e2": {
"message": "Usage right:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
}
}

View File

@ -0,0 +1,264 @@
{
"alternative_text_a834dcad": {
"message": "Alternative text:"
},
"announcement_list_da155734": {
"message": "Announcement List"
},
"announcements_a4b8ed4a": {
"message": "Announcements",
"description": "Title of Sidebar accordion tab containing links to announcements."
},
"assignment_list_a833f59d": {
"message": "Assignment List"
},
"assignments_1e02582c": {
"message": "Assignments",
"description": "Title of Sidebar accordion tab containing links to assignments."
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background Color, press down to select"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"cc_attribution_f6de631f": {
"message": "CC Attribution"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Attribution No Derivatives"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Attribution Non-Commercial"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Attribution Non-Commercial No Derivatives"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Attribution Non-Commercial Share Alike"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Attribution Share Alike"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Check if the image is decorative"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"copyright_holder_66ee111": {
"message": "Copyright Holder:"
},
"course_navigation_dd035109": {
"message": "Course Navigation",
"description": "Title of Sidebar accordion tab containing links to course pages."
},
"course_syllabus_5de1b0af": {
"message": "Course Syllabus"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons License:"
},
"decorative_image_fde98579": {
"message": "Decorative image"
},
"discussions_a5f96392": {
"message": "Discussions",
"description": "Title of Sidebar accordion tab containing links to discussions."
},
"discussions_index_6c36ced": {
"message": "Discussions Index"
},
"embed_image_1080badc": {
"message": "Embed Image",
"description": "Title for RCE button to embed an image"
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Enter the alternative text for this image"
},
"file_upload_form_4aaad554": {
"message": "File Upload Form"
},
"files_c300e900": {
"message": "Files",
"description": "Title of Sidebar tab containing uploaded files."
},
"files_index_af7c662b": {
"message": "Files Index"
},
"folder_705fd2d7": {
"message": "Folder"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font Size, press down to select"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting, press down to select"
},
"grades_a61eba0a": {
"message": "Grades"
},
"group_navigation_99f191a": {
"message": "Group Navigation",
"description": "Title of Sidebar accordion tab containing links to group pages."
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
},
"image_upload_form_7b74079a": {
"message": "Image Upload Form"
},
"images_7ce26570": {
"message": "Images",
"description": "Title of Sidebar tab containing uploaded images and image services."
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella Links",
"description": "Title for RCE button to insert links to Equella content"
},
"insert_link_6dc23cae": {
"message": "Insert Link"
},
"insert_math_equation_57c6e767": {
"message": "Insert Math Equation",
"description": "Title for RCE button to insert a math equation"
},
"link_7262adec": {
"message": "Link",
"description": "Fallback title attribute on an unnamed link inserted from the sidebar."
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a New Page"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the course."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"link_to_url_52dd935c": {
"message": "Link to URL",
"description": "Title for RCE button to insert links to a URL"
},
"links_14b70841": {
"message": "Links",
"description": "Title of Sidebar tab containing links to course pages."
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"loading_25990131": {
"message": "Loading..."
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"modules_c4325335": {
"message": "Modules",
"description": "Title of Sidebar accordion tab containing links to course modules."
},
"no_results_940393cf": {
"message": "No results."
},
"pages_e5414c2c": {
"message": "Pages",
"description": "Title of Sidebar accordion tab containing links to wiki pages."
},
"people_b4ebb13c": {
"message": "People"
},
"quizzes_7e598f57": {
"message": "Quizzes",
"description": "Title of Sidebar accordion tab containing links to quizzes."
},
"quizzes_list_d812caa6": {
"message": "Quizzes List"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help"
},
"search_280d00bd": {
"message": "Search"
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text Color, press down to select"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"upload_8b403d05": {
"message": "Upload"
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"usage_right_ff96f3e2": {
"message": "Usage Right:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Group Navigation"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Attribution Share Alike"
},
"link_to_url_52dd935c": {
"message": "Link to URL"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Attribution Non-Commercial No Derivatives"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"file_upload_form_4aaad554": {
"message": "File Upload Form"
},
"folder_705fd2d7": {
"message": "Folder"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella Links"
},
"assignment_list_a833f59d": {
"message": "Assignment List"
},
"alternative_text_a834dcad": {
"message": "Alternative text:"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Attribution No Derivatives"
},
"usage_right_ff96f3e2": {
"message": "Usage Right:"
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"files_c300e900": {
"message": "Files"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"people_b4ebb13c": {
"message": "People"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Check if the image is decorative"
},
"loading_25990131": {
"message": "Loading..."
},
"announcements_a4b8ed4a": {
"message": "Announcements"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting, press down to select"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background Colour, press down to select"
},
"files_index_af7c662b": {
"message": "Files Index"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Enter the alternative text for this image"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"discussions_index_6c36ced": {
"message": "Discussions Index"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"copyright_holder_66ee111": {
"message": "Copyright Holder:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help."
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"pages_e5414c2c": {
"message": "Pages"
},
"cc_attribution_f6de631f": {
"message": "CC Attribution"
},
"insert_link_6dc23cae": {
"message": "Insert Link"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"decorative_image_fde98579": {
"message": "Decorative image"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Marks"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"course_syllabus_5de1b0af": {
"message": "Course Syllabus"
},
"upload_8b403d05": {
"message": "Upload"
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "No results."
},
"announcement_list_da155734": {
"message": "Announcement List"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a New Page"
},
"insert_math_equation_57c6e767": {
"message": "Insert Maths Equation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Attribution Non-Commercial Share Alike"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"search_280d00bd": {
"message": "Search"
},
"assignments_1e02582c": {
"message": "Assignments"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Attribution Non-Commercial"
},
"quizzes_list_d812caa6": {
"message": "Quizzes List"
},
"image_upload_form_7b74079a": {
"message": "Image Upload Form"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"images_7ce26570": {
"message": "Images"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the course."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font Size, press down to select"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"course_navigation_dd035109": {
"message": "Course Navigation"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text Colour, press down to select"
},
"embed_image_1080badc": {
"message": "Embed Image"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Licence:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Group navigation"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC attribution share alike"
},
"link_to_url_52dd935c": {
"message": "Link to URL"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC attribution non-commercial no derivatives"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"file_upload_form_4aaad554": {
"message": "File upload form"
},
"folder_705fd2d7": {
"message": "Folder"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella links"
},
"assignment_list_a833f59d": {
"message": "Assignment list"
},
"alternative_text_a834dcad": {
"message": "Alternative text:"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC attribution no derivatives"
},
"usage_right_ff96f3e2": {
"message": "Usage right:"
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"files_c300e900": {
"message": "Files"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"people_b4ebb13c": {
"message": "People"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Check if the image is decorative"
},
"loading_25990131": {
"message": "Loading..."
},
"announcements_a4b8ed4a": {
"message": "Announcements"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting. Press down to select"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background colour. Press down to select"
},
"files_index_af7c662b": {
"message": "Files index"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Enter the alternative text for this image"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"discussions_index_6c36ced": {
"message": "Discussions index"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"copyright_holder_66ee111": {
"message": "Copyright holder:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help"
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"pages_e5414c2c": {
"message": "Pages"
},
"cc_attribution_f6de631f": {
"message": "CC attribution"
},
"insert_link_6dc23cae": {
"message": "Insert link"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"decorative_image_fde98579": {
"message": "Decorative image"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Grades"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"course_syllabus_5de1b0af": {
"message": "Course syllabus"
},
"upload_8b403d05": {
"message": "Upload"
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "No results."
},
"announcement_list_da155734": {
"message": "Announcement List"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a new page"
},
"insert_math_equation_57c6e767": {
"message": "Insert Math Equation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC attribution non-commercial share alike"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"search_280d00bd": {
"message": "Search"
},
"assignments_1e02582c": {
"message": "Assignments"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC attribution non-commercial"
},
"quizzes_list_d812caa6": {
"message": "Quizzes List"
},
"image_upload_form_7b74079a": {
"message": "Image upload form"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"images_7ce26570": {
"message": "Images"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the course."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font size. Press down to select"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"course_navigation_dd035109": {
"message": "Course navigation"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text colour. Press down to select"
},
"embed_image_1080badc": {
"message": "Embed image"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Licence:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Group navigation"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC attribution share alike"
},
"link_to_url_52dd935c": {
"message": "Link to URL"
},
"quizzes_7e598f57": {
"message": "Surveys"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC attribution non-commercial no derivatives"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload a new file"
},
"file_upload_form_4aaad554": {
"message": "File upload form"
},
"folder_705fd2d7": {
"message": "Folder"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella links"
},
"assignment_list_a833f59d": {
"message": "Task list"
},
"alternative_text_a834dcad": {
"message": "Alternative text:"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC attribution no derivatives"
},
"usage_right_ff96f3e2": {
"message": "Usage right:"
},
"click_to_embed_image_33107dd8": {
"message": "Click to embed image"
},
"i_hold_the_copyright_71ee91b1": {
"message": "I hold the copyright"
},
"files_c300e900": {
"message": "Files"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"people_b4ebb13c": {
"message": "People"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Check if the image is decorative"
},
"loading_25990131": {
"message": "Loading..."
},
"announcements_a4b8ed4a": {
"message": "Announcements"
},
"select_a_file_53ba40ac": {
"message": "Select a file"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatting. Press down to select"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Background colour. Press down to select"
},
"files_index_af7c662b": {
"message": "Files index"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "The material is subject to fair use exception"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Enter the alternative text for this image"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link to other content in the group."
},
"discussions_index_6c36ced": {
"message": "Discussions index"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Click any file to insert a download link for that file."
},
"copyright_holder_66ee111": {
"message": "Copyright holder:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Press ALT+F8 for help"
},
"enter_search_terms_e397b1f0": {
"message": "enter search terms"
},
"pages_e5414c2c": {
"message": "Pages"
},
"cc_attribution_f6de631f": {
"message": "CC attribution"
},
"insert_link_6dc23cae": {
"message": "Insert link"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "What would you like to call the new page?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Click any image to embed the image in the page."
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Click any page to insert a link to that page."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"decorative_image_fde98579": {
"message": "Decorative image"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Grades"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Click to embed { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"course_syllabus_5de1b0af": {
"message": "Programme syllabus"
},
"upload_8b403d05": {
"message": "Upload"
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "No results."
},
"announcement_list_da155734": {
"message": "Announcement List"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link to a new page"
},
"insert_math_equation_57c6e767": {
"message": "Insert Math Equation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "I have obtained permission to use this file."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC attribution non-commercial share alike"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "If you do not select usage rights now, this file will be unpublished after it''s uploaded."
},
"upload_a_new_image_890df275": {
"message": "Upload a new image"
},
"search_280d00bd": {
"message": "Search"
},
"assignments_1e02582c": {
"message": "Tasks"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC attribution non-commercial"
},
"quizzes_list_d812caa6": {
"message": "Surveys List"
},
"image_upload_form_7b74079a": {
"message": "Image upload form"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "The material is licensed under Creative Commons"
},
"images_7ce26570": {
"message": "Images"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link to other content in the programme."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Font size. Press down to select"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"course_navigation_dd035109": {
"message": "Programme navigation"
},
"choose_usage_rights_33683854": {
"message": "Choose usage rights..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Text colour. Press down to select"
},
"embed_image_1080badc": {
"message": "Embed image"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Licence:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "The material is in the public domain"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Navegación del Grupo"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Atribución compartida de CC"
},
"link_to_url_52dd935c": {
"message": "URL del enlace"
},
"quizzes_7e598f57": {
"message": "Evaluaciones"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Atribución no comercial sin derivativos de CC"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Cargar un Archivo Nuevo"
},
"file_upload_form_4aaad554": {
"message": "Formulario Cargar archivos"
},
"folder_705fd2d7": {
"message": "Carpeta"
},
"insert_equella_links_49a8dacd": {
"message": "Insertar enlaces de Equella"
},
"assignment_list_a833f59d": {
"message": "Lista de Tareas"
},
"alternative_text_a834dcad": {
"message": "Texto alternativo:"
},
"discussions_a5f96392": {
"message": "Foros"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Atribución sin derivativos de CC"
},
"usage_right_ff96f3e2": {
"message": "Derecho de uso:"
},
"click_to_embed_image_33107dd8": {
"message": "Haga clic para incluír imagen"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Soy el titular de los derechos de autor"
},
"files_c300e900": {
"message": "Archivos"
},
"cancel_image_upload_2c771950": {
"message": "Cancelar la carga de imágenes"
},
"people_b4ebb13c": {
"message": "Personas"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Compruebe si la imagen es decorativa"
},
"loading_25990131": {
"message": "Cargando..."
},
"announcements_a4b8ed4a": {
"message": "Anuncios"
},
"select_a_file_53ba40ac": {
"message": "Seleccione un archivo"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formato, pulse abajo para seleccionar"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Color de fondo, pulse abajo para seleccionar"
},
"files_index_af7c662b": {
"message": "Índice de Archivos"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancelar la carga de archivos"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "El material está sujeto a la excepción de uso razonable"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Ingrese el texto alternativo para esta imagen"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Enlazar a otro contenido en el grupo."
},
"discussions_index_6c36ced": {
"message": "Índice de Foros"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Hacer clic en cualquier archivo para insertar un enlace descargado para ese archivo."
},
"copyright_holder_66ee111": {
"message": "Titular de los derechos de autor:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Area del texto enriquecido. Presione ALT+F8 para ayuda"
},
"enter_search_terms_e397b1f0": {
"message": "ingresar los términos de búsqueda"
},
"pages_e5414c2c": {
"message": "Páginas"
},
"cc_attribution_f6de631f": {
"message": "Atribución de CC"
},
"insert_link_6dc23cae": {
"message": "Insertar enlace"
},
"collaborations_5c56c15f": {
"message": "Colaboraciones"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "¿Cómo le gustaría llamar a la página nueva?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Hacer clic en cualquier imagen para insertar la imagen en la página."
},
"search_flickr_6884b518": {
"message": "Buscar Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Haga clic en cualquier página para insertar un enlace a esa página."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Haz clic para insertar un enlace en el editor."
},
"decorative_image_fde98579": {
"message": "Imagen decorativa"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Haz clic para insertar un enlace a este elemento."
},
"load_more_results_460f49a9": {
"message": "Cargar más resultados"
},
"link_7262adec": {
"message": "Enlace"
},
"grades_a61eba0a": {
"message": "Calificaciones"
},
"links_14b70841": {
"message": "Enlaces"
},
"loading_failed_b3524381": {
"message": "La carga falló..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Haga clic para incluír { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Formulario Cerrar Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Programa de Estudios del Curso"
},
"upload_8b403d05": {
"message": "Cargar"
},
"modules_c4325335": {
"message": "Módulos"
},
"no_results_940393cf": {
"message": "No hay resultados."
},
"announcement_list_da155734": {
"message": "Lista de Anuncios"
},
"link_to_a_new_page_6c4ad034": {
"message": "Enlazar a una nueva página"
},
"insert_math_equation_57c6e767": {
"message": "Insertar la ecuación matemática"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "He obtenido permiso para utilizar este archivo."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Atribución no comercial compartida de CC"
},
"wiki_home_9cd54d0": {
"message": "Página de Inicio de Wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Si no selecciona los derechos de uso en este momento, se cancelará la publicación de este archivo después de cargarlo."
},
"upload_a_new_image_890df275": {
"message": "Cargar una imagen nueva"
},
"search_280d00bd": {
"message": "Buscar"
},
"assignments_1e02582c": {
"message": "Tareas"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Atribución no comercial de CC"
},
"quizzes_list_d812caa6": {
"message": "Lista de evaluaciones"
},
"image_upload_form_7b74079a": {
"message": "Formulario Cargar imágenes"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "El material tiene licencia Creative Commons"
},
"images_7ce26570": {
"message": "Imagenes"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Enlazar a otro contenido en el curso."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Tamaño del texto, pulse abajo para seleccionar"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Seleccione una carpeta en donde guardar el archivo cargado"
},
"course_navigation_dd035109": {
"message": "Navegación del Curso"
},
"choose_usage_rights_33683854": {
"message": "Elegir derechos de uso..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Color de texto, pulse abajo para seleccionar"
},
"embed_image_1080badc": {
"message": "Incorporar imagen"
},
"creative_commons_license_725584ae": {
"message": "Licencia Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "El material es de dominio público"
}
}

View File

@ -0,0 +1,182 @@
{
"announcement_list_da155734": {
"message": "فهرست اطلاعیه"
},
"announcements_a4b8ed4a": {
"message": "اطلاعیه‌ها"
},
"assignment_list_a833f59d": {
"message": "فهرست تکلیف"
},
"assignments_1e02582c": {
"message": "تکلیف ها"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "رنگ پس زمینه، کلید down را برای انتخاب فشار دهید"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cc_attribution_f6de631f": {
"message": "ارجاع کریتیو کامنز"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "ارجاع کریتیو کامنز، بدون آثار اشتقاقی"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "ارجاع کریتیو کامنز، غیر تجاری"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "ارجاع کریتیو کامنز، غیر تجاری، بدون آثار اشتقاقی"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "ارجاع کریتیو کامنز، غیر تجاری، اشتراک سازی یکسان"
},
"cc_attribution_share_alike_669e7f16": {
"message": "ارجاع کریتیو کامنز، اشتراک سازی یکسان"
},
"choose_usage_rights_33683854": {
"message": "انتخاب حقوق استفاده..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "برای درج پیوند بارگیری برای یک فایل، روی آن فایل کلیک کنید."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "برای درج یک تصویر در صفحه، روی آن تصویر کلیک کنید."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "برای درج پیوند به یک صفحه، روی آن صفحه کلیک کنید."
},
"click_to_embed_image_33107dd8": {
"message": "برای درج تصویر کلیک کنید"
},
"collaborations_5c56c15f": {
"message": "همکاری ها"
},
"copyright_holder_66ee111": {
"message": "دارنده حق نشر:"
},
"course_navigation_dd035109": {
"message": "پیمایش درس"
},
"course_syllabus_5de1b0af": {
"message": "سرفصل درس"
},
"creative_commons_license_725584ae": {
"message": "مجوز کریتیو کامنز:"
},
"discussions_a5f96392": {
"message": "بحث ها"
},
"discussions_index_6c36ced": {
"message": "فهرست بحث ها"
},
"embed_image_1080badc": {
"message": "درج تصویر"
},
"enter_search_terms_e397b1f0": {
"message": "وارد کردن عبارت های جستجو"
},
"files_c300e900": {
"message": "فایل ها"
},
"files_index_af7c662b": {
"message": "فهرست فایل ها"
},
"folder_705fd2d7": {
"message": "پوشه"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "اندازه قلم، کلید down را برای انتخاب فشار دهید"
},
"formatting_press_down_to_select_df728c30": {
"message": "در حال قالب بندی، کلید down را برای انتخاب فشار دهید"
},
"grades_a61eba0a": {
"message": "نمره ها"
},
"group_navigation_99f191a": {
"message": "پیمایش گروه"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "مجوز استفاده از این فایل را به دست آورده ام."
},
"i_hold_the_copyright_71ee91b1": {
"message": "حق نشر دارم"
},
"images_7ce26570": {
"message": "تصاویر"
},
"insert_link_6dc23cae": {
"message": "درج پیوند"
},
"insert_math_equation_57c6e767": {
"message": "درج معادله ریاضی"
},
"link_7262adec": {
"message": "پیوند"
},
"link_to_a_new_page_6c4ad034": {
"message": "پیوند دادن به صفحه جدید"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "به محتوای دیگر موجود در درس پیوند دهید."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "به محتوای دیگر در گروه پیوند دهید."
},
"links_14b70841": {
"message": "پیوندها"
},
"loading_25990131": {
"message": "در حال بارگذاری..."
},
"modules_c4325335": {
"message": "ماژول ها"
},
"pages_e5414c2c": {
"message": "صفحه ها"
},
"people_b4ebb13c": {
"message": "افراد"
},
"quizzes_7e598f57": {
"message": "آزمون‌ها"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "قسمت دارای متن غنی. ALT+F8 را برای راهنمایی فشار دهید."
},
"search_280d00bd": {
"message": "جستجو"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "رنگ متن، کلید down را برای انتخاب فشار دهید"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "مطلب در دامنه عمومی است"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "مطلب تحت مجوز کریتیو کامنز است"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "مطلب مشمول استثناء استفاده منصفانه است"
},
"upload_8b403d05": {
"message": "بارگذاری"
},
"upload_a_new_file_96e6d4ff": {
"message": "بارگذاری یک فایل جدید"
},
"upload_a_new_image_890df275": {
"message": "بارگذاری یک تصویر جدید"
},
"usage_right_ff96f3e2": {
"message": "حق استفاده:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "مایلید نام این صفحه جدید چه باشد؟"
},
"wiki_home_9cd54d0": {
"message": "صفحه اصلی ویکی"
}
}

View File

@ -0,0 +1,173 @@
{
"announcement_list_da155734": {
"message": "فهرست اطلاعیه"
},
"announcements_a4b8ed4a": {
"message": "اطلاعیه ها"
},
"assignment_list_a833f59d": {
"message": "فهرست تکلیف"
},
"assignments_1e02582c": {
"message": "تکلیف ها"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "رنگ پس زمینه، کلید down را برای انتخاب فشار دهید"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancel file upload"
},
"cancel_image_upload_2c771950": {
"message": "Cancel image upload"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "برای درج پیوند بارگیری برای یک فایل، روی آن فایل کلیک کنید."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "برای درج یک تصویر در صفحه، روی آن تصویر کلیک کنید."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "برای درج پیوند به یک صفحه، روی آن صفحه کلیک کنید."
},
"click_to_embed_image_33107dd8": {
"message": "برای درج تصویر کلیک کنید"
},
"click_to_embed_imagename_c41ea8df": {
"message": "برای درج { imageName } کلیک کنید"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Click to insert a link into the editor."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Click to insert a link to this item."
},
"close_flickr_form_b32e600a": {
"message": "Close Flickr form"
},
"collaborations_5c56c15f": {
"message": "همکاری ها"
},
"course_navigation_dd035109": {
"message": "پیمایش درس"
},
"course_syllabus_5de1b0af": {
"message": "سرفصل درس"
},
"discussions_a5f96392": {
"message": "بحث ها"
},
"discussions_index_6c36ced": {
"message": "فهرست بحث ها"
},
"embed_image_1080badc": {
"message": "درج تصویر"
},
"enter_search_terms_e397b1f0": {
"message": "وارد کردن عبارت های جستجو"
},
"file_upload_form_4aaad554": {
"message": "File Upload Form"
},
"files_c300e900": {
"message": "فایل ها"
},
"files_index_af7c662b": {
"message": "فهرست فایل ها"
},
"folder_705fd2d7": {
"message": "پوشه"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "اندازه قلم، کلید down را برای انتخاب فشار دهید"
},
"formatting_press_down_to_select_df728c30": {
"message": "در حال قالب بندی، کلید down را برای انتخاب فشار دهید"
},
"grades_a61eba0a": {
"message": "نمره ها"
},
"group_navigation_99f191a": {
"message": "پیمایش گروه"
},
"image_upload_form_7b74079a": {
"message": "Image Upload Form"
},
"images_7ce26570": {
"message": "تصاویر"
},
"insert_equella_links_49a8dacd": {
"message": "Insert Equella Links"
},
"insert_math_equation_57c6e767": {
"message": "درج معادله ریاضی"
},
"limit_50mb_per_file_51d9f024": {
"message": "limit 50MB per file"
},
"link_7262adec": {
"message": "پیوند"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "به محتوای دیگر موجود در درس پیوند دهید."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "به محتوای دیگر در گروه پیوند دهید."
},
"links_14b70841": {
"message": "پیوندها"
},
"load_more_results_460f49a9": {
"message": "Load more results"
},
"loading_25990131": {
"message": "درحال بارگذاری..."
},
"loading_failed_b3524381": {
"message": "Loading failed..."
},
"modules_c4325335": {
"message": "ماژول ها"
},
"no_results_940393cf": {
"message": "No results."
},
"pages_e5414c2c": {
"message": "صفحه ها"
},
"people_b4ebb13c": {
"message": "افراد"
},
"quizzes_7e598f57": {
"message": "آزمون‌ها"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "قسمت دارای متن غنی. ALT+F8 را برای راهنمایی فشار دهید."
},
"search_280d00bd": {
"message": "جستجو"
},
"search_flickr_6884b518": {
"message": "Search Flickr"
},
"select_a_file_upload_limit_50_e31e7c8b": {
"message": "یک فایل انتخاب کنید، حد بارگذاری 50"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Select a folder to upload your file into"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "رنگ متن، کلید down را برای انتخاب فشار دهید"
},
"upload_8b403d05": {
"message": "بارگذاری"
},
"upload_a_new_file_96e6d4ff": {
"message": "بارگذاری یک فایل جدید"
},
"upload_a_new_image_890df275": {
"message": "بارگذاری یک تصویر جدید"
},
"wiki_home_9cd54d0": {
"message": "صفحه اصلی ویکی"
}
}

View File

@ -0,0 +1,182 @@
{
"group_navigation_99f191a": {
"message": "پیمایش گروه"
},
"cc_attribution_share_alike_669e7f16": {
"message": "ارجاع کریتیو کامنز، اشتراک سازی یکسان"
},
"quizzes_7e598f57": {
"message": "آزمون‌ها"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "ارجاع کریتیو کامنز، غیر تجاری، بدون آثار اشتقاقی"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "بارگذاری یک فایل جدید"
},
"folder_705fd2d7": {
"message": "پوشه"
},
"assignment_list_a833f59d": {
"message": "فهرست تکلیف"
},
"discussions_a5f96392": {
"message": "بحث ها"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "ارجاع کریتیو کامنز، بدون آثار اشتقاقی"
},
"usage_right_ff96f3e2": {
"message": "حق استفاده:"
},
"click_to_embed_image_33107dd8": {
"message": "برای درج تصویر کلیک کنید"
},
"i_hold_the_copyright_71ee91b1": {
"message": "حق نشر دارم"
},
"files_c300e900": {
"message": "فایل ها"
},
"people_b4ebb13c": {
"message": "افراد"
},
"loading_25990131": {
"message": "در حال بارگذاری..."
},
"announcements_a4b8ed4a": {
"message": "اطلاعیه‌ها"
},
"formatting_press_down_to_select_df728c30": {
"message": "در حال قالب بندی، کلید down را برای انتخاب فشار دهید"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "رنگ پس زمینه، کلید down را برای انتخاب فشار دهید"
},
"files_index_af7c662b": {
"message": "فهرست فایل ها"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "مطلب مشمول استثناء استفاده منصفانه است"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "به محتوای دیگر در گروه پیوند دهید."
},
"discussions_index_6c36ced": {
"message": "فهرست بحث ها"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "برای درج پیوند بارگیری برای یک فایل، روی آن فایل کلیک کنید."
},
"copyright_holder_66ee111": {
"message": "دارنده حق نشر:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "قسمت دارای متن غنی. ALT+F8 را برای راهنمایی فشار دهید."
},
"enter_search_terms_e397b1f0": {
"message": "وارد کردن عبارت های جستجو"
},
"pages_e5414c2c": {
"message": "صفحه ها"
},
"cc_attribution_f6de631f": {
"message": "ارجاع کریتیو کامنز"
},
"insert_link_6dc23cae": {
"message": "درج پیوند"
},
"collaborations_5c56c15f": {
"message": "همکاری ها"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "مایلید نام این صفحه جدید چه باشد؟"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "برای درج یک تصویر در صفحه، روی آن تصویر کلیک کنید."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "برای درج پیوند به یک صفحه، روی آن صفحه کلیک کنید."
},
"link_7262adec": {
"message": "پیوند"
},
"grades_a61eba0a": {
"message": "نمره ها"
},
"links_14b70841": {
"message": "پیوندها"
},
"course_syllabus_5de1b0af": {
"message": "سرفصل درس"
},
"upload_8b403d05": {
"message": "بارگذاری"
},
"modules_c4325335": {
"message": "ماژول ها"
},
"announcement_list_da155734": {
"message": "فهرست اطلاعیه"
},
"link_to_a_new_page_6c4ad034": {
"message": "پیوند دادن به صفحه جدید"
},
"insert_math_equation_57c6e767": {
"message": "درج معادله ریاضی"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "مجوز استفاده از این فایل را به دست آورده ام."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "ارجاع کریتیو کامنز، غیر تجاری، اشتراک سازی یکسان"
},
"wiki_home_9cd54d0": {
"message": "صفحه اصلی ویکی"
},
"upload_a_new_image_890df275": {
"message": "بارگذاری یک تصویر جدید"
},
"search_280d00bd": {
"message": "جستجو"
},
"assignments_1e02582c": {
"message": "تکلیف ها"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "ارجاع کریتیو کامنز، غیر تجاری"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "مطلب تحت مجوز کریتیو کامنز است"
},
"images_7ce26570": {
"message": "تصاویر"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "به محتوای دیگر موجود در درس پیوند دهید."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "اندازه قلم، کلید down را برای انتخاب فشار دهید"
},
"course_navigation_dd035109": {
"message": "پیمایش درس"
},
"choose_usage_rights_33683854": {
"message": "انتخاب حقوق استفاده..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "رنگ متن، کلید down را برای انتخاب فشار دهید"
},
"embed_image_1080badc": {
"message": "درج تصویر"
},
"creative_commons_license_725584ae": {
"message": "مجوز کریتیو کامنز:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "مطلب در دامنه عمومی است"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "Liste des annonces"
},
"announcements_a4b8ed4a": {
"message": "Annonces"
},
"assignment_list_a833f59d": {
"message": "Liste des tâches"
},
"assignments_1e02582c": {
"message": "Tâches"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Couleur de fond. Appuyez pour sélectionner."
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Annuler le téléversement de fichier"
},
"cancel_image_upload_2c771950": {
"message": "Annuler le téléversement de limage"
},
"cc_attribution_f6de631f": {
"message": "Licence CC Paternité"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Licence CC Paternité Pas de modification"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Licence CC Paternité Pas dutilisation commerciale"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Licence CC Paternité Pas dutilisation commerciale Pas de modification"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Licence CC Paternité Pas dutilisation commerciale Partage à lidentique"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Licence CC Paternité Partage à lidentique"
},
"choose_usage_rights_33683854": {
"message": "Choisir les droits dutilisation..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Cliquez sur un fichier pour insérer un lien de téléchargement pour ce fichier."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Cliquez sur une image pour incorporer limage dans la page."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Cliquez sur une page pour insérer un lien dans cette page."
},
"click_to_embed_image_33107dd8": {
"message": "Cliquer pour incorporer une image"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Cliquer pour incorporer { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Cliquez pour insérer un lien dans léditeur."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Cliquez pour insérer un lien à cet élément."
},
"close_flickr_form_b32e600a": {
"message": "Fermer le formulaire Flickr"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"copyright_holder_66ee111": {
"message": "Détenteur des droits dauteur :"
},
"course_navigation_dd035109": {
"message": "Navigation du cours"
},
"course_syllabus_5de1b0af": {
"message": "Programme du cours"
},
"creative_commons_license_725584ae": {
"message": "Licence Creative Commons :"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"discussions_index_6c36ced": {
"message": "Index des discussions"
},
"embed_image_1080badc": {
"message": "Incorporer limage"
},
"enter_search_terms_e397b1f0": {
"message": "entrer les termes de la recherche"
},
"file_upload_form_4aaad554": {
"message": "Formulaire de téléversement de fichier"
},
"files_c300e900": {
"message": "Fichiers"
},
"files_index_af7c662b": {
"message": "Index des fichiers"
},
"folder_705fd2d7": {
"message": "Dossier"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Taille du texte. Appuyez pour sélectionner."
},
"formatting_press_down_to_select_df728c30": {
"message": "Mise en forme. Appuyez pour sélectionner."
},
"grades_a61eba0a": {
"message": "Notes"
},
"group_navigation_99f191a": {
"message": "Barre de navigation des groupes"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Jai obtenu lautorisation dutiliser ce fichier."
},
"i_hold_the_copyright_71ee91b1": {
"message": "Je détiens les droits dauteur"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Si vous ne sélectionnez pas de droits d'utilisation maintenant, ce fichier ne sera pas publié après son téléversement."
},
"image_upload_form_7b74079a": {
"message": "Formulaire de téléversement dimage"
},
"images_7ce26570": {
"message": "Images"
},
"insert_equella_links_49a8dacd": {
"message": "Insérer les liens Equella"
},
"insert_link_6dc23cae": {
"message": "Insérer un lien"
},
"insert_math_equation_57c6e767": {
"message": "Insérer une équation mathématique"
},
"link_7262adec": {
"message": "Lien"
},
"link_to_a_new_page_6c4ad034": {
"message": "Lien vers une nouvelle page"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Lier à un autre contenu du cours."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Lien vers un autre contenu du groupe."
},
"link_to_url_52dd935c": {
"message": "Lien à lURL"
},
"links_14b70841": {
"message": "Liens"
},
"load_more_results_460f49a9": {
"message": "Charger plus de résultats"
},
"loading_25990131": {
"message": "Chargement en cours..."
},
"loading_failed_b3524381": {
"message": "Échec du chargement..."
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "Pas de résultats"
},
"pages_e5414c2c": {
"message": "Pages"
},
"people_b4ebb13c": {
"message": "Personnes"
},
"quizzes_7e598f57": {
"message": "Questionnaires"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Zone de texte enrichi. Appuyez sur ALT+F8 pour obtenir de l'aide"
},
"search_280d00bd": {
"message": "Rechercher"
},
"search_flickr_6884b518": {
"message": "Rechercher sur Flickr"
},
"select_a_file_53ba40ac": {
"message": "Sélectionner un fichier"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Sélectionnez un dossier pour y téléverser votre fichier"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Couleur du texte. Appuyez pour sélectionner."
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Ce contenu appartient au domaine public"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Ce contenu est couvert par une licence Creative Commons"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Ce contenu est soumis à une exception pour lusage loyal"
},
"upload_8b403d05": {
"message": "Téléversement"
},
"upload_a_new_file_96e6d4ff": {
"message": "Téléverser un nouveau fichier"
},
"upload_a_new_image_890df275": {
"message": "Téléverser une nouvelle image"
},
"usage_right_ff96f3e2": {
"message": "Droit dutilisation :"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Comment voulez-vous nommer la nouvelle page?"
},
"wiki_home_9cd54d0": {
"message": "Page daccueil de Wiki"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Barre de navigation des groupes"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Licence CC Paternité Partage à lidentique"
},
"link_to_url_52dd935c": {
"message": "Lien vers l''URL"
},
"quizzes_7e598f57": {
"message": "Questionnaires"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Licence CC Paternité Pas dutilisation commerciale Pas de modification"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Télécharger un nouveau fichier"
},
"file_upload_form_4aaad554": {
"message": "Formulaire d''envoi de fichier"
},
"folder_705fd2d7": {
"message": "Dossier"
},
"insert_equella_links_49a8dacd": {
"message": "Insérer des liens Equella"
},
"assignment_list_a833f59d": {
"message": "Liste des tâches"
},
"alternative_text_a834dcad": {
"message": "Texte alternatif :"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Licence CC Paternité Pas de modification"
},
"usage_right_ff96f3e2": {
"message": "Droit dutilisation :"
},
"click_to_embed_image_33107dd8": {
"message": "Cliquer pour incorporer une image"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Je détiens les droits dauteur"
},
"files_c300e900": {
"message": "Fichiers"
},
"cancel_image_upload_2c771950": {
"message": "Annuler l''envoi d''image"
},
"people_b4ebb13c": {
"message": "Personnes"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Vérifier si cette image est décorative"
},
"loading_25990131": {
"message": "Chargement..."
},
"announcements_a4b8ed4a": {
"message": "Annonces"
},
"select_a_file_53ba40ac": {
"message": "Sélectionnez un fichier"
},
"formatting_press_down_to_select_df728c30": {
"message": "Mise en forme. Appuyez pour sélectionner."
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Couleur de fond. Appuyez pour sélectionner."
},
"files_index_af7c662b": {
"message": "Index des fichiers"
},
"cancel_file_upload_9903e7b9": {
"message": "Annuler l''envoi de fichier"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Ce contenu est soumis à une exception pour lusage loyal"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Entrez le texte alternatif pour cette image"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Lier à un autre contenu du groupe."
},
"discussions_index_6c36ced": {
"message": "Index des discussions"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Cliquez sur un fichier pour insérer un lien de téléchargement pour ce fichier."
},
"copyright_holder_66ee111": {
"message": "Détenteur des droits dauteur :"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Zone de texte enrichi. Presser ALT+F8 pour obtenir de l''aide"
},
"enter_search_terms_e397b1f0": {
"message": "entrer les termes de la recherche"
},
"pages_e5414c2c": {
"message": "Pages"
},
"cc_attribution_f6de631f": {
"message": "Licence CC Paternité"
},
"insert_link_6dc23cae": {
"message": "Insérer un lien"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Comment voulez-vous nommer la nouvelle page ?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Cliquez sur une image pour incorporer limage dans la page."
},
"search_flickr_6884b518": {
"message": "Rechercher sur Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Cliquez sur une page pour insérer un lien dans cette page."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Cliquez pour insérer un lien dans l''éditeur."
},
"decorative_image_fde98579": {
"message": "Image décorative"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Cliquez pour insérer un lien vers cet élément."
},
"load_more_results_460f49a9": {
"message": "Charger plus de résultats"
},
"link_7262adec": {
"message": "Lien"
},
"grades_a61eba0a": {
"message": "Notes"
},
"links_14b70841": {
"message": "Liens"
},
"loading_failed_b3524381": {
"message": "Échec du chargement..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Cliquer pour incorporer { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Fermer le formulaire Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Programme du cours"
},
"upload_8b403d05": {
"message": "Télécharger"
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "Aucun résultat."
},
"announcement_list_da155734": {
"message": "Liste des annonces"
},
"link_to_a_new_page_6c4ad034": {
"message": "Lien vers une nouvelle page"
},
"insert_math_equation_57c6e767": {
"message": "Insérer une équation mathématique"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Jai obtenu lautorisation dutiliser ce fichier."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Licence CC Paternité Pas dutilisation commerciale Partage à lidentique"
},
"wiki_home_9cd54d0": {
"message": "Page daccueil de Wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Si vous ne sélectionnez pas de droits d''utilisation maintenant, ce fichier sera envoyé mais non publié."
},
"upload_a_new_image_890df275": {
"message": "Télécharger une nouvelle image"
},
"search_280d00bd": {
"message": "Chercher"
},
"assignments_1e02582c": {
"message": "Tâches"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Licence CC Paternité Pas dutilisation commerciale"
},
"quizzes_list_d812caa6": {
"message": "Liste de quiz"
},
"image_upload_form_7b74079a": {
"message": "Formulaire d''envoi d''image"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Ce contenu est couvert par une licence Creative Commons"
},
"images_7ce26570": {
"message": "Images"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Lier à un autre contenu du cours."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Taille du texte. Appuyez pour sélectionner."
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Sélectionner un dossier vers lequel envoyer votre fichier"
},
"course_navigation_dd035109": {
"message": "Barre de navigation des cours"
},
"choose_usage_rights_33683854": {
"message": "Choisir les droits dutilisation..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Couleur du texte. Appuyez pour sélectionner."
},
"embed_image_1080badc": {
"message": "Incorporer limage"
},
"creative_commons_license_725584ae": {
"message": "Licence Creative Commons :"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Ce contenu appartient au domaine public"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Barre de navigation des groupes"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Licence CC Paternité Partage à lidentique"
},
"link_to_url_52dd935c": {
"message": "Lien à lURL"
},
"quizzes_7e598f57": {
"message": "Questionnaires"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Licence CC Paternité Pas dutilisation commerciale Pas de modification"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Téléverser un nouveau fichier"
},
"file_upload_form_4aaad554": {
"message": "Formulaire de téléversement de fichier"
},
"folder_705fd2d7": {
"message": "Dossier"
},
"insert_equella_links_49a8dacd": {
"message": "Insérer les liens Equella"
},
"assignment_list_a833f59d": {
"message": "Liste des tâches"
},
"alternative_text_a834dcad": {
"message": "Texte de remplacement :"
},
"discussions_a5f96392": {
"message": "Discussions"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Licence CC Paternité Pas de modification"
},
"usage_right_ff96f3e2": {
"message": "Droit dutilisation :"
},
"click_to_embed_image_33107dd8": {
"message": "Cliquer pour incorporer une image"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Je détiens les droits dauteur"
},
"files_c300e900": {
"message": "Fichiers"
},
"cancel_image_upload_2c771950": {
"message": "Annuler le téléversement de limage"
},
"people_b4ebb13c": {
"message": "Personnes"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Vérifier si limage est décorative"
},
"loading_25990131": {
"message": "Chargement en cours..."
},
"announcements_a4b8ed4a": {
"message": "Annonces"
},
"select_a_file_53ba40ac": {
"message": "Sélectionner un fichier"
},
"formatting_press_down_to_select_df728c30": {
"message": "Mise en forme. Appuyez pour sélectionner."
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Couleur de fond. Appuyez pour sélectionner."
},
"files_index_af7c662b": {
"message": "Index des fichiers"
},
"cancel_file_upload_9903e7b9": {
"message": "Annuler le téléversement de fichier"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Ce contenu est soumis à une exception pour lusage loyal"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Saisir le texte de remplacement pour cette image"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Lien vers un autre contenu du groupe."
},
"discussions_index_6c36ced": {
"message": "Index des discussions"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Cliquez sur un fichier pour insérer un lien de téléchargement pour ce fichier."
},
"copyright_holder_66ee111": {
"message": "Détenteur des droits dauteur :"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Zone de texte enrichi. Appuyez sur ALT+F8 pour obtenir de l''aide"
},
"enter_search_terms_e397b1f0": {
"message": "entrer les termes de la recherche"
},
"pages_e5414c2c": {
"message": "Pages"
},
"cc_attribution_f6de631f": {
"message": "Licence CC Paternité"
},
"insert_link_6dc23cae": {
"message": "Insérer un lien"
},
"collaborations_5c56c15f": {
"message": "Collaborations"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Comment voulez-vous nommer la nouvelle page?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Cliquez sur une image pour incorporer limage dans la page."
},
"search_flickr_6884b518": {
"message": "Rechercher sur Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Cliquez sur une page pour insérer un lien dans cette page."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Cliquez pour insérer un lien dans léditeur."
},
"decorative_image_fde98579": {
"message": "Image décorative"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Cliquez pour insérer un lien à cet élément."
},
"load_more_results_460f49a9": {
"message": "Charger plus de résultats"
},
"link_7262adec": {
"message": "Lien"
},
"grades_a61eba0a": {
"message": "Notes"
},
"links_14b70841": {
"message": "Liens"
},
"loading_failed_b3524381": {
"message": "Échec du chargement..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Cliquer pour incorporer { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Fermer le formulaire Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Programme du cours"
},
"upload_8b403d05": {
"message": "Téléversement"
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "Pas de résultats"
},
"announcement_list_da155734": {
"message": "Liste des annonces"
},
"link_to_a_new_page_6c4ad034": {
"message": "Lien vers une nouvelle page"
},
"insert_math_equation_57c6e767": {
"message": "Insérer une équation mathématique"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Jai obtenu lautorisation dutiliser ce fichier."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Licence CC Paternité Pas dutilisation commerciale Partage à lidentique"
},
"wiki_home_9cd54d0": {
"message": "Page daccueil de Wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Si vous ne sélectionnez pas de droits d''utilisation maintenant, ce fichier ne sera pas publié après son téléversement."
},
"upload_a_new_image_890df275": {
"message": "Téléverser une nouvelle image"
},
"search_280d00bd": {
"message": "Rechercher"
},
"assignments_1e02582c": {
"message": "Tâches"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Licence CC Paternité Pas dutilisation commerciale"
},
"quizzes_list_d812caa6": {
"message": "Liste des questionnaires"
},
"image_upload_form_7b74079a": {
"message": "Formulaire de téléversement dimage"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Ce contenu est couvert par une licence Creative Commons"
},
"images_7ce26570": {
"message": "Images"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Lier à un autre contenu du cours."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Taille du texte. Appuyez pour sélectionner."
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Sélectionnez un dossier pour y téléverser votre fichier"
},
"course_navigation_dd035109": {
"message": "Navigation du cours"
},
"choose_usage_rights_33683854": {
"message": "Choisir les droits dutilisation..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Couleur du texte. Appuyez pour sélectionner."
},
"embed_image_1080badc": {
"message": "Incorporer limage"
},
"creative_commons_license_725584ae": {
"message": "Licence Creative Commons :"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Ce contenu appartient au domaine public"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "ניווט בקבוצה"
},
"cc_attribution_share_alike_669e7f16": {
"message": "הרשאה שימוש שניתנת להפצה הלאה באותם תנאי שימוש ועם קרדיט למחבר"
},
"link_to_url_52dd935c": {
"message": "קישור לכתובת דף"
},
"quizzes_7e598f57": {
"message": "בחנים"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "הרשאה שימוש שאינה מסחרית וללא שינויים עם קרדיט למחבר"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "העלאת קובץ חדש"
},
"file_upload_form_4aaad554": {
"message": "טופס להעלאת קובץ"
},
"folder_705fd2d7": {
"message": "תיקיה"
},
"insert_equella_links_49a8dacd": {
"message": "הוספת קישורי Equella "
},
"assignment_list_a833f59d": {
"message": "רשימת משימות"
},
"alternative_text_a834dcad": {
"message": "טקסט חלופי:"
},
"discussions_a5f96392": {
"message": "דיונים "
},
"cc_attribution_no_derivatives_b006744f": {
"message": "הרשאה שימוש ללא שינויים עם קרדיט למחבר"
},
"usage_right_ff96f3e2": {
"message": "זכויות שימוש"
},
"click_to_embed_image_33107dd8": {
"message": "יש להקליק כדי לשלב תמונה"
},
"i_hold_the_copyright_71ee91b1": {
"message": "זכויות היוצרים הן שלי"
},
"files_c300e900": {
"message": "קבצים "
},
"cancel_image_upload_2c771950": {
"message": "ביטול העלאת תמונה"
},
"people_b4ebb13c": {
"message": "אנשים "
},
"check_if_the_image_is_decorative_283649b7": {
"message": "בדוק/י אם התמונה קישוטית"
},
"loading_25990131": {
"message": "טוען... "
},
"announcements_a4b8ed4a": {
"message": "הכרזות"
},
"select_a_file_53ba40ac": {
"message": "בחירת קובץ"
},
"formatting_press_down_to_select_df728c30": {
"message": "עיצוב, יש להקיש כדי לבחור"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "צבע רקע, יש להקיש כדי לבחור"
},
"files_index_af7c662b": {
"message": "אינדקס קבצים"
},
"cancel_file_upload_9903e7b9": {
"message": "ביטול העלאת קובץ"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "החומר מותנה בחריג של שימוש הוגן"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "הזנת הטקזט החלופי לתמונה זו"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "קישור לתוכן אחר בקבוצה."
},
"discussions_index_6c36ced": {
"message": "אינדקס דיונים"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "הקלק/י על קובץ כלשהו כדי להוסיף קישור הורדה לקובץ זה."
},
"copyright_holder_66ee111": {
"message": "בעלים של זכויות יוצרים:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "איזור תוכן עשיר. לעזרה יש להקיש ALT+F8"
},
"enter_search_terms_e397b1f0": {
"message": "הקלדת ערכי חיפוש"
},
"pages_e5414c2c": {
"message": "דפים"
},
"cc_attribution_f6de631f": {
"message": "הרשאה שימוש עם קרדיט למחבר"
},
"insert_link_6dc23cae": {
"message": "הוספת קישור"
},
"collaborations_5c56c15f": {
"message": "שיתופי פעולה"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "איך לקרוא לדף החדש?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "הקלק/י על תמונה כלשהי כדי לשלבה בדף"
},
"search_flickr_6884b518": {
"message": "חיפוש בפליקר"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "הקלק/י על דף כלשהו כדי להוסיף קישור לדף זה."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "הקלקה להוספת קישור לתוך עורך התוכן"
},
"decorative_image_fde98579": {
"message": "תמונת קישוט"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "הקלקה להוספת קישור לפריט זה"
},
"load_more_results_460f49a9": {
"message": "טעינת תוצאות נוספות"
},
"link_7262adec": {
"message": "קישור"
},
"grades_a61eba0a": {
"message": "הערכות"
},
"links_14b70841": {
"message": "קישורים"
},
"loading_failed_b3524381": {
"message": "טעינה נכשלה..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "הקש/י כדי לשלב { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "סגירת דף פליקר"
},
"course_syllabus_5de1b0af": {
"message": "סילבוס הקורס"
},
"upload_8b403d05": {
"message": "העלאה"
},
"modules_c4325335": {
"message": "מודולים"
},
"no_results_940393cf": {
"message": "אין תוצאות"
},
"announcement_list_da155734": {
"message": "רשימת הכרזות"
},
"link_to_a_new_page_6c4ad034": {
"message": "קישור לדף חדש"
},
"insert_math_equation_57c6e767": {
"message": "הוספת נוסחה מתימטית"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "קיבלתי הרשאות להשתמש בקובץ זה"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "הרשאה שימוש שאינה מסחרית וניתנת להפצה הלאה באותם תנאי שימוש ועם קרדיט למחבר"
},
"wiki_home_9cd54d0": {
"message": "דף הבית של וויקי"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "אם לא תבחר/י את סוג זכויות השימוש כעת, קובץ זה לא יפורסם בתום העלאתו"
},
"upload_a_new_image_890df275": {
"message": "העלאת תמונה חדשה"
},
"search_280d00bd": {
"message": "חיפוש"
},
"assignments_1e02582c": {
"message": "משימות"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "הרשאת שימוש שאינה מסחרית עם קרדיט למחבר"
},
"quizzes_list_d812caa6": {
"message": "רשימת בחנים"
},
"image_upload_form_7b74079a": {
"message": "טופס להעלאת תמונה"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "זכויות היוצרים של החומר במסגרת כללי נחלת הכלל - Creative Commons"
},
"images_7ce26570": {
"message": "תמונות"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "קישור לתוכן אחר בקורס"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "גודל אות, יש להקיש כדי לבחור"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "בחירת תיקיה להעלאת הקובץ שלך"
},
"course_navigation_dd035109": {
"message": "ניווט בקורס"
},
"choose_usage_rights_33683854": {
"message": "בחירה של זכויות שימוש..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "צבע טקסט, יש להקיש כדי לבחור"
},
"embed_image_1080badc": {
"message": "הטמעת תמונה"
},
"creative_commons_license_725584ae": {
"message": "זכויות במסגרת Creative Commons"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "החומר הנו ברשות הציבור"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Navigasyon Gwoup"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Atribisyon CC Pataje Menm Jan"
},
"link_to_url_52dd935c": {
"message": "Lyen pou ale nan URL"
},
"quizzes_7e598f57": {
"message": "Quiz"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Atribisyon CC Non Komèsyal San Enstriman Derive"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Transfere yon nouvo fichye"
},
"file_upload_form_4aaad554": {
"message": "Fòmilè Transfè Fichye"
},
"folder_705fd2d7": {
"message": "Dosye"
},
"insert_equella_links_49a8dacd": {
"message": "Ensere lyen Equella"
},
"assignment_list_a833f59d": {
"message": "Lis Sesyon"
},
"alternative_text_a834dcad": {
"message": "Lòt Tèks:"
},
"discussions_a5f96392": {
"message": "Diskisyon"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Atribisyon CC San Enstriman Derive"
},
"usage_right_ff96f3e2": {
"message": "Dwa Itilizasyon:"
},
"click_to_embed_image_33107dd8": {
"message": "Klike pou entegre imaj"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Mwen gen dwa dotè a"
},
"files_c300e900": {
"message": "Fichye"
},
"cancel_image_upload_2c771950": {
"message": "Anile transfè imaj"
},
"people_b4ebb13c": {
"message": "Moun"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Verifye si imaj la dekoratif"
},
"loading_25990131": {
"message": "Chajman..."
},
"announcements_a4b8ed4a": {
"message": "Anons"
},
"select_a_file_53ba40ac": {
"message": "Seleksyone yon fichye"
},
"formatting_press_down_to_select_df728c30": {
"message": "Fòmataj, peze anba pou ka seleksyone"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Koulè Fon, peze anba pou ka seleksyone"
},
"files_index_af7c662b": {
"message": "Endis Fichye"
},
"cancel_file_upload_9903e7b9": {
"message": "Anile transfè fichye"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Materyèl la fè objè de yon eksepsyon itilizasyon ekitab"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Antre yon lòt tèks pou imaj sa a"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Lye a lòt kontni nan gwoup la."
},
"discussions_index_6c36ced": {
"message": "Endis Diskisyon"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Klike sou nenpòt fichye pou ensere yon lyen telechajan pou fichye sa a."
},
"copyright_holder_66ee111": {
"message": "Titilè Dwa Otè:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Zòn Teks Rich Peze ALT+F8 pou w ka jwenn èd"
},
"enter_search_terms_e397b1f0": {
"message": "antre tèm rechèch"
},
"pages_e5414c2c": {
"message": "Paj"
},
"cc_attribution_f6de631f": {
"message": "Atribisyon CC"
},
"insert_link_6dc23cae": {
"message": "Enseye Lyen"
},
"collaborations_5c56c15f": {
"message": "Kolaborasyon"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Ki non ou te ka bay nouvo paj la?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Klike sou nenpòt imaj pou ensere imaj la nan paj la."
},
"search_flickr_6884b518": {
"message": "Chèche sou Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Klike sou nenpòt paj pou ensere yon lyen nan paj sa a."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Klike pou ensere yon lyen nan editè a"
},
"decorative_image_fde98579": {
"message": "Imaj Dekoratif"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Klike pou ensere yon lyen nan eleman sa a."
},
"load_more_results_460f49a9": {
"message": "Chaje plis rezilta"
},
"link_7262adec": {
"message": "Lyen"
},
"grades_a61eba0a": {
"message": "Nòt"
},
"links_14b70841": {
"message": "Lyen"
},
"loading_failed_b3524381": {
"message": "Chajman echwe..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Klike pou entegre { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Fèmen fòmilè Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Pwogram Kou"
},
"upload_8b403d05": {
"message": "Chajman"
},
"modules_c4325335": {
"message": "Modil"
},
"no_results_940393cf": {
"message": "Okenn rezilta."
},
"announcement_list_da155734": {
"message": "Lis Anons"
},
"link_to_a_new_page_6c4ad034": {
"message": "Lyen a yon Nouvo Paj"
},
"insert_math_equation_57c6e767": {
"message": "Ensere Ekwasyon Matematik"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Mwen gen otorizasyon pou itilize fichye sa a."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Atribisyon CC Non Komèsyal Pataje Menm Jan"
},
"wiki_home_9cd54d0": {
"message": "Akèy Wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Si w pa chwazi dwa itilizasyon yo kounye a, fichye sa a pa p pibliye aprè w fin transfere li."
},
"upload_a_new_image_890df275": {
"message": "Transfere yon nouvo imaj"
},
"search_280d00bd": {
"message": "Chèche"
},
"assignments_1e02582c": {
"message": "Sesyon"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Atribisyon CC Non Komèsyal"
},
"quizzes_list_d812caa6": {
"message": "Lis Quiz"
},
"image_upload_form_7b74079a": {
"message": "Fòmilè Transfè Imaj"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Materyèl la distribye sou lisans Creative Commons"
},
"images_7ce26570": {
"message": "Imaj"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Lye a lòt kontni nan kou a."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Gwosè Tèks, peze anba pou ka seleksyone"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Seleksyone yon dosye pou transfere fichye ou a ladan li"
},
"course_navigation_dd035109": {
"message": "Navigasyon Kou"
},
"choose_usage_rights_33683854": {
"message": "Itilizasyon dwa itilizasyon..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Koulè Tèks, peze anba pou ka seleksyone"
},
"embed_image_1080badc": {
"message": "Entegre Imaj"
},
"creative_commons_license_725584ae": {
"message": "Lisans Creative Commons"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Materyèl la nan domèn piblik la"
}
}

View File

@ -0,0 +1,182 @@
{
"group_navigation_99f191a": {
"message": "Csoportnavigáció"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Nevezd meg!-Így add tovább!"
},
"quizzes_7e598f57": {
"message": "Kvízek"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Nevezd meg!-Ne add el!-Ne változtasd!"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Új fájl feltöltése"
},
"folder_705fd2d7": {
"message": "Mappa"
},
"assignment_list_a833f59d": {
"message": "Feladatok"
},
"discussions_a5f96392": {
"message": "Fórumok"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Nevezd meg!-Ne változtasd!"
},
"usage_right_ff96f3e2": {
"message": "Felhasználási jog:"
},
"click_to_embed_image_33107dd8": {
"message": "Kattintson a beágyazott képhez"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Megtartom a szerzői jogot"
},
"files_c300e900": {
"message": "Fájlok"
},
"people_b4ebb13c": {
"message": "Résztvevők"
},
"loading_25990131": {
"message": "Betöltés..."
},
"announcements_a4b8ed4a": {
"message": "Hirdetmények"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formázás, nyomja le a kiválasztáshoz"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Háttérszín, nyomja le a kiválasztáshoz"
},
"files_index_af7c662b": {
"message": "Fájlok indexe"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Az anyag a méltányos használat elve alapján készült"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Más tartalomhoz kapcsolás a csoportban."
},
"discussions_index_6c36ced": {
"message": "Fórumok indexe"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Letöltési link beszúrásához kattintson az adott fájlra."
},
"copyright_holder_66ee111": {
"message": "Jog tulajdonosa:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Vizuális szövegterület, nyomja le az ALT+F8-at a segítséghez"
},
"enter_search_terms_e397b1f0": {
"message": "keresőszavak megadása"
},
"pages_e5414c2c": {
"message": "Oldalak"
},
"cc_attribution_f6de631f": {
"message": "CC Nevezd meg!"
},
"insert_link_6dc23cae": {
"message": "Link beszúrása"
},
"collaborations_5c56c15f": {
"message": "Együttműködés"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Mi legyen az új oldal neve?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Kattintson ide bármilyen kép beszúrásához az oldalra."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Az oldalra mutató link beszúrásához kattintson a kívánt oldalra."
},
"link_7262adec": {
"message": "Hivatkozás"
},
"grades_a61eba0a": {
"message": "Értékelések"
},
"links_14b70841": {
"message": "Linkek"
},
"course_syllabus_5de1b0af": {
"message": "Kurzustematika"
},
"upload_8b403d05": {
"message": "Feltöltés"
},
"modules_c4325335": {
"message": "Modulok"
},
"announcement_list_da155734": {
"message": "Hirdetménylista"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link egy új oldalra"
},
"insert_math_equation_57c6e767": {
"message": "Matematikai képlet beszúrása"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Szereztem jogosultságot ennek a fájlnak a használatához."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Nevezd meg!-Ne add el!-Így add tovább!"
},
"wiki_home_9cd54d0": {
"message": "Wiki kezdőlap"
},
"upload_a_new_image_890df275": {
"message": "Új kép feltöltése"
},
"search_280d00bd": {
"message": "Keresés"
},
"assignments_1e02582c": {
"message": "Feladatok"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Nevezd meg!-Ne add el!"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Ezt az anyagot Creative Commons licenc alatt tették közzé."
},
"images_7ce26570": {
"message": "Képek"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Linkelés más kurzustartalomhoz."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Betűméret, nyomja le a kiválasztáshoz"
},
"course_navigation_dd035109": {
"message": "Kurzusnavigáció"
},
"choose_usage_rights_33683854": {
"message": "Válasszon a felhasználói jogokból..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Szövegszín, nyomja le a kiválasztáshoz"
},
"embed_image_1080badc": {
"message": "Beágyazott kép"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons licenc:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Az anyag a közkincs kategóriába tartozik"
}
}

View File

@ -0,0 +1,182 @@
{
"group_navigation_99f191a": {
"message": "Խմբի նավարկում"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC-ին պատկանելություն, հավասարապես"
},
"quizzes_7e598f57": {
"message": "Թեստեր"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC-ին պատկանելություն, ոչ կոմերցիոն, առանց ածանցյալների"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001թ. Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Բեռնել նոր ֆայլ"
},
"folder_705fd2d7": {
"message": "Թղթապանակ"
},
"assignment_list_a833f59d": {
"message": "Հանձնարարությունների ցանկ"
},
"discussions_a5f96392": {
"message": "Քննարկումներ"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC-ին պատկանելություն, առանց ածանցյալների"
},
"usage_right_ff96f3e2": {
"message": "Օգտագործման իրավունք՝"
},
"click_to_embed_image_33107dd8": {
"message": "Սեղմեք պատկերի տեղադրման համար"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Ես հեղինակային իրավունք ունեմ"
},
"files_c300e900": {
"message": "Ֆայլեր"
},
"people_b4ebb13c": {
"message": "Մարդիկ"
},
"loading_25990131": {
"message": "Բեռնում է..."
},
"announcements_a4b8ed4a": {
"message": "Հայտարարություններ"
},
"formatting_press_down_to_select_df728c30": {
"message": "Ֆորմատավորում, ընտրելու համար սեղմեք ներքև"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Ֆոնի գույն, ընտրելու համար սեղմեք ներքև"
},
"files_index_af7c662b": {
"message": "Ֆայլերի ցուցիչ"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Նյութը վերաբերում է բարեխիղճ օգտագործման բացառությունների կատեգորիային:"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Հղում խմբի մյուս բովանդակությանը:"
},
"discussions_index_6c36ced": {
"message": "Քննարկումների ցուցիչ"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Սեղմեք ցանկացած ֆայլ՝ դրան հղում տեղադրելու համար:"
},
"copyright_holder_66ee111": {
"message": "Հեղինակային իրավունք ունեցող անձը՝"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Ֆորմատավորված տեքստի դաշտ, տեղեկությունների համար սեղմել ALT+F8 "
},
"enter_search_terms_e397b1f0": {
"message": "մուտքագրել որոնման պայմանները"
},
"pages_e5414c2c": {
"message": "Էջեր"
},
"cc_attribution_f6de631f": {
"message": "CC-ին պատկանելություն "
},
"insert_link_6dc23cae": {
"message": "Տեղադրել հղումը"
},
"collaborations_5c56c15f": {
"message": "Համատեղ աշխատանքներ"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Ինչպե՞ս կցանկանայիք անվանել նոր էջը:"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Սեղմեք ցանկացած պատկեր այն էջում տեղադրելու համար:"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Սեղմեք ցանկացած էջ՝ այդ էջին հղում տեղադրելու համար:"
},
"link_7262adec": {
"message": "Հղում"
},
"grades_a61eba0a": {
"message": "Գնահատականներ"
},
"links_14b70841": {
"message": "Հղումներ"
},
"course_syllabus_5de1b0af": {
"message": "Դասընթացի ուսումնական ծրագիր"
},
"upload_8b403d05": {
"message": "Բեռնել"
},
"modules_c4325335": {
"message": "Մոդուլներ"
},
"announcement_list_da155734": {
"message": "Հայտարարությունների ցուցակ"
},
"link_to_a_new_page_6c4ad034": {
"message": "Նոր էջին հղում"
},
"insert_math_equation_57c6e767": {
"message": "Զետեղել մաթեմատիկական հավասարում"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Ես թույլտվություն եմ ստացել օգտագործելու այս ֆայլը:"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC-ին պատկանելություն, ոչ կոմերցիոն, հավասար բաժիններով"
},
"wiki_home_9cd54d0": {
"message": "Վիկիի տնային էջ"
},
"upload_a_new_image_890df275": {
"message": "Բեռնել նոր պատկեր"
},
"search_280d00bd": {
"message": "Որոնել"
},
"assignments_1e02582c": {
"message": "Հանձնարարություններ"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC-ին պատկանելություն, ոչ կոմերցիոն"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Նյութը արտոնագրված է Creative Commons կողմից"
},
"images_7ce26570": {
"message": "Պատկերներ"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Կապակցել դասընթացի այլ բովանդակության հետ:"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Տառերի չափ, ընտրելու համար սեղմեք ներքև"
},
"course_navigation_dd035109": {
"message": "Նավարկում դասընթացում"
},
"choose_usage_rights_33683854": {
"message": "Ընտրել օգտագործման իրավունքները..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Տեքստի գույն, ընտրելու համար սեղմեք ներքև"
},
"embed_image_1080badc": {
"message": "Տեղադրել պատկերը"
},
"creative_commons_license_725584ae": {
"message": "\"Creative Commons\" լիցենզիա"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Նյութը գտնվում է հանրությանը հասանելի դոմենում"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Hópleiðarstýring"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC eigind með samdeilingu"
},
"link_to_url_52dd935c": {
"message": "Tengill á vefslóð"
},
"quizzes_7e598f57": {
"message": "Próf"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC nýting án afleiða, ekki í viðskiptalegum tilgangi"
},
"c_2001_acme_inc_283f7f80": {
"message": "(C) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Hlaða upp nýrri skrá"
},
"file_upload_form_4aaad554": {
"message": "Form fyrir upphleðslu skráar"
},
"folder_705fd2d7": {
"message": "Mappa"
},
"insert_equella_links_49a8dacd": {
"message": "Setja inn Equella tengla"
},
"assignment_list_a833f59d": {
"message": "Verkefnalisti"
},
"alternative_text_a834dcad": {
"message": "Valfrjáls texti:"
},
"discussions_a5f96392": {
"message": "Umræður"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC nýting án afleiða"
},
"usage_right_ff96f3e2": {
"message": "Notkunarréttindi:"
},
"click_to_embed_image_33107dd8": {
"message": "Smella til að ívefja mynd"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Ég er með höfundarréttinn"
},
"files_c300e900": {
"message": "Skrár"
},
"cancel_image_upload_2c771950": {
"message": "Hætta við að hlaða upp mynd"
},
"people_b4ebb13c": {
"message": "Fólk"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Athugaðu hvort myndin er skreyting"
},
"loading_25990131": {
"message": "Hleður..."
},
"announcements_a4b8ed4a": {
"message": "Tilkynningar"
},
"select_a_file_53ba40ac": {
"message": "Velja skrá"
},
"formatting_press_down_to_select_df728c30": {
"message": "Er að sníða, ýtið niður til að velja"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Bakgrunnslitur, ýtið niður til að velja"
},
"files_index_af7c662b": {
"message": "Skráavísir"
},
"cancel_file_upload_9903e7b9": {
"message": "Hætta við að hlaða upp skrá"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Réttmæt notkun á efninu er leyfð"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Settu inn þann texta sem þú kýst við þessa mynd"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Tengill á annað efni í hópnum."
},
"discussions_index_6c36ced": {
"message": "Umræðuvísir"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Smelltu á hvaða skrá sem er til að setja inn tengil til að sækja skrána."
},
"copyright_holder_66ee111": {
"message": "Handhafi höfundarréttar:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Svæði með miklum texta. Ýtið á ALT+F8 til að fá aðstoð"
},
"enter_search_terms_e397b1f0": {
"message": "slá inn leitarorð"
},
"pages_e5414c2c": {
"message": "Síður"
},
"cc_attribution_f6de631f": {
"message": "CC eigind"
},
"insert_link_6dc23cae": {
"message": "Setja inn tengil"
},
"collaborations_5c56c15f": {
"message": "Samvinnutól"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Hvað vilt þú nefna nýju síðuna?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Smellið á hvaða mynd sem er til að ívefja myndina á síðuna."
},
"search_flickr_6884b518": {
"message": "Leita í Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Smellið á hvaða síðu sem er til að setja inn tengil á þá síðu."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Smellið til að setja tengil inn í ritilinn."
},
"decorative_image_fde98579": {
"message": "Skreytingarmynd"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Smellið til að setja inn tengil á þetta atriði."
},
"load_more_results_460f49a9": {
"message": "Hlaða fleiri niðurstöðum"
},
"link_7262adec": {
"message": "Tengill "
},
"grades_a61eba0a": {
"message": "Einkunnir"
},
"links_14b70841": {
"message": "Tenglar"
},
"loading_failed_b3524381": {
"message": "Mistókst að hlaða..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Smella til að ívefja { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Loka Flickr-formi"
},
"course_syllabus_5de1b0af": {
"message": "Námsefni námskeiðs"
},
"upload_8b403d05": {
"message": "Hlaða upp"
},
"modules_c4325335": {
"message": "Einingar"
},
"no_results_940393cf": {
"message": "Engar niðurstöður."
},
"announcement_list_da155734": {
"message": "Tilkynningalisti"
},
"link_to_a_new_page_6c4ad034": {
"message": "Tengill á nýja síðu"
},
"insert_math_equation_57c6e767": {
"message": "Setja inn stærðfræðijöfnu"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Ég hef fengð leyfi til að nota þessa skrá."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC nýting með samdeilingu, ekki í viðskiptalegum tilgangi"
},
"wiki_home_9cd54d0": {
"message": "Heimasíða wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Ef þú velur ekki notkunarréttindi núna verður þessi skrá óbirt eftir að henni hefur verið hlaðið upp."
},
"upload_a_new_image_890df275": {
"message": "Hlaða upp nýrri mynd"
},
"search_280d00bd": {
"message": "Leita"
},
"assignments_1e02582c": {
"message": "Verkefni"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC eigind , ekki í viðskiptalegum tilgangi"
},
"quizzes_list_d812caa6": {
"message": "Listi yfir spurningalista"
},
"image_upload_form_7b74079a": {
"message": "Form myndar í upphleðslu"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Efnið er með leyfisveitingu hjá Creative Commons"
},
"images_7ce26570": {
"message": "Myndir"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Setja inn tengil á annað efni í námskeiðinu."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Leturstærð, ýtið niður til að velja"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Velja möppu til að hlaða skránni þinni upp í"
},
"course_navigation_dd035109": {
"message": "Leiðarnet námskeiðs"
},
"choose_usage_rights_33683854": {
"message": "Velja notkunarréttindi..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Litur texta, ýtið niður til að velja"
},
"embed_image_1080badc": {
"message": "Ívefja mynd"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons-leyfi:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Efnið er á opinbera léninu"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Esplorazione gruppo"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Attribuzione - Condividi allo stesso modo CC"
},
"link_to_url_52dd935c": {
"message": "Collega a URL"
},
"quizzes_7e598f57": {
"message": "Quiz"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Attribuzione - Non commerciale - Non opere derivate CC"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Carica un nuovo file"
},
"file_upload_form_4aaad554": {
"message": "Modulo caricamento file"
},
"folder_705fd2d7": {
"message": "Cartella"
},
"insert_equella_links_49a8dacd": {
"message": "Inserisci link Equella"
},
"assignment_list_a833f59d": {
"message": "Elenco compiti"
},
"alternative_text_a834dcad": {
"message": "Testo alternativo:"
},
"discussions_a5f96392": {
"message": "Discussioni"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Attribuzione - Non opere derivate CC"
},
"usage_right_ff96f3e2": {
"message": "Diritto di utilizzo:"
},
"click_to_embed_image_33107dd8": {
"message": "Fai clic per incorporare l''immagine"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Sono il proprietario del copyright"
},
"files_c300e900": {
"message": "File"
},
"cancel_image_upload_2c771950": {
"message": "Annulla caricamento immagine"
},
"people_b4ebb13c": {
"message": "Persone"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Verifica se l''immagine è decorativa"
},
"loading_25990131": {
"message": "Caricamento in corso..."
},
"announcements_a4b8ed4a": {
"message": "Annunci"
},
"select_a_file_53ba40ac": {
"message": "Seleziona un file"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formattazione, premi per selezionare"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Colore sfondo, premi per selezionare"
},
"files_index_af7c662b": {
"message": "Indice file"
},
"cancel_file_upload_9903e7b9": {
"message": "Annulla caricamento file"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Il materiale è soggetto all''eccezione del fair use"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Inserisci testo alternativo per questa immagine"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Collega ad altro contenuto del gruppo."
},
"discussions_index_6c36ced": {
"message": "Indice discussioni"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Fai clic su un file per inserire un link di download per il file."
},
"copyright_holder_66ee111": {
"message": "Titolare del copyright:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Area di testo RTF. Premi ALT+F8 per la guida"
},
"enter_search_terms_e397b1f0": {
"message": "inserisci i termini di ricerca"
},
"pages_e5414c2c": {
"message": "Pagine"
},
"cc_attribution_f6de631f": {
"message": "Attribuzione CC"
},
"insert_link_6dc23cae": {
"message": "Inserisci link"
},
"collaborations_5c56c15f": {
"message": "Collaborazioni"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Come desideri chiamare la nuova pagina?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Fai clic su un''immagine per incorporare l''immagine nella pagina."
},
"search_flickr_6884b518": {
"message": "Cerca in Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Fai clic su una pagina per inserire un link a quella pagina."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Fai clic per inserire un link nell''editor."
},
"decorative_image_fde98579": {
"message": "Immagine decorativa"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Fai clic per inserire un link a questo elemento."
},
"load_more_results_460f49a9": {
"message": "Carica altri risultati"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Voti"
},
"links_14b70841": {
"message": "Link"
},
"loading_failed_b3524381": {
"message": "Caricamento non riuscito..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Fai clic per incorporare { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Chiudi modulo Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Piano di studio corso"
},
"upload_8b403d05": {
"message": "Carica"
},
"modules_c4325335": {
"message": "Moduli"
},
"no_results_940393cf": {
"message": "Nessun risultato."
},
"announcement_list_da155734": {
"message": "Elenco annunci"
},
"link_to_a_new_page_6c4ad034": {
"message": "Collega a una nuova pagina"
},
"insert_math_equation_57c6e767": {
"message": "Inserisci equazione matematica"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Ho ottenuto l''autorizzazione a utilizzare questo file."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Attribuzione - Non commerciale - Condividi allo stesso modo CC"
},
"wiki_home_9cd54d0": {
"message": "Home page wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Se non selezioni i diritti di utilizzo ora, questo file sarà in stato \"non pubblicato\" dopo il caricamento."
},
"upload_a_new_image_890df275": {
"message": "Carica una nuova immagine"
},
"search_280d00bd": {
"message": "Cerca"
},
"assignments_1e02582c": {
"message": "Compiti"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Attribuzione - Non commerciale CC"
},
"quizzes_list_d812caa6": {
"message": "Elenco dei quiz"
},
"image_upload_form_7b74079a": {
"message": "Modulo caricamento immagine"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Il materiale è concesso in licenza da Creative Commons"
},
"images_7ce26570": {
"message": "Immagini"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Collega ad altro contenuto del corso."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Dimensioni carattere, premi per selezionare"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Seleziona una cartella in cui caricare il file"
},
"course_navigation_dd035109": {
"message": "Esplorazione corso"
},
"choose_usage_rights_33683854": {
"message": "Scegli diritti di utilizzo..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Colore testo, premi per selezionare"
},
"embed_image_1080badc": {
"message": "Incorpora immagine"
},
"creative_commons_license_725584ae": {
"message": "Licenza Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Il materiale è nel dominio pubblico"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "グループ ナビゲーション"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC 属性 平等分担"
},
"link_to_url_52dd935c": {
"message": "URLへのリンク "
},
"quizzes_7e598f57": {
"message": "クイズ"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC 属性 非営利 派生物なし"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "新しいファイルをアップロードする"
},
"file_upload_form_4aaad554": {
"message": "ファイルアップロードフォーム"
},
"folder_705fd2d7": {
"message": "フォルダ"
},
"insert_equella_links_49a8dacd": {
"message": "Equella リンクを挿入してください"
},
"assignment_list_a833f59d": {
"message": "課題リスト"
},
"alternative_text_a834dcad": {
"message": "代替テキスト:"
},
"discussions_a5f96392": {
"message": "ディスカッション"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC 属性 派生物なし"
},
"usage_right_ff96f3e2": {
"message": "使用権:"
},
"click_to_embed_image_33107dd8": {
"message": "クリックして画像を埋め込む"
},
"i_hold_the_copyright_71ee91b1": {
"message": "著作権を保有しています"
},
"files_c300e900": {
"message": "ファイル"
},
"cancel_image_upload_2c771950": {
"message": "画像のアップロードをキャンセルする"
},
"people_b4ebb13c": {
"message": "メンバー"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "画像が装飾かどうかを確認する"
},
"loading_25990131": {
"message": "読み込んでいます..."
},
"announcements_a4b8ed4a": {
"message": "アナウンス"
},
"select_a_file_53ba40ac": {
"message": "ファイルを選択"
},
"formatting_press_down_to_select_df728c30": {
"message": "書式設定、押して選択"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "背景色、押して選択"
},
"files_index_af7c662b": {
"message": "ファイルのインデックス"
},
"cancel_file_upload_9903e7b9": {
"message": "ファイルのアップロードをキャンセルする"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "この資料は公正使用の例外に該当します"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "この画像の代替テキストを入力する"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "グループ内の他のコンテンツにリンクします。"
},
"discussions_index_6c36ced": {
"message": "ディスカッションのインデックス"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "ファイルをクリックして、そのファイルにダウンロード リンクを挿入します。"
},
"copyright_holder_66ee111": {
"message": "著作権保有者:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "リッチテキストエリア。ヘルプへは、ALT+F8を押してください"
},
"enter_search_terms_e397b1f0": {
"message": "検索語を入力"
},
"pages_e5414c2c": {
"message": "ページ"
},
"cc_attribution_f6de631f": {
"message": "CC 属性"
},
"insert_link_6dc23cae": {
"message": "リンクの挿入"
},
"collaborations_5c56c15f": {
"message": "共同作業"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "新しいページの名前は何にしますか?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "画像をクリックして、その画像をページに埋め込みます。"
},
"search_flickr_6884b518": {
"message": "Flickr を検索"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "ページをクリックして、そのページにリンクを挿入します。"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "クリックすると、エディタにリンクが挿入されます。"
},
"decorative_image_fde98579": {
"message": "装飾の画像"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "クリックするとこのアイテムへのリンクが挿入されます。"
},
"load_more_results_460f49a9": {
"message": "さらに結果をロード"
},
"link_7262adec": {
"message": "リンク"
},
"grades_a61eba0a": {
"message": "成績"
},
"links_14b70841": {
"message": "リンク"
},
"loading_failed_b3524381": {
"message": "読み込みに失敗しました..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "クリックして { imageName } を埋め込む"
},
"close_flickr_form_b32e600a": {
"message": "Flickr フォームを閉じる"
},
"course_syllabus_5de1b0af": {
"message": "コース要綱"
},
"upload_8b403d05": {
"message": "アップロード"
},
"modules_c4325335": {
"message": "モジュール"
},
"no_results_940393cf": {
"message": "結果がありません。"
},
"announcement_list_da155734": {
"message": "アナウンス リスト"
},
"link_to_a_new_page_6c4ad034": {
"message": "新しいページへのリンク"
},
"insert_math_equation_57c6e767": {
"message": "数学数式を挿入"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "このファイルを使用する権限を取得しています。"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC 属性 非営利 平等分担"
},
"wiki_home_9cd54d0": {
"message": "Wiki ホーム"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "今すぐ使用権を選択しないと、このファイルはアップロード後に公開されません。"
},
"upload_a_new_image_890df275": {
"message": "新しい画像をアップロードする"
},
"search_280d00bd": {
"message": "検索"
},
"assignments_1e02582c": {
"message": "課題"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC 属性 非営利"
},
"quizzes_list_d812caa6": {
"message": "クイズリスト"
},
"image_upload_form_7b74079a": {
"message": "画像アップロードフォーム"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "この資料はクリエイティブ コモンズ ライセンスの対象となります"
},
"images_7ce26570": {
"message": "画像"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "コース内の他のコンテンツにリンクします。"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "フォント サイズ、押して選択"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "ファイルをアップロードするフォルダを選択"
},
"course_navigation_dd035109": {
"message": "コース ナビゲーション"
},
"choose_usage_rights_33683854": {
"message": "使用権を選択..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "テキスト色、押して選択"
},
"embed_image_1080badc": {
"message": "画像の埋め込み"
},
"creative_commons_license_725584ae": {
"message": "クリエイティブ コモンズ ライセンス:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "この資料はパブリック ドメインです"
}
}

View File

@ -0,0 +1,143 @@
{
"group_navigation_99f191a": {
"message": "그룹 탐색"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC 유형 동일조건변경허락"
},
"quizzes_7e598f57": {
"message": "퀴즈"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC 유형 비영리 변경금지"
},
"upload_a_new_file_96e6d4ff": {
"message": "새 파일 업로드"
},
"folder_705fd2d7": {
"message": "폴더"
},
"assignment_list_a833f59d": {
"message": "과제 목록"
},
"discussions_a5f96392": {
"message": "토론"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC 유형 변경금지"
},
"click_to_embed_image_33107dd8": {
"message": "이미지를 내장하려면 클릭"
},
"files_c300e900": {
"message": "파일"
},
"people_b4ebb13c": {
"message": "사용자"
},
"loading_25990131": {
"message": "로드하는 중..."
},
"announcements_a4b8ed4a": {
"message": "공지"
},
"formatting_press_down_to_select_df728c30": {
"message": "서식, 선택하려면 누름"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "배경색, 선택하려면 누름"
},
"files_index_af7c662b": {
"message": "파일 색인"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "그룹에 있는 다른 내용으로 링크합니다."
},
"discussions_index_6c36ced": {
"message": "토론 색인"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "파일 다운로드 링크를 삽입하려면 해당 파일을 클릭하십시오."
},
"enter_search_terms_e397b1f0": {
"message": "검색 용어 입력"
},
"pages_e5414c2c": {
"message": "페이지"
},
"cc_attribution_f6de631f": {
"message": "CC 유형"
},
"insert_link_6dc23cae": {
"message": "링크 삽입"
},
"collaborations_5c56c15f": {
"message": "협업"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "새 페이지의 이름은 무엇입니까?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "페이지에 이미지를 내장하려면 해당 이미지를 클릭하십시오."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "페이지에 링크를 삽입하려면 해당 페이지를 클릭하십시오."
},
"grades_a61eba0a": {
"message": "평점"
},
"links_14b70841": {
"message": "링크"
},
"course_syllabus_5de1b0af": {
"message": "과목 요강"
},
"upload_8b403d05": {
"message": "업로드"
},
"modules_c4325335": {
"message": "모듈"
},
"announcement_list_da155734": {
"message": "공지 목록"
},
"link_to_a_new_page_6c4ad034": {
"message": "새 페이지"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC 유형 비영리 동일조건변경허락 "
},
"wiki_home_9cd54d0": {
"message": "위키 홈"
},
"upload_a_new_image_890df275": {
"message": "새 이미지 업로드"
},
"search_280d00bd": {
"message": "검색"
},
"assignments_1e02582c": {
"message": "과제"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC 유형 비영리"
},
"images_7ce26570": {
"message": "이미지"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "과목에 있는 다른 내용으로 링크합니다."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "글자 크기, 선택하려면 누름"
},
"course_navigation_dd035109": {
"message": "과목 탐색"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "텍스트 색, 선택하려면 누름"
},
"embed_image_1080badc": {
"message": "이미지 포함"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Navigation rōpū"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Tukunga Tiritiri Rite"
},
"link_to_url_52dd935c": {
"message": "Hono kī URL"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Tukunga Kore- Arumoni kaore ngā pārōnaki"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Tukua ake he kōnae hou "
},
"file_upload_form_4aaad554": {
"message": "Kōnae Tukuake Pukapuka"
},
"folder_705fd2d7": {
"message": "kōpaki "
},
"insert_equella_links_49a8dacd": {
"message": "Whakauru ngā hononga Equella"
},
"assignment_list_a833f59d": {
"message": "Rārangi Taumahi "
},
"alternative_text_a834dcad": {
"message": "Kuputuhi rerekē:"
},
"discussions_a5f96392": {
"message": "Aparauraa"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Tukunga Kaore ngā Pārōnaki"
},
"usage_right_ff96f3e2": {
"message": "Tika mo te whakamahinga:"
},
"click_to_embed_image_33107dd8": {
"message": "Pāwhiritia ki te whakaū i te whakapakoko"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Ka mau ahau i te manatārua"
},
"files_c300e900": {
"message": "Kōnae"
},
"cancel_image_upload_2c771950": {
"message": "Whakakoreāhua tukuake"
},
"people_b4ebb13c": {
"message": "People"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Tirohia mēnā he whakapaipai te whakapakoko"
},
"loading_25990131": {
"message": "Loading ..."
},
"announcements_a4b8ed4a": {
"message": "Pānuitanga"
},
"select_a_file_53ba40ac": {
"message": "Tīpako he kōnae"
},
"formatting_press_down_to_select_df728c30": {
"message": "Whakahōputu, ki te pēhi ki raro tīpako"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Tae Papamuri, ki te pēhi ki raro tīpako"
},
"files_index_af7c662b": {
"message": "Taupū kōnae "
},
"cancel_file_upload_9903e7b9": {
"message": "Whakakore kōnae tukuake"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Ko te kaupapa ki te ataahua whakamahi okotahi te rauemi"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Whakauru te kuputuhi rerekē mo tēnei āhua"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Hono atu ki te tahi atu ihirangi roto i te rōpū. "
},
"discussions_index_6c36ced": {
"message": "Taupū Ngā Matapaki "
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Pāwhiri tetahi kōnae ki te kōkuhu i tētahi hononga download mo taua kōnae. "
},
"copyright_holder_66ee111": {
"message": "Kaimau Manatārua:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Horahanga Kupu Taunaki. Press ALT + K8 no te tauturu"
},
"enter_search_terms_e397b1f0": {
"message": "tomo ngā kupu rapu"
},
"pages_e5414c2c": {
"message": "whārangi"
},
"cc_attribution_f6de631f": {
"message": "CC Tukunga"
},
"insert_link_6dc23cae": {
"message": "Whakauru hono"
},
"collaborations_5c56c15f": {
"message": "tahi"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "He aha tō hiahia ki te karanga i te whārangi hou?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Pāwhiri tetahi whakapakoko ki te whakaū i te whakapakoko i roto i te whārangi. "
},
"search_flickr_6884b518": {
"message": "Rapu Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Pāwhiri tetahi whārangi ki te kōkuhu i tētahi hono ki taua whārangi. "
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Pāwhiritia ki te kōkuhu i tētahi hononga ki te ētita"
},
"decorative_image_fde98579": {
"message": "Whakapaipai pakoko"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Pawhiritia ki te kōkuhu i te hono ki tēnei tūemi"
},
"load_more_results_460f49a9": {
"message": "Te uta atu ngā hua"
},
"link_7262adec": {
"message": "hono"
},
"grades_a61eba0a": {
"message": "Ngā Kōeke"
},
"links_14b70841": {
"message": "Hononga"
},
"loading_failed_b3524381": {
"message": "I rāhua te uta"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Pāwhiritia ki te whakaū i { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Katia pukapuka Flickr"
},
"course_syllabus_5de1b0af": {
"message": "mahere akoranga"
},
"upload_8b403d05": {
"message": "Tukuatu"
},
"modules_c4325335": {
"message": "kōwae"
},
"no_results_940393cf": {
"message": "Kaore he hua"
},
"announcement_list_da155734": {
"message": "Rārangi Pānuitanga "
},
"link_to_a_new_page_6c4ad034": {
"message": "Hono ki te Whārangi Hōu"
},
"insert_math_equation_57c6e767": {
"message": "Kōkuhu Math Whārite"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Kua whiwhi ahau whakaaetanga ki te whakamahi i tēnei kōnae."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Tukunga Kore-Arumoni tuari Rite tonu"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Ki te kore koe e tīpako ngā mōtika whakamahi inaianei, kaore e whakaputaina tenei kōnae i muri o ''te tukuake."
},
"upload_a_new_image_890df275": {
"message": "Tukuake i te whakapakoko hou "
},
"search_280d00bd": {
"message": "Rapu"
},
"assignments_1e02582c": {
"message": "Taumahi"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Tukunga Kaore-Arumoni"
},
"quizzes_list_d812caa6": {
"message": "Ngā Rārangi Patapatai"
},
"image_upload_form_7b74079a": {
"message": "Āhua Tukuake Pukapuka"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Raihanatia te rauemi i raro i te Auaha Noa"
},
"images_7ce26570": {
"message": "whakapakoko"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Hono atu ki te tahi atu ihirangi roto i te akoranga. "
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Rahi Momotuhi, ki te pēhi ki raro tīpako"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Tīpakohia he kōpaki hei tukuake i tō konae ki roto"
},
"course_navigation_dd035109": {
"message": "Navigation akoranga"
},
"choose_usage_rights_33683854": {
"message": "Kōwhiria ngā mōtika whakamahi ..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Tae Kuputuhi, ki te pēhi ki raro tīpako"
},
"embed_image_1080badc": {
"message": "Tāmau Image"
},
"creative_commons_license_725584ae": {
"message": "Auaha ngā Raihana Noa:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Ko te rauemi kei roto i te rohe tūmatanui"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Gruppenavigering"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC-attribusjon Del på samme vilkår"
},
"link_to_url_52dd935c": {
"message": "Lenke til URL"
},
"quizzes_7e598f57": {
"message": "Tester"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC-attribusjon Ikke-kommersiell Ingen bearbeidelser"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Last opp en ny fil"
},
"file_upload_form_4aaad554": {
"message": "Filopplastningsskjema"
},
"folder_705fd2d7": {
"message": "Mappe"
},
"insert_equella_links_49a8dacd": {
"message": "Sett inn Equella-koblinger"
},
"assignment_list_a833f59d": {
"message": "Oppgaveliste"
},
"alternative_text_a834dcad": {
"message": "Alternativ tekst:"
},
"discussions_a5f96392": {
"message": "Diskusjoner"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC-attribusjon Ingen bearbeidelser"
},
"usage_right_ff96f3e2": {
"message": "Brukerrettigheter:"
},
"click_to_embed_image_33107dd8": {
"message": "Klikk for å bygge inn bilde"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Jeg har opphavsretten"
},
"files_c300e900": {
"message": "Filer"
},
"cancel_image_upload_2c771950": {
"message": "Avbryt bildeopplasting"
},
"people_b4ebb13c": {
"message": "Personer"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Sjekk om bildet er dekorativt"
},
"loading_25990131": {
"message": "Laster..."
},
"announcements_a4b8ed4a": {
"message": "Kunngjøringer"
},
"select_a_file_53ba40ac": {
"message": "Velg en fil"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatering, trykk nedover for å velge"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Bakgrunnsfarge, trykk nedover for å velge"
},
"files_index_af7c662b": {
"message": "Filindeks"
},
"cancel_file_upload_9903e7b9": {
"message": "Avbryt filopplasting"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Materialet er underlagt korrekt bruk-unntak"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Skriv inn alternativteksten for dette bildet"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Lenke til annet innhold i gruppen."
},
"discussions_index_6c36ced": {
"message": "Diskusjonsindeks"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Klikk på en fil for å sette inn en nedlastingslenke til filen."
},
"copyright_holder_66ee111": {
"message": "Rettighetshaver:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Riktekstområde. Trykk ALT+F8 for hjelp"
},
"enter_search_terms_e397b1f0": {
"message": "skriv inn søkeord"
},
"pages_e5414c2c": {
"message": "Sider"
},
"cc_attribution_f6de631f": {
"message": "CC-attribusjon"
},
"insert_link_6dc23cae": {
"message": "Sett inn lenke"
},
"collaborations_5c56c15f": {
"message": "Samarbeid"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Hva vil du kalle den nye siden?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Klikk på et bilde for å bygge inn bildet på siden."
},
"search_flickr_6884b518": {
"message": "Søk Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Klikk på en side for å sette inn en lenke til den siden."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Klikk for å sette inn en kobling i redigeringsprogrammet."
},
"decorative_image_fde98579": {
"message": "Dekorativt bilde"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Klikk for å sette inn en kobling i dette elementet."
},
"load_more_results_460f49a9": {
"message": "Last flere resultater"
},
"link_7262adec": {
"message": "Lenke"
},
"grades_a61eba0a": {
"message": "Karakterer"
},
"links_14b70841": {
"message": "Lenker"
},
"loading_failed_b3524381": {
"message": "Lasting mislyktes..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Klikk for å bygge inn { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Lukk Flickr-skjema"
},
"course_syllabus_5de1b0af": {
"message": "Emneoversikt"
},
"upload_8b403d05": {
"message": "Last opp"
},
"modules_c4325335": {
"message": "Moduler"
},
"no_results_940393cf": {
"message": "Ingen resultater."
},
"announcement_list_da155734": {
"message": "Kunngjøringsliste"
},
"link_to_a_new_page_6c4ad034": {
"message": "Lenke til en ny side"
},
"insert_math_equation_57c6e767": {
"message": "Sett matte likning"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Jeg har fått tillatelse til å bruke denne filen."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC-attribusjon Ikke-kommersiell Del på samme vilkår"
},
"wiki_home_9cd54d0": {
"message": "Wikiforside"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Dersom du ikke velger brukerrettigheter nå, vil denne filen være upublisert når den lastes opp."
},
"upload_a_new_image_890df275": {
"message": "Last opp et nytt bilde"
},
"search_280d00bd": {
"message": "Søk"
},
"assignments_1e02582c": {
"message": "Oppgaver"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC-attribusjon Ikke-kommersiell"
},
"quizzes_list_d812caa6": {
"message": "Quizliste"
},
"image_upload_form_7b74079a": {
"message": "Bildeopplastningsskjema"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Materialet er lisensiert under Creative Commons"
},
"images_7ce26570": {
"message": "Bilder"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Lenke til annet innhold i emnet."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Skriftstørrelse, trykk nedover for å velge"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Velg mappen du vil laste opp filen til"
},
"course_navigation_dd035109": {
"message": "Emnenavigering"
},
"choose_usage_rights_33683854": {
"message": "Velg bruksrettigheter..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Tekstfarge, trykk nedover for å velge"
},
"embed_image_1080badc": {
"message": "Sett inn bilde"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons-lisens:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Materialet er i det offentlige domenet"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Groepsnavigatie"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC-bijdrage, gelijke delen"
},
"link_to_url_52dd935c": {
"message": "Koppeling naar URL"
},
"quizzes_7e598f57": {
"message": "Toetsen"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC-bijdrage, niet-commercieel, geen afgeleiden"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Een nieuwe afbeelding uploaden"
},
"file_upload_form_4aaad554": {
"message": "Formulier voor bestand uploaden"
},
"folder_705fd2d7": {
"message": "Map"
},
"insert_equella_links_49a8dacd": {
"message": "Equella-koppelingen invoegen"
},
"assignment_list_a833f59d": {
"message": "Opdrachtenlijst"
},
"alternative_text_a834dcad": {
"message": "Alternatieve tekst:"
},
"discussions_a5f96392": {
"message": "Discussies"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC-bijdrage, geen afgeleiden"
},
"usage_right_ff96f3e2": {
"message": "Gebruiksrecht:"
},
"click_to_embed_image_33107dd8": {
"message": "Klikken om de afbeelding in te sluiten"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Ik heb het auteursrecht"
},
"files_c300e900": {
"message": "Bestanden"
},
"cancel_image_upload_2c771950": {
"message": "Uploaden van afbeelding annuleren"
},
"people_b4ebb13c": {
"message": "Personen"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Controleer of de afbeelding decoratief genoeg is"
},
"loading_25990131": {
"message": "Bezig met laden..."
},
"announcements_a4b8ed4a": {
"message": "Aankondigingen"
},
"select_a_file_53ba40ac": {
"message": "Selecteer een bestand"
},
"formatting_press_down_to_select_df728c30": {
"message": "Opmaak, er op drukken om een optie te selecteren"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Achtergrondkleur, er op drukken om een optie te selecteren"
},
"files_index_af7c662b": {
"message": "Bestandsoverzicht"
},
"cancel_file_upload_9903e7b9": {
"message": "Uploaden van bestand annuleren"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Het materiaal is onderworpen aan de uitzondering van redelijk gebruik"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Voer de alternatieve tekst voor deze afbeelding in"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link naar andere inhoud in de groep."
},
"discussions_index_6c36ced": {
"message": "Discussieoverzicht"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Op een bestand klikken om een link voor het downloaden van dat bestand in te voegen."
},
"copyright_holder_66ee111": {
"message": "Houder van auteursrecht:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rich Text Area. Druk ALT+F8 voor hulp"
},
"enter_search_terms_e397b1f0": {
"message": "zoektermen invoeren"
},
"pages_e5414c2c": {
"message": "Pagina''s"
},
"cc_attribution_f6de631f": {
"message": "CC-bijdrage"
},
"insert_link_6dc23cae": {
"message": "Koppeling invoegen"
},
"collaborations_5c56c15f": {
"message": "Samenwerkingen"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Hoe wil je de nieuwe pagina noemen?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Klikken op een afbeelding om deze in te sluiten op de pagina."
},
"search_flickr_6884b518": {
"message": "Zoeken in Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Klik op een pagina om een link op die pagina in te voegen."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Klik om een koppeling in te voegen in de editor."
},
"decorative_image_fde98579": {
"message": "Decoratieve afbeelding"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Klik om een koppeling in dit item in te voegen"
},
"load_more_results_460f49a9": {
"message": "Meer resultaten laden"
},
"link_7262adec": {
"message": "Koppeling"
},
"grades_a61eba0a": {
"message": "Cijfers"
},
"links_14b70841": {
"message": "Koppelingen"
},
"loading_failed_b3524381": {
"message": "Laden mislukt..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Klikken om { imageName } in te sluiten"
},
"close_flickr_form_b32e600a": {
"message": "Flickr-formulier sluiten"
},
"course_syllabus_5de1b0af": {
"message": "Cursussyllabus"
},
"upload_8b403d05": {
"message": "Uploaden"
},
"modules_c4325335": {
"message": "Modules"
},
"no_results_940393cf": {
"message": "Geen resultaten."
},
"announcement_list_da155734": {
"message": "Lijst met aankondiging"
},
"link_to_a_new_page_6c4ad034": {
"message": "Koppelen aan een nieuwe pagina"
},
"insert_math_equation_57c6e767": {
"message": "Wiskundige vergelijking invoeren"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Ik heb toestemming gekregen om dit bestand te gebruiken."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC-bijdrage, niet-commercieel, gelijke delen"
},
"wiki_home_9cd54d0": {
"message": "Wiki Home"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Als je nu geen gebruiksrechten selecteert, wordt de publicatie van dit bestand ongedaan gemaakt nadat het is geüpload."
},
"upload_a_new_image_890df275": {
"message": "Een nieuwe afbeelding uploaden"
},
"search_280d00bd": {
"message": "Zoeken"
},
"assignments_1e02582c": {
"message": "Opdrachten"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC-bijdrage, niet-commercieel"
},
"quizzes_list_d812caa6": {
"message": "Lijst met toetsen"
},
"image_upload_form_7b74079a": {
"message": "Formulier voor afbeelding uploaden"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Het materiaal is onder Creative Commons gelicentieerd"
},
"images_7ce26570": {
"message": "Afbeeldingen"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Koppeling naar andere inhoud in de cursus."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Tekstkleur, er op drukken om een optie te selecteren"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Selecteer een map om je bestand te uploaden"
},
"course_navigation_dd035109": {
"message": "Cursusnavigatie"
},
"choose_usage_rights_33683854": {
"message": "Gebruiksrechten kiezen..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Tekstkleur, er op drukken om een optie te selecteren"
},
"embed_image_1080badc": {
"message": "Afbeelding insluiten"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons-licentie:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Het materiaal bevindt zich in het openbaar domein"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Gruppenavigering"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Namngjeving - Del på same vilkår BY-SA"
},
"link_to_url_52dd935c": {
"message": "Link til URL"
},
"quizzes_7e598f57": {
"message": "Quizar"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Namngjeving Ikkje-kommersiell - Ingen behandling BY-NC-ND "
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Last opp ei ny fil"
},
"file_upload_form_4aaad554": {
"message": "Filopplastingsdialog"
},
"folder_705fd2d7": {
"message": "Mappe"
},
"insert_equella_links_49a8dacd": {
"message": "Set in Equella-lenker"
},
"assignment_list_a833f59d": {
"message": "Oppgåveliste"
},
"alternative_text_a834dcad": {
"message": "Alternativ tekst: "
},
"discussions_a5f96392": {
"message": "Diskusjonar"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Namngjeving Ikkje-kommersiell - Del på same vilkår BY-NC-SA"
},
"usage_right_ff96f3e2": {
"message": "Bruksrett:"
},
"click_to_embed_image_33107dd8": {
"message": "Klikk for å sette inn bilde"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Eg er rettshavar"
},
"files_c300e900": {
"message": "Filer"
},
"cancel_image_upload_2c771950": {
"message": "Avbryt bildeopplasting"
},
"people_b4ebb13c": {
"message": "Personar"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Sjekk om bildet har ein dekorativ funksjon"
},
"loading_25990131": {
"message": "Lastar..."
},
"announcements_a4b8ed4a": {
"message": "Kunngjeringar"
},
"select_a_file_53ba40ac": {
"message": "Vel ei fil"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatering, trykk ned for å velje"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Bakgrunnsfarge, trykk ned for å velje"
},
"files_index_af7c662b": {
"message": "Filoversikt"
},
"cancel_file_upload_9903e7b9": {
"message": "Avbryt filopplasting"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Materialet er brukt i samsvar med sitatretten"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Legg inn alternativ tekst som skildrar bildet"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Lenke til anna innhald i gruppa. "
},
"discussions_index_6c36ced": {
"message": "Diskusjonsoversikt"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Klikk på ei fil for å sette inn ei nedlastingslenke for fila. "
},
"copyright_holder_66ee111": {
"message": "Rettshavar:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Område for rik tekst-format. Trykk ALT+F8 for hjelp"
},
"enter_search_terms_e397b1f0": {
"message": "oppgi søkeord"
},
"pages_e5414c2c": {
"message": "Sider"
},
"cc_attribution_f6de631f": {
"message": " CC Namngjeving BY"
},
"insert_link_6dc23cae": {
"message": "Sett inn lenke"
},
"collaborations_5c56c15f": {
"message": "Samarbeid"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Kva vil du kalle den nye sida? "
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Klikk på eit bilde for å inkludere det på sida. "
},
"search_flickr_6884b518": {
"message": "Søk i Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Klikk på eit sidenamn for å sette inn ei lenke til sida. "
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Klikk for å setje inn ei lenke i editoren. "
},
"decorative_image_fde98579": {
"message": "Dekorativt bilde"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Klikk for å sette inn ei lenke til dette elementet. "
},
"load_more_results_460f49a9": {
"message": "Last fleire resultat"
},
"link_7262adec": {
"message": "Lenke"
},
"grades_a61eba0a": {
"message": "Karakterar"
},
"links_14b70841": {
"message": "Lenker"
},
"loading_failed_b3524381": {
"message": "Opplasting mislukkast..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Klikk for å sette inn { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Lukk Flickr-dialog"
},
"course_syllabus_5de1b0af": {
"message": "Emneoversikt"
},
"upload_8b403d05": {
"message": "Last opp"
},
"modules_c4325335": {
"message": "Modular"
},
"no_results_940393cf": {
"message": "Utan resultat. "
},
"announcement_list_da155734": {
"message": "Kunngjeringsliste"
},
"link_to_a_new_page_6c4ad034": {
"message": "Lenke til ei ny side"
},
"insert_math_equation_57c6e767": {
"message": "Set inn matematikklikning"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Eg har løyve til å bruke denne fila. "
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Namngjeving Ikkje-kommersiell BY-NC"
},
"wiki_home_9cd54d0": {
"message": "Wiki-startside"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Om du ikkje vel bruksrettar no, vil ikkje fila bli publisert etter at ho er lasta opp. "
},
"upload_a_new_image_890df275": {
"message": "Last opp eit nytt bilde"
},
"search_280d00bd": {
"message": "Søk"
},
"assignments_1e02582c": {
"message": "Oppgåver"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Namngjeving - Ingen behandling BY-ND"
},
"quizzes_list_d812caa6": {
"message": "Quiz-liste"
},
"image_upload_form_7b74079a": {
"message": "Bildeopplastingsdialog"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Materialet er lisensiert under Creative Commons"
},
"images_7ce26570": {
"message": "Bilde"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Opprett ei lenke til anna emneinnhald. "
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Skriftstorleik, trykk ned for å velje"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Vel ei mappe å laste opp fila til"
},
"course_navigation_dd035109": {
"message": "Emnenavigering"
},
"choose_usage_rights_33683854": {
"message": "Vel bruksrett..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Tekstfarge, trykk ned for å velje"
},
"embed_image_1080badc": {
"message": "Sett inn bilde"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons-lisens:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Materialet er ikkje opphavsrettbeskytta"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Nawigowanie po grupach"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Przypisanie CC, w równych częściach"
},
"link_to_url_52dd935c": {
"message": "Łącze do adresu URL"
},
"quizzes_7e598f57": {
"message": "Testy"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Niekomercyjne przypisanie CC, brak pochodnych"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Przekaż nowy plik"
},
"file_upload_form_4aaad554": {
"message": "Formularz przesyłania plików"
},
"folder_705fd2d7": {
"message": "Folder"
},
"insert_equella_links_49a8dacd": {
"message": "Wstaw łącza Equella"
},
"assignment_list_a833f59d": {
"message": "Lista zadań"
},
"alternative_text_a834dcad": {
"message": "Alternatywny tekst:"
},
"discussions_a5f96392": {
"message": "Dyskusje"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Przypisanie CC, brak pochodnych"
},
"usage_right_ff96f3e2": {
"message": "Prawo użytkowania:"
},
"click_to_embed_image_33107dd8": {
"message": "Kliknij, aby osadzić obraz"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Posiadam prawa autorskie"
},
"files_c300e900": {
"message": "Pliki"
},
"cancel_image_upload_2c771950": {
"message": "Anuluj przesyłanie obrazu"
},
"people_b4ebb13c": {
"message": "Użytkownicy"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Sprawdź, czy obraz ma charakter dekoracyjny"
},
"loading_25990131": {
"message": "Trwa ładowanie..."
},
"announcements_a4b8ed4a": {
"message": "Ogłoszenia"
},
"select_a_file_53ba40ac": {
"message": "Wybierz plik"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatowanie; naciskaj do dołu, aby wybrać"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Kolor tła; naciskaj do dołu, aby wybrać"
},
"files_index_af7c662b": {
"message": "Wykaz plików"
},
"cancel_file_upload_9903e7b9": {
"message": "Anuluj przesyłanie pliku"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Materiał podlega wyjątkowi dozwolonego użytku"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Wpisz alternatywny tekst dla tego obrazu"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Połącz z inną zawartością grupy."
},
"discussions_index_6c36ced": {
"message": "Spis dyskusji"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Kliknij dowolny plik, aby umieścić łącze umożliwiające jego pobranie."
},
"copyright_holder_66ee111": {
"message": "Właściciel praw autorskich:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Obszar Rich Text. Wciśnij ALT+F8 po pomoc"
},
"enter_search_terms_e397b1f0": {
"message": "wprowadź szukane terminy"
},
"pages_e5414c2c": {
"message": "Strony"
},
"cc_attribution_f6de631f": {
"message": "Przypisanie CC"
},
"insert_link_6dc23cae": {
"message": "Umieść Łącze"
},
"collaborations_5c56c15f": {
"message": "Projekty współpracy"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Jak chcesz nazwać nową stronę?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Kliknij dowolny obraz, aby osadzić go na stronie."
},
"search_flickr_6884b518": {
"message": "Przeszukaj Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Kliknij dowolną stronę, aby umieścić do niej łącze."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Kliknij, aby wstawić łącze do edytora."
},
"decorative_image_fde98579": {
"message": "Obraz dekoracyjny"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Kliknij, aby wstawić łącze do tego elementu."
},
"load_more_results_460f49a9": {
"message": "Wczytaj więcej wyników"
},
"link_7262adec": {
"message": "Łącze"
},
"grades_a61eba0a": {
"message": "Oceny"
},
"links_14b70841": {
"message": "Łącza"
},
"loading_failed_b3524381": {
"message": "Niepowodzenie wczytywania..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Kliknij, aby osadzić obraz { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Zamknij formularz Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Program kursu"
},
"upload_8b403d05": {
"message": "Pobierz"
},
"modules_c4325335": {
"message": "Moduły"
},
"no_results_940393cf": {
"message": "Brak wyników."
},
"announcement_list_da155734": {
"message": "Lista ogłoszeń"
},
"link_to_a_new_page_6c4ad034": {
"message": "Połącz z nową stroną"
},
"insert_math_equation_57c6e767": {
"message": "Wpisz równanie matematyczne"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Mam uprawnienie do korzystania z tego pliku."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Niekomercyjne przypisanie CC, w równych częściach"
},
"wiki_home_9cd54d0": {
"message": "Wiki — Strona główna"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Jeśli nie wybierzesz teraz praw do korzystania, po przesłaniu plik nie zostanie opublikowany."
},
"upload_a_new_image_890df275": {
"message": "Przekaż nowy obraz"
},
"search_280d00bd": {
"message": "Wyszukaj"
},
"assignments_1e02582c": {
"message": "Zadania"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Niekomercyjne przypisanie CC"
},
"quizzes_list_d812caa6": {
"message": "Lista testów"
},
"image_upload_form_7b74079a": {
"message": "Formularz przesyłania obrazów"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Materiał jest objęty licencją Creative Commons"
},
"images_7ce26570": {
"message": "Obrazy"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Połącz z inną zawartością z kursu."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Rozmiar czcionki; naciskaj do dołu, aby wybrać"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Wybierz folder, aby przesłać do niego plik"
},
"course_navigation_dd035109": {
"message": "Nawigowanie po kursie"
},
"choose_usage_rights_33683854": {
"message": "Wybierz prawa użytkowania..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Kolor tekstu; naciskaj do dołu, aby wybrać"
},
"embed_image_1080badc": {
"message": "Osadź obraz"
},
"creative_commons_license_725584ae": {
"message": "Licencja Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Materiał znajduje się w domenie publicznej"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "Lista de anúncio"
},
"announcements_a4b8ed4a": {
"message": "Anúncios"
},
"assignment_list_a833f59d": {
"message": "Lista de tarefas"
},
"assignments_1e02582c": {
"message": "Tarefas"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Cor de fundo, pressione para selecionar"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Cancelar carregamento de arquivo"
},
"cancel_image_upload_2c771950": {
"message": "Cancelar carregamento de imagem"
},
"cc_attribution_f6de631f": {
"message": "Atribuição CC"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Atribuição CC não à obras derivadas"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Atribuição CC uso não comercial"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Atribuição CC uso não comercial, não à obras derivadas"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Atribuição CC uso não comercial, compartilhamento pela mesma licença"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Atribuição CC compartilhamento pela mesma licença"
},
"choose_usage_rights_33683854": {
"message": "Escolher direitos de uso..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Clique em qualquer arquivo para inserir um link de download para este arquivo."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Clique em qualquer imagem para incorporá-la à página."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Clique em qualquer página para inserir um link para para essa página."
},
"click_to_embed_image_33107dd8": {
"message": "Clique para incorporar imagem"
},
"click_to_embed_imagename_c41ea8df": {
"message": "Clique para incorporar { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Clique para inserir um link no editor."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Clique para inserir um link para este item."
},
"close_flickr_form_b32e600a": {
"message": "Fechar formulário do Flickr"
},
"collaborations_5c56c15f": {
"message": "Colaborações"
},
"copyright_holder_66ee111": {
"message": "Titular do Copyright:"
},
"course_navigation_dd035109": {
"message": "Navegação do curso"
},
"course_syllabus_5de1b0af": {
"message": "Programa do curso"
},
"creative_commons_license_725584ae": {
"message": "Licença do Creative Commons:"
},
"discussions_a5f96392": {
"message": "Discussões"
},
"discussions_index_6c36ced": {
"message": "Índice de discussões"
},
"embed_image_1080badc": {
"message": "Imagem incorporada"
},
"enter_search_terms_e397b1f0": {
"message": "inserir termos de pesquisa"
},
"file_upload_form_4aaad554": {
"message": "Formulário de carregamento de arquivo"
},
"files_c300e900": {
"message": "Arquivos"
},
"files_index_af7c662b": {
"message": "Índice de arquivos"
},
"folder_705fd2d7": {
"message": "Pasta"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Tamanho da fonte, pressione para selecionar"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatação, pressione para selecionar"
},
"grades_a61eba0a": {
"message": "Notas"
},
"group_navigation_99f191a": {
"message": "Navegação do grupo"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Você obteve permissão para usar este arquivo."
},
"i_hold_the_copyright_71ee91b1": {
"message": "Eu posso o copyright"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Se você não selecionar os direitos de uso agora, esse arquivo terá a publicação cancelada depois do seu carregamento ser realizado."
},
"image_upload_form_7b74079a": {
"message": "Formulário de carregamento de imagem"
},
"images_7ce26570": {
"message": "Imagens"
},
"insert_equella_links_49a8dacd": {
"message": "Inserir links Equella"
},
"insert_link_6dc23cae": {
"message": "Inserir link"
},
"insert_math_equation_57c6e767": {
"message": "Insira Equação da Matemática"
},
"link_7262adec": {
"message": "Link"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link para uma nova página"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Vincular a outros conteúdos no curso."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Vincular a outros conteúdos no grupo."
},
"link_to_url_52dd935c": {
"message": "Link para URL"
},
"links_14b70841": {
"message": "Links"
},
"load_more_results_460f49a9": {
"message": "Carregar mais resultados"
},
"loading_25990131": {
"message": "Carregando..."
},
"loading_failed_b3524381": {
"message": "Falha no carregamento..."
},
"modules_c4325335": {
"message": "Módulos"
},
"no_results_940393cf": {
"message": "Sem resultados."
},
"pages_e5414c2c": {
"message": "Páginas"
},
"people_b4ebb13c": {
"message": "Pessoas"
},
"quizzes_7e598f57": {
"message": "Testes"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Área de Texto Rico. Pressione ALT + F8 para obter ajuda"
},
"search_280d00bd": {
"message": "Buscar"
},
"search_flickr_6884b518": {
"message": "Procurar no Flickr"
},
"select_a_file_53ba40ac": {
"message": "Escolher um arquivo"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Selecione uma pasta para a qual carregar o seu arquivo"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Cor do texto, pressione para selecionar"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "O material está no domínio público"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "O material está licenciado sob Creative Commons"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "O material está sujeito à exceção de uso justo"
},
"upload_8b403d05": {
"message": "Upload"
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload de novo arquivo"
},
"upload_a_new_image_890df275": {
"message": "Upload de nova imagem"
},
"usage_right_ff96f3e2": {
"message": "Direito de uso:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Você gostaria de chamar a nova página?"
},
"wiki_home_9cd54d0": {
"message": "Página inicial do wiki"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Navegação do grupo"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Atribuição CC compartilhamento pela mesma licença"
},
"link_to_url_52dd935c": {
"message": "Ligação para URL"
},
"quizzes_7e598f57": {
"message": "Testes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Atribuição CC uso não comercial, não à obras derivadas"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload de novo arquivo"
},
"file_upload_form_4aaad554": {
"message": "Formulário de envio de ficheiro"
},
"folder_705fd2d7": {
"message": "Pasta"
},
"insert_equella_links_49a8dacd": {
"message": "Inserir ligações do Equella"
},
"assignment_list_a833f59d": {
"message": "Lista de tarefas"
},
"alternative_text_a834dcad": {
"message": "Texto Alternativo:"
},
"discussions_a5f96392": {
"message": "Discussões"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Atribuição CC não à obras derivadas"
},
"usage_right_ff96f3e2": {
"message": "Direito de utilização:"
},
"click_to_embed_image_33107dd8": {
"message": "Clique para incorporar imagem"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Sou o titular dos direitos de autor"
},
"files_c300e900": {
"message": "Arquivos"
},
"cancel_image_upload_2c771950": {
"message": "Cancelar upload de imagem"
},
"people_b4ebb13c": {
"message": "Pessoas"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Verifique se a imagem é decorativa"
},
"loading_25990131": {
"message": "Carregando..."
},
"announcements_a4b8ed4a": {
"message": "Anúncios"
},
"select_a_file_53ba40ac": {
"message": "Selecionar um ficheiro"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatação, premir para baixo para selecionar"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Cor de fundo, premir para baixo para selecionar"
},
"files_index_af7c662b": {
"message": "Índice de arquivos"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancelar upload de ficheiro"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "O material está sujeito à exceção de utilização justa"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Digite o texto alternativo para esta imagem"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Vincular a outros conteúdos no grupo."
},
"discussions_index_6c36ced": {
"message": "Índice de discussões"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Clique em qualquer arquivo para inserir um link de download para este arquivo."
},
"copyright_holder_66ee111": {
"message": "Titular dos direitos de autor:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Área Rich Text. Pressione ALT+F8 para ajuda"
},
"enter_search_terms_e397b1f0": {
"message": "inserir termos de pesquisa"
},
"pages_e5414c2c": {
"message": "Páginas"
},
"cc_attribution_f6de631f": {
"message": "Atribuição CC"
},
"insert_link_6dc23cae": {
"message": "Inserir ligação"
},
"collaborations_5c56c15f": {
"message": "Colaborações"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Que nome pretende dar à nova página?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Clique em qualquer imagem para incorporá-la à página."
},
"search_flickr_6884b518": {
"message": "Procurar Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Clique em qualquer página para inserir um link para para essa página."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Clique para inserir uma ligação no editor."
},
"decorative_image_fde98579": {
"message": "Imagem decorativa"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Clique para inserir uma ligação para este item."
},
"load_more_results_460f49a9": {
"message": "Carrega mais resultados"
},
"link_7262adec": {
"message": "Ligação"
},
"grades_a61eba0a": {
"message": "Notas"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "A carregar falhou..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Clique para incorporar { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Fechar o formulário Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Programa da disciplina"
},
"upload_8b403d05": {
"message": "Upload"
},
"modules_c4325335": {
"message": "Módulos"
},
"no_results_940393cf": {
"message": "Nenhum resultado."
},
"announcement_list_da155734": {
"message": "Lista de anúncio"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link para uma nova página"
},
"insert_math_equation_57c6e767": {
"message": "Inserir Equação Matemática"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Obtive permissão para utilizar este ficheiro."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Atribuição CC uso não comercial, compartilhamento pela mesma licença"
},
"wiki_home_9cd54d0": {
"message": "Página inicial do wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Se você não selecionar os direitos de utilização agora, este ficheiro não será publicado apor seu carregamento."
},
"upload_a_new_image_890df275": {
"message": "Upload de nova imagem"
},
"search_280d00bd": {
"message": "Pesquisar"
},
"assignments_1e02582c": {
"message": "Tarefas"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Atribuição CC uso não comercial"
},
"quizzes_list_d812caa6": {
"message": "Lista de tarefas"
},
"image_upload_form_7b74079a": {
"message": "Formulário de Upload de Imagem"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "O material está sujeito a licença Creative Commons"
},
"images_7ce26570": {
"message": "Imagens"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Associar a outro conteúdo na disciplina."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Tamanho da letra, premir para baixo para selecionar"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Selecione uma pasta para fazer o upload do ficheiro"
},
"course_navigation_dd035109": {
"message": "Navegação da disciplina"
},
"choose_usage_rights_33683854": {
"message": "Escolher direitos de utilização..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Cor do texto, premir para baixo para selecionar"
},
"embed_image_1080badc": {
"message": "Incorporar imagem"
},
"creative_commons_license_725584ae": {
"message": "Licença Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "O material é de domínio público"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Navegação do grupo"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Atribuição CC compartilhamento pela mesma licença"
},
"link_to_url_52dd935c": {
"message": "Link para URL"
},
"quizzes_7e598f57": {
"message": "Testes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Atribuição CC uso não comercial, não à obras derivadas"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Upload de novo arquivo"
},
"file_upload_form_4aaad554": {
"message": "Formulário de carregamento de arquivo"
},
"folder_705fd2d7": {
"message": "Pasta"
},
"insert_equella_links_49a8dacd": {
"message": "Inserir links Equella"
},
"assignment_list_a833f59d": {
"message": "Lista de tarefas"
},
"alternative_text_a834dcad": {
"message": "Texto alternativo:"
},
"discussions_a5f96392": {
"message": "Discussões"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Atribuição CC não à obras derivadas"
},
"usage_right_ff96f3e2": {
"message": "Direito de uso:"
},
"click_to_embed_image_33107dd8": {
"message": "Clique para incorporar imagem"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Eu posso o copyright"
},
"files_c300e900": {
"message": "Arquivos"
},
"cancel_image_upload_2c771950": {
"message": "Cancelar carregamento de imagem"
},
"people_b4ebb13c": {
"message": "Pessoas"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Verifique se a imagem é decorativa"
},
"loading_25990131": {
"message": "Carregando..."
},
"announcements_a4b8ed4a": {
"message": "Anúncios"
},
"select_a_file_53ba40ac": {
"message": "Escolher um arquivo"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatação, pressione para selecionar"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Cor de fundo, pressione para selecionar"
},
"files_index_af7c662b": {
"message": "Índice de arquivos"
},
"cancel_file_upload_9903e7b9": {
"message": "Cancelar carregamento de arquivo"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "O material está sujeito à exceção de uso justo"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Digite o texto alternativo para essa imagem"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Vincular a outros conteúdos no grupo."
},
"discussions_index_6c36ced": {
"message": "Índice de discussões"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Clique em qualquer arquivo para inserir um link de download para este arquivo."
},
"copyright_holder_66ee111": {
"message": "Titular do Copyright:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Área de Texto Rico. Pressione ALT + F8 para obter ajuda"
},
"enter_search_terms_e397b1f0": {
"message": "inserir termos de pesquisa"
},
"pages_e5414c2c": {
"message": "Páginas"
},
"cc_attribution_f6de631f": {
"message": "Atribuição CC"
},
"insert_link_6dc23cae": {
"message": "Inserir link"
},
"collaborations_5c56c15f": {
"message": "Colaborações"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Você gostaria de chamar a nova página?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Clique em qualquer imagem para incorporá-la à página."
},
"search_flickr_6884b518": {
"message": "Procurar no Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Clique em qualquer página para inserir um link para para essa página."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Clique para inserir um link no editor."
},
"decorative_image_fde98579": {
"message": "Imagem decorativa"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Clique para inserir um link para este item."
},
"load_more_results_460f49a9": {
"message": "Carregar mais resultados"
},
"link_7262adec": {
"message": "Link"
},
"grades_a61eba0a": {
"message": "Notas"
},
"links_14b70841": {
"message": "Links"
},
"loading_failed_b3524381": {
"message": "Falha no carregamento..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Clique para incorporar { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Fechar formulário do Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Programa do curso"
},
"upload_8b403d05": {
"message": "Upload"
},
"modules_c4325335": {
"message": "Módulos"
},
"no_results_940393cf": {
"message": "Sem resultados."
},
"announcement_list_da155734": {
"message": "Lista de anúncio"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link para uma nova página"
},
"insert_math_equation_57c6e767": {
"message": "Insira Equação da Matemática"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Você obteve permissão para usar este arquivo."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Atribuição CC uso não comercial, compartilhamento pela mesma licença"
},
"wiki_home_9cd54d0": {
"message": "Página inicial do wiki"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Se você não selecionar os direitos de uso agora, esse arquivo terá a publicação cancelada depois do seu carregamento ser realizado."
},
"upload_a_new_image_890df275": {
"message": "Upload de nova imagem"
},
"search_280d00bd": {
"message": "Buscar"
},
"assignments_1e02582c": {
"message": "Tarefas"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Atribuição CC uso não comercial"
},
"quizzes_list_d812caa6": {
"message": "Lista de questionários"
},
"image_upload_form_7b74079a": {
"message": "Formulário de carregamento de imagem"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "O material está licenciado sob Creative Commons"
},
"images_7ce26570": {
"message": "Imagens"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Vincular a outros conteúdos no curso."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Tamanho da fonte, pressione para selecionar"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Selecione uma pasta para a qual carregar o seu arquivo"
},
"course_navigation_dd035109": {
"message": "Navegação do curso"
},
"choose_usage_rights_33683854": {
"message": "Escolher direitos de uso..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Cor do texto, pressione para selecionar"
},
"embed_image_1080badc": {
"message": "Imagem incorporada"
},
"creative_commons_license_725584ae": {
"message": "Licença do Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "O material está no domínio público"
}
}

View File

@ -0,0 +1,29 @@
{
"announcements_a4b8ed4a": {
"message": "Anunțuri"
},
"assignments_1e02582c": {
"message": "Teme"
},
"discussions_a5f96392": {
"message": "Discuții"
},
"files_c300e900": {
"message": "Fișiere"
},
"loading_25990131": {
"message": "Se încarcă..."
},
"pages_e5414c2c": {
"message": "Pagini"
},
"people_b4ebb13c": {
"message": "Persoane"
},
"quizzes_7e598f57": {
"message": "Test"
},
"search_280d00bd": {
"message": "Caută"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Навигация группы"
},
"cc_attribution_share_alike_669e7f16": {
"message": "Принадлежность CC, поровну"
},
"link_to_url_52dd935c": {
"message": "Ссылка на URL"
},
"quizzes_7e598f57": {
"message": "Контрольные работы"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "Принадлежность CC, некоммерческий, без производных"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 г. Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Загрузить новый файл"
},
"file_upload_form_4aaad554": {
"message": "Форма отправки файла"
},
"folder_705fd2d7": {
"message": "Папка"
},
"insert_equella_links_49a8dacd": {
"message": "Вставить ссылки на Equella"
},
"assignment_list_a833f59d": {
"message": "Список заданий"
},
"alternative_text_a834dcad": {
"message": "Альтернативный текст:"
},
"discussions_a5f96392": {
"message": "Обсуждения"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "Принадлежность CC, без производных"
},
"usage_right_ff96f3e2": {
"message": "Право на использование:"
},
"click_to_embed_image_33107dd8": {
"message": "Щелкните для встраивания изображения"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Я являюсь правообладателем"
},
"files_c300e900": {
"message": "Файлы"
},
"cancel_image_upload_2c771950": {
"message": "Отменить отправку изображения"
},
"people_b4ebb13c": {
"message": "Пользователи"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Проверьте, является ли изображение декоративным"
},
"loading_25990131": {
"message": "Загрузка..."
},
"announcements_a4b8ed4a": {
"message": "Объявления"
},
"select_a_file_53ba40ac": {
"message": "Выбрать файл"
},
"formatting_press_down_to_select_df728c30": {
"message": "Форматирование, нажмите стрелку вниз, чтобы выбрать"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Цвет фона, нажмите стрелку вниз, чтобы выбрать"
},
"files_index_af7c662b": {
"message": "Индекс файлов"
},
"cancel_file_upload_9903e7b9": {
"message": "Отменить отправку файла"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Материал относится к категории исключений добросовестного использования"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Введите альтернативный текст для этого изображения"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Ссылка на другое содержание в этой группе."
},
"discussions_index_6c36ced": {
"message": "Индекс обсуждений"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Щелкните любой файл для вставки ссылки на этот файл."
},
"copyright_holder_66ee111": {
"message": "Правообладатель:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Область форматированного текста. Нажмите ALT + F8 для справки"
},
"enter_search_terms_e397b1f0": {
"message": "введите критерии поиска"
},
"pages_e5414c2c": {
"message": "Страницы"
},
"cc_attribution_f6de631f": {
"message": "Принадлежность CC"
},
"insert_link_6dc23cae": {
"message": "Вставить ссылку"
},
"collaborations_5c56c15f": {
"message": "Совместные работы"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Как назвать новую страницу?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Щелкните любое изображение для встраивания изображения в страницу."
},
"search_flickr_6884b518": {
"message": "Поиск по Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Щелкните любую страницу, чтобы вставить ссылку в эту страницу."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Нажмите, чтобы вставить ссылку в редактор."
},
"decorative_image_fde98579": {
"message": "Декоративное изображение"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Нажмите, чтобы вставить ссылку на этот элемент."
},
"load_more_results_460f49a9": {
"message": "Загрузить больше результатов"
},
"link_7262adec": {
"message": "Ссылка"
},
"grades_a61eba0a": {
"message": "Баллы"
},
"links_14b70841": {
"message": "Ссылки"
},
"loading_failed_b3524381": {
"message": "Загрузка завершилась безрезультатно..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Щелкните для встраивания { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Закрыть форму Flickr"
},
"course_syllabus_5de1b0af": {
"message": "Программа обучения курса"
},
"upload_8b403d05": {
"message": "Загрузить"
},
"modules_c4325335": {
"message": "Модули"
},
"no_results_940393cf": {
"message": "Нет результатов."
},
"announcement_list_da155734": {
"message": "Список объявлений"
},
"link_to_a_new_page_6c4ad034": {
"message": "Ссылка на новую страницу"
},
"insert_math_equation_57c6e767": {
"message": "Вставить математическое уравнение"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Разрешение на использование данного файла получено."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "Принадлежность CC, некоммерческий, поровну"
},
"wiki_home_9cd54d0": {
"message": "Домашняя страница вики"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Если вы не выберете права пользования сейчас, этот файл не будет опубликован после отправки."
},
"upload_a_new_image_890df275": {
"message": "Загрузить новое изображение"
},
"search_280d00bd": {
"message": "Поиск"
},
"assignments_1e02582c": {
"message": "Задания"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "Принадлежность CC, некоммерческий"
},
"quizzes_list_d812caa6": {
"message": "Список тестов"
},
"image_upload_form_7b74079a": {
"message": "Форма отправки изображения"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Материал распространяется по лицензии Creative Commons"
},
"images_7ce26570": {
"message": "Изображения"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Ссылка на другое содержание в этом курсе."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Размер шрифта, нажмите стрелку вниз, чтобы выбрать"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Выберите папку, в которую будет помещен ваш файл"
},
"course_navigation_dd035109": {
"message": "Навигация курса"
},
"choose_usage_rights_33683854": {
"message": "Выбрать права на использование..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Цвет текста, нажмите стрелку вниз, чтобы выбрать"
},
"embed_image_1080badc": {
"message": "Вставить изображение"
},
"creative_commons_license_725584ae": {
"message": "Лицензионное соглашение Creative Commons:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Материал находится в общедоступном домене"
}
}

View File

@ -0,0 +1,41 @@
{
"announcements_a4b8ed4a": {
"message": "Lajmërime"
},
"assignments_1e02582c": {
"message": "Detyrat"
},
"course_syllabus_5de1b0af": {
"message": "Planpogrami i Kursit"
},
"discussions_a5f96392": {
"message": "Diskutimet"
},
"files_c300e900": {
"message": "Skedarët"
},
"files_index_af7c662b": {
"message": "Indeksi i skedarëve"
},
"grades_a61eba0a": {
"message": "Notat"
},
"loading_25990131": {
"message": "Duke u ngarkuar..."
},
"pages_e5414c2c": {
"message": "Faqet"
},
"people_b4ebb13c": {
"message": "Njerëz"
},
"quizzes_7e598f57": {
"message": "Kuizet"
},
"search_280d00bd": {
"message": "Kërko"
},
"upload_8b403d05": {
"message": "Ngarko"
}
}

View File

@ -0,0 +1,140 @@
{
"announcement_list_da155734": {
"message": "Lista za objave"
},
"announcements_a4b8ed4a": {
"message": "Obavještenja"
},
"assignment_list_a833f59d": {
"message": "Lista zadataka"
},
"assignments_1e02582c": {
"message": "Zadaci"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Boja pozadine, pritisnite dolje kako bi odabrali"
},
"cc_attribution_f6de631f": {
"message": "CC Atribut"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Atribut nije izveden"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Atribut nije komercijalan"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Atribut nije komercijalan nije izveden"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Atribut nije komercijalan podijeli kao sličan"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Atribut podjeli kao sličan"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Kliknite bilo koji dokument da ubacite link za preuzimanje za taj dokument."
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Kliknite bilo koju sliku da proširite sliku na stranici."
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Kliknite bilo koju stranicu da ubacite link za tu stranicu."
},
"click_to_embed_image_33107dd8": {
"message": "Kliknite da uklpoite sliku"
},
"collaborations_5c56c15f": {
"message": "Saradnje "
},
"course_navigation_dd035109": {
"message": "Navigacija kursa"
},
"course_syllabus_5de1b0af": {
"message": "Nastavni plan i program kursa"
},
"discussions_a5f96392": {
"message": "Diskusije"
},
"discussions_index_6c36ced": {
"message": "Indeks diskusija"
},
"embed_image_1080badc": {
"message": "Postavljanje slike"
},
"enter_search_terms_e397b1f0": {
"message": "ukucaj stavke za pretragu"
},
"files_c300e900": {
"message": "Datoteke"
},
"files_index_af7c662b": {
"message": "Indeks dokumenata"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Veličina fonta, prtisnite dolje da odaberete"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatiranje, prtisnite dolje da odaberete"
},
"grades_a61eba0a": {
"message": "Ocjene"
},
"group_navigation_99f191a": {
"message": "Navigacija kroz grupu"
},
"images_7ce26570": {
"message": "Slike"
},
"insert_link_6dc23cae": {
"message": "Ubaci link"
},
"link_to_a_new_page_6c4ad034": {
"message": "Link ka novoj stranici"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Link za drugi sadržaj u kursu."
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Link za ostale sadržaje u grupi."
},
"links_14b70841": {
"message": "Linkovi"
},
"loading_25990131": {
"message": "Učitavanje..."
},
"modules_c4325335": {
"message": "Moduli"
},
"pages_e5414c2c": {
"message": "Stranice"
},
"people_b4ebb13c": {
"message": "Ljudi"
},
"quizzes_7e598f57": {
"message": "Kvizovi"
},
"search_280d00bd": {
"message": "Traži"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Boja teksta, pritisnite dolje kako bi odabrali"
},
"upload_8b403d05": {
"message": "Učitati"
},
"upload_a_new_file_96e6d4ff": {
"message": "Učitajte novu datoteku"
},
"upload_a_new_image_890df275": {
"message": "Učitajte novu sliku"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Kako biste voljeli nazvati novu stranicu?"
},
"wiki_home_9cd54d0": {
"message": "Wiki početna strana"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "Gruppnavigering"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Attribut Dela Lika"
},
"link_to_url_52dd935c": {
"message": "Länk till URL"
},
"quizzes_7e598f57": {
"message": "Quizzes"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Attribut Ej Kommersiell Inga Derivat"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Ladda upp en ny fil"
},
"file_upload_form_4aaad554": {
"message": "Fil uppladdningsformulär"
},
"folder_705fd2d7": {
"message": "Mapp"
},
"insert_equella_links_49a8dacd": {
"message": "För in Equella länkar"
},
"assignment_list_a833f59d": {
"message": "Uppgiftslista"
},
"alternative_text_a834dcad": {
"message": "Alternativ text:"
},
"discussions_a5f96392": {
"message": "Diskussioner"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Erkänner inga bearbetningar"
},
"usage_right_ff96f3e2": {
"message": "Användarrättigheter:"
},
"click_to_embed_image_33107dd8": {
"message": "Klicka för att bädda in bild"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Jag är upprättshavare"
},
"files_c300e900": {
"message": "Filer"
},
"cancel_image_upload_2c771950": {
"message": "Avbryt bilduppladdning"
},
"people_b4ebb13c": {
"message": "Personer"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "Kontrollera om bilden är dekorativ"
},
"loading_25990131": {
"message": "Laddar..."
},
"announcements_a4b8ed4a": {
"message": "Meddelanden"
},
"select_a_file_53ba40ac": {
"message": "Välj en fil"
},
"formatting_press_down_to_select_df728c30": {
"message": "Formatering, tryck ner för att välja "
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Bakgrundsfärg, tryck ner för att välja"
},
"files_index_af7c662b": {
"message": "Filindex"
},
"cancel_file_upload_9903e7b9": {
"message": "Avbryt filuppladdning"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Materialet är föremål för rättvist användningsundantag."
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "Ange alternativ text för den här bilden"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Länka till annat innehåll i gruppen."
},
"discussions_index_6c36ced": {
"message": "Diskussionindex"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Klicka på en fil för att lägga till en nedladdningslänk för den filen."
},
"copyright_holder_66ee111": {
"message": "Upphovsrättshavare:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Rik text-område. Tryck ALT+F8 för hjälp"
},
"enter_search_terms_e397b1f0": {
"message": "uppge söktermer"
},
"pages_e5414c2c": {
"message": "Sidor"
},
"cc_attribution_f6de631f": {
"message": "CC Attribut"
},
"insert_link_6dc23cae": {
"message": "Skriv in länk"
},
"collaborations_5c56c15f": {
"message": "Samarbeten"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Vad vill du kalla den nya sidan?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Klicka på en bild för att bädda in bilden på sidan."
},
"search_flickr_6884b518": {
"message": "Sök Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Klicka på en sida för att lägga till en länk till sidan."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Klicka för att infoga en länk i redigeraren."
},
"decorative_image_fde98579": {
"message": "Dekorativ-bild"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Klicka för att infoga en länk till detta föremål."
},
"load_more_results_460f49a9": {
"message": "Hämta fler resultat"
},
"link_7262adec": {
"message": "Länk"
},
"grades_a61eba0a": {
"message": "Betyg"
},
"links_14b70841": {
"message": "Länkar"
},
"loading_failed_b3524381": {
"message": "Laddning misslyckades..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "Klicka för att bädda in { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "Stäng Flickr formuläret"
},
"course_syllabus_5de1b0af": {
"message": "Kursplan för kursen"
},
"upload_8b403d05": {
"message": "Ladda upp"
},
"modules_c4325335": {
"message": "Moduler"
},
"no_results_940393cf": {
"message": "Inga resultat."
},
"announcement_list_da155734": {
"message": "Meddelandelista"
},
"link_to_a_new_page_6c4ad034": {
"message": "Länka till en ny sida"
},
"insert_math_equation_57c6e767": {
"message": "För in en matematisk ekvation"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Jag har fått tillåtelse att använda den här filen."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Attribut Ej Kommersiell Dela Lika"
},
"wiki_home_9cd54d0": {
"message": "Wiki hem"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "Om du inte väljer användningsrättigheter nu kommer den här filen att publiceras efter att den har laddats upp."
},
"upload_a_new_image_890df275": {
"message": "Ladda upp en ny bild"
},
"search_280d00bd": {
"message": "Sök"
},
"assignments_1e02582c": {
"message": "Uppgifter"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Attribut Ej Kommersiell"
},
"quizzes_list_d812caa6": {
"message": "Quizzes-lista"
},
"image_upload_form_7b74079a": {
"message": "Bild uppladdningsformulär"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Materialet har en licens från Creative Commons"
},
"images_7ce26570": {
"message": "Bilder"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Länka till annat innehåll i kursen."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Typsnittsstorlek, trycker ner för att välja"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Välj en mapp att ladda upp din fil till"
},
"course_navigation_dd035109": {
"message": "Kursnavigering"
},
"choose_usage_rights_33683854": {
"message": "Ändra användningsrättigheter"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Textfärg, tryck ner för att välja"
},
"embed_image_1080badc": {
"message": "Bädda in bild"
},
"creative_commons_license_725584ae": {
"message": "Gemensam kreativitets licens:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Materialet är i den offentliga domänen"
}
}

View File

@ -0,0 +1,11 @@
{
"announcements_a4b8ed4a": {
"message": "Bildirişler"
},
"assignments_1e02582c": {
"message": "Ýumuşlar"
},
"loading_25990131": {
"message": "Ýüklenýär..."
}
}

View File

@ -0,0 +1,224 @@
{
"group_navigation_99f191a": {
"message": "Grup Gezinme Menüsü"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Özelliği İlk lisans modeli korunacak"
},
"quizzes_7e598f57": {
"message": "Kısa sınavlar"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Özelliği Ticari kullanılamayacak Özgün hali korunacak"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Yeni bir dosya yükle"
},
"file_upload_form_4aaad554": {
"message": "Dosya Yükleme Formu"
},
"folder_705fd2d7": {
"message": "Klasör"
},
"insert_equella_links_49a8dacd": {
"message": "Equella Bağlantısı Ekle"
},
"assignment_list_a833f59d": {
"message": "Ödev Listesi"
},
"discussions_a5f96392": {
"message": "Tartışmalar"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Özelliği Özgün hali korunacak"
},
"usage_right_ff96f3e2": {
"message": "Kullanım Şartları:"
},
"click_to_embed_image_33107dd8": {
"message": "Görsel eklemek için tıklayın"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Telif hakkı bendedir"
},
"files_c300e900": {
"message": "Dosyalar"
},
"cancel_image_upload_2c771950": {
"message": "Görsel yüklemeyi iptal et"
},
"people_b4ebb13c": {
"message": "Katılımcılar"
},
"loading_25990131": {
"message": "Yükleniyor..."
},
"announcements_a4b8ed4a": {
"message": "Duyurular"
},
"formatting_press_down_to_select_df728c30": {
"message": "Biçimlendirme, aşağı tuşa basın ve seçin"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Arkaplan rengi, aşağı tuşa basın ve seçin"
},
"files_index_af7c662b": {
"message": "Dosya Başlıkları"
},
"cancel_file_upload_9903e7b9": {
"message": "Dosya yüklemeyi iptal et"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Bu malzeme adil kullanım istisnasına tabidir"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "Gruptaki diğer içeriğe bağla"
},
"discussions_index_6c36ced": {
"message": "Tartışma Başlıkları"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Dosyayı indirmek için herhangi bir dosya bağlantısına tıklayınız."
},
"copyright_holder_66ee111": {
"message": "Telif Sahibi:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Zengin Metin Alanı. Yardım için ALT+F8 e basın"
},
"enter_search_terms_e397b1f0": {
"message": "arama ifadelerini gir"
},
"pages_e5414c2c": {
"message": "Sayfalar"
},
"cc_attribution_f6de631f": {
"message": "CC Özelliği"
},
"insert_link_6dc23cae": {
"message": "Bağlantı Ekle"
},
"collaborations_5c56c15f": {
"message": "İşbirliğine Yönelik Çalışmalar"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Yeni sayfaya hangi ismi vermek istersiniz?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "Bu sayfaya bir görsel yerleştirmek için tıklayın."
},
"search_flickr_6884b518": {
"message": "Flickr''da ara"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "Herhangi bir sayfaya bağlantı eklemek için ilgili sayfaya tıklayın."
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "Düzenleyiciye bağlantı eklemek için tıklayın."
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "Bu öğeye bağlantı eklemek için tıklayınız"
},
"load_more_results_460f49a9": {
"message": "Daha fazla sonuç yükle"
},
"link_7262adec": {
"message": "Bağlantı"
},
"grades_a61eba0a": {
"message": "Notlar"
},
"links_14b70841": {
"message": "Bağlantılar"
},
"loading_failed_b3524381": {
"message": "Yükleme Başarısız..."
},
"click_to_embed_imagename_c41ea8df": {
"message": "{ imageName } görselini eklemek için tıklayınız"
},
"close_flickr_form_b32e600a": {
"message": "Flickr formunu kapat"
},
"course_syllabus_5de1b0af": {
"message": "Ders Programı"
},
"upload_8b403d05": {
"message": "Yükle"
},
"modules_c4325335": {
"message": "Modüller"
},
"no_results_940393cf": {
"message": "Sonuç yok."
},
"announcement_list_da155734": {
"message": "Duyuru Listesi"
},
"link_to_a_new_page_6c4ad034": {
"message": "Yeni Sayfaya Bağlantı Ekle"
},
"insert_math_equation_57c6e767": {
"message": "Matematik Denklemi Ekle"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Bu dosyayı kullanmak için iznim var."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Özelliği Ticari kullanılamayacak İlk lisans modeli korunacak"
},
"wiki_home_9cd54d0": {
"message": "Wiki Ana Sayfası"
},
"upload_a_new_image_890df275": {
"message": "Yeni bir görsel yükleyin"
},
"search_280d00bd": {
"message": "Ara"
},
"assignments_1e02582c": {
"message": "Ödevler"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC Özelliği Ticari Olmayan"
},
"image_upload_form_7b74079a": {
"message": "Görsel Yükleme Formu"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Bu malzeme Creative Commons a göre lisanslı"
},
"images_7ce26570": {
"message": "Görseller"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "Ders içindeki başka bir içeriğe bağla."
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Yazı büyüklüğü, aşağı tuşa basın ve seçin"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "Dosyanızı yükleyeceğiniz bir klasör seçin"
},
"course_navigation_dd035109": {
"message": "Ders Gezinme Menüsü"
},
"choose_usage_rights_33683854": {
"message": "Kullanıcı haklarını seçin..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Yazı rengi, aşağı tuşa basın ve seçin"
},
"embed_image_1080badc": {
"message": "Görsel Ekle"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons Lisansı:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Bu malzeme genel kullanıma açık"
}
}

View File

@ -0,0 +1,170 @@
{
"announcement_list_da155734": {
"message": "Список оголошень"
},
"announcements_a4b8ed4a": {
"message": "Оголошення"
},
"assignment_list_a833f59d": {
"message": "Список завдань"
},
"assignments_1e02582c": {
"message": "Завдання"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Колір фону, натисніть внизу, щоб вибрати"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "Відмінити завантаження файлу"
},
"cancel_image_upload_2c771950": {
"message": "Відмінити завантаження зображення"
},
"cc_attribution_f6de631f": {
"message": "CC Компетенція"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Attribution No Derivatives"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "СС атрибуція некомерційна"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Attribution Non-Commercial No Derivatives"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Attribution Non-Commercial Share Alike"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Attribution Share Alike"
},
"choose_usage_rights_33683854": {
"message": "Виберіть права використання..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Натисніть на будь-який файл, щоб вставити посилання до цього файлу"
},
"click_to_embed_image_33107dd8": {
"message": "Натисніть на вставлене зображення"
},
"collaborations_5c56c15f": {
"message": "Сумісна робота"
},
"copyright_holder_66ee111": {
"message": "Правовласник:"
},
"course_navigation_dd035109": {
"message": "Навігація курсу"
},
"course_syllabus_5de1b0af": {
"message": "Програма курсу"
},
"creative_commons_license_725584ae": {
"message": "Ліцензія на творчі спільноти:"
},
"discussions_a5f96392": {
"message": "Обговорення"
},
"discussions_index_6c36ced": {
"message": "Номер обговорення"
},
"embed_image_1080badc": {
"message": "Вставити забраження"
},
"enter_search_terms_e397b1f0": {
"message": "введіть умови пошуку"
},
"file_upload_form_4aaad554": {
"message": "Форма завантаження файлу"
},
"files_c300e900": {
"message": "Файли"
},
"files_index_af7c662b": {
"message": "Номер файлів"
},
"folder_705fd2d7": {
"message": "Тека"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Розмір шрифту, натисніть внизу, щоб вибрати"
},
"formatting_press_down_to_select_df728c30": {
"message": "Форматування, натисніть внизу, щоб вибрати"
},
"grades_a61eba0a": {
"message": "Оцінки"
},
"group_navigation_99f191a": {
"message": "Навігація групи"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Я отримав дозвіл на використання цього файлу."
},
"i_hold_the_copyright_71ee91b1": {
"message": "Я дотримаюсь авторського права"
},
"image_upload_form_7b74079a": {
"message": "Форма завантаження зображення"
},
"images_7ce26570": {
"message": "Зображення"
},
"insert_math_equation_57c6e767": {
"message": "Вставити математичне рівняння"
},
"link_7262adec": {
"message": "Посилання"
},
"link_to_a_new_page_6c4ad034": {
"message": "Посилання на нову сторінку"
},
"links_14b70841": {
"message": "Посилання"
},
"load_more_results_460f49a9": {
"message": "Завантажити більше результатів"
},
"loading_25990131": {
"message": "Завантаження..."
},
"loading_failed_b3524381": {
"message": "Невдале завантаження..."
},
"modules_c4325335": {
"message": "Розділи"
},
"no_results_940393cf": {
"message": "Результати відсутні."
},
"pages_e5414c2c": {
"message": "Сторінки"
},
"people_b4ebb13c": {
"message": "Люди"
},
"quizzes_7e598f57": {
"message": "Контрольні роботи"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Цінна текст область. Нажміть ALT+F8 за допомогою"
},
"search_280d00bd": {
"message": "Пошук"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Коліп тексту, натисніть внизу, щоб вибрати"
},
"upload_8b403d05": {
"message": "Завантажити"
},
"upload_a_new_file_96e6d4ff": {
"message": "Завантажити новий файл"
},
"upload_a_new_image_890df275": {
"message": "Завантажити нове зображення"
}
}

View File

@ -0,0 +1,188 @@
{
"group_navigation_99f191a": {
"message": "Навігація групи"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC Attribution Share Alike"
},
"quizzes_7e598f57": {
"message": "Контрольні роботи"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC Attribution Non-Commercial No Derivatives"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "Завантажити новий файл"
},
"file_upload_form_4aaad554": {
"message": "Форма завантаження файлу"
},
"folder_705fd2d7": {
"message": "Тека"
},
"assignment_list_a833f59d": {
"message": "Список завдань"
},
"discussions_a5f96392": {
"message": "Обговорення"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC Attribution No Derivatives"
},
"usage_right_ff96f3e2": {
"message": "Правильне використання:"
},
"click_to_embed_image_33107dd8": {
"message": "Натисніть на вставлене зображення"
},
"i_hold_the_copyright_71ee91b1": {
"message": "Я дотримаюсь авторського права"
},
"files_c300e900": {
"message": "Файли"
},
"cancel_image_upload_2c771950": {
"message": "Відмінити завантаження зображення"
},
"people_b4ebb13c": {
"message": "Люди"
},
"loading_25990131": {
"message": "Завантаження..."
},
"announcements_a4b8ed4a": {
"message": "Оголошення"
},
"formatting_press_down_to_select_df728c30": {
"message": "Форматування, натисніть внизу, щоб вибрати"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "Колір фону, натисніть внизу, щоб вибрати"
},
"files_index_af7c662b": {
"message": "Номер файлів"
},
"cancel_file_upload_9903e7b9": {
"message": "Відмінити завантаження файлу"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "Матеріал є предметом виключно сумлінного використання"
},
"discussions_index_6c36ced": {
"message": "Номер обговорення"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "Натисніть на будь-який файл, щоб вставити посилання до цього файлу"
},
"copyright_holder_66ee111": {
"message": "Правовласник:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "Цінна текст область. Нажміть ALT+F8 за допомогою"
},
"enter_search_terms_e397b1f0": {
"message": "введіть умови пошуку"
},
"pages_e5414c2c": {
"message": "Сторінки"
},
"cc_attribution_f6de631f": {
"message": "CC Компетенція"
},
"insert_link_6dc23cae": {
"message": "Вставити посилання"
},
"collaborations_5c56c15f": {
"message": "Сумісна робота"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "Як би ви хотіли назвати нову сторінку?"
},
"load_more_results_460f49a9": {
"message": "Завантажити більше результатів"
},
"link_7262adec": {
"message": "Посилання"
},
"grades_a61eba0a": {
"message": "Оцінки"
},
"links_14b70841": {
"message": "Посилання"
},
"loading_failed_b3524381": {
"message": "Невдале завантаження..."
},
"course_syllabus_5de1b0af": {
"message": "Програма курсу"
},
"upload_8b403d05": {
"message": "Завантажити"
},
"modules_c4325335": {
"message": "Розділи"
},
"no_results_940393cf": {
"message": "Результати відсутні."
},
"announcement_list_da155734": {
"message": "Список оголошень"
},
"link_to_a_new_page_6c4ad034": {
"message": "Посилання на нову сторінку"
},
"insert_math_equation_57c6e767": {
"message": "Вставити математичне рівняння"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "Я отримав дозвіл на використання цього файлу."
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC Attribution Non-Commercial Share Alike"
},
"upload_a_new_image_890df275": {
"message": "Завантажити нове зображення"
},
"search_280d00bd": {
"message": "Пошук"
},
"assignments_1e02582c": {
"message": "Завдання"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "СС атрибуція некомерційна"
},
"image_upload_form_7b74079a": {
"message": "Форма завантаження зображення"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "Матеріал опубліковано під ліцензією Creative Commons"
},
"images_7ce26570": {
"message": "Зображення"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "Розмір шрифту, натисніть внизу, щоб вибрати"
},
"course_navigation_dd035109": {
"message": "Навігація курсу"
},
"choose_usage_rights_33683854": {
"message": "Виберіть права використання..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "Коліп тексту, натисніть внизу, щоб вибрати"
},
"embed_image_1080badc": {
"message": "Вставити забраження"
},
"creative_commons_license_725584ae": {
"message": "Ліцензія на творчі спільноти:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "Матеріал в публічному домені"
}
}

View File

@ -0,0 +1,20 @@
{
"announcements_a4b8ed4a": {
"message": "Những thông báo"
},
"assignments_1e02582c": {
"message": "Bài tập"
},
"discussions_a5f96392": {
"message": "Thảo luận"
},
"folder_705fd2d7": {
"message": "thư mục"
},
"loading_25990131": {
"message": "Đang tải..."
},
"search_280d00bd": {
"message": "Tìm kiếm"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "公告列表"
},
"announcements_a4b8ed4a": {
"message": "公告"
},
"assignment_list_a833f59d": {
"message": "作业列表"
},
"assignments_1e02582c": {
"message": "作业"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "背景颜色,按下即可选择"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "取消文件上传"
},
"cancel_image_upload_2c771950": {
"message": "取消图片上传"
},
"cc_attribution_f6de631f": {
"message": "CC 署名"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC 署名、禁止改写"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC 署名、非商业"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC 署名、非商业、禁止改写"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC 署名、非商业、相同方式共享"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC 署名、相同方式共享"
},
"choose_usage_rights_33683854": {
"message": "选择使用权限..."
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "单击任何文件以插入该文件的下载链接。"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "单击任何图片以在该页面中嵌入图片。"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "单击任何页面以插入指向该页面的链接。"
},
"click_to_embed_image_33107dd8": {
"message": "单击以嵌入图片"
},
"click_to_embed_imagename_c41ea8df": {
"message": "单击以嵌入{ imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "单击以插入指向编辑器的链接。"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "单击以插入指向该项目的链接。"
},
"close_flickr_form_b32e600a": {
"message": "关闭 Flickr 窗体"
},
"collaborations_5c56c15f": {
"message": "协作"
},
"copyright_holder_66ee111": {
"message": "版权持有者:"
},
"course_navigation_dd035109": {
"message": "课程导航"
},
"course_syllabus_5de1b0af": {
"message": "课程大纲"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons 许可证:"
},
"discussions_a5f96392": {
"message": "讨论"
},
"discussions_index_6c36ced": {
"message": "讨论索引"
},
"embed_image_1080badc": {
"message": "嵌入图片"
},
"enter_search_terms_e397b1f0": {
"message": "搜索搜索条件"
},
"file_upload_form_4aaad554": {
"message": "文件上传窗体"
},
"files_c300e900": {
"message": "文件"
},
"files_index_af7c662b": {
"message": "文件索引"
},
"folder_705fd2d7": {
"message": "文件夹"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "字体大小,按下即可选择"
},
"formatting_press_down_to_select_df728c30": {
"message": "格式,按下即可选择"
},
"grades_a61eba0a": {
"message": "评分"
},
"group_navigation_99f191a": {
"message": "小组导航"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "我已获得使用此文件的权限。"
},
"i_hold_the_copyright_71ee91b1": {
"message": "我持有版权"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "如果您现在不选择使用权限,该文件在上传后不会被发布。"
},
"image_upload_form_7b74079a": {
"message": "图片上传窗体"
},
"images_7ce26570": {
"message": "图像"
},
"insert_equella_links_49a8dacd": {
"message": "插入 Equella 链接"
},
"insert_link_6dc23cae": {
"message": "插入链接"
},
"insert_math_equation_57c6e767": {
"message": "插入数学公式"
},
"link_7262adec": {
"message": "链接"
},
"link_to_a_new_page_6c4ad034": {
"message": "链接至新页面"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "链接至课程中的其它内容。"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "链接至小组中的其它内容。"
},
"link_to_url_52dd935c": {
"message": "URL 链接"
},
"links_14b70841": {
"message": "链接"
},
"load_more_results_460f49a9": {
"message": "加载更多结果"
},
"loading_25990131": {
"message": "加载中……"
},
"loading_failed_b3524381": {
"message": "加载失败……"
},
"modules_c4325335": {
"message": "单元"
},
"no_results_940393cf": {
"message": "无结果。"
},
"pages_e5414c2c": {
"message": "页面"
},
"people_b4ebb13c": {
"message": "人员"
},
"quizzes_7e598f57": {
"message": "测验"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "富文本区域。按 ALT+F8 获取帮助"
},
"search_280d00bd": {
"message": "搜索"
},
"search_flickr_6884b518": {
"message": "搜索 Flickr"
},
"select_a_file_53ba40ac": {
"message": "选择一个文件"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "选择您的文件要上传至其中的文件夹"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "文本颜色,按下即可选择"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "材料在公开域中"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "材料已根据 Creative Commons 许可"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "材料受公正使用例外的约束"
},
"upload_8b403d05": {
"message": "上传"
},
"upload_a_new_file_96e6d4ff": {
"message": "上传新文件"
},
"upload_a_new_image_890df275": {
"message": "上传新图片"
},
"usage_right_ff96f3e2": {
"message": "使用权限:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "您想要新页面叫什么名字?"
},
"wiki_home_9cd54d0": {
"message": "维基主页"
}
}

View File

@ -0,0 +1,233 @@
{
"announcement_list_da155734": {
"message": "公告清單"
},
"announcements_a4b8ed4a": {
"message": "通告"
},
"assignment_list_a833f59d": {
"message": "任務清單"
},
"assignments_1e02582c": {
"message": "任務"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "背景顏色,按下以選擇"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"cancel_file_upload_9903e7b9": {
"message": "取消文檔上傳"
},
"cancel_image_upload_2c771950": {
"message": "取消影像上傳"
},
"cc_attribution_f6de631f": {
"message": "CC 屬性"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC 屬性 ­ 無衍生產品"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC 屬性 - 非商業"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC 屬性 - 非商業無衍生產品"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC 屬性 - 非商業性相同方式共用"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC 屬性 - 相同方式共用"
},
"choose_usage_rights_33683854": {
"message": "選擇使用權限…"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "按一下任何文檔,以向該文檔中插入一個下載連結。"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "按一下任何影像,以將該影像嵌入頁面中。"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "按一下任何頁面,以向該頁面中插入一個連結。"
},
"click_to_embed_image_33107dd8": {
"message": "按一下以嵌入影像"
},
"click_to_embed_imagename_c41ea8df": {
"message": "按一下以嵌入 { imageName }"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "按一下以插入一個連結至編輯器"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "按一下以插入一個連結至此項目。"
},
"close_flickr_form_b32e600a": {
"message": "關閉 Flickr 表單"
},
"collaborations_5c56c15f": {
"message": "協作"
},
"copyright_holder_66ee111": {
"message": "版權持有人:"
},
"course_navigation_dd035109": {
"message": "課程導覽"
},
"course_syllabus_5de1b0af": {
"message": "課程教學大綱"
},
"creative_commons_license_725584ae": {
"message": "創意共享授權:"
},
"discussions_a5f96392": {
"message": "討論"
},
"discussions_index_6c36ced": {
"message": "討論索引"
},
"embed_image_1080badc": {
"message": "嵌入影像"
},
"enter_search_terms_e397b1f0": {
"message": "輸入搜索字詞"
},
"file_upload_form_4aaad554": {
"message": "文檔上傳表單"
},
"files_c300e900": {
"message": "文檔"
},
"files_index_af7c662b": {
"message": "文檔索引"
},
"folder_705fd2d7": {
"message": "文件夾"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "字體大小,按下以選擇"
},
"formatting_press_down_to_select_df728c30": {
"message": "格式化,按下以選擇"
},
"grades_a61eba0a": {
"message": "成績"
},
"group_navigation_99f191a": {
"message": "群組導覽"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "我已經獲得了該文檔的使用權限。"
},
"i_hold_the_copyright_71ee91b1": {
"message": "我持有該版權"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "如果您現在不選擇使用權,那麼該文檔在其上傳之後將會撤銷發佈。"
},
"image_upload_form_7b74079a": {
"message": "影像上傳表單"
},
"images_7ce26570": {
"message": "影像"
},
"insert_equella_links_49a8dacd": {
"message": "插入 Equella 連結"
},
"insert_link_6dc23cae": {
"message": "插入連結"
},
"insert_math_equation_57c6e767": {
"message": "插入數學方程式"
},
"link_7262adec": {
"message": "連結"
},
"link_to_a_new_page_6c4ad034": {
"message": "連結到新頁面"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "連接到課程中的其他內容。"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "連結到群組中的其他內容。"
},
"link_to_url_52dd935c": {
"message": "連結到 URL"
},
"links_14b70841": {
"message": "連結"
},
"load_more_results_460f49a9": {
"message": "載入更多結果"
},
"loading_25990131": {
"message": "載入中……"
},
"loading_failed_b3524381": {
"message": "載入失敗……"
},
"modules_c4325335": {
"message": "單元"
},
"no_results_940393cf": {
"message": "無結果。"
},
"pages_e5414c2c": {
"message": "頁面"
},
"people_b4ebb13c": {
"message": "人員"
},
"quizzes_7e598f57": {
"message": "測驗"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "富文本區。按 ALT+F8 尋求協助"
},
"search_280d00bd": {
"message": "搜索"
},
"search_flickr_6884b518": {
"message": "檢索"
},
"select_a_file_53ba40ac": {
"message": "選取檔案"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "選擇一個文件夾,以上傳您的文檔"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "文字顏色,按下以選擇"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "該材料位於公用網域中。"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "該材料在創意共享項下獲得授權"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "該材料存在公平使用的例外情況。"
},
"upload_8b403d05": {
"message": "上傳"
},
"upload_a_new_file_96e6d4ff": {
"message": "上傳新文檔"
},
"upload_a_new_image_890df275": {
"message": "上傳新影像"
},
"usage_right_ff96f3e2": {
"message": "使用權:"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "您想將新頁面稱為什麼?"
},
"wiki_home_9cd54d0": {
"message": "Wiki 首頁"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "小组导航"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC 署名、相同方式共享"
},
"link_to_url_52dd935c": {
"message": "URL 链接"
},
"quizzes_7e598f57": {
"message": "测验"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC 署名、非商业、禁止改写"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "上传新文件"
},
"file_upload_form_4aaad554": {
"message": "文件上传窗体"
},
"folder_705fd2d7": {
"message": "文件夹"
},
"insert_equella_links_49a8dacd": {
"message": "插入 Equella 链接"
},
"assignment_list_a833f59d": {
"message": "作业列表"
},
"alternative_text_a834dcad": {
"message": "替代文本:"
},
"discussions_a5f96392": {
"message": "讨论"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC 署名、禁止改写"
},
"usage_right_ff96f3e2": {
"message": "使用权限:"
},
"click_to_embed_image_33107dd8": {
"message": "单击以嵌入图片"
},
"i_hold_the_copyright_71ee91b1": {
"message": "我持有版权"
},
"files_c300e900": {
"message": "文件"
},
"cancel_image_upload_2c771950": {
"message": "取消图片上传"
},
"people_b4ebb13c": {
"message": "人员"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "检查图片是否为装饰图片"
},
"loading_25990131": {
"message": "加载中……"
},
"announcements_a4b8ed4a": {
"message": "公告"
},
"select_a_file_53ba40ac": {
"message": "选择一个文件"
},
"formatting_press_down_to_select_df728c30": {
"message": "格式,按下即可选择"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "背景颜色,按下即可选择"
},
"files_index_af7c662b": {
"message": "文件索引"
},
"cancel_file_upload_9903e7b9": {
"message": "取消文件上传"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "材料受公正使用例外的约束"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "为此图片输入替代文本"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "链接至小组中的其它内容。"
},
"discussions_index_6c36ced": {
"message": "讨论索引"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "单击任何文件以插入该文件的下载链接。"
},
"copyright_holder_66ee111": {
"message": "版权持有者:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "富文本区域。按 ALT+F8 获取帮助"
},
"enter_search_terms_e397b1f0": {
"message": "搜索搜索条件"
},
"pages_e5414c2c": {
"message": "页面"
},
"cc_attribution_f6de631f": {
"message": "CC 署名"
},
"insert_link_6dc23cae": {
"message": "插入链接"
},
"collaborations_5c56c15f": {
"message": "协作"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "您想要新页面叫什么名字?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "单击任何图片以在该页面中嵌入图片。"
},
"search_flickr_6884b518": {
"message": "搜索 Flickr"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "单击任何页面以插入指向该页面的链接。"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "单击以插入指向编辑器的链接。"
},
"decorative_image_fde98579": {
"message": "装饰图片"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "单击以插入指向该项目的链接。"
},
"load_more_results_460f49a9": {
"message": "加载更多结果"
},
"link_7262adec": {
"message": "链接"
},
"grades_a61eba0a": {
"message": "评分"
},
"links_14b70841": {
"message": "链接"
},
"loading_failed_b3524381": {
"message": "加载失败……"
},
"click_to_embed_imagename_c41ea8df": {
"message": "单击以嵌入{ imageName }"
},
"close_flickr_form_b32e600a": {
"message": "关闭 Flickr 窗体"
},
"course_syllabus_5de1b0af": {
"message": "课程大纲"
},
"upload_8b403d05": {
"message": "上传"
},
"modules_c4325335": {
"message": "单元"
},
"no_results_940393cf": {
"message": "无结果。"
},
"announcement_list_da155734": {
"message": "公告列表"
},
"link_to_a_new_page_6c4ad034": {
"message": "链接至新页面"
},
"insert_math_equation_57c6e767": {
"message": "插入数学公式"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "我已获得使用此文件的权限。"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC 署名、非商业、相同方式共享"
},
"wiki_home_9cd54d0": {
"message": "维基主页"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "如果您现在不选择使用权限,该文件在上传后不会被发布。"
},
"upload_a_new_image_890df275": {
"message": "上传新图片"
},
"search_280d00bd": {
"message": "搜索"
},
"assignments_1e02582c": {
"message": "作业"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC 署名、非商业"
},
"quizzes_list_d812caa6": {
"message": "测验列表"
},
"image_upload_form_7b74079a": {
"message": "图片上传窗体"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "材料已根据 Creative Commons 许可"
},
"images_7ce26570": {
"message": "图像"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "链接至课程中的其它内容。"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "字体大小,按下即可选择"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "选择您的文件要上传至其中的文件夹"
},
"course_navigation_dd035109": {
"message": "课程导航"
},
"choose_usage_rights_33683854": {
"message": "选择使用权限..."
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "文本颜色,按下即可选择"
},
"embed_image_1080badc": {
"message": "嵌入图片"
},
"creative_commons_license_725584ae": {
"message": "Creative Commons 许可证:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "材料在公开域中"
}
}

View File

@ -0,0 +1,248 @@
{
"group_navigation_99f191a": {
"message": "群組導覽"
},
"cc_attribution_share_alike_669e7f16": {
"message": "CC 屬性 - 相同方式共用"
},
"link_to_url_52dd935c": {
"message": "連結到 URL"
},
"quizzes_7e598f57": {
"message": "測驗"
},
"cc_attribution_non_commercial_no_derivatives_9fe74c00": {
"message": "CC 屬性 - 非商業無衍生產品"
},
"c_2001_acme_inc_283f7f80": {
"message": "(c) 2001 Acme Inc."
},
"upload_a_new_file_96e6d4ff": {
"message": "上傳新文檔"
},
"file_upload_form_4aaad554": {
"message": "文檔上傳表單"
},
"folder_705fd2d7": {
"message": "文件夾"
},
"insert_equella_links_49a8dacd": {
"message": "插入 Equella 連結"
},
"assignment_list_a833f59d": {
"message": "任務清單"
},
"alternative_text_a834dcad": {
"message": "替代文字:"
},
"discussions_a5f96392": {
"message": "討論"
},
"cc_attribution_no_derivatives_b006744f": {
"message": "CC 屬性 ­ 無衍生產品"
},
"usage_right_ff96f3e2": {
"message": "使用權:"
},
"click_to_embed_image_33107dd8": {
"message": "按一下以嵌入影像"
},
"i_hold_the_copyright_71ee91b1": {
"message": "我持有該版權"
},
"files_c300e900": {
"message": "文檔"
},
"cancel_image_upload_2c771950": {
"message": "取消影像上傳"
},
"people_b4ebb13c": {
"message": "人員"
},
"check_if_the_image_is_decorative_283649b7": {
"message": "檢查圖像是否裝飾"
},
"loading_25990131": {
"message": "載入中……"
},
"announcements_a4b8ed4a": {
"message": "通告"
},
"select_a_file_53ba40ac": {
"message": "選取檔案"
},
"formatting_press_down_to_select_df728c30": {
"message": "格式化,按下以選擇"
},
"background_color_press_down_to_select_ef99fdac": {
"message": "背景顏色,按下以選擇"
},
"files_index_af7c662b": {
"message": "文檔索引"
},
"cancel_file_upload_9903e7b9": {
"message": "取消文檔上傳"
},
"the_material_is_subject_to_fair_use_exception_41bc6a4b": {
"message": "該材料存在公平使用的例外情況。"
},
"enter_the_alternative_text_for_this_image_88047c47": {
"message": "輸入此圖像的替代文字"
},
"link_to_other_content_in_the_group_3fe25379": {
"message": "連結到群組中的其他內容。"
},
"discussions_index_6c36ced": {
"message": "討論索引"
},
"click_any_file_to_insert_a_download_link_for_that__a708fa4c": {
"message": "按一下任何文檔,以向該文檔中插入一個下載連結。"
},
"copyright_holder_66ee111": {
"message": "版權持有人:"
},
"rich_text_area_press_alt_f8_for_help_58f0f2c3": {
"message": "富文本區。按 ALT+F8 尋求協助"
},
"enter_search_terms_e397b1f0": {
"message": "輸入搜索字詞"
},
"pages_e5414c2c": {
"message": "頁面"
},
"cc_attribution_f6de631f": {
"message": "CC 屬性"
},
"insert_link_6dc23cae": {
"message": "插入連結"
},
"collaborations_5c56c15f": {
"message": "協作"
},
"what_would_you_like_to_call_the_new_page_d7e4488a": {
"message": "您想將新頁面稱為什麼?"
},
"click_any_image_to_embed_the_image_in_the_page_2cdd1136": {
"message": "按一下任何影像,以將該影像嵌入頁面中。"
},
"search_flickr_6884b518": {
"message": "檢索"
},
"click_any_page_to_insert_a_link_to_that_page_ac920c02": {
"message": "按一下任何頁面,以向該頁面中插入一個連結。"
},
"click_to_insert_a_link_into_the_editor_c19613aa": {
"message": "按一下以插入一個連結至編輯器"
},
"decorative_image_fde98579": {
"message": "裝飾圖像"
},
"click_to_insert_a_link_to_this_item_39794098": {
"message": "按一下以插入一個連結至此項目。"
},
"load_more_results_460f49a9": {
"message": "載入更多結果"
},
"link_7262adec": {
"message": "連結"
},
"grades_a61eba0a": {
"message": "成績"
},
"links_14b70841": {
"message": "連結"
},
"loading_failed_b3524381": {
"message": "載入失敗……"
},
"click_to_embed_imagename_c41ea8df": {
"message": "按一下以嵌入 { imageName }"
},
"close_flickr_form_b32e600a": {
"message": "關閉 Flickr 表單"
},
"course_syllabus_5de1b0af": {
"message": "課程教學大綱"
},
"upload_8b403d05": {
"message": "上傳"
},
"modules_c4325335": {
"message": "單元"
},
"no_results_940393cf": {
"message": "無結果。"
},
"announcement_list_da155734": {
"message": "公告清單"
},
"link_to_a_new_page_6c4ad034": {
"message": "連結到新頁面"
},
"insert_math_equation_57c6e767": {
"message": "插入數學方程式"
},
"i_have_obtained_permission_to_use_this_file_6386f087": {
"message": "我已經獲得了該文檔的使用權限。"
},
"cc_attribution_non_commercial_share_alike_c7edb1e5": {
"message": "CC 屬性 - 非商業性相同方式共用"
},
"wiki_home_9cd54d0": {
"message": "Wiki 首頁"
},
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
"message": "如果您現在不選擇使用權,那麼該文檔在其上傳之後將會撤銷發佈。"
},
"upload_a_new_image_890df275": {
"message": "上傳新影像"
},
"search_280d00bd": {
"message": "搜索"
},
"assignments_1e02582c": {
"message": "任務"
},
"cc_attribution_non_commercial_39e0d30d": {
"message": "CC 屬性 - 非商業"
},
"quizzes_list_d812caa6": {
"message": "測驗清單"
},
"image_upload_form_7b74079a": {
"message": "影像上傳表單"
},
"the_material_is_licensed_under_creative_commons_3242cb5e": {
"message": "該材料在創意共享項下獲得授權"
},
"images_7ce26570": {
"message": "影像"
},
"link_to_other_content_in_the_course_879163b5": {
"message": "連接到課程中的其他內容。"
},
"font_size_press_down_to_select_6c25dc2d": {
"message": "字體大小,按下以選擇"
},
"select_a_folder_to_upload_your_file_into_b82d12b": {
"message": "選擇一個文件夾,以上傳您的文檔"
},
"course_navigation_dd035109": {
"message": "課程導覽"
},
"choose_usage_rights_33683854": {
"message": "選擇使用權限…"
},
"text_color_press_down_to_select_8f5ad9b5": {
"message": "文字顏色,按下以選擇"
},
"embed_image_1080badc": {
"message": "嵌入影像"
},
"creative_commons_license_725584ae": {
"message": "創意共享授權:"
},
"the_material_is_in_the_public_domain_279c39a3": {
"message": "該材料位於公用網域中。"
}
}

13369
packages/canvas-rce/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,175 @@
{
"name": "canvas-rce",
"version": "3.1.1",
"description": "A component wrapping canvas's common tinymce usage",
"main": "lib/index.js",
"module": "lib/modules/index.js",
"scripts": {
"extract": "format-message extract \"src*/**/*.js\" > locales/en.json",
"integration-test": "nightwatch --env integration",
"lint": "eslint \"src/**/*.js\" \"app/**/*.js\" \"test/**/*.js\" \"shared/**/*.js\"",
"lint:fix": "eslint --fix \"src/**/*.js\" \"app/**/*.js\" \"test/**/*.js\" \"shared/**/*.js\"",
"test": "BABEL_ENV=test-node mocha 'test/**/*.test.js' --require @instructure/ui-themes/lib/canvas --compilers js:babel-core/register",
"test:watch": "BABEL_ENV=test-node mocha 'test/**/*.test.js' --require @instructure/ui-themes/lib/canvas --compilers js:babel-core/register --watch",
"test-cov": "cross-env BABEL_ENV=test-node nyc -r html node_modules/.bin/mocha -- 'test/**/*.test.js'",
"debug": "BABEL_ENV=test-node inspect _mocha --no-timeouts --debug-brk 'test/**/*.test.js' --require @instructure/ui-themes/lib/canvas --compilers js:babel-core/register",
"demo": "webpack -p",
"dev": "webpack-dev-server -d --content-base github-pages/",
"build:all": "scripts/build",
"build:canvas": "scripts/build-canvas",
"build:watch": "rm -rf lib && NODE_ENV=transpile babel --out-dir lib src --watch",
"prepublishOnly": "npm run test && npm run build:all",
"fmt:check": "prettier -l '**/*.js'",
"fmt:fix": "prettier --write '**/*.js'"
},
"author": "Instructure, Inc",
"license": "AGPL-3.0",
"babel": {
"presets": [
[
"quiz-presets/babel-preset-instructure-quizzes",
{
"translationsDir": "locales",
"extractDefaultTranslations": false
}
]
],
"plugins": [
"inline-json-import",
[
"transform-inline-environment-variables",
{
"include": [
"BUILD_LOCALE"
]
}
],
"minify-constant-folding",
"minify-guarded-expressions",
"minify-dead-code-elimination"
],
"env": {
"test-node": {
"plugins": [
"istanbul"
]
}
}
},
"nyc": {
"include": [
"shared/**/*.js",
"src/**/*.js"
],
"exclude": [],
"require": [
"babel-register",
"@instructure/ui-themes/lib/canvas"
],
"sourceMap": false,
"instrument": false
},
"eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"es6": true,
"browser": true,
"node": true,
"mocha": true
},
"globals": {
"Promise": false,
"tinymce": false
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"prettier",
"prettier/react"
],
"plugins": [
"react",
"mocha",
"notice"
],
"rules": {
"strict": 0,
"mocha/no-exclusive-tests": 2,
"mocha/handle-done-callback": 2,
"mocha/no-global-tests": 2,
"notice/notice": [
"error",
{
"templateFile": "../../config/copyright-template.js",
"mustMatch": "Copyright "
}
]
},
"root": true
},
"dependencies": {
"@instructure/ui-core": "^4.1.0",
"@instructure/ui-themes": "^4.1.0",
"aphrodite": "^1.1.0",
"bloody-offset": "0.0.0",
"format-message": "^5.1.0",
"format-message-generate-id": "^5.1.0",
"instructure-icons": "3 || 4",
"isomorphic-fetch": "2.2.1",
"react": "^0.14.8 || ^15.0.0",
"react-dom": "^0.14.8 || ^15.0.0",
"react-redux": "~4.4.5",
"react-tinymce": "0.6.0",
"react-transition-group": "1.1.3",
"redux": "^3.5.2",
"redux-batch-middleware": "0.2.0",
"redux-thunk": "~2.1.0",
"scroll-into-view": "https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab",
"tinymce": "^4.5.7",
"tinymce-light-skin": "~1.3.0"
},
"peerDependencies": {
"babel-polyfill": "^6.7.4"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.2",
"babel-eslint": "^8.2.2",
"babel-loader": "7.1.2",
"babel-plugin-inline-json-import": "^0.2.0",
"babel-plugin-minify-constant-folding": "^0.2.0",
"babel-plugin-minify-dead-code-elimination": "^0.2.0",
"babel-plugin-minify-guarded-expressions": "^0.2.0",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-polyfill": "^6.7.4",
"cross-env": "^5.0.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-notice": "^0.6.7",
"eslint-plugin-react": "4.3.0",
"fetch-mock": "5.12.2",
"format-message-cli": "^5.1.0",
"format-message-parse": "^5.1.0",
"jsdom": "7.0.2",
"jsdomify": "1.0.2",
"mocha": "^3.2.0",
"mocha-jsdom": "1.1.0",
"nyc": "^11",
"prettier": "^1.11.1",
"proxyquire": "1.7.4",
"quiz-presets": "^3.0.1",
"react-addons-test-utils": "^15.0.0",
"sinon": "1.17.3",
"skin-deep": "0.13.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}

View File

@ -0,0 +1,22 @@
#!/usr/bin/env bash
# Generates all the pre-translated code in lib/translated/{locale}.
set -e
rm -rf lib
# build the commonjs version
NODE_ENV=transpile babel --out-dir lib src &
# build an es modules version
babel --out-dir lib/modules src &
CPUS=$(node --eval "console.log(Math.max(1, require('os').cpus().length - 1))")
echo "building pretranslated output in lib/translated $CPUS at a time ..."
ls locales/*.json | \
xargs basename -s .json | \
xargs -t -n 1 -P $CPUS -I % env \
BUILD_LOCALE=% babel --out-dir lib/translated/%/modules --ignore locales* --quiet src
wait # wait for the default untranslated builds that we backgrounded above with an "&"

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
rm -rf lib
TRANSPILE=true babel --out-dir lib --quiet src
rm -rf canvas
mkdir canvas
cp -r lib locales README.md package.json canvas

View File

@ -0,0 +1,39 @@
#!/usr/bin/env bash
# does a local build, revision, and publish to file system or
# docker-machine of this revision of canvas-rce
print_help () {
script_name=$(basename ${0})
echo "Usage: ${script_name} -t target_dir [-d docker_machine]
-t target_dir specifies the target dir to publish the module to.
it's either a local directory or a directory on a docker_machine
-d if copying to a docker machine, specify the name of the docker
machine here param"
}
TARGET_DIR=
DOCKER_MACHINE=
while getopts t:d: opt; do
case "${opt}" in
t) TARGET_DIR=$OPTARG ;;
d) DOCKER_MACHINE=$OPTARG ;;
[?]) print_help; exit 1 ;;
esac
done
shift $((OPTIND-1))
if [ "${TARGET_DIR}" == "" ]; then
print_help
exit 1
fi
scripts/npm_localrev.sh
echo -n "npm pack (will take a while)..."
PACKAGE_FILE=$(scripts/npmlocal_build.sh)
opts="-t ${TARGET_DIR} -f ${PACKAGE_FILE}"
if [ "${DOCKER_MACHINE}" != "" ]; then
opts="${opts} -d ${DOCKER_MACHINE}"
fi
echo "running scripts/npm_localpush.sh ${opts}"
scripts/npm_localpush.sh ${opts}

View File

@ -0,0 +1,81 @@
#!/usr/bin/env bash
# this script will "publish" canvas-rce to a file location
# specified by the user. it allows for remote copying and
# even docker machine copying
CANVASLMS_VOLUME=canvaslms_tmp
print_help () {
echo "Usage: ${0} -f file_package -t target_dir [-d docker_machine]
-d docker_machine specifies a copy to a docker machine using the
docker-machine scp command.
-t refers to the local directory to put the package in unless -d
is specified. in that case it refers to the directory on the
docker-machine to scp to"
}
get_canvasvolume_mountpoint () {
docker volume inspect ${CANVASLMS_VOLUME} | grep "\"Mountpoint\":" | sed "s/.*\": \"\(.*\)\",/\1/"
}
local_copy () {
package_file=${1}
target_dir=${2}
eval "tar -xf ${package_file} -C ${target_dir} -s /package\//g"
}
# docker volume inspect canvaslms_tmp | grep "\"Mountpoint\":" | sed "s/.*\": \"\(.*\)\",/\1/"
# sudo -i ls -al /mnt/sda1/var/lib/docker/volumes/canvaslms_tmp/_data
# docker_copy () copies the canvas-rce to the specified docker_machine's /tmp
# dir and then moves it into the volume's mount point so it can be accessed
# by canvas in the package.json.
docker_copy () {
package_file=${1}
target_dir=${2}
docker_machine=${3}
volume_mountpt=$(get_canvasvolume_mountpoint)
bn=$(basename "${target_dir}")
tmp_dir=`mktemp -d -t ${bn}`
canvas_rce_dir="${tmp_dir}/${bn}"
mkdir ${canvas_rce_dir}
echo "extracting tar file ${package_file} to ${canvas_rce_dir}"
tar -xf ${package_file} -C "${canvas_rce_dir}" -s /package\//g > /dev/null
docker-machine ssh ${docker_machine} "if [ ! -d \"${target_dir}\" ]; then mkdir \"${target_dir}\" ; fi" # create tmp target dir
docker-machine ssh ${docker_machine} "sudo -i rm -Rf ${volume_mountpt}/${bn}" # remove target volume directory
echo "copying to docker-machine: ${docker_machine}:${target_dir}..."
docker-machine scp -r "${canvas_rce_dir}/." ${docker_machine}:"${target_dir}/"
echo "copying to shared volume on docker-machine: ${volume_mountpt}"
docker-machine ssh ${docker_machine} "sudo -i mv ${target_dir} ${volume_mountpt}"
rm -Rf "${tmp_dir}"
}
FILE_PACKAGE=
TARGET_DIR=
DOCKER_MACHINE=
while getopts f:t:d: opt; do
case "${opt}" in
f)
FILE_PACKAGE=$OPTARG ;;
t)
TARGET_DIR=$OPTARG ;;
d)
DOCKER_MACHINE=$OPTARG ;;
[?]) print_help
exit 1;;
esac
done
shift $((OPTIND-1))
if [ "${FILE_PACKAGE}" == "" -o "${TARGET_DIR}" == "" ]; then
print_help
exit 1
fi
if [ "${DOCKER_MACHINE}" == "" ]; then
local_copy ${FILE_PACKAGE} ${TARGET_DIR}
else
docker_copy ${FILE_PACKAGE} ${TARGET_DIR} ${DOCKER_MACHINE}
fi
echo "done!"

View File

@ -0,0 +1,47 @@
#!/usr/bin/env bash
# this will look at the version in package.json and rev it for local distro
# example: take the version "1.2.3-aaaa" it modifies the package.json with
# version "1.2.4-local"
get_package_version () {
rce_version=`grep \"version\": package.json | sed "s/.*://" | sed "s/[\", ]//g"`
echo ${rce_version}
}
rev_package_version () {
rce_version=${1}
vers_pre=`echo ${rce_version} | sed "s/\.[0-9]*[-]*[a-zA-Z]*$//"`
vers_rev=`echo ${rce_version} | sed "s/\.//" | sed "s/^.*.\.//" | sed "s/-.*//"`
((vers_rev++))
new_ver="${vers_pre}.${vers_rev}-local"
echo ${new_ver}
}
modify_package_version () {
rce_version=${1}
new_ver=${rce_version}
if [[ ${rce_version} =~ "-local" ]]; then
read -p "do you want to skip versioning ${rce_version}? (y/n) " -n 1 -r
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
new_ver=$(rev_package_version ${rce_version})
else
return 1
fi
else
new_ver=$(rev_package_version ${rce_version})
fi
echo ${new_ver}
}
update_package_json () {
ver=${1}
sed -i ".bki" "s/\(\"version\":\).*/\1 \"${ver}\",/" package.json
rm -f package.json.bki
}
rce_version=$(get_package_version)
new_rce_version=$(modify_package_version ${rce_version})
if [ "${?}" == "0" ]; then
rce_version=${new_rce_version}
fi
update_package_json ${rce_version}

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# this will build an npm module for local distribution
output=$(npm pack 2> /dev/null)
file=`echo ${output} | sed "s/^.* //"`
mv ${file} /tmp/
echo "/tmp/${file}"

View File

@ -0,0 +1,53 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import normalizeLocale from "./rce/normalizeLocale";
import { renderIntoDiv as render } from "./rce/root";
import "tinymce";
if (process.env.BUILD_LOCALE && process.env.BUILD_LOCALE !== "en") {
try {
// In a pretranslated build, this should not result in a network request for a new chunk.
// We still tell tinymce about the translations it should use, but those should be included in
// the same webpack chunk this file was included in. This approach will result in better
// performance and smaller bundle size since it won't have to include all the chunk info
// for all the possible locales in the webpack runtime and will be less network roundtrips.
require(`./rce/languages/${process.env.BUILD_LOCALE}`);
} catch (e) {
// gracefully proceed if we do not have a language file for this locale
// eslint-disable-next-line no-console
console.warn(
`could not find canvas-rce language: ${process.env.BUILD_LOCALE}`
);
}
}
export function renderIntoDiv(editorEl, props, cb) {
const language = normalizeLocale(props.language);
if (process.env.BUILD_LOCALE || language === "en") {
render(editorEl, props, cb);
} else {
// unlike the pretranslated builds, in the default, non-pretranslated build,
// this will cause a new network round trip to get all the locale info we
// and tinymce need.
import(`./locales/${language}`).then(() => render(editorEl, props, cb));
}
}
export { renderIntoDiv as renderSidebarIntoDiv } from "./sidebar/root";

View File

@ -0,0 +1,100 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*eslint no-console: 0*/
let focusedEditor = null;
let resolveEditorRendered;
const Bridge = {
activeEditor() {
return focusedEditor;
},
focusEditor(editor) {
focusedEditor = editor;
},
detachEditor(editor) {
if (editor === focusedEditor) {
focusedEditor = null;
}
},
getEditor() {
return focusedEditor;
},
renderEditor(editor) {
resolveEditorRendered();
if (focusedEditor === null) {
focusedEditor = editor;
}
},
editorRendered: new Promise(resolve => {
resolveEditorRendered = resolve;
}),
existingContentToLink() {
if (focusedEditor) {
return focusedEditor.existingContentToLink();
}
return false;
},
existingContentToLinkIsImg() {
if (focusedEditor) {
return focusedEditor.existingContentToLinkIsImg();
}
return false;
},
insertLink(link) {
if (focusedEditor) {
focusedEditor.insertLink(link);
} else {
console.warn("clicked sidebar link without a focused editor");
}
},
insertImage(image) {
if (focusedEditor) {
focusedEditor.insertImage(image);
} else {
console.warn("clicked sidebar image without a focused editor");
}
},
embedImage(image) {
if (
Bridge.existingContentToLink() &&
!Bridge.existingContentToLinkIsImg()
) {
Bridge.insertLink({
title: image.display_name,
href: image.href,
embed: { type: "image" }
});
} else {
Bridge.insertImage(image);
}
}
};
export default Bridge;

View File

@ -0,0 +1,4 @@
All the components defined in this directory are intended for eventual
extraction to `instructure-ui`. Many are already sourced with minor, if
any, modifications from other projects; e.g. `Loading` and `LoadMore`
came from commons (the `lorcrux` repo).

View File

@ -0,0 +1,43 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
let isIE = false;
let isEdge = false;
// expected to be called as setFromTinymce(window.tinymce) at some point where
// window.tinymce is available
export function setFromTinymce(tinymce) {
set(tinymce.Env);
}
export function reset() {
set({ ie: false, edge: false });
}
export function set(env) {
isIE = !!env.ie;
isEdge = isIE && !!(env.edge || env.ie == 12);
}
export function ie() {
return isIE;
}
export function edge() {
return isEdge;
}

View File

@ -0,0 +1,64 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import React, { Component } from "react";
import { css } from "aphrodite";
import styles from "./styles";
import IconDocumentLine from "instructure-icons/lib/Line/IconDocumentLine";
export default class File extends Component {
constructor(props) {
super(props);
this.handleSelect = this.handleSelect.bind(this);
}
handleSelect() {
const { onSelect, file } = this.props;
if (onSelect) {
onSelect(file.id);
}
}
icon() {
switch (this.props.file.type) {
default:
return <IconDocumentLine />;
}
}
render() {
const { name } = this.props.file;
return (
<button
className={css(styles.button, styles.file)}
onClick={this.handleSelect}
>
{this.icon()} {name}
</button>
);
}
}
File.propTypes = {
file: React.PropTypes.shape({
id: React.PropTypes.number,
name: React.PropTypes.string,
type: React.PropTypes.string
}).isRequired,
onSelect: React.PropTypes.func
};

View File

@ -0,0 +1,117 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import React, { Component } from "react";
import File from "./File";
import Loading from "../Loading";
import { css } from "aphrodite";
import styles from "./styles";
import IconMiniArrowDownLine from "instructure-icons/lib/Line/IconMiniArrowDownLine";
import IconMiniArrowRightLine from "instructure-icons/lib/Line/IconMiniArrowRightLine";
import IconFolderLine from "instructure-icons/lib/Line/IconFolderLine";
export default class Folder extends Component {
constructor(props) {
super(props);
this.handleToggle = this.handleToggle.bind(this);
}
handleToggle() {
const { onToggle, folder } = this.props;
if (onToggle) {
onToggle(folder.id);
}
}
files() {
return this.props.folder.fileIds
.map(id => this.props.files[id])
.filter(file => file != null);
}
subFolders() {
return this.props.folder.folderIds
.map(id => this.props.folders[id])
.filter(folder => folder != null);
}
toggleIcon() {
const { expanded } = this.props.folder;
return expanded ? <IconMiniArrowDownLine /> : <IconMiniArrowRightLine />;
}
render() {
const { folders, folder, files, onSelect, onToggle } = this.props;
return (
<div className={css(styles.node)}>
<button
className={css(styles.button)}
onClick={this.handleToggle}
aria-expanded={!!folder.expanded}
>
{this.toggleIcon()} <IconFolderLine /> {folder.name}
</button>
{folder.expanded && (
<ul className={css(styles.list)}>
{this.subFolders().map(folder => (
<li key={`folder-${folder.id}`} className={css(styles.node)}>
<Folder
folders={folders}
files={files}
folder={folder}
onToggle={onToggle}
onSelect={onSelect}
/>
</li>
))}
{this.files().map(file => (
<li key={`file-${file.id}`} className={css(styles.node)}>
<File onSelect={onSelect} file={file} />
</li>
))}
</ul>
)}
{folder.expanded &&
folder.loading && <Loading className={css(styles.loading)} />}
</div>
);
}
}
const folderPropType = React.PropTypes.shape({
id: React.PropTypes.number,
name: React.PropTypes.string,
loading: React.PropTypes.bool,
fileIds: React.PropTypes.arrayOf(React.PropTypes.number),
folderIds: React.PropTypes.arrayOf(React.PropTypes.number)
});
Folder.propTypes = {
folders: React.PropTypes.objectOf(folderPropType),
files: React.PropTypes.objectOf(File.propTypes.file),
folder: folderPropType.isRequired,
onToggle: React.PropTypes.func,
onSelect: File.propTypes.onSelect
};
Folder.defaultProps = {
files: [],
folders: []
};

View File

@ -0,0 +1,87 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import React, { Component, PropTypes } from "react";
import Folder from "./Folder";
import { css } from "aphrodite";
import styles from "./styles";
const DOWN_KEY = 40;
const UP_KEY = 38;
const J_KEY = 74;
const K_KEY = 75;
export default class FileTree extends Component {
constructor(props) {
super(props);
this.handleKeyDown = this.handleKeyDown.bind(this);
}
handleKeyDown(event) {
switch (event.keyCode) {
case DOWN_KEY:
case J_KEY:
this.moveFocus(1);
break;
case UP_KEY:
case K_KEY:
this.moveFocus(-1);
break;
default:
return;
}
event.stopPropagation();
}
navigableNodes() {
return Array.from(this.containerNode.querySelectorAll("button"));
}
moveFocus(delta) {
const nodes = this.navigableNodes();
const active = nodes.indexOf(window.document.activeElement);
let next = active + delta;
if (next < 0) {
next = 0;
} else if (next >= nodes.length) {
next = nodes.length - 1;
}
nodes[next].focus();
}
render() {
const inlineStyles = {
maxHeight: this.props.maxHeight
};
return (
<div
className={css(styles.container)}
ref={c => (this.containerNode = c)}
onKeyDown={this.handleKeyDown}
style={inlineStyles}
>
<Folder {...this.props} />
</div>
);
}
}
FileTree.propTypes = {
...Folder.propTypes,
maxHeight: PropTypes.string
};

View File

@ -0,0 +1,74 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { StyleSheet } from "aphrodite";
export default StyleSheet.create({
container: {
marginBottom: "1em",
overflow: "auto"
},
list: {
margin: "0 0 0 .8em",
padding: "0 0 0 .2em",
borderLeft: "1px dotted #ccc",
listStyle: "none outside",
flex: 1
},
node: {
margin: 0,
padding: 0,
display: "block"
},
loading: {
marginLeft: ".8em",
borderLeft: "1px dotted #ccc",
padding: ".5em .7em"
},
button: {
display: "block",
padding: ".3em",
borderRadius: ".3em",
backgroundColor: "transparent",
textAlign: "left",
margin: 0,
fontFamily: "inherit",
fontSize: "inherit",
flex: 1,
width: "100%",
boxSizing: "border-box",
border: "1px solid transparent",
transition: "background-color 0.3s",
wordBreak: "break-all",
":hover": {
backgroundColor: "#eee"
},
":focus": {
border: "1px solid #000",
outline: 0
},
":active": {
backgroundColor: "#ddd"
}
},
file: {
":active": {
backgroundColor: "#008a14"
}
}
});

View File

@ -0,0 +1,114 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import React, { Component, PropTypes } from "react";
import Loading from "./Loading";
import formatMessage from "../../format-message";
import Button from "@instructure/ui-core/lib/components/Button";
import { StyleSheet, css } from "aphrodite";
class LoadMore extends Component {
constructor(props) {
super(props);
this.state = {
nextFocus: Infinity
};
this.loadMore = this.loadMore.bind(this);
}
componentDidUpdate() {
const focusable = this.focusableElements();
if (focusable.length > this.state.nextFocus) {
const next = focusable[this.state.nextFocus];
if (next) {
next.focus();
}
}
}
focusableElements() {
if (!this.props.focusSelector) {
return [];
}
return this.refs.parent.querySelectorAll(this.props.focusSelector);
}
loadMore(ev) {
this.setState({ nextFocus: this.focusableElements().length });
this.props.loadMore(ev);
}
render() {
const hasChildren = React.Children.count(this.props.children) > 0;
const opacity = this.props.isLoading ? 1 : 0;
return (
<div ref="parent">
{this.props.children}
{this.props.hasMore &&
!this.props.isLoading && (
<div className={css(styles.button)}>
<Button variant="link" onClick={this.loadMore} fluidWidth={true}>
{formatMessage("Load more results")}
</Button>
</div>
)}
{hasChildren &&
this.props.hasMore && (
<div
aria-hidden={!this.props.isLoading}
className={css(styles.loader)}
style={{ opacity }}
>
<Loading />
</div>
)}
</div>
);
}
}
LoadMore.propTypes = {
hasMore: PropTypes.bool.isRequired,
loadMore: PropTypes.func.isRequired,
isLoading: PropTypes.bool,
focusSelector: PropTypes.string,
children: PropTypes.any /* Immutable.List is not a valid 'node' */
};
export const styles = StyleSheet.create({
loader: {
display: "block",
margin: "20px 0 40px 0",
clear: "both",
paddingRight: "30px" /* needed for centering */,
textAlign: "center",
fontSize: "13px",
height: "15px",
color: "#666"
},
button: {
textAlign: "center",
marginTop: "1em",
clear: "both"
}
});
export default LoadMore;

View File

@ -0,0 +1,88 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import React, { Component, PropTypes } from "react";
import formatMessage from "../../format-message";
import ScreenReaderContent from "@instructure/ui-core/lib/components/ScreenReaderContent";
import { StyleSheet, css } from "aphrodite";
class Loading extends Component {
render() {
var className = (css(styles.loading) + " " + this.props.className).trim();
return (
<span className={className}>
<ScreenReaderContent>{formatMessage("Loading...")}</ScreenReaderContent>
<span className={css(styles.dot, styles.dot0)} />
<span className={css(styles.dot, styles.dot1)} />
<span className={css(styles.dot, styles.dot2)} />
</span>
);
}
}
Loading.propTypes = {
className: PropTypes.string
};
Loading.defaultProps = {
className: ""
};
const opacityKeyframes = {
"0%": {
opacity: 0
},
"50%": {
opacity: 1
},
"100%": {
opacity: 0
}
};
const styles = StyleSheet.create({
loading: {
display: "inline-flex",
alignItems: "center",
justifyContent: "space-around",
width: "48px",
height: "10px"
},
dot: {
animationName: [opacityKeyframes],
animationDuration: "1.95s",
animationIterationCount: "infinite",
animationDirection: "linear",
background: "#666",
borderRadius: "8px",
width: "10px",
height: "10px",
flex: "none"
},
dot0: {
animationDelay: "-1.8s"
},
dot1: {
animationDelay: "-1.6s"
},
dot2: {
animationDelay: "-1.4s"
}
});
export default Loading;

View File

@ -0,0 +1,30 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { parse, format } from "url";
export function downloadToWrap(url) {
if (!url) {
return url;
}
const parsed = parse(url, true);
delete parsed.search;
delete parsed.query.download_frd;
parsed.query.wrap = 1;
return format(parsed);
}

View File

@ -0,0 +1,82 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { StyleSheet, css } from "aphrodite";
// margin can be overridden, but default is 3px
const MARGIN = 3;
// show the indicator over the target with specified margin
export default function indicate(region, margin = MARGIN) {
const el = document.createElement("div");
// add margin to region and lift it in front
Object.assign(el.style, {
width: region.width + 2 * margin + "px",
height: region.height + 2 * margin + "px",
left: region.left - margin + "px",
top: region.top - margin + "px"
});
// start hidden and animate a fade in
el.className = css(styles.indicator, styles.enter);
document.body.appendChild(el);
el.className = css(styles.indicator, styles.enter, styles.active);
// fades out slowly after a half second
let to = setTimeout(() => {
el.className = css(styles.indicator, styles.leave);
}, 900);
// when moused over dismiss with quick fade
el.addEventListener("mouseover", () => {
clearTimeout(to);
el.className = css(styles.indicator, styles.leaveFast);
});
// destroy element
setTimeout(() => document.body.removeChild(el), 2000);
return el;
}
const styles = StyleSheet.create({
indicator: {
border: "2px solid #870",
backgroundColor: "#fd0",
position: "absolute",
display: "block",
borderRadius: "5px",
zIndex: 999999
},
enter: {
opacity: 0
},
active: {
transition: "opacity 0.4s",
opacity: 0.8
},
leave: {
transition: "opacity 0.6s",
opacity: 0
},
leaveFast: {
transition: "opacity 0.2s",
opacity: 0
}
});

View File

@ -0,0 +1,104 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
export function fileEmbed(file) {
let fileMimeClass = mimeClass(file);
let fileMediaEntryId = mediaEntryId(file);
if (fileMimeClass === "image") {
return { type: "image" };
} else if (fileMimeClass === "video") {
return { type: "video", id: fileMediaEntryId };
} else if (fileMimeClass === "audio") {
return { type: "audio", id: fileMediaEntryId };
} else if (file.preview_url) {
return { type: "scribd" };
} else {
return { type: "file" };
}
}
function mediaEntryId(file) {
return file.media_entry_id || "maybe";
}
export function mimeClass(file) {
if (file.mime_class) {
return file.mime_class;
} else {
let contentType = getContentType(file);
return (
{
"text/html": "html",
"text/x-csharp": "code",
"text/xml": "code",
"text/css": "code",
text: "text",
"text/plain": "text",
"application/rtf": "doc",
"text/rtf": "doc",
"application/vnd.oasis.opendocument.text": "doc",
"application/pdf": "pdf",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document":
"doc",
"application/x-docx": "doc",
"application/msword": "doc",
"application/vnd.ms-powerpoint": "ppt",
"application/vnd.openxmlformats-officedocument.presentationml.presentation":
"ppt",
"application/vnd.ms-excel": "xls",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":
"xls",
"application/vnd.oasis.opendocument.spreadsheet": "xls",
"image/jpeg": "image",
"image/pjpeg": "image",
"image/png": "image",
"image/gif": "image",
"application/x-rar": "zip",
"application/x-rar-compressed": "zip",
"application/x-zip": "zip",
"application/x-zip-compressed": "zip",
"application/xml": "code",
"application/zip": "zip",
"audio/mp3": "audio",
"audio/mpeg": "audio",
"audio/basic": "audio",
"audio/mid": "audio",
"audio/3gpp": "audio",
"audio/x-aiff": "audio",
"audio/x-mpegurl": "audio",
"audio/x-pn-realaudio": "audio",
"audio/x-wav": "audio",
"video/mpeg": "video",
"video/quicktime": "video",
"video/x-la-asf": "video",
"video/x-ms-asf": "video",
"video/x-msvideo": "video",
"video/x-sgi-movie": "video",
"video/3gpp": "video",
"video/mp4": "video",
"application/x-shockwave-flash": "flash"
}[contentType] || "file"
);
}
}
function getContentType(file) {
return file["content-type"] || file.type;
}

View File

@ -0,0 +1,45 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import scrollIntoView from "scroll-into-view";
export default {
// scrolling in react is kinda messed up. it would
// make sense to scroll after getting "componentDidUpdate'
// after exposing new DOM objects, but "componentDidUpdate"
// get's called after the virtual DOM flushes it's updates
// to the real DOM. it doesn't get called after the real
// DOM has actually updated the page, so getting accurate
// scroll and window size information in "componenetDidUpdate"
// is not reliable, so we need a delay.
// there also is no uniform event in javascript yet that will
// notify of scoll window changes. firefox has "overflow",
// chrome has "overflowchanged", and ie has nothing.
// so i need to introduce a delay to give the DOM time to render.
// the underlying scrollIntoView module will also perform a
// requestAnimationFrame() (through module raf), but that delay
// wasn't enough for what we needed here.
// see the below stackoverflow for more info
// http://stackoverflow.com/questions/26556436/react-after-render-code
INTERIM_DELAY: 100,
scrollIntoViewWDelay(target, config) {
setTimeout(() => {
scrollIntoView.scrollIntoView(target, config);
}, this.INTERIM_DELAY);
}
};

View File

@ -0,0 +1,27 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "format-message";
const ns = formatMessage.namespace();
ns.addLocale = translations => {
ns.setup({ translations: { ...ns.setup().translations, ...translations } });
};
export default ns;

View File

@ -0,0 +1,21 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import "babel-polyfill";
export { renderIntoDiv } from "./rce/root";
export { renderIntoDiv as renderSidebarIntoDiv } from "./sidebar/root";

View File

@ -0,0 +1,69 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import ar from "../locales/ar.json";
import da from "../locales/da.json";
import de from "../locales/de.json";
import en_AU from "../locales/en-AU.json";
import en_GB from "../locales/en-GB.json";
import en_GB_x_lbs from "../locales/en-GB-x-lbs.json";
import es from "../locales/es.json";
import fa from "../locales/fa.json";
import fr from "../locales/fr.json";
import he from "../locales/he.json";
import hy from "../locales/hy.json";
import ja from "../locales/ja.json";
import ko from "../locales/ko.json";
import mi from "../locales/mi.json";
import nb from "../locales/nb.json";
import nl from "../locales/nl.json";
import pl from "../locales/pl.json";
import pt_BR from "../locales/pt-BR.json";
import pt from "../locales/pt.json";
import ru from "../locales/ru.json";
import sv from "../locales/sv.json";
import tr from "../locales/tr.json";
import zh_Hans from "../locales/zh-Hans.json";
import zh_Hant from "../locales/zh-Hant.json";
export default {
ar: ar,
da: da,
de: de,
"en-AU": en_AU,
"en-GB": en_GB,
"en-GB-x-lbs": en_GB_x_lbs,
es: es,
fa: fa,
fr: fr,
he: he,
hy: hy,
ja: ja,
ko: ko,
mi: mi,
nb: nb,
nl: nl,
pl: pl,
"pt-BR": pt_BR,
pt: pt,
ru: ru,
sv: sv,
tr: tr,
"zh-Hans": zh_Hans,
"zh-Hant": zh_Hant
};

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/ar.json";
import "../rce/languages/ar_SA";
formatMessage.addLocale({ ar: locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/da.json";
import "../rce/languages/da";
formatMessage.addLocale({ ar: locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/de.json";
import "../rce/languages/de";
formatMessage.addLocale({ de: locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/en-AU.json";
import "../rce/languages/en_GB";
formatMessage.addLocale({ "en-AU": locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/en-GB-x-lbs.json";
import "../rce/languages/en_GB";
formatMessage.addLocale({ "en-GB-x-lbs": locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/en-GB.json";
import "../rce/languages/en_GB";
formatMessage.addLocale({ "en-GB": locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/es.json";
import "../rce/languages/es";
formatMessage.addLocale({ es: locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/fa.json";
import "../rce/languages/fa_IR";
formatMessage.addLocale({ fa: locale });

View File

@ -0,0 +1,22 @@
/*
* Copyright (C) 2018 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import formatMessage from "../format-message";
import locale from "../../locales/fr.json";
import "../rce/languages/fr_FR";
formatMessage.addLocale({ fr: locale });

Some files were not shown because too many files have changed in this diff Show More