From b93c66f66c7dc0f9a22b3346aba32830ce22991f Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Thu, 10 Aug 2017 10:27:00 +0200 Subject: [PATCH] Update bower --- .../assets/bootstrap-languages/.bower.json | 34 -- .../assets/bootstrap-languages/LICENSE.md | 191 -------- .../assets/bootstrap-languages/README.md | 111 ----- .../assets/bootstrap-languages/bower.json | 25 -- .../bootstrap-languages/build-minify.sh | 4 - .../assets/bootstrap-languages/build-pages.sh | 7 - .../assets/bootstrap-languages/build-png.sh | 28 -- .../assets/bootstrap-languages/index.html | 417 ------------------ .../assets/bootstrap-languages/languages.css | 403 ----------------- .../bootstrap-languages/languages.min.css | 1 - .../assets/bootstrap-languages/languages.png | Bin 61031 -> 0 bytes .../public/assets/bootstrap-languages/map | 247 ----------- .../public/assets/ckeditor/lang/es-mx.js | 5 + .../plugins/a11yhelp/dialogs/lang/es-mx.js | 13 + .../ckeditor/plugins/autoembed/lang/es-mx.js | 1 + .../ckeditor/plugins/autoembed/lang/gl.js | 1 + .../ckeditor/plugins/autoembed/lang/hr.js | 1 + .../ckeditor/plugins/autoembed/lang/hu.js | 1 + .../ckeditor/plugins/autoembed/lang/ja.js | 1 + .../ckeditor/plugins/bidi/lang/es-mx.js | 1 + .../plugins/codesnippet/lang/es-mx.js | 5 + .../plugins/colorbutton/lang/es-mx.js | 3 + .../plugins/colordialog/lang/es-mx.js | 1 + .../plugins/copyformatting/lang/az.js | 1 + .../plugins/copyformatting/lang/de.js | 1 + .../plugins/copyformatting/lang/it.js | 1 + .../plugins/copyformatting/lang/ja.js | 1 + .../plugins/copyformatting/lang/nb.js | 1 + .../plugins/copyformatting/lang/nl.js | 1 + .../plugins/copyformatting/lang/oc.js | 1 + .../plugins/copyformatting/lang/pl.js | 1 + .../plugins/copyformatting/lang/pt-br.js | 1 + .../plugins/copyformatting/lang/ru.js | 1 + .../plugins/copyformatting/lang/sv.js | 1 + .../plugins/copyformatting/lang/tr.js | 1 + .../plugins/copyformatting/lang/zh-cn.js | 1 + .../plugins/copyformatting/lang/zh.js | 1 + .../ckeditor/plugins/devtools/lang/es-mx.js | 5 + .../assets/ckeditor/plugins/div/lang/es-mx.js | 1 + .../ckeditor/plugins/docprops/lang/es-mx.js | 3 + .../ckeditor/plugins/embedbase/lang/es-mx.js | 1 + .../ckeditor/plugins/embedbase/lang/hr.js | 1 + .../ckeditor/plugins/embedbase/lang/hu.js | 1 + .../ckeditor/plugins/embedbase/lang/sk.js | 1 + .../ckeditor/plugins/filetools/lang/es-mx.js | 6 + .../ckeditor/plugins/filetools/lang/hr.js | 5 + .../ckeditor/plugins/filetools/lang/hu.js | 5 + .../ckeditor/plugins/filetools/lang/sk.js | 5 + .../ckeditor/plugins/find/lang/es-mx.js | 1 + .../ckeditor/plugins/flash/lang/es-mx.js | 3 + .../ckeditor/plugins/font/lang/es-mx.js | 1 + .../ckeditor/plugins/forms/lang/es-mx.js | 3 + .../ckeditor/plugins/iframe/lang/es-mx.js | 1 + .../ckeditor/plugins/image2/lang/es-mx.js | 1 + .../ckeditor/plugins/justify/lang/es-mx.js | 1 + .../ckeditor/plugins/language/lang/es-mx.js | 5 + .../ckeditor/plugins/liststyle/lang/es-mx.js | 2 + .../ckeditor/plugins/mathjax/lang/es-mx.js | 1 + .../ckeditor/plugins/newpage/lang/es-mx.js | 1 + .../ckeditor/plugins/pagebreak/lang/es-mx.js | 1 + .../plugins/placeholder/lang/es-mx.js | 5 + .../ckeditor/plugins/preview/lang/es-mx.js | 1 + .../ckeditor/plugins/print/lang/es-mx.js | 1 + .../ckeditor/plugins/save/lang/es-mx.js | 1 + .../ckeditor/plugins/scayt/dialogs/dialog.css | 23 + .../ckeditor/plugins/selectall/lang/es-mx.js | 1 + .../ckeditor/plugins/showblocks/lang/es-mx.js | 1 + .../ckeditor/plugins/smiley/lang/es-mx.js | 1 + .../plugins/sourcedialog/lang/es-mx.js | 1 + .../plugins/specialchar/dialogs/lang/en-au.js | 13 + .../plugins/specialchar/dialogs/lang/en-ca.js | 13 + .../plugins/specialchar/dialogs/lang/es-mx.js | 13 + .../tableselection/styles/tableselection.css | 32 ++ .../ckeditor/plugins/templates/lang/es-mx.js | 1 + .../plugins/uicolor/dialogs/uicolor.css | 20 + .../ckeditor/plugins/uicolor/lang/es-mx.js | 5 + .../plugins/uploadwidget/lang/es-mx.js | 5 + .../ckeditor/plugins/uploadwidget/lang/hr.js | 5 + .../ckeditor/plugins/uploadwidget/lang/sk.js | 5 + .../ckeditor/plugins/widget/lang/es-mx.js | 5 + .../assets/pwstrength-bootstrap/.bower.json | 2 +- bower.json | 4 +- 82 files changed, 257 insertions(+), 1471 deletions(-) delete mode 100644 app/Resources/public/assets/bootstrap-languages/.bower.json delete mode 100644 app/Resources/public/assets/bootstrap-languages/LICENSE.md delete mode 100644 app/Resources/public/assets/bootstrap-languages/README.md delete mode 100644 app/Resources/public/assets/bootstrap-languages/bower.json delete mode 100644 app/Resources/public/assets/bootstrap-languages/build-minify.sh delete mode 100644 app/Resources/public/assets/bootstrap-languages/build-pages.sh delete mode 100644 app/Resources/public/assets/bootstrap-languages/build-png.sh delete mode 100644 app/Resources/public/assets/bootstrap-languages/index.html delete mode 100644 app/Resources/public/assets/bootstrap-languages/languages.css delete mode 100644 app/Resources/public/assets/bootstrap-languages/languages.min.css delete mode 100644 app/Resources/public/assets/bootstrap-languages/languages.png delete mode 100644 app/Resources/public/assets/bootstrap-languages/map create mode 100644 app/Resources/public/assets/ckeditor/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/autoembed/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/autoembed/lang/gl.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hr.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hu.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/autoembed/lang/ja.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/bidi/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/codesnippet/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/colorbutton/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/colordialog/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/az.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/de.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/it.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ja.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nb.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nl.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/oc.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pl.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pt-br.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ru.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/sv.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/tr.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh-cn.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/devtools/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/div/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/docprops/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/embedbase/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hr.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hu.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/embedbase/lang/sk.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/filetools/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/filetools/lang/hr.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/filetools/lang/hu.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/filetools/lang/sk.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/find/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/flash/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/font/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/forms/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/iframe/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/image2/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/justify/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/language/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/liststyle/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/mathjax/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/newpage/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/pagebreak/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/placeholder/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/preview/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/print/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/save/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css create mode 100644 app/Resources/public/assets/ckeditor/plugins/selectall/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/showblocks/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/smiley/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/sourcedialog/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css create mode 100644 app/Resources/public/assets/ckeditor/plugins/templates/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.css create mode 100644 app/Resources/public/assets/ckeditor/plugins/uicolor/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/es-mx.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/hr.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/sk.js create mode 100644 app/Resources/public/assets/ckeditor/plugins/widget/lang/es-mx.js diff --git a/app/Resources/public/assets/bootstrap-languages/.bower.json b/app/Resources/public/assets/bootstrap-languages/.bower.json deleted file mode 100644 index cdafbf9663..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/.bower.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "bootstrap-languages", - "main": [ - "languages.min.css", - "languages.png" - ], - "homepage": "https://github.com/usrz/bootstrap-languages", - "authors": [ - "Pier Fumagalli " - ], - "description": "Language labels and icons for Bootstrap 3", - "keywords": [ - "language", - "flags" - ], - "license": "Apache v2", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "_release": "81e4a03bb3", - "_resolution": { - "type": "branch", - "branch": "master", - "commit": "81e4a03bb304b649bf0e6ef406ce0249ddd4421d" - }, - "_source": "https://github.com/usrz/bootstrap-languages.git", - "_target": "*", - "_originalSource": "bootstrap-language", - "_direct": true -} \ No newline at end of file diff --git a/app/Resources/public/assets/bootstrap-languages/LICENSE.md b/app/Resources/public/assets/bootstrap-languages/LICENSE.md deleted file mode 100644 index dd39fd95cc..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/LICENSE.md +++ /dev/null @@ -1,191 +0,0 @@ -Apache License -============== - -[Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0.html) - -1 - Definitions ---------------- - -* *"License"* shall mean the terms and conditions for use, reproduction, and - distribution as defined by Sections 1 through 9 of this document. - -* *"Licensor"* shall mean the copyright owner or entity authorized by the - copyright owner that is granting the License. - -* *"Legal Entity"* shall mean the union of the acting entity and all other - entities that control, are controlled by, or are under common control with - that entity. For the purposes of this definition, "control" means (i) the - power, direct or indirect, to cause the direction or management of such - entity, whether by contract or otherwise, or (ii) ownership of fifty - percent (50%) or more of the outstanding shares, or (iii) beneficial - ownership of such entity. - -* *"You"* (or *"Your"*) shall mean an individual or Legal Entity exercising - permissions granted by this License. - -* *"Source"* form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation source, - and configuration files. - -* *"Object"* form shall mean any form resulting from mechanical transformation - or translation of a Source form, including but not limited to compiled - object code, generated documentation, and conversions to other media types. - -* *"Work"* shall mean the work of authorship, whether in Source or Object form, - made available under the License, as indicated by a copyright notice that - is included in or attached to the work (an example is provided in the - Appendix below). - -* *"Derivative Works"* shall mean any work, whether in Source or Object form, - that is based on (or derived from) the Work and for which the editorial - revisions, annotations, elaborations, or other modifications represent, as - a whole, an original work of authorship. For the purposes of this License, - Derivative Works shall not include works that remain separable from, or - merely link (or bind by name) to the interfaces of, the Work and Derivative - Works thereof. - -* *"Contribution"* shall mean any work of authorship, including the original - version of the Work and any modifications or additions to that Work or - Derivative Works thereof, that is intentionally submitted to Licensor for - inclusion in the Work by the copyright owner or by an individual or Legal - Entity authorized to submit on behalf of the copyright owner. For the - purposes of this definition, "submitted" means any form of electronic, - verbal, or written communication sent to the Licensor or its - representatives, including but not limited to communication on electronic - mailing lists, source code control systems, and issue tracking systems that - are managed by, or on behalf of, the Licensor for the purpose of discussing - and improving the Work, but excluding communication that is conspicuously - marked or otherwise designated in writing by the copyright owner as "Not a - Contribution." - -* *"Contributor"* shall mean Licensor and any individual or Legal Entity on - behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - -2 - Grant of Copyright License ------------------------------- - -Subject to the terms and conditions of this License, each Contributor -hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, -royalty-free, irrevocable copyright license to reproduce, prepare -Derivative Works of, publicly display, publicly perform, sublicense, and -distribute the Work and such Derivative Works in Source or Object form. - - -3 - Grant of Patent License ---------------------------- - -Subject to the terms and conditions of this License, each Contributor -hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, -royalty-free, irrevocable (except as stated in this section) patent license -to make, have made, use, offer to sell, sell, import, and otherwise -transfer the Work, where such license applies only to those patent claims -licensable by such Contributor that are necessarily infringed by their -Contribution(s) alone or by combination of their Contribution(s) with the -Work to which such Contribution(s) was submitted. If You institute patent -litigation against any entity (including a cross-claim or counterclaim in a -lawsuit) alleging that the Work or a Contribution incorporated within the -Work constitutes direct or contributory patent infringement, then any -patent licenses granted to You under this License for that Work shall -terminate as of the date such litigation is filed. - - -4 - Redistribution ------------------- - -You may reproduce and distribute copies of the Work or Derivative Works -thereof in any medium, with or without modifications, and in Source or -Object form, provided that You meet the following conditions: - -1. You must give any other recipients of the Work or Derivative Works a - copy of this License; and - -2. You must cause any modified files to carry prominent notices stating - that You changed the files; and - -3. You must retain, in the Source form of any Derivative Works that You - distribute, all copyright, patent, trademark, and attribution notices - from the Source form of the Work, excluding those notices that do not - pertain to any part of the Derivative Works; and - -4. If the Work includes a "NOTICE" text file as part of its distribution, - then any Derivative Works that You distribute must include a readable - copy of the attribution notices contained within such NOTICE file, - excluding those notices that do not pertain to any part of the - Derivative Works, in at least one of the following places: within a - NOTICE text file distributed as part of the Derivative Works; within the - Source form or documentation, if provided along with the Derivative - Works; or, within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents of the - NOTICE file are for informational purposes only and do not modify the - License. You may add Your own attribution notices within Derivative - Works that You distribute, alongside or as an addendum to the NOTICE - text from the Work, provided that such additional attribution notices - cannot be construed as modifying the License. You may add Your own - copyright statement to Your modifications and may provide additional or - different license terms and conditions for use, reproduction, or - distribution of Your modifications, or for any such Derivative Works as - a whole, provided Your use, reproduction, and distribution of the Work - otherwise complies with the conditions stated in this License. - - -5 - Submission of Contributions -------------------------------- - -Unless You explicitly state otherwise, any Contribution intentionally -submitted for inclusion in the Work by You to the Licensor shall be under -the terms and conditions of this License, without any additional terms or -conditions. Notwithstanding the above, nothing herein shall supersede or -modify the terms of any separate license agreement you may have executed -with Licensor regarding such Contributions. - - -6 - Trademarks --------------- - -This License does not grant permission to use the trade names, trademarks, -service marks, or product names of the Licensor, except as required for -reasonable and customary use in describing the origin of the Work and -reproducing the content of the NOTICE file. - - -7 - Disclaimer of Warranty --------------------------- - -Unless required by applicable law or agreed to in writing, Licensor -provides the Work (and each Contributor provides its Contributions) on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -or implied, including, without limitation, any warranties or conditions of -TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR -PURPOSE. You are solely responsible for determining the appropriateness of -using or redistributing the Work and assume any risks associated with Your -exercise of permissions under this License. - - -8 - Limitation of Liability ---------------------------- - -In no event and under no legal theory, whether in tort (including -negligence), contract, or otherwise, unless required by applicable law -(such as deliberate and grossly negligent acts) or agreed to in writing, -shall any Contributor be liable to You for damages, including any direct, -indirect, special, incidental, or consequential damages of any character -arising as a result of this License or out of the use or inability to use -the Work (including but not limited to damages for loss of goodwill, work -stoppage, computer failure or malfunction, or any and all other commercial -damages or losses), even if such Contributor has been advised of the -possibility of such damages. - -9 - Accepting Warranty or Additional Liability ----------------------------------------------- - -While redistributing the Work or Derivative Works thereof, You may choose -to offer, and charge a fee for, acceptance of support, warranty, indemnity, -or other liability obligations and/or rights consistent with this License. -However, in accepting such obligations, You may act only on Your own behalf -and on Your sole responsibility, not on behalf of any other Contributor, -and only if You agree to indemnify, defend, and hold each Contributor -harmless for any liability incurred by, or claims asserted against, such -Contributor by reason of your accepting any such warranty or additional -liability. diff --git a/app/Resources/public/assets/bootstrap-languages/README.md b/app/Resources/public/assets/bootstrap-languages/README.md deleted file mode 100644 index 57d3e8e3ea..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/README.md +++ /dev/null @@ -1,111 +0,0 @@ -The _Languages for Bootstrap 3_ project provides a simple way to present -language labels and names in a _Bootstrap 3_ project. - -Head over to the [documentation](http://usrz.github.io/bootstrap-languages) -pages for some hint on how languages are presented, and how to use this library. - -This project is distributed under the terms of the -[Apache Software License, Version 2](LICENSE.md). - -Install from bower -========== -```bash -bower install bootstrap-language -``` - - -Flag Icons -========== - -Flag images have originally made by [IconDrawer](http://www.icondrawer.com), -then converted and assembled using [ImageMagick](http://www.imagemagick.org/) -and optimized using [PNGCrush](http://pmt.sourceforge.net/pngcrush/index.html) -with the following script: - -```bash -#!/bin/sh - -SMALL="" -MEDIUM="" -LARGE="" -for COUNTRY in sa by bg cz dk de gr us es ee fi fr ie in hr hu id is it \ - il jp kr lt lv mk my mt nl no pl pt ro ru sk si al rs se \ - th tr ua vn cn "_United*Nations" ; do - SMALL="${SMALL} 16/${COUNTRY}.png" - MEDIUM="${MEDIUM} 24/${COUNTRY}.png" - LARGE="${LARGE} 32/${COUNTRY}.png" -done - -montage ${SMALL} -tile 1x -crop 14x11+1+2 -background transparent -geometry '14x11>+0+0' -gravity NorthWest small.png -montage ${MEDIUM} -tile 1x -crop 22x16+1+4 -background transparent -geometry '22x16>+0+0' -gravity NorthWest medium.png -montage ${LARGE} -tile 1x -crop 30x22+1+5 -background transparent -geometry '30x22>+0+0' -gravity NorthWest large.png - -montage small.png medium.png large.png -mode Concatenate -background transparent -tile 1x4 sprite.png -pngcrush sprite.png languages.png -``` - -The mapping between language and country flag is as follows (in order): - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LanguageCountryY-Offset
ISONameISONameSML
ar Arabic SA Saudi Arabia 0 484 1188
be Belarusian BY Belarus 11 500 1210
bg Bulgarian BG Bulgaria 22 516 1232
cs Czech CZ Czech 33 532 1254
da Danish DK Denmark 44 548 1276
de German DE Germany 55 564 1298
el Greek GR Greece 66 580 1320
en English US United 77 596 1342
es Spanish ES Spain 88 612 1364
et Estonian EE Estonia 99 628 1386
fi Finnish FI Finland 110 644 1408
fr French FR France 121 660 1430
ga Irish IE Ireland 132 676 1452
hi Hindi IN India 143 692 1474
hr Croatian HR Croatia 154 708 1496
hu Hungarian HU Hungary 165 724 1518
in Indonesian ID Indonesia 176 740 1540
is Icelandic IS Iceland 187 756 1562
it Italian IT Italy 198 772 1584
iw Hebrew IL Israel 209 788 1606
ja Japanese JP Japan 220 804 1628
ko Korean KR South 231 820 1650
lt Lithuanian LT Lithuania 242 836 1672
lv Latvian LV Latvia 253 852 1694
mk Macedonian MK Macedonia 264 868 1716
ms Malay MY Malaysia 275 884 1738
mt Maltese MT Malta 286 900 1760
nl Dutch NL Netherlands 297 916 1782
no Norwegian NO Norway 308 932 1804
pl Polish PL Poland 319 948 1826
pt Portuguese PT Portugal 330 964 1848
ro Romanian RO Romania 341 980 1870
ru Russian RU Russia 352 996 1892
sk Slovak SK Slovakia 363 1012 1914
sl Slovenian SI Slovenia 374 1028 1936
sq Albanian AL Albania 385 1044 1958
sr Serbian RS Serbia 396 1060 1980
sv Swedish SE Sweden 407 1076 2002
th Thai TH Thailand 418 1092 2024
tr Turkish TR Turkey 429 1108 2046
uk Ukrainian UA Ukraine 440 1124 2068
vi Vietnamese VN Vietnam 451 1140 2090
zh Chinese CN China 462 1156 2112
diff --git a/app/Resources/public/assets/bootstrap-languages/bower.json b/app/Resources/public/assets/bootstrap-languages/bower.json deleted file mode 100644 index 304337c0a2..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/bower.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "bootstrap-languages", - "main": [ - "languages.min.css", - "languages.png" - ], - "version": "1.0.0", - "homepage": "https://github.com/usrz/bootstrap-languages", - "authors": [ - "Pier Fumagalli " - ], - "description": "Language labels and icons for Bootstrap 3", - "keywords": [ - "language", - "flags" - ], - "license": "Apache v2", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} \ No newline at end of file diff --git a/app/Resources/public/assets/bootstrap-languages/build-minify.sh b/app/Resources/public/assets/bootstrap-languages/build-minify.sh deleted file mode 100644 index 72b8e023f6..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/build-minify.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Minify our CSS -curl -X POST -s --data-urlencode 'input@languages.css' http://cssminifier.com/raw > languages.min.css diff --git a/app/Resources/public/assets/bootstrap-languages/build-pages.sh b/app/Resources/public/assets/bootstrap-languages/build-pages.sh deleted file mode 100644 index a0c5e6e2c3..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/build-pages.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -git checkout gh-pages -git checkout master index.html languages.min.css languages.png -git commit -a -m 'Pages built.' -git push -git checkout master diff --git a/app/Resources/public/assets/bootstrap-languages/build-png.sh b/app/Resources/public/assets/bootstrap-languages/build-png.sh deleted file mode 100644 index bfa745be99..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/build-png.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -# The default flags are picked up from country-flag-icons by Wil Linssen: -# https://github.com/linssen/country-flag-icons -path_to_svg=../country-flag-icons/images/svg - -svgs="" -for alpha2 in sa by bg cz dk de gr gb es ee fi fr ie in hr hu id is it \ - il jp kr lt lv mk my mt nl no pl pt ro ru sk si al rs se \ - th tr ua vn cn ; do - # Convert an alpha-2 code to an alpha-3 code according to ISO 3166-1 - alpha3=$(grep "^$alpha2" map|cut -f2) - svgs="$svgs $path_to_svg/$alpha3.svg" -done - -# United nation flag is not supported by the country-flag-icons project, -# so download a copy directly from wikipedia -wget -qOun.svg https://upload.wikimedia.org/wikipedia/commons/2/2f/Flag_of_the_United_Nations.svg -svgs="$svgs un.svg" - -montage $svgs -tile 1x -resize 14x11\! -geometry '14x11>+0+0' -gravity NorthWest small.png -montage $svgs -tile 1x -resize 22x16\! -geometry '22x16>+0+0' -gravity NorthWest medium.png -montage $svgs -tile 1x -resize 30x22\! -geometry '30x22>+0+0' -gravity NorthWest large.png - -montage small.png medium.png large.png -mode Concatenate -background transparent -tile 1x4 sprite.png -pngcrush sprite.png languages.png - -rm un.svg small.png medium.png large.png sprite.png diff --git a/app/Resources/public/assets/bootstrap-languages/index.html b/app/Resources/public/assets/bootstrap-languages/index.html deleted file mode 100644 index c6493042d6..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/index.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - Languages for Bootstrap 3 - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - -

Supported languages

-

- Languages for Bootstrap 3 provides an easy way to add - language labels to your Bootstrap code. -

-

- It currently supports the following 43 languages: -

- -
-
-
-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-
-
-

-

-

-

-

-

-

-

-

-

-

-

-

-

-

-
-
-

-

-

-

-

-

-

-

-

-

-

-

-

-

 

-

-
-
-
- - -

Basic Usage

- -

- In order to use language labels and icons, first of all download - the latest CSS and - sprites. Upload them somewhere - and <link .../> the CSS from your HTML page. -

-

- After adding the CSS to your page, language labels can be added - using a span tag with a langattribute. -

- -
-
- This is an exaple in the language. -
-
- - -

Label types

-

Labels for the various icons can be applied automatically either in the native language, or in english, or both:

-
    -
  • native language using the lang-lbl class,
  • -
  • english using the lang-lbl-en class,
  • -
  • both native and english using the lang-lbl-full class,
  • -
-

Labels are omitted when one of the above mentioned classes is not used.

- -
-
- A native label   , - then in english    and - and finally using both   . -
-
- - -

Icon sizes

-

The icons for labels come in 3 different sizes:

-
    -
  • extra small (14x11 pixels) using the lang-xs class,
  • -
  • small (22x16 pixels) using the lang-sm class and
  • -
  • large (30x22 pixels) using the lang-lg class.
  • -
-

Icons are omitted when one of the above mentioned classes is not used.

- -
-
- Icons come in - extra small - small or - large -
-
- - -

Usage in headings

- -

- Label placement has been optimized for use in Bootstrap's - default heading styles. Simply placing them within the various - <hX>...</hX> tags should adjust their - position relative to the line. -

- -
-
-

large in a <h1/> heading

-

small in a <h1/> heading

-

x-small in a <h1/> heading

-
-

large in a <h2/> heading

-

small in a <h2/> heading

-

x-small in a <h2/> heading

-
-

large in a <h3/> heading

-

small in a <h3/> heading

-

x-small in a <h3/> heading

-
-

large in a <h4/> heading

-

small in a <h4/> heading

-

x-small in a <h4/> heading

-
-
small in a <h5/> heading
-
x-small in a <h5/> heading
-
-
x-small in a <h6/> heading
-
-
- - -

Usage in text

- -

- Label placement has also been optimized for use in Bootstrap's - standard paragraphs. -

- -
-
-

large in a .lead paragraph

-

small in a .lead paragraph

-

x-small in a .lead paragraph

-
-

small in a standard paragraph

-

x-small in a standard paragraph

-
-

small in a <small/> section

-

x-small in a <small/> section

-
-
- - -

Usage in buttons

- -
-
-

In large buttons:

- - - - - -
-

In regular buttons:

- - - - -
-

In small and extra small buttons:

- - - -
-
- - -

Usage in drop downs

- -
-
-
- - -
-
-
-
-
-
-
-
- Copyright © 2014 USRZ.com and - Pier Paolo Fumagalli. Distributed under the terms of the - Apache Software - License, Version 2. -
- - diff --git a/app/Resources/public/assets/bootstrap-languages/languages.css b/app/Resources/public/assets/bootstrap-languages/languages.css deleted file mode 100644 index 0a72a2e62a..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/languages.css +++ /dev/null @@ -1,403 +0,0 @@ -/* ========================================================================== * - * Copyright 2014 USRZ.com and Pier Paolo Fumagalli * - * -------------------------------------------------------------------------- * - * Licensed under the Apache License, Version 2.0 (the "License"); * - * you may not use this file except in compliance with the License. * - * You may obtain a copy of the License at * - * * - * http://www.apache.org/licenses/LICENSE-2.0 * - * * - * Unless required by applicable law or agreed to in writing, software * - * distributed under the License is distributed on an "AS IS" BASIS, * - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * - * See the License for the specific language governing permissions and * - * limitations under the License. * - * ========================================================================== */ - -/* Define properties for our icons (default to the unknown language flag) */ -.lang-xs { background-position: 0px -473px; min-width: 14px; height: 11px; min-height: 11px; max-height: 11px; background-repeat: no-repeat; display: inline-block; background-image: url('./languages.png'); } -.lang-sm { background-position: 0px -1172px; min-width: 22px; height: 16px; min-height: 16px; max-height: 16px; background-repeat: no-repeat; display: inline-block; background-image: url('./languages.png'); } -.lang-lg { background-position: 0px -2134px; min-width: 30px; height: 22px; min-height: 22px; max-height: 22px; background-repeat: no-repeat; display: inline-block; background-image: url('./languages.png'); } - -/* Positions in our sprite for xs-sized images */ -.lang-xs[lang=ar] { background-position: 0px 0px; } -.lang-xs[lang=be] { background-position: 0px -11px; } -.lang-xs[lang=bg] { background-position: 0px -22px; } -.lang-xs[lang=cs] { background-position: 0px -33px; } -.lang-xs[lang=da] { background-position: 0px -44px; } -.lang-xs[lang=de] { background-position: 0px -55px; } -.lang-xs[lang=el] { background-position: 0px -66px; } -.lang-xs[lang=en] { background-position: 0px -77px; } -.lang-xs[lang=es] { background-position: 0px -88px; } -.lang-xs[lang=et] { background-position: 0px -99px; } -.lang-xs[lang=fi] { background-position: 0px -110px; } -.lang-xs[lang=fr] { background-position: 0px -121px; } -.lang-xs[lang=ga] { background-position: 0px -132px; } -.lang-xs[lang=hi] { background-position: 0px -143px; } -.lang-xs[lang=hr] { background-position: 0px -154px; } -.lang-xs[lang=hu] { background-position: 0px -165px; } -.lang-xs[lang=in] { background-position: 0px -176px; } -.lang-xs[lang=is] { background-position: 0px -187px; } -.lang-xs[lang=it] { background-position: 0px -198px; } -.lang-xs[lang=iw] { background-position: 0px -209px; } -.lang-xs[lang=ja] { background-position: 0px -220px; } -.lang-xs[lang=ko] { background-position: 0px -231px; } -.lang-xs[lang=lt] { background-position: 0px -242px; } -.lang-xs[lang=lv] { background-position: 0px -253px; } -.lang-xs[lang=mk] { background-position: 0px -264px; } -.lang-xs[lang=ms] { background-position: 0px -275px; } -.lang-xs[lang=mt] { background-position: 0px -286px; } -.lang-xs[lang=nl] { background-position: 0px -297px; } -.lang-xs[lang=no] { background-position: 0px -308px; } -.lang-xs[lang=pl] { background-position: 0px -319px; } -.lang-xs[lang=pt] { background-position: 0px -330px; } -.lang-xs[lang=ro] { background-position: 0px -341px; } -.lang-xs[lang=ru] { background-position: 0px -352px; } -.lang-xs[lang=sk] { background-position: 0px -363px; } -.lang-xs[lang=sl] { background-position: 0px -374px; } -.lang-xs[lang=sq] { background-position: 0px -385px; } -.lang-xs[lang=sr] { background-position: 0px -396px; } -.lang-xs[lang=sv] { background-position: 0px -407px; } -.lang-xs[lang=th] { background-position: 0px -418px; } -.lang-xs[lang=tr] { background-position: 0px -429px; } -.lang-xs[lang=uk] { background-position: 0px -440px; } -.lang-xs[lang=vi] { background-position: 0px -451px; } -.lang-xs[lang=zh] { background-position: 0px -462px; } - -/* Positions in our sprite for sm-sized images */ -.lang-sm[lang=ar] { background-position: 0px -484px; } -.lang-sm[lang=be] { background-position: 0px -500px; } -.lang-sm[lang=bg] { background-position: 0px -516px; } -.lang-sm[lang=cs] { background-position: 0px -532px; } -.lang-sm[lang=da] { background-position: 0px -548px; } -.lang-sm[lang=de] { background-position: 0px -564px; } -.lang-sm[lang=el] { background-position: 0px -580px; } -.lang-sm[lang=en] { background-position: 0px -596px; } -.lang-sm[lang=es] { background-position: 0px -612px; } -.lang-sm[lang=et] { background-position: 0px -628px; } -.lang-sm[lang=fi] { background-position: 0px -644px; } -.lang-sm[lang=fr] { background-position: 0px -660px; } -.lang-sm[lang=ga] { background-position: 0px -676px; } -.lang-sm[lang=hi] { background-position: 0px -692px; } -.lang-sm[lang=hr] { background-position: 0px -708px; } -.lang-sm[lang=hu] { background-position: 0px -724px; } -.lang-sm[lang=in] { background-position: 0px -740px; } -.lang-sm[lang=is] { background-position: 0px -756px; } -.lang-sm[lang=it] { background-position: 0px -772px; } -.lang-sm[lang=iw] { background-position: 0px -788px; } -.lang-sm[lang=ja] { background-position: 0px -804px; } -.lang-sm[lang=ko] { background-position: 0px -820px; } -.lang-sm[lang=lt] { background-position: 0px -836px; } -.lang-sm[lang=lv] { background-position: 0px -852px; } -.lang-sm[lang=mk] { background-position: 0px -868px; } -.lang-sm[lang=ms] { background-position: 0px -884px; } -.lang-sm[lang=mt] { background-position: 0px -900px; } -.lang-sm[lang=nl] { background-position: 0px -916px; } -.lang-sm[lang=no] { background-position: 0px -932px; } -.lang-sm[lang=pl] { background-position: 0px -948px; } -.lang-sm[lang=pt] { background-position: 0px -964px; } -.lang-sm[lang=ro] { background-position: 0px -980px; } -.lang-sm[lang=ru] { background-position: 0px -996px; } -.lang-sm[lang=sk] { background-position: 0px -1012px; } -.lang-sm[lang=sl] { background-position: 0px -1028px; } -.lang-sm[lang=sq] { background-position: 0px -1044px; } -.lang-sm[lang=sr] { background-position: 0px -1060px; } -.lang-sm[lang=sv] { background-position: 0px -1076px; } -.lang-sm[lang=th] { background-position: 0px -1092px; } -.lang-sm[lang=tr] { background-position: 0px -1108px; } -.lang-sm[lang=uk] { background-position: 0px -1124px; } -.lang-sm[lang=vi] { background-position: 0px -1140px; } -.lang-sm[lang=zh] { background-position: 0px -1156px; } - -/* Positions in our sprite for lg-sized images */ -.lang-lg[lang=ar] { background-position: 0px -1188px; } -.lang-lg[lang=be] { background-position: 0px -1210px; } -.lang-lg[lang=bg] { background-position: 0px -1232px; } -.lang-lg[lang=cs] { background-position: 0px -1254px; } -.lang-lg[lang=da] { background-position: 0px -1276px; } -.lang-lg[lang=de] { background-position: 0px -1298px; } -.lang-lg[lang=el] { background-position: 0px -1320px; } -.lang-lg[lang=en] { background-position: 0px -1342px; } -.lang-lg[lang=es] { background-position: 0px -1364px; } -.lang-lg[lang=et] { background-position: 0px -1386px; } -.lang-lg[lang=fi] { background-position: 0px -1408px; } -.lang-lg[lang=fr] { background-position: 0px -1430px; } -.lang-lg[lang=ga] { background-position: 0px -1452px; } -.lang-lg[lang=hi] { background-position: 0px -1474px; } -.lang-lg[lang=hr] { background-position: 0px -1496px; } -.lang-lg[lang=hu] { background-position: 0px -1518px; } -.lang-lg[lang=in] { background-position: 0px -1540px; } -.lang-lg[lang=is] { background-position: 0px -1562px; } -.lang-lg[lang=it] { background-position: 0px -1584px; } -.lang-lg[lang=iw] { background-position: 0px -1606px; } -.lang-lg[lang=ja] { background-position: 0px -1628px; } -.lang-lg[lang=ko] { background-position: 0px -1650px; } -.lang-lg[lang=lt] { background-position: 0px -1672px; } -.lang-lg[lang=lv] { background-position: 0px -1694px; } -.lang-lg[lang=mk] { background-position: 0px -1716px; } -.lang-lg[lang=ms] { background-position: 0px -1738px; } -.lang-lg[lang=mt] { background-position: 0px -1760px; } -.lang-lg[lang=nl] { background-position: 0px -1782px; } -.lang-lg[lang=no] { background-position: 0px -1804px; } -.lang-lg[lang=pl] { background-position: 0px -1826px; } -.lang-lg[lang=pt] { background-position: 0px -1848px; } -.lang-lg[lang=ro] { background-position: 0px -1870px; } -.lang-lg[lang=ru] { background-position: 0px -1892px; } -.lang-lg[lang=sk] { background-position: 0px -1914px; } -.lang-lg[lang=sl] { background-position: 0px -1936px; } -.lang-lg[lang=sq] { background-position: 0px -1958px; } -.lang-lg[lang=sr] { background-position: 0px -1980px; } -.lang-lg[lang=sv] { background-position: 0px -2002px; } -.lang-lg[lang=th] { background-position: 0px -2024px; } -.lang-lg[lang=tr] { background-position: 0px -2046px; } -.lang-lg[lang=uk] { background-position: 0px -2068px; } -.lang-lg[lang=vi] { background-position: 0px -2090px; } -.lang-lg[lang=zh] { background-position: 0px -2112px; } - -/* Labels for the unknown language */ -.lang-lbl:after { content: "Unknown language"; } -.lang-lbl-en:after { content: "Unknown language"; } -.lang-lbl-full:after { content: "Unknown language"; } - -/* Labels in native (default) language */ -.lang-lbl[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629"; } -.lang-lbl[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"; } -.lang-lbl[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"; } -.lang-lbl[lang=cs]:after { content: "\00010Ce\000161tina"; } -.lang-lbl[lang=da]:after { content: "Dansk"; } -.lang-lbl[lang=de]:after { content: "Deutsch"; } -.lang-lbl[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"; } -.lang-lbl[lang=en]:after { content: "English"; } -.lang-lbl[lang=es]:after { content: "Espa\0000F1ol"; } -.lang-lbl[lang=et]:after { content: "Eesti"; } -.lang-lbl[lang=fi]:after { content: "Suomi"; } -.lang-lbl[lang=fr]:after { content: "Fran\0000E7ais"; } -.lang-lbl[lang=ga]:after { content: "Gaeilge"; } -.lang-lbl[lang=hi]:after { content: "\000939\00093F\000902\000926\000940"; } -.lang-lbl[lang=hr]:after { content: "Hrvatski"; } -.lang-lbl[lang=hu]:after { content: "Magyar"; } -.lang-lbl[lang=in]:after { content: "Bahasa\000020indonesia"; } -.lang-lbl[lang=is]:after { content: "\0000CDslenska"; } -.lang-lbl[lang=it]:after { content: "Italiano"; } -.lang-lbl[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA"; } -.lang-lbl[lang=ja]:after { content: "\0065E5\00672C\008A9E"; } -.lang-lbl[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4"; } -.lang-lbl[lang=lt]:after { content: "Lietuvi\000173"; } -.lang-lbl[lang=lv]:after { content: "Latvie\000161u"; } -.lang-lbl[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"; } -.lang-lbl[lang=ms]:after { content: "Bahasa\000020melayu"; } -.lang-lbl[lang=mt]:after { content: "Malti"; } -.lang-lbl[lang=nl]:after { content: "Nederlands"; } -.lang-lbl[lang=no]:after { content: "Norsk"; } -.lang-lbl[lang=pl]:after { content: "Polski"; } -.lang-lbl[lang=pt]:after { content: "Portugu\0000EAs"; } -.lang-lbl[lang=ro]:after { content: "Rom\0000E2n\000103"; } -.lang-lbl[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439"; } -.lang-lbl[lang=sk]:after { content: "Sloven\00010Dina"; } -.lang-lbl[lang=sl]:after { content: "Sloven\000161\00010Dina"; } -.lang-lbl[lang=sq]:after { content: "Shqipe"; } -.lang-lbl[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438"; } -.lang-lbl[lang=sv]:after { content: "Svenska"; } -.lang-lbl[lang=th]:after { content: "\000E44\000E17\000E22"; } -.lang-lbl[lang=tr]:after { content: "T\0000FCrk\0000E7e"; } -.lang-lbl[lang=uk]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"; } -.lang-lbl[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t"; } -.lang-lbl[lang=zh]:after { content: "\004E2D\006587"; } - -/* Labels in english language */ -.lang-lbl-en[lang=ar]:after { content: "Arabic"; } -.lang-lbl-en[lang=be]:after { content: "Belarusian"; } -.lang-lbl-en[lang=bg]:after { content: "Bulgarian"; } -.lang-lbl-en[lang=cs]:after { content: "Czech"; } -.lang-lbl-en[lang=da]:after { content: "Danish"; } -.lang-lbl-en[lang=de]:after { content: "German"; } -.lang-lbl-en[lang=el]:after { content: "Greek"; } -.lang-lbl-en[lang=en]:after { content: "English"; } -.lang-lbl-en[lang=es]:after { content: "Spanish"; } -.lang-lbl-en[lang=et]:after { content: "Estonian"; } -.lang-lbl-en[lang=fi]:after { content: "Finnish"; } -.lang-lbl-en[lang=fr]:after { content: "French"; } -.lang-lbl-en[lang=ga]:after { content: "Irish"; } -.lang-lbl-en[lang=hi]:after { content: "Hindi"; } -.lang-lbl-en[lang=hr]:after { content: "Croatian"; } -.lang-lbl-en[lang=hu]:after { content: "Hungarian"; } -.lang-lbl-en[lang=in]:after { content: "Indonesian"; } -.lang-lbl-en[lang=is]:after { content: "Icelandic"; } -.lang-lbl-en[lang=it]:after { content: "Italian"; } -.lang-lbl-en[lang=iw]:after { content: "Hebrew"; } -.lang-lbl-en[lang=ja]:after { content: "Japanese"; } -.lang-lbl-en[lang=ko]:after { content: "Korean"; } -.lang-lbl-en[lang=lt]:after { content: "Lithuanian"; } -.lang-lbl-en[lang=lv]:after { content: "Latvian"; } -.lang-lbl-en[lang=mk]:after { content: "Macedonian"; } -.lang-lbl-en[lang=ms]:after { content: "Malay"; } -.lang-lbl-en[lang=mt]:after { content: "Maltese"; } -.lang-lbl-en[lang=nl]:after { content: "Dutch"; } -.lang-lbl-en[lang=no]:after { content: "Norwegian"; } -.lang-lbl-en[lang=pl]:after { content: "Polish"; } -.lang-lbl-en[lang=pt]:after { content: "Portuguese"; } -.lang-lbl-en[lang=ro]:after { content: "Romanian"; } -.lang-lbl-en[lang=ru]:after { content: "Russian"; } -.lang-lbl-en[lang=sk]:after { content: "Slovak"; } -.lang-lbl-en[lang=sl]:after { content: "Slovenian"; } -.lang-lbl-en[lang=sq]:after { content: "Albanian"; } -.lang-lbl-en[lang=sr]:after { content: "Serbian"; } -.lang-lbl-en[lang=sv]:after { content: "Swedish"; } -.lang-lbl-en[lang=th]:after { content: "Thai"; } -.lang-lbl-en[lang=tr]:after { content: "Turkish"; } -.lang-lbl-en[lang=uk]:after { content: "Ukrainian"; } -.lang-lbl-en[lang=vi]:after { content: "Vietnamese"; } -.lang-lbl-en[lang=zh]:after { content: "Chinese"; } - -/* Combined native/english labels */ -.lang-lbl-full[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"; } -.lang-lbl-full[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"; } -.lang-lbl-full[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"; } -.lang-lbl-full[lang=cs]:after { content: "\00010Ce\000161tina\0000A0/\0000A0Czech"; } -.lang-lbl-full[lang=da]:after { content: "Dansk\0000A0/\0000A0Danish"; } -.lang-lbl-full[lang=de]:after { content: "Deutsch\0000A0/\0000A0German"; } -.lang-lbl-full[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"; } -.lang-lbl-full[lang=en]:after { content: "English\0000A0/\0000A0English"; } -.lang-lbl-full[lang=es]:after { content: "Espa\0000F1ol\0000A0/\0000A0Spanish"; } -.lang-lbl-full[lang=et]:after { content: "Eesti\0000A0/\0000A0Estonian"; } -.lang-lbl-full[lang=fi]:after { content: "Suomi\0000A0/\0000A0Finnish"; } -.lang-lbl-full[lang=fr]:after { content: "Fran\0000E7ais\0000A0/\0000A0French"; } -.lang-lbl-full[lang=ga]:after { content: "Gaeilge\0000A0/\0000A0Irish"; } -.lang-lbl-full[lang=hi]:after { content: "\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"; } -.lang-lbl-full[lang=hr]:after { content: "Hrvatski\0000A0/\0000A0Croatian"; } -.lang-lbl-full[lang=hu]:after { content: "Magyar\0000A0/\0000A0Hungarian"; } -.lang-lbl-full[lang=in]:after { content: "Bahasa\000020indonesia\0000A0/\0000A0Indonesian"; } -.lang-lbl-full[lang=is]:after { content: "\0000CDslenska\0000A0/\0000A0Icelandic"; } -.lang-lbl-full[lang=it]:after { content: "Italiano\0000A0/\0000A0Italian"; } -.lang-lbl-full[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"; } -.lang-lbl-full[lang=ja]:after { content: "\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"; } -.lang-lbl-full[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"; } -.lang-lbl-full[lang=lt]:after { content: "Lietuvi\000173\0000A0/\0000A0Lithuanian"; } -.lang-lbl-full[lang=lv]:after { content: "Latvie\000161u\0000A0/\0000A0Latvian"; } -.lang-lbl-full[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"; } -.lang-lbl-full[lang=ms]:after { content: "Bahasa\000020melayu\0000A0/\0000A0Malay"; } -.lang-lbl-full[lang=mt]:after { content: "Malti\0000A0/\0000A0Maltese"; } -.lang-lbl-full[lang=nl]:after { content: "Nederlands\0000A0/\0000A0Dutch"; } -.lang-lbl-full[lang=no]:after { content: "Norsk\0000A0/\0000A0Norwegian"; } -.lang-lbl-full[lang=pl]:after { content: "Polski\0000A0/\0000A0Polish"; } -.lang-lbl-full[lang=pt]:after { content: "Portugu\0000EAs\0000A0/\0000A0Portuguese"; } -.lang-lbl-full[lang=ro]:after { content: "Rom\0000E2n\000103\0000A0/\0000A0Romanian"; } -.lang-lbl-full[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"; } -.lang-lbl-full[lang=sk]:after { content: "Sloven\00010Dina\0000A0/\0000A0Slovak"; } -.lang-lbl-full[lang=sl]:after { content: "Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"; } -.lang-lbl-full[lang=sq]:after { content: "Shqipe\0000A0/\0000A0Albanian"; } -.lang-lbl-full[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"; } -.lang-lbl-full[lang=sv]:after { content: "Svenska\0000A0/\0000A0Swedish"; } -.lang-lbl-full[lang=th]:after { content: "\000E44\000E17\000E22\0000A0/\0000A0Thai"; } -.lang-lbl-full[lang=tr]:after { content: "T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"; } -.lang-lbl-full[lang=uk]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"; } -.lang-lbl-full[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"; } -.lang-lbl-full[lang=zh]:after { content: "\004E2D\006587\0000A0/\0000A0Chinese"; } - -/* One breaking space if we have an image */ -.lang-xs:before, -.lang-sm:before, -.lang-lg:before { content: '\0000A0'; } - -/* Pad the image and remove the non-breaking space when we have both an icon and a label */ -.lang-xs.lang-lbl, -.lang-xs.lang-lbl-en, -.lang-xs.lang-lbl-full { padding-left: 16px; } -.lang-sm.lang-lbl, -.lang-sm.lang-lbl-en, -.lang-sm.lang-lbl-full { padding-left: 24px; } -.lang-lg.lang-lbl, -.lang-lg.lang-lbl-en, -.lang-lg.lang-lbl-full { padding-left: 32px; } - -.lang-xs.lang-lbl:before, -.lang-sm.lang-lbl:before, -.lang-lg.lang-lbl:before, -.lang-xs.lang-lbl-en:before, -.lang-sm.lang-lbl-en:before, -.lang-lg.lang-lbl-en:before, -.lang-xs.lang-lbl-full:before, -.lang-sm.lang-lbl-full:before, -.lang-lg.lang-lbl-full:before { content: ''; } - -/* Adjustments for paragraphs */ -.lang-lg, -.lang-lg:after { top: 0px; position: relative; } -.lang-sm { top: 1px; position: relative; } -.lang-sm:after { top: -1px; position: relative; } -.lang-xs { top: 4px; position: relative; } -.lang-xs:after { top: -4px; position: relative; } - -.lead>.lang-lg { top: 2px; } -.lead>.lang-lg:after { top: -2px; } -.lead>.lang-sm { top: 6px; } -.lead>.lang-sm:after { top: -6px; } -.lead>.lang-xs { top: 8px; } -.lead>.lang-xs:after { top: -8px; } - -small>.lang-sm { top: -1px; } -small>.lang-sm:after { top: 1px; } -small>.lang-xs { top: 2px; } -small>.lang-xs:after { top: -2px; } - -/* Adjustments for headings */ -h1>.lang-lg { top: 9px; } -h1>.lang-lg:after { top: -9px; } -h1>.lang-sm { top: 12px; } -h1>.lang-sm:after { top: -12px; } -h1>.lang-xs { top: 14px; } -h1>.lang-xs:after { top: -14px; } - -h2>.lang-lg { top: 5px; } -h2>.lang-lg:after { top: -5px; } -h2>.lang-sm { top: 8px; } -h2>.lang-sm:after { top: -8px; } -h2>.lang-xs { top: 10px; } -h2>.lang-xs:after { top: -10px; } - -h3>.lang-lg { top: 1px; } -h3>.lang-lg:after { top: -1px; } -h3>.lang-sm { top: 5px; } -h3>.lang-sm:after { top: -5px; } -h3>.lang-xs { top: 8px; } -h3>.lang-xs:after { top: -8px; } - -h4>.lang-lg { top: -1px; } -h4>.lang-lg:after { top: 1px; } -h4>.lang-sm { top: 1px; } -h4>.lang-sm:after { top: -1px; } -h4>.lang-xs { top: 4px; } -h4>.lang-xs:after { top: -4px; } - -h5>.lang-sm, -h5>.lang-sm:after { top: 0px; } -h5>.lang-xs { top: 2px; } -h5>.lang-xs:after { top: -2px; } - -h6>.lang-sm, -h6>.lang-sm:after { top: 0px; } -h6>.lang-xs { top: 1px; } -h6>.lang-xs:after { top: -1px; } - -/* Adjustments for buttons */ -.btn>.lang-sm { top: 2px; } -.btn>.lang-sm:after { top: -2px; } -.btn>.lang-xs { top: 4px; } -.btn>.lang-xs:after { top: -4px; } - -.btn.btn-xs>.lang-sm, -.btn.btn-xs>.lang-sm:after { top: 0px; } -.btn.btn-xs>.lang-xs { top: 3px; } -.btn.btn-xs>.lang-xs:after { top: -3px; } - -.btn.btn-sm>.lang-sm, -.btn.btn-sm>.lang-sm:after { top: 0px; } -.btn.btn-sm>.lang-xs { top: 3px; } -.btn.btn-sm>.lang-xs:after { top: -3px; } - -.btn.btn-lg>.lang-lg { top: 1px; } -.btn.btn-lg>.lang-lg:after { top: -1px; } -.btn.btn-lg>.lang-sm { top: 3px; } -.btn.btn-lg>.lang-sm:after { top: -3px; } -.btn.btn-lg>.lang-xs { top: 6px; } -.btn.btn-lg>.lang-xs:after { top: -6px; } diff --git a/app/Resources/public/assets/bootstrap-languages/languages.min.css b/app/Resources/public/assets/bootstrap-languages/languages.min.css deleted file mode 100644 index 21aeb2f877..0000000000 --- a/app/Resources/public/assets/bootstrap-languages/languages.min.css +++ /dev/null @@ -1 +0,0 @@ -.lang-xs{background-position:0 -473px;min-width:14px;height:11px;min-height:11px;max-height:11px;background-repeat:no-repeat;display:inline-block;background-image:url(./languages.png)}.lang-sm{background-position:0 -1172px;min-width:22px;height:16px;min-height:16px;max-height:16px;background-repeat:no-repeat;display:inline-block;background-image:url(./languages.png)}.lang-lg{background-position:0 -2134px;min-width:30px;height:22px;min-height:22px;max-height:22px;background-repeat:no-repeat;display:inline-block;background-image:url(./languages.png)}.lang-xs[lang=ar]{background-position:0 0}.lang-xs[lang=be]{background-position:0 -11px}.lang-xs[lang=bg]{background-position:0 -22px}.lang-xs[lang=cs]{background-position:0 -33px}.lang-xs[lang=da]{background-position:0 -44px}.lang-xs[lang=de]{background-position:0 -55px}.lang-xs[lang=el]{background-position:0 -66px}.lang-xs[lang=en]{background-position:0 -77px}.lang-xs[lang=es]{background-position:0 -88px}.lang-xs[lang=et]{background-position:0 -99px}.lang-xs[lang=fi]{background-position:0 -110px}.lang-xs[lang=fr]{background-position:0 -121px}.lang-xs[lang=ga]{background-position:0 -132px}.lang-xs[lang=hi]{background-position:0 -143px}.lang-xs[lang=hr]{background-position:0 -154px}.lang-xs[lang=hu]{background-position:0 -165px}.lang-xs[lang=in]{background-position:0 -176px}.lang-xs[lang=is]{background-position:0 -187px}.lang-xs[lang=it]{background-position:0 -198px}.lang-xs[lang=iw]{background-position:0 -209px}.lang-xs[lang=ja]{background-position:0 -220px}.lang-xs[lang=ko]{background-position:0 -231px}.lang-xs[lang=lt]{background-position:0 -242px}.lang-xs[lang=lv]{background-position:0 -253px}.lang-xs[lang=mk]{background-position:0 -264px}.lang-xs[lang=ms]{background-position:0 -275px}.lang-xs[lang=mt]{background-position:0 -286px}.lang-xs[lang=nl]{background-position:0 -297px}.lang-xs[lang=no]{background-position:0 -308px}.lang-xs[lang=pl]{background-position:0 -319px}.lang-xs[lang=pt]{background-position:0 -330px}.lang-xs[lang=ro]{background-position:0 -341px}.lang-xs[lang=ru]{background-position:0 -352px}.lang-xs[lang=sk]{background-position:0 -363px}.lang-xs[lang=sl]{background-position:0 -374px}.lang-xs[lang=sq]{background-position:0 -385px}.lang-xs[lang=sr]{background-position:0 -396px}.lang-xs[lang=sv]{background-position:0 -407px}.lang-xs[lang=th]{background-position:0 -418px}.lang-xs[lang=tr]{background-position:0 -429px}.lang-xs[lang=uk]{background-position:0 -440px}.lang-xs[lang=vi]{background-position:0 -451px}.lang-xs[lang=zh]{background-position:0 -462px}.lang-sm[lang=ar]{background-position:0 -484px}.lang-sm[lang=be]{background-position:0 -500px}.lang-sm[lang=bg]{background-position:0 -516px}.lang-sm[lang=cs]{background-position:0 -532px}.lang-sm[lang=da]{background-position:0 -548px}.lang-sm[lang=de]{background-position:0 -564px}.lang-sm[lang=el]{background-position:0 -580px}.lang-sm[lang=en]{background-position:0 -596px}.lang-sm[lang=es]{background-position:0 -612px}.lang-sm[lang=et]{background-position:0 -628px}.lang-sm[lang=fi]{background-position:0 -644px}.lang-sm[lang=fr]{background-position:0 -660px}.lang-sm[lang=ga]{background-position:0 -676px}.lang-sm[lang=hi]{background-position:0 -692px}.lang-sm[lang=hr]{background-position:0 -708px}.lang-sm[lang=hu]{background-position:0 -724px}.lang-sm[lang=in]{background-position:0 -740px}.lang-sm[lang=is]{background-position:0 -756px}.lang-sm[lang=it]{background-position:0 -772px}.lang-sm[lang=iw]{background-position:0 -788px}.lang-sm[lang=ja]{background-position:0 -804px}.lang-sm[lang=ko]{background-position:0 -820px}.lang-sm[lang=lt]{background-position:0 -836px}.lang-sm[lang=lv]{background-position:0 -852px}.lang-sm[lang=mk]{background-position:0 -868px}.lang-sm[lang=ms]{background-position:0 -884px}.lang-sm[lang=mt]{background-position:0 -900px}.lang-sm[lang=nl]{background-position:0 -916px}.lang-sm[lang=no]{background-position:0 -932px}.lang-sm[lang=pl]{background-position:0 -948px}.lang-sm[lang=pt]{background-position:0 -964px}.lang-sm[lang=ro]{background-position:0 -980px}.lang-sm[lang=ru]{background-position:0 -996px}.lang-sm[lang=sk]{background-position:0 -1012px}.lang-sm[lang=sl]{background-position:0 -1028px}.lang-sm[lang=sq]{background-position:0 -1044px}.lang-sm[lang=sr]{background-position:0 -1060px}.lang-sm[lang=sv]{background-position:0 -1076px}.lang-sm[lang=th]{background-position:0 -1092px}.lang-sm[lang=tr]{background-position:0 -1108px}.lang-sm[lang=uk]{background-position:0 -1124px}.lang-sm[lang=vi]{background-position:0 -1140px}.lang-sm[lang=zh]{background-position:0 -1156px}.lang-lg[lang=ar]{background-position:0 -1188px}.lang-lg[lang=be]{background-position:0 -1210px}.lang-lg[lang=bg]{background-position:0 -1232px}.lang-lg[lang=cs]{background-position:0 -1254px}.lang-lg[lang=da]{background-position:0 -1276px}.lang-lg[lang=de]{background-position:0 -1298px}.lang-lg[lang=el]{background-position:0 -1320px}.lang-lg[lang=en]{background-position:0 -1342px}.lang-lg[lang=es]{background-position:0 -1364px}.lang-lg[lang=et]{background-position:0 -1386px}.lang-lg[lang=fi]{background-position:0 -1408px}.lang-lg[lang=fr]{background-position:0 -1430px}.lang-lg[lang=ga]{background-position:0 -1452px}.lang-lg[lang=hi]{background-position:0 -1474px}.lang-lg[lang=hr]{background-position:0 -1496px}.lang-lg[lang=hu]{background-position:0 -1518px}.lang-lg[lang=in]{background-position:0 -1540px}.lang-lg[lang=is]{background-position:0 -1562px}.lang-lg[lang=it]{background-position:0 -1584px}.lang-lg[lang=iw]{background-position:0 -1606px}.lang-lg[lang=ja]{background-position:0 -1628px}.lang-lg[lang=ko]{background-position:0 -1650px}.lang-lg[lang=lt]{background-position:0 -1672px}.lang-lg[lang=lv]{background-position:0 -1694px}.lang-lg[lang=mk]{background-position:0 -1716px}.lang-lg[lang=ms]{background-position:0 -1738px}.lang-lg[lang=mt]{background-position:0 -1760px}.lang-lg[lang=nl]{background-position:0 -1782px}.lang-lg[lang=no]{background-position:0 -1804px}.lang-lg[lang=pl]{background-position:0 -1826px}.lang-lg[lang=pt]{background-position:0 -1848px}.lang-lg[lang=ro]{background-position:0 -1870px}.lang-lg[lang=ru]{background-position:0 -1892px}.lang-lg[lang=sk]{background-position:0 -1914px}.lang-lg[lang=sl]{background-position:0 -1936px}.lang-lg[lang=sq]{background-position:0 -1958px}.lang-lg[lang=sr]{background-position:0 -1980px}.lang-lg[lang=sv]{background-position:0 -2002px}.lang-lg[lang=th]{background-position:0 -2024px}.lang-lg[lang=tr]{background-position:0 -2046px}.lang-lg[lang=uk]{background-position:0 -2068px}.lang-lg[lang=vi]{background-position:0 -2090px}.lang-lg[lang=zh]{background-position:0 -2112px}.lang-lbl-en:after,.lang-lbl-full:after,.lang-lbl:after{content:"Unknown language"}.lang-lbl[lang=ar]:after{content:"\000627\000644\000639\000631\000628\00064A\000629"}.lang-lbl[lang=be]:after{content:"\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"}.lang-lbl[lang=bg]:after{content:"\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"}.lang-lbl[lang=cs]:after{content:"\00010Ce\000161tina"}.lang-lbl[lang=da]:after{content:"Dansk"}.lang-lbl[lang=de]:after{content:"Deutsch"}.lang-lbl[lang=el]:after{content:"\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"}.lang-lbl[lang=en]:after{content:"English"}.lang-lbl[lang=es]:after{content:"Espa\0000F1ol"}.lang-lbl[lang=et]:after{content:"Eesti"}.lang-lbl[lang=fi]:after{content:"Suomi"}.lang-lbl[lang=fr]:after{content:"Fran\0000E7ais"}.lang-lbl[lang=ga]:after{content:"Gaeilge"}.lang-lbl[lang=hi]:after{content:"\000939\00093F\000902\000926\000940"}.lang-lbl[lang=hr]:after{content:"Hrvatski"}.lang-lbl[lang=hu]:after{content:"Magyar"}.lang-lbl[lang=in]:after{content:"Bahasa\000020indonesia"}.lang-lbl[lang=is]:after{content:"\0000CDslenska"}.lang-lbl[lang=it]:after{content:"Italiano"}.lang-lbl[lang=iw]:after{content:"\0005E2\0005D1\0005E8\0005D9\0005EA"}.lang-lbl[lang=ja]:after{content:"\0065E5\00672C\008A9E"}.lang-lbl[lang=ko]:after{content:"\00D55C\00AD6D\00C5B4"}.lang-lbl[lang=lt]:after{content:"Lietuvi\000173"}.lang-lbl[lang=lv]:after{content:"Latvie\000161u"}.lang-lbl[lang=mk]:after{content:"\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"}.lang-lbl[lang=ms]:after{content:"Bahasa\000020melayu"}.lang-lbl[lang=mt]:after{content:"Malti"}.lang-lbl[lang=nl]:after{content:"Nederlands"}.lang-lbl[lang=no]:after{content:"Norsk"}.lang-lbl[lang=pl]:after{content:"Polski"}.lang-lbl[lang=pt]:after{content:"Portugu\0000EAs"}.lang-lbl[lang=ro]:after{content:"Rom\0000E2n\000103"}.lang-lbl[lang=ru]:after{content:"\000420\000443\000441\000441\00043A\000438\000439"}.lang-lbl[lang=sk]:after{content:"Sloven\00010Dina"}.lang-lbl[lang=sl]:after{content:"Sloven\000161\00010Dina"}.lang-lbl[lang=sq]:after{content:"Shqipe"}.lang-lbl[lang=sr]:after{content:"\000421\000440\00043F\000441\00043A\000438"}.lang-lbl[lang=sv]:after{content:"Svenska"}.lang-lbl[lang=th]:after{content:"\000E44\000E17\000E22"}.lang-lbl[lang=tr]:after{content:"T\0000FCrk\0000E7e"}.lang-lbl[lang=uk]:after{content:"\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"}.lang-lbl[lang=vi]:after{content:"Ti\001EBFng\000020vi\001EC7t"}.lang-lbl[lang=zh]:after{content:"\004E2D\006587"}.lang-lbl-en[lang=ar]:after{content:"Arabic"}.lang-lbl-en[lang=be]:after{content:"Belarusian"}.lang-lbl-en[lang=bg]:after{content:"Bulgarian"}.lang-lbl-en[lang=cs]:after{content:"Czech"}.lang-lbl-en[lang=da]:after{content:"Danish"}.lang-lbl-en[lang=de]:after{content:"German"}.lang-lbl-en[lang=el]:after{content:"Greek"}.lang-lbl-en[lang=en]:after{content:"English"}.lang-lbl-en[lang=es]:after{content:"Spanish"}.lang-lbl-en[lang=et]:after{content:"Estonian"}.lang-lbl-en[lang=fi]:after{content:"Finnish"}.lang-lbl-en[lang=fr]:after{content:"French"}.lang-lbl-en[lang=ga]:after{content:"Irish"}.lang-lbl-en[lang=hi]:after{content:"Hindi"}.lang-lbl-en[lang=hr]:after{content:"Croatian"}.lang-lbl-en[lang=hu]:after{content:"Hungarian"}.lang-lbl-en[lang=in]:after{content:"Indonesian"}.lang-lbl-en[lang=is]:after{content:"Icelandic"}.lang-lbl-en[lang=it]:after{content:"Italian"}.lang-lbl-en[lang=iw]:after{content:"Hebrew"}.lang-lbl-en[lang=ja]:after{content:"Japanese"}.lang-lbl-en[lang=ko]:after{content:"Korean"}.lang-lbl-en[lang=lt]:after{content:"Lithuanian"}.lang-lbl-en[lang=lv]:after{content:"Latvian"}.lang-lbl-en[lang=mk]:after{content:"Macedonian"}.lang-lbl-en[lang=ms]:after{content:"Malay"}.lang-lbl-en[lang=mt]:after{content:"Maltese"}.lang-lbl-en[lang=nl]:after{content:"Dutch"}.lang-lbl-en[lang=no]:after{content:"Norwegian"}.lang-lbl-en[lang=pl]:after{content:"Polish"}.lang-lbl-en[lang=pt]:after{content:"Portuguese"}.lang-lbl-en[lang=ro]:after{content:"Romanian"}.lang-lbl-en[lang=ru]:after{content:"Russian"}.lang-lbl-en[lang=sk]:after{content:"Slovak"}.lang-lbl-en[lang=sl]:after{content:"Slovenian"}.lang-lbl-en[lang=sq]:after{content:"Albanian"}.lang-lbl-en[lang=sr]:after{content:"Serbian"}.lang-lbl-en[lang=sv]:after{content:"Swedish"}.lang-lbl-en[lang=th]:after{content:"Thai"}.lang-lbl-en[lang=tr]:after{content:"Turkish"}.lang-lbl-en[lang=uk]:after{content:"Ukrainian"}.lang-lbl-en[lang=vi]:after{content:"Vietnamese"}.lang-lbl-en[lang=zh]:after{content:"Chinese"}.lang-lbl-full[lang=ar]:after{content:"\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"}.lang-lbl-full[lang=be]:after{content:"\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"}.lang-lbl-full[lang=bg]:after{content:"\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"}.lang-lbl-full[lang=cs]:after{content:"\00010Ce\000161tina\0000A0/\0000A0Czech"}.lang-lbl-full[lang=da]:after{content:"Dansk\0000A0/\0000A0Danish"}.lang-lbl-full[lang=de]:after{content:"Deutsch\0000A0/\0000A0German"}.lang-lbl-full[lang=el]:after{content:"\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"}.lang-lbl-full[lang=en]:after{content:"English\0000A0/\0000A0English"}.lang-lbl-full[lang=es]:after{content:"Espa\0000F1ol\0000A0/\0000A0Spanish"}.lang-lbl-full[lang=et]:after{content:"Eesti\0000A0/\0000A0Estonian"}.lang-lbl-full[lang=fi]:after{content:"Suomi\0000A0/\0000A0Finnish"}.lang-lbl-full[lang=fr]:after{content:"Fran\0000E7ais\0000A0/\0000A0French"}.lang-lbl-full[lang=ga]:after{content:"Gaeilge\0000A0/\0000A0Irish"}.lang-lbl-full[lang=hi]:after{content:"\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"}.lang-lbl-full[lang=hr]:after{content:"Hrvatski\0000A0/\0000A0Croatian"}.lang-lbl-full[lang=hu]:after{content:"Magyar\0000A0/\0000A0Hungarian"}.lang-lbl-full[lang=in]:after{content:"Bahasa\000020indonesia\0000A0/\0000A0Indonesian"}.lang-lbl-full[lang=is]:after{content:"\0000CDslenska\0000A0/\0000A0Icelandic"}.lang-lbl-full[lang=it]:after{content:"Italiano\0000A0/\0000A0Italian"}.lang-lbl-full[lang=iw]:after{content:"\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"}.lang-lbl-full[lang=ja]:after{content:"\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"}.lang-lbl-full[lang=ko]:after{content:"\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"}.lang-lbl-full[lang=lt]:after{content:"Lietuvi\000173\0000A0/\0000A0Lithuanian"}.lang-lbl-full[lang=lv]:after{content:"Latvie\000161u\0000A0/\0000A0Latvian"}.lang-lbl-full[lang=mk]:after{content:"\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"}.lang-lbl-full[lang=ms]:after{content:"Bahasa\000020melayu\0000A0/\0000A0Malay"}.lang-lbl-full[lang=mt]:after{content:"Malti\0000A0/\0000A0Maltese"}.lang-lbl-full[lang=nl]:after{content:"Nederlands\0000A0/\0000A0Dutch"}.lang-lbl-full[lang=no]:after{content:"Norsk\0000A0/\0000A0Norwegian"}.lang-lbl-full[lang=pl]:after{content:"Polski\0000A0/\0000A0Polish"}.lang-lbl-full[lang=pt]:after{content:"Portugu\0000EAs\0000A0/\0000A0Portuguese"}.lang-lbl-full[lang=ro]:after{content:"Rom\0000E2n\000103\0000A0/\0000A0Romanian"}.lang-lbl-full[lang=ru]:after{content:"\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"}.lang-lbl-full[lang=sk]:after{content:"Sloven\00010Dina\0000A0/\0000A0Slovak"}.lang-lbl-full[lang=sl]:after{content:"Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"}.lang-lbl-full[lang=sq]:after{content:"Shqipe\0000A0/\0000A0Albanian"}.lang-lbl-full[lang=sr]:after{content:"\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"}.lang-lbl-full[lang=sv]:after{content:"Svenska\0000A0/\0000A0Swedish"}.lang-lbl-full[lang=th]:after{content:"\000E44\000E17\000E22\0000A0/\0000A0Thai"}.lang-lbl-full[lang=tr]:after{content:"T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"}.lang-lbl-full[lang=uk]:after{content:"\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"}.lang-lbl-full[lang=vi]:after{content:"Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"}.lang-lbl-full[lang=zh]:after{content:"\004E2D\006587\0000A0/\0000A0Chinese"}.lang-lg:before,.lang-sm:before,.lang-xs:before{content:'\0000A0'}.lang-xs.lang-lbl,.lang-xs.lang-lbl-en,.lang-xs.lang-lbl-full{padding-left:16px}.lang-sm.lang-lbl,.lang-sm.lang-lbl-en,.lang-sm.lang-lbl-full{padding-left:24px}.lang-lg.lang-lbl,.lang-lg.lang-lbl-en,.lang-lg.lang-lbl-full{padding-left:32px}.lang-lg.lang-lbl-en:before,.lang-lg.lang-lbl-full:before,.lang-lg.lang-lbl:before,.lang-sm.lang-lbl-en:before,.lang-sm.lang-lbl-full:before,.lang-sm.lang-lbl:before,.lang-xs.lang-lbl-en:before,.lang-xs.lang-lbl-full:before,.lang-xs.lang-lbl:before{content:''}.lang-lg,.lang-lg:after{top:0;position:relative}.lang-sm{top:1px;position:relative}.lang-sm:after{top:-1px;position:relative}.lang-xs{top:4px;position:relative}.lang-xs:after{top:-4px;position:relative}.lead>.lang-lg{top:2px}.lead>.lang-lg:after{top:-2px}.lead>.lang-sm{top:6px}.lead>.lang-sm:after{top:-6px}.lead>.lang-xs{top:8px}.lead>.lang-xs:after{top:-8px}small>.lang-sm{top:-1px}small>.lang-sm:after{top:1px}small>.lang-xs{top:2px}small>.lang-xs:after{top:-2px}h1>.lang-lg{top:9px}h1>.lang-lg:after{top:-9px}h1>.lang-sm{top:12px}h1>.lang-sm:after{top:-12px}h1>.lang-xs{top:14px}h1>.lang-xs:after{top:-14px}h2>.lang-lg{top:5px}h2>.lang-lg:after{top:-5px}h2>.lang-sm{top:8px}h2>.lang-sm:after{top:-8px}h2>.lang-xs{top:10px}h2>.lang-xs:after{top:-10px}h3>.lang-lg{top:1px}h3>.lang-lg:after{top:-1px}h3>.lang-sm{top:5px}h3>.lang-sm:after{top:-5px}h3>.lang-xs{top:8px}h3>.lang-xs:after{top:-8px}h4>.lang-lg{top:-1px}h4>.lang-lg:after,h4>.lang-sm{top:1px}h4>.lang-sm:after{top:-1px}h4>.lang-xs{top:4px}h4>.lang-xs:after{top:-4px}h5>.lang-sm,h5>.lang-sm:after{top:0}h5>.lang-xs{top:2px}h5>.lang-xs:after{top:-2px}h6>.lang-sm,h6>.lang-sm:after{top:0}h6>.lang-xs{top:1px}h6>.lang-xs:after{top:-1px}.btn>.lang-sm{top:2px}.btn>.lang-sm:after{top:-2px}.btn>.lang-xs{top:4px}.btn>.lang-xs:after{top:-4px}.btn.btn-xs>.lang-sm,.btn.btn-xs>.lang-sm:after{top:0}.btn.btn-xs>.lang-xs{top:3px}.btn.btn-xs>.lang-xs:after{top:-3px}.btn.btn-sm>.lang-sm,.btn.btn-sm>.lang-sm:after{top:0}.btn.btn-sm>.lang-xs{top:3px}.btn.btn-sm>.lang-xs:after{top:-3px}.btn.btn-lg>.lang-lg{top:1px}.btn.btn-lg>.lang-lg:after{top:-1px}.btn.btn-lg>.lang-sm{top:3px}.btn.btn-lg>.lang-sm:after{top:-3px}.btn.btn-lg>.lang-xs{top:6px}.btn.btn-lg>.lang-xs:after{top:-6px} \ No newline at end of file diff --git a/app/Resources/public/assets/bootstrap-languages/languages.png b/app/Resources/public/assets/bootstrap-languages/languages.png deleted file mode 100644 index db7e2a269f37d9047c781a6d43656766869998b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61031 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","popupDependent":"Dependiente (Netscape)","popupFeatures":"Ventana emergente","popupFullScreen":"Pantalla completa (IE)","popupLeft":"Posición Izquierda","popupLocationBar":"Ubicación de la barra","popupMenuBar":"Barra de menú","popupResizable":"Redimensionable","popupScrollBars":"Barras de desplazamiento","popupStatusBar":"Barra de estado","popupToolbar":"Barra de herramienta","popupTop":"Posición superior","rel":"Relación","selectAnchor":"Selecciona un ancla","styles":"Estilo","tabIndex":"Indice de tabulación","target":"Objetivo","targetFrame":"","targetFrameName":"Nombre del marco de destino","targetPopup":"","targetPopupName":"Nombre de ventana emergente","title":"Enlace","toAnchor":"Enlace al ancla en el texto","toEmail":"Correo electrónico","toUrl":"URL","toolbar":"Enlace","type":"Tipo de enlace","unlink":"Desconectar","upload":"Subir"},"indent":{"indent":"Incrementar sangría","outdent":"Decrementar sangría"},"image":{"alt":"Texto alternativo","border":"Borde","btnUpload":"Enviar al servidor","button2Img":"¿Desea transformar el botón de imagen seleccionado en una imagen simple?","hSpace":"Espacio horizontal","img2Button":"¿Desea transformar la imagen seleccionada en un botón de imagen?","infoTab":"Información de imagen","linkTab":"Enlace","lockRatio":"Bloquear aspecto","menu":"Propiedades de la imagen","resetSize":"Reiniciar tamaño","title":"Propiedades de la imagen","titleButton":"Propiedades del botón de imagen","upload":"Cargar","urlMissing":"Falta la URL de origen de la imagen.","vSpace":"Espacio vertical","validateBorder":"El borde debe ser un número entero.","validateHSpace":"El espacio horizontal debe ser un número entero.","validateVSpace":"El espacio vertical debe ser un número entero."},"horizontalrule":{"toolbar":"Insertar una línea horizontal"},"format":{"label":"Formato","panelTitle":"Formato de párrafo","tag_address":"Dirección","tag_div":"Normal (DIV)","tag_h1":"Encabezado 1","tag_h2":"Encabezado 2","tag_h3":"Encabezado 3","tag_h4":"Encabezado 4","tag_h5":"Encabezado 5","tag_h6":"Encabezado 6","tag_p":"Normal","tag_pre":"Formateado"},"fakeobjects":{"anchor":"Ancla","flash":"Animación flash","hiddenfield":"Campo oculto","iframe":"IFrame","unknown":"Objeto desconocido"},"elementspath":{"eleLabel":"Ruta de los elementos","eleTitle":"%1 elemento"},"contextmenu":{"options":"Opciones del menú contextual"},"clipboard":{"copy":"Copiar","copyError":"La configuración de seguridad de su navegador no permite al editor ejecutar automáticamente operaciones de copiado. Por favor, utilice el teclado para (Ctrl/Cmd+C).","cut":"Cortar","cutError":"La configuración de seguridad de su navegador no permite al editor ejecutar automáticamente operaciones de corte. Por favor, utilice el teclado para (Ctrl/Cmd+X).","paste":"Pegar","pasteNotification":"Tu navegador no permite pegar de esta manera. Presiona %1 para pegar."},"button":{"selectedLabel":"%1 (Seleccionado)"},"blockquote":{"toolbar":"Entrecomillado"},"basicstyles":{"bold":"Negrita","italic":"Cursiva","strike":"Tachado","subscript":"subíndice","superscript":"Sobrescrito","underline":"Subrayada"},"about":{"copy":"Derechos reservados © $1. Todos los derechos reservados","dlgTitle":"Acerca de CKEditor","help":"Revisa $1 para ayuda.","moreInfo":"Para información sobre la licencia por favor visita nuestro sitio web:","title":"Acerca de CKEditor","userGuide":"Guía de Usuario CKEditor"},"editor":"Editor de texto enriquecido","editorPanel":"Panel del editor de texto","common":{"editorHelp":"Presiona ALT + 0 para ayuda","browseServer":"Examinar servidor","url":"URL","protocol":"Protocolo","upload":"Subir","uploadSubmit":"Enviar al servidor","image":"Imagen","flash":"Flash","form":"Formulario","checkbox":"Casilla de verificación","radio":"Botón de opción","textField":"Campo de texto","textarea":"Área de texto","hiddenField":"Campo oculto","button":"Botón","select":"Campo de selección","imageButton":"Botón de imagen","notSet":"","id":"Id","name":"Nombre","langDir":"Dirección de idiomas","langDirLtr":"Izquierda a derecha (LTR)","langDirRtl":"Derecha a izquierda (RTL)","langCode":"Código de lenguaje","longDescr":"URL descripción larga","cssClass":"Clases de hoja de estilo","advisoryTitle":"Título del anuncio","cssStyle":"Estilo","ok":"OK","cancel":"Cancelar","close":"Cerrar","preview":"Vista previa","resize":"Redimensionar","generalTab":"General","advancedTab":"Avanzada","validateNumberFailed":"Este valor no es un número.","confirmNewPage":"Se perderán todos los cambios no guardados en este contenido. ¿Seguro que quieres cargar nueva página?","confirmCancel":"Ha cambiado algunas opciones. ¿Está seguro de que desea cerrar la ventana de diálogo?","options":"Opciones","target":"Objetivo","targetNew":"Nueva ventana (_blank)","targetTop":"Ventana superior (_top)","targetSelf":"Misma ventana (_self)","targetParent":"Ventana principal (_parent)","langDirLTR":"Izquierda a Derecha (LTR)","langDirRTL":"Derecha a Izquierda (RTL)","styles":"Estilo","cssClasses":"Clases de hojas de estilo","width":"Ancho","height":"Alto","align":"Alineación","alignLeft":"Izquierda","alignRight":"Derecha","alignCenter":"Centrado","alignJustify":"Justificado","alignTop":"Arriba","alignMiddle":"En medio","alignBottom":"Abajo","alignNone":"Ninguno","invalidValue":"Valor inválido","invalidHeight":"La altura debe ser un número.","invalidWidth":"La anchura debe ser un número.","invalidCssLength":"El valor especificado para el campo \"% 1\" debe ser un número positivo con o sin una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"El valor especificado para el campo \"% 1\" debe ser un número positivo con o sin una unidad de medición HTML válida (px or %).","invalidInlineStyle":"El valor especificado para el estilo en línea debe constar de una o más tuplas con el formato de \"nombre: valor\", separados por punto y coma","cssLengthTooltip":"Introduzca un número para un valor en píxeles o un número con una unidad CSS válida (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1, no disponible","keyboard":{"8":"Retroceso","13":"Intro","16":"Shift","17":"Ctrl","18":"Alt","32":"Espacio","35":"Fin","36":"Inicio","46":"Borrar","224":"Comando"},"keyboardShortcut":"Atajo de teclado"}}; \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js new file mode 100644 index 0000000000..784f0e073e --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("a11yhelp","es-mx",{title:"Instrucciones de accesibilidad",contents:"Contenidos de ayuda. Para cerrar este cuadro de diálogo presione ESC.",legend:[{name:"General",items:[{name:"Barra de herramientas del editor",legend:"Presione ${toolbarFocus} para navegar a la barra de herramientas. Desplácese al grupo de barras de herramientas siguiente y anterior con SHIFT + TAB. Desplácese al botón siguiente y anterior de la barra de herramientas con FLECHA DERECHA o FLECHA IZQUIERDA. Presione SPACE o ENTER para activar el botón de la barra de herramientas."}, +{name:"Editor de diálogo",legend:"Dentro de un cuadro de diálogo, pulse TAB para desplazarse hasta el siguiente elemento de diálogo, pulse MAYÚS + TAB para desplazarse al elemento de diálogo anterior, pulse ENTER para enviar el diálogo, pulse ESC para cancelar el diálogo. Cuando un cuadro de diálogo tiene varias pestañas, se puede acceder a la lista de pestañas con ALT + F10 o con TAB como parte del orden de tabulación del diálogo. Con la lista de tabuladores enfocada, mueva a la pestaña siguiente y anterior con las flechas DERECHA y IZQUIERDA, respectivamente."}, +{name:"Menú contextual del editor",legend:"Presione ${contextMenu} o CLAVE DE APLICACIÓN para abrir el menú contextual. A continuación, vaya a la siguiente opción del menú con TAB o DOWN ARROW. Desplácese a la opción anterior con SHIFT + TAB o FLECHA ARRIBA. Presione SPACE o ENTER para seleccionar la opción del menú. Abra el submenú de la opción actual con ESPACIO o ENTER o FLECHA DERECHA. Vuelva al elemento de menú principal con ESC o FLECHA IZQUIERDA. Cerrar el menú contextual con ESC."},{name:"Editor de cuadro de lista", +legend:"Dentro de un cuadro de lista, mueva al siguiente elemento de lista con TAB O FLECHA ABAJO. Mueva al elemento anterior de la lista con MAYÚS + TAB o FLECHA ARRIBA. Presione SPACE o ENTER para seleccionar la opción de lista. Presione ESC para cerrar el cuadro de lista."},{name:"Barra de ruta del elemento del editor",legend:"Presione ${elementsPathFocus} para navegar a la barra de ruta de elementos. Desplácese al siguiente botón de elemento con TAB o FLECHA DERECHA. Desplácese al botón anterior con SHIFT + TAB o FLECHA IZQUIERDA. Presione SPACE o ENTER para seleccionar el elemento en el editor."}]}, +{name:"Comandos",items:[{name:"Comando deshacer",legend:"Presiona ${undo}"},{name:"Comando rehacer",legend:"Presiona ${redo}"},{name:"Comando negrita",legend:"Presiona ${bold}"},{name:"Comando cursiva",legend:"Presiona {italic}"},{name:"Comando subrayado",legend:"Presiona ${underline}"},{name:"Comando enlace",legend:"Presiona ${link}"},{name:"Comando colapsar barra de herramientas",legend:"Presiona ${toolbarCollapse}"},{name:"Acceda al comando de espacio de enfoque anterior",legend:"Presione ${accessPreviousSpace} para acceder al espacio de enfoque inaccesible más cercano antes del cursor, por ejemplo: dos elementos HR adyacentes. Repita la combinación de teclas para alcanzar los espacios de enfoque distantes."}, +{name:"Acceder al siguiente comando de espacio de enfoque",legend:"Pulse ${accessNextSpace} para acceder al espacio de enfoque más cercano inaccesible después del cursor, por ejemplo: dos elementos HR adyacentes. Repita la combinación de teclas para alcanzar los espacios de enfoque distantes."},{name:"Ayuda de accesibilidad",legend:"Presiona ${a11yHelp}"},{name:" Paste as plain text",legend:"Press ${pastetext}",legendEdge:"Press ${pastetext}, followed by ${paste}"}]}],tab:"Tabulador",pause:"Pausa", +capslock:"Mayúsculas",escape:"Escape",pageUp:"Página arriba",pageDown:"Página abajo",leftArrow:"Flecha izquierda",upArrow:"Flecha arriba",rightArrow:"Flecha derecha",downArrow:"Flecha abajo",insert:"Insertar",leftWindowKey:"Tecla izquierda de Windows",rightWindowKey:"Tecla derecha de Windows",selectKey:"Tecla de selección",numpad0:"Teclado numérico 0",numpad1:"Teclado numérico 1",numpad2:"Teclado numérico 2",numpad3:"Teclado numérico 3",numpad4:"Teclado numérico 4",numpad5:"Teclado numérico 5",numpad6:"Teclado numérico 6", +numpad7:"Teclado numérico 7",numpad8:"Teclado numérico 8",numpad9:"Teclado numérico 9",multiply:"Multiplicar",add:"Sumar",subtract:"Restar",decimalPoint:"Punto decimal",divide:"Dividir",f1:"F1",f2:"F2",f3:"F3",f4:"F4",f5:"F5",f6:"F6",f7:"F7",f8:"F8",f9:"F9",f10:"F10",f11:"F11",f12:"F12",numLock:"Números",scrollLock:"Bloqueo de desplazamiento",semiColon:"punto y coma",equalSign:"Signo igual",comma:"Coma",dash:"Guión",period:"Espacio",forwardSlash:"Diagonal",graveAccent:"Acento grave",openBracket:"Abrir paréntesis", +backSlash:"Diagonal invertida",closeBracket:"Cerrar paréntesis",singleQuote:"Comillas simple"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/es-mx.js new file mode 100644 index 0000000000..9434eff8f8 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","es-mx",{embeddingInProgress:"Tratando de empotrar la URL pegada...",embeddingFailed:"Esta URL no puede ser empotrada automáticamente."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/gl.js b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/gl.js new file mode 100644 index 0000000000..15fb750d6c --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","gl",{embeddingInProgress:"Tentando incrustar URL pegado...",embeddingFailed:"Non foi posíbel incrustar automaticamente este URL."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hr.js b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hr.js new file mode 100644 index 0000000000..6055fae862 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","hr",{embeddingInProgress:"Pokušavam umetnuti URL...",embeddingFailed:"URL nije moguće umetnuti automatski."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hu.js b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hu.js new file mode 100644 index 0000000000..abdb08dfc2 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","hu",{embeddingInProgress:"A beillesztett URL beágyazásának megkísérlése...",embeddingFailed:"Ezt az URL-t nem lehet automatikusan beágyazni."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/ja.js b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/ja.js new file mode 100644 index 0000000000..8c76dff9e6 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/autoembed/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("autoembed","ja",{embeddingInProgress:"貼り付けられたURLを埋め込み中...",embeddingFailed:"このURLは自動的に埋め込むことが出来ません。"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/bidi/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/bidi/lang/es-mx.js new file mode 100644 index 0000000000..69388c6ad2 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/bidi/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("bidi","es-mx",{ltr:"Dirección del texto de izquierda a derecha",rtl:"Dirección del texto de derecha a izquierda"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/codesnippet/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/codesnippet/lang/es-mx.js new file mode 100644 index 0000000000..98f6c70737 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/codesnippet/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("codesnippet","es-mx",{button:"Insertar fragmento de código",codeContents:"Contenido del código",emptySnippetError:"Un fragmento de código no puede estar vacio.",language:"Idioma",title:"Fragmento de código",pathName:"fragmento de código"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/colorbutton/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/colorbutton/lang/es-mx.js new file mode 100644 index 0000000000..9cd9f81221 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/colorbutton/lang/es-mx.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","es-mx",{auto:"Automático",bgColorTitle:"Color de fondo",colors:{"000":"Negro",8E5:"Marrón","8B4513":"Café sucio","2F4F4F":"Gris pizarra oscuro","008080":"Teal","000080":"Armada","4B0082":"Indigo",696969:"Gris oscuro",B22222:"Ladrillo de fuego",A52A2A:"Café",DAA520:"Barra de oro","006400":"Verde oscuro","40E0D0":"Turquesa","0000CD":"Azul medio",800080:"Morado",808080:"Gris",F00:"Rojo",FF8C00:"Naranja oscuro",FFD700:"Oro","008000":"Verde","0FF":"Cian","00F":"Azul", +EE82EE:"Violeta",A9A9A9:"Gris oscuro",FFA07A:"Salmón claro",FFA500:"Naranja",FFFF00:"Amarillo","00FF00":"Lima",AFEEEE:"Turquesa pálido",ADD8E6:"Azul claro",DDA0DD:"Ciruela",D3D3D3:"Gris claro",FFF0F5:"Rubor de lavanda",FAEBD7:"Blanco antiguo",FFFFE0:"Amarillo claro",F0FFF0:"Gotas de miel",F0FFFF:"Azul celeste",F0F8FF:"Azul Alicia",E6E6FA:"Lavanda",FFF:"Blanco","1ABC9C":"Cian fuerte","2ECC71":"Esmeralda","3498DB":"Azul brillante","9B59B6":"Amatista","4E5F70":"Azul grisáceo",F1C40F:"Amarillo vívido", +"16A085":"Cian oscuro","27AE60":"Esmeralda oscuro","2980B9":"Azul fuerte","8E44AD":"Violeta oscuro","2C3E50":"Azul Desaturado",F39C12:"Naranja",E67E22:"Zanahoria",E74C3C:"Rojo pálido",ECF0F1:"Plata brillante","95A5A6":"Cian grisáceo claro",DDD:"Gris claro",D35400:"Calabaza",C0392B:"Rojo fuerte",BDC3C7:"Plata","7F8C8D":"Cian grisáceo",999:"Gris oscuro"},more:"Más colores...",panelTitle:"Colores",textColorTitle:"Color de texto"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/colordialog/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/colordialog/lang/es-mx.js new file mode 100644 index 0000000000..ebef9611c2 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/colordialog/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","es-mx",{clear:"Borrar",highlight:"Realce",options:"Opciones de color",selected:"Color seleccionado",title:"Selecciona un color"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/az.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/az.js new file mode 100644 index 0000000000..11f61eaf47 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","az",{label:"Formatı köçür",notification:{copied:"Format köçürülüb",applied:"Format tədbiq edilib",canceled:"Format imtina edilib",failed:"Format etmək mümkün deyil. Siz üslubları köçürmədən onları tədbiq edə bilməzsiniz."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/de.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/de.js new file mode 100644 index 0000000000..fa44860129 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","de",{label:"Formatierung kopieren",notification:{copied:"Formatierung kopiert",applied:"Formatierung angewendet",canceled:"Formatierung abgebrochen",failed:"Formatierung fehlgeschlagen. Sie können Stile nicht anwenden, ohne sie zuerst zu kopieren."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/it.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/it.js new file mode 100644 index 0000000000..5a8608a5ab --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","it",{label:"Copia formattazione",notification:{copied:"Formattazione copiata",applied:"Formattazione applicata",canceled:"Formattazione annullata",failed:"Formattazione fallita. Non è possibile applicare stili senza averli prima copiati."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ja.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ja.js new file mode 100644 index 0000000000..6044c7e9c3 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","ja",{label:"フォーマットをコピー",notification:{copied:"コピーされたフォーマット",applied:"フォーマットを適用しました",canceled:"フォーマットを取り消しました",failed:"フォーマットに失敗しました。最初にフォーマットをコピーしてください。"}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nb.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nb.js new file mode 100644 index 0000000000..6f2c273d0c --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","nb",{label:"Kopier formatering",notification:{copied:"Formatering kopiert",applied:"Formatering tatt i bruk",canceled:"Formatering avbrutt",failed:"Formatering mislyktes. Du kan ikke ta i bruk stiler uten å kopiere dem først."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nl.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nl.js new file mode 100644 index 0000000000..4eab79176b --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","nl",{label:"Opmaakstijl kopiëren",notification:{copied:"Opmaakstijl gekopieerd",applied:"Opmaakstijl toegepast",canceled:"Opmaakstijl toepassen geannuleerd",failed:"Opmaakstijl toepassen mislukt. U kunt geen opmaakstijl toepassen zonder deze eerst te kopiëren."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/oc.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/oc.js new file mode 100644 index 0000000000..fc787e97b4 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","oc",{label:"Copiar lo formatatge",notification:{copied:"Formatatge copiat",applied:"Formatatge aplicat",canceled:"Formatatge anullat",failed:"Formatting failed. You cannot apply styles without copying them first."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pl.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pl.js new file mode 100644 index 0000000000..edd24af10a --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","pl",{label:"Kopiuj formatowanie",notification:{copied:"Formatowanie skopiowane",applied:"Formatowanie zastosowane",canceled:"Formatowanie przerwane",failed:"Formatowanie nie powiodło się. Nie możesz zastosować stylów bez uprzedniego ich skopiowania."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pt-br.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pt-br.js new file mode 100644 index 0000000000..2376a0b2c5 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","pt-br",{label:"Copiar Formatação",notification:{copied:"Formatação copiada",applied:"Formatação aplicada",canceled:"Formatação cancelada",failed:"A formatação falhou. Você não pode aplicar estilos sem copiá-los antes."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ru.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ru.js new file mode 100644 index 0000000000..62261d6942 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","ru",{label:"Копировать форматирование",notification:{copied:"Форматирование скопировано",applied:"Форматирование применено",canceled:"Форматирование отменен",failed:"Formatting failed. You cannot apply styles without copying them first."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/sv.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/sv.js new file mode 100644 index 0000000000..e0560ae504 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","sv",{label:"Kopiera formatering",notification:{copied:"Formatering kopierad",applied:"Formatering applicerad",canceled:"Formatering avbruten",failed:"Formatering misslyckades. Du kan inte applicera stilar utan att kopiera dem först."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/tr.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/tr.js new file mode 100644 index 0000000000..27b6bcbb3a --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","tr",{label:"Formatı Kopyala",notification:{copied:"Formatlama Kopyalandı",applied:"Formatlama Uygulandı",canceled:"Formatlama İptal Edildi",failed:"Formatlama hatası. İlk önce onları kopyalamadan stilleri uygulayamazsınız."}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh-cn.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh-cn.js new file mode 100644 index 0000000000..afdcf8bbf2 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","zh-cn",{label:"格式刷",notification:{copied:"格式已复制",applied:"格式已应用",canceled:"格式已取消",failed:"格式化失败,您不能还没复制就应用格式"}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh.js b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh.js new file mode 100644 index 0000000000..5528e32e09 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/copyformatting/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("copyformatting","zh",{label:"格式化複製",notification:{copied:"已複製格式化",applied:"格式化已套用",canceled:"格式化已取消",failed:"格式化失敗。您無法在沒有複製它們前就套用樣式。"}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/devtools/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/devtools/lang/es-mx.js new file mode 100644 index 0000000000..1c6a33f62f --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/devtools/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("devtools","es-mx",{title:"Información del elemento",dialogName:"Nombre de la ventana de diálogo",tabName:"Nombre de la pestaña",elementId:"ID del elemento",elementType:"Tipo de elemento"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/div/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/div/lang/es-mx.js new file mode 100644 index 0000000000..0d90bedbea --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/div/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","es-mx",{IdInputLabel:"Id",advisoryTitleInputLabel:"Título del anuncio",cssClassInputLabel:"Clases de la hoja de estilos",edit:"Editar Div",inlineStyleInputLabel:"Estilo de línea",langDirLTRLabel:"Izquierda a Derecha (LTR)",langDirLabel:"Dirección de idiomas",langDirRTLLabel:"Derecha a Izquierda (RTL)",languageCodeInputLabel:"Código del idioma",remove:"Remover Div",styleSelectLabel:"Estilo",title:"Crear contenedor Div",toolbar:"Crear contenedor Div"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/docprops/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/docprops/lang/es-mx.js new file mode 100644 index 0000000000..15b6476545 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/docprops/lang/es-mx.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("docprops","es-mx",{bgColor:"Color de fondo",bgFixed:"Fondo sin desplazamiento (fijo)",bgImage:"URL de la imagen de fondo",charset:"Codificación de conjuntos de caracteres",charsetASCII:"ASCII",charsetCE:"Europa central",charsetCR:"Cirílico",charsetCT:"Chino tradicional (Big5)",charsetGR:"Griego",charsetJP:"Japones",charsetKR:"Korea",charsetOther:"Establecer la codificación de conjunto de caracteres",charsetTR:"Turco",charsetUN:"Unicode (UTF-8)",charsetWE:"Europeo occidental", +chooseColor:"Elije",design:"Diseño",docTitle:"Título de página",docType:"Tipo de encabezado del documento",docTypeOther:"Otro tipo de título de documento",label:"Propiedades del documento",margin:"Margenes de la página",marginBottom:"Abajo",marginLeft:"Izquierda",marginRight:"Derecha",marginTop:"Arriba",meta:"Etiquetas Meta",metaAuthor:"Autor",metaCopyright:"Derechos reservados",metaDescription:"Descripción del documento",metaKeywords:"Palabras clave de indexación de documentos (separados por comas)", +other:"Otro...",previewHtml:'\x3cp\x3eEste es un \x3cstrong\x3etexto de ejemplo\x3c/strong\x3e. Tu estas usando \x3ca href\x3d"javascript:void(0)"\x3eCKEditor\x3c/a\x3e.\x3c/p\x3e',title:"Propiedades del documento",txtColor:"Color del texto",xhtmlDec:"Incluir declaraciones XHTML"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/es-mx.js new file mode 100644 index 0000000000..36a0bcb96a --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","es-mx",{pathName:"objeto multimedia",title:"Empotrar multimedia",button:"Insertar multimedia empotrado",unsupportedUrlGiven:"La URL especificada no es soportada.",unsupportedUrl:"La URL {url} no es soportada para empotrar multimedia",fetchingFailedGiven:"No se pudo obtener el contenido de la URL dada.",fetchingFailed:"No se pudo obtener el contenido de {url}.",fetchingOne:"Recuperar o Incrustar respuesta ...",fetchingMany:"Recuperar o Incrustar respuestas, {current} de {max} listo..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hr.js b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hr.js new file mode 100644 index 0000000000..abb6c2c9b7 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","hr",{pathName:"objekt medija",title:"Media Embed",button:"Umetanje Media Embed",unsupportedUrlGiven:"Navedeni URL nije podržan",unsupportedUrl:"URL {url} nije podržan od strane Media Embed-a.",fetchingFailedGiven:"Nije moguće dohvatiti sadržaj danog URL-a.",fetchingFailed:"Nije moguće dohvatiti sadržaj za {url}.",fetchingOne:"Dohvaćanje oEmbed odgovora...",fetchingMany:"Dohvaćanje oEmbed odgovora, {current} od {max} gotovo..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hu.js b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hu.js new file mode 100644 index 0000000000..89927e5f5a --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","hu",{pathName:"média objektum",title:"Média beágyazása",button:"Beágyazott média beszúrása",unsupportedUrlGiven:"A megadott URL nem támogatott.",unsupportedUrl:"Az URL-t {url} a média beágyazása nem támogatja.",fetchingFailedGiven:"Nem sikerült a megadott URL-hez tartalmat kinyerni.",fetchingFailed:"Nem sikerült az {url}-nek a tartalmát kinyerni.",fetchingOne:"oEmbed válasz kinyerése...",fetchingMany:"oEmbed válasz kinyerése folyamatban, {current} a {max}-ból kész..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/sk.js b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/sk.js new file mode 100644 index 0000000000..e353e896d7 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/embedbase/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sk",{pathName:"media objekt",title:"Media Embed",button:"Vložte Media Embed",unsupportedUrlGiven:"Zadaná URL nie je podporovaná.",unsupportedUrl:"URL {url} nie je podporovaná Media Embedom.",fetchingFailedGiven:"Nepodarilo sa získať obsah zo zadanej URL.",fetchingFailed:"Nepodarilo sa získať obsah z {url}.",fetchingOne:"Získavanie oEmbed odpovede...",fetchingMany:"Získavanie oEmbed odpovede, {current} z {max} hotových..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/filetools/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/es-mx.js new file mode 100644 index 0000000000..5f2dd8c512 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/es-mx.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","es-mx",{loadError:"Ha ocurrido un error al leer el archivo",networkError:"Ha ocurrido un error de red durante la carga del archivo.",httpError404:"Se ha producido un error HTTP durante la subida de archivos (404: archivo no encontrado).",httpError403:"Se ha producido un error HTTP durante la subida de archivos (403: Prohibido).",httpError:"Se ha producido un error HTTP durante la subida de archivos (error: %1).",noUrlError:"La URL de subida no está definida.", +responseError:"Respuesta incorrecta del servidor."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/filetools/lang/hr.js b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/hr.js new file mode 100644 index 0000000000..48dacd8f94 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","hr",{loadError:"Greška prilikom čitanja datoteke.",networkError:"Mrežna greška prilikom slanja datoteke.",httpError404:"HTTP greška tijekom slanja datoteke (404: datoteka nije pronađena).",httpError403:"HTTP greška tijekom slanja datoteke (403: Zabranjeno).",httpError:"HTTP greška tijekom slanja datoteke (greška status: %1).",noUrlError:"URL za slanje nije podešen.",responseError:"Neispravni odgovor servera."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/filetools/lang/hu.js b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/hu.js new file mode 100644 index 0000000000..784fb4236d --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","hu",{loadError:"Hiba történt a fájl olvasása közben.",networkError:"Hálózati hiba történt a fájl feltöltése közben.",httpError404:"HTTP hiba történt a fájl feltöltése alatt (404: A fájl nem található).",httpError403:"HTTP hiba történt a fájl feltöltése alatt (403: Tiltott).",httpError:"HTTP hiba történt a fájl feltöltése alatt (hiba státusz: %1).",noUrlError:"Feltöltési URL nincs megadva.",responseError:"Helytelen szerver válasz."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/filetools/lang/sk.js b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/sk.js new file mode 100644 index 0000000000..b9802e4b72 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/filetools/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("filetools","sk",{loadError:"Počas čítania súboru nastala chyba.",networkError:"Počas nahrávania súboru nastala chyba siete.",httpError404:"Počas nahrávania súboru nastala HTTP chyba (404: Súbor nebol nájdený).",httpError403:"Počas nahrávania súboru nastala HTTP chyba (403: Zakázaný).",httpError:"Počas nahrávania súboru nastala HTTP chyba (error status: %1).",noUrlError:"URL nahrávania nie je definovaný.",responseError:"Nesprávna odpoveď servera."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/find/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/find/lang/es-mx.js new file mode 100644 index 0000000000..90d1810089 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/find/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("find","es-mx",{find:"Buscar",findOptions:"Opciones de busqueda",findWhat:"Buscar que:",matchCase:"Comparar mayúsculas",matchCyclic:"Comparación cíclica",matchWord:"Compare la palabra completa",notFoundMsg:"El texto especificado no fue encontrado.",replace:"Remplazar",replaceAll:"Remplazar todo",replaceSuccessMsg:"%1 ",replaceWith:"Reemplazar con:",title:"Busca y reemplaza"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/flash/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/flash/lang/es-mx.js new file mode 100644 index 0000000000..967f2015a3 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/flash/lang/es-mx.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("flash","es-mx",{access:"Acceso a secuencias de comandos",accessAlways:"Siempre",accessNever:"Nunca",accessSameDomain:"Mismo dominio",alignAbsBottom:"Abs Abajo",alignAbsMiddle:"Abs Medio",alignBaseline:"Base",alignTextTop:"Texto Arriba",bgcolor:"Color de fondo",chkFull:"Permitir pantalla completa",chkLoop:"Ciclíco",chkMenu:"Habilitar menú de flash",chkPlay:"Auto reproducción",flashvars:"Variables para flash",hSpace:"Espacio horizontal",properties:"Propiedades del flash",propertiesTab:"Propiedades", +quality:"Calidad",qualityAutoHigh:"Alta automática",qualityAutoLow:"Baja automática",qualityBest:"La mejor",qualityHigh:"Alta",qualityLow:"Baja",qualityMedium:"Mediana",scale:"Escala",scaleAll:"Mostrar todo",scaleFit:"Ajuste exacto",scaleNoBorder:"Sin bordes",title:"Propiedades del flash",vSpace:"Espacio vertical",validateHSpace:"El espacio horizontal debe ser un número entero.",validateSrc:"La URL no puede estar vacia.",validateVSpace:"El espacio vertical debe ser un número entero.",windowMode:"Modo de la ventana", +windowModeOpaque:"Opaco",windowModeTransparent:"Transparente",windowModeWindow:"Ventana"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/font/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/font/lang/es-mx.js new file mode 100644 index 0000000000..f91638bf16 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/font/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("font","es-mx",{fontSize:{label:"Tamaño",voiceLabel:"Tamaño de letra",panelTitle:"Tamaño de letra"},label:"Letra",panelTitle:"Nombre de letra",voiceLabel:"Letra"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/forms/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/forms/lang/es-mx.js new file mode 100644 index 0000000000..1bc35e52fc --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/forms/lang/es-mx.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("forms","es-mx",{button:{title:"Propiedades del botón",text:"Texto (valor)",type:"Tipo",typeBtn:"Botón",typeSbm:"Enviar",typeRst:"Reiniciar"},checkboxAndRadio:{checkboxTitle:"Propiedades de la casilla de verificación",radioTitle:"Propiedades de botón de opciones",value:"Valor",selected:"Seleccionado",required:"Requerido"},form:{title:"Propiedades del formulario",menu:"Propiedades del formulario",action:"Acción",method:"Método",encoding:"Codificación"},hidden:{title:"Propiedades del campo oculto", +name:"Nombre",value:"Valor"},select:{title:"Propiedades del campo de selección",selectInfo:"Seleccionar información",opAvail:"Opciones disponobles",value:"Valor",size:"Tamaño",lines:"líneas",chkMulti:"Permitir múltiple selección",required:"Requerido",opText:"Texto",opValue:"Valor",btnAdd:"Agregar",btnModify:"Modificar",btnUp:"Subir",btnDown:"Bajar",btnSetValue:"Establecer como valor seleccionado",btnDelete:"Borrar"},textarea:{title:"Propiedades del área de texto",cols:"Columnas",rows:"Filas"},textfield:{title:"Propiedades del campo texto", +name:"Nombre",value:"Valor",charWidth:"Ancho de caracteres",maxChars:"Máximo de caracteres",required:"Requerido",type:"Tipo",typeText:"Texto",typePass:"Contraseña",typeEmail:"Correo electrónico",typeSearch:"Busqueda",typeTel:"Número telefónico",typeUrl:"URL"}}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/iframe/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/iframe/lang/es-mx.js new file mode 100644 index 0000000000..334cb97c0b --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/iframe/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("iframe","es-mx",{border:"Mostrar el borde del marco",noUrl:"Ingresa la URL del iframe",scrolling:"Habilitar la barra de desplazamiento",title:"Propiedades del IFrame",toolbar:"Iframe"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/image2/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/image2/lang/es-mx.js new file mode 100644 index 0000000000..0ac245bc30 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/image2/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","es-mx",{alt:"Texto alternativo",btnUpload:"Enviar al servidor",captioned:"Imagen subtitulada",captionPlaceholder:"Subtítulo",infoTab:"Información de la imagen",lockRatio:"Bloquear aspecto",menu:"Propiedades de la imagen",pathName:"imagen",pathNameCaption:"subtítulo",resetSize:"Reiniciar tamaño",resizer:"Presiona y arrastra para redimensionar",title:"Propiedades de imagen",uploadTab:"Cargar",urlMissing:"Falta la URL de origen de la imagen.",altMissing:"Falta texto alternativo."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/justify/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/justify/lang/es-mx.js new file mode 100644 index 0000000000..9eb55097ae --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/justify/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("justify","es-mx",{block:"Justificar",center:"Centrar",left:"Alinear a la izquierda",right:"Alinear a la derecha"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/language/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/language/lang/es-mx.js new file mode 100644 index 0000000000..aaf5ce2bbb --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/language/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("language","es-mx",{button:"Establecer idioma",remove:"Remover idioma"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/liststyle/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/liststyle/lang/es-mx.js new file mode 100644 index 0000000000..7bebe5e79d --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/liststyle/lang/es-mx.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("liststyle","es-mx",{armenian:"Numeración armenia",bulletedTitle:"Propiedades de la lista con viñetas",circle:"Círculo",decimal:"Decimal (1, 2, 3, etc.)",decimalLeadingZero:"Decimal con cero (01, 02, 03, etc.)",disc:"Desc",georgian:"Numeración gregoriana (an, ban, gan, etc.)",lowerAlpha:"Alfabeto minúscula (a, b, c, d, e, etc.)",lowerGreek:"Griego minúscula (alpha, beta, gamma, etc.)",lowerRoman:"Romano minúscula (i, ii, iii, iv, v, etc.)",none:"Ninguno",notset:"\x3cnot set\x3e", +numberedTitle:"Propiedades de la lista numerada",square:"Cuadrado",start:"Inicio",type:"Tipo",upperAlpha:"Abecedario mayúscula (A, B, C, D, E, etc.)",upperRoman:"Romanos mayúscula (I, II, III, IV, V, etc.)",validateStartNumber:"El número de inicio de la lista debe ser un número entero."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/mathjax/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/mathjax/lang/es-mx.js new file mode 100644 index 0000000000..cc62c4f113 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/mathjax/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("mathjax","es-mx",{title:"Matemáticas en TeX",button:"Matemáticas",dialogInput:"Escribe tu TeX aquí",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentación sobre TeX",loading:"cargando...",pathName:"matemáticas"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/newpage/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/newpage/lang/es-mx.js new file mode 100644 index 0000000000..7b3fa2be91 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/newpage/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("newpage","es-mx",{toolbar:"Página nueva"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/pagebreak/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/pagebreak/lang/es-mx.js new file mode 100644 index 0000000000..1b986a1956 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/pagebreak/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("pagebreak","es-mx",{alt:"Salto de página",toolbar:"Insertar un salto de página para imprimir"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/placeholder/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/placeholder/lang/es-mx.js new file mode 100644 index 0000000000..b7b91a2e4e --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/placeholder/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("placeholder","es-mx",{title:"Propiedades del marcador de posición",toolbar:"Marcador de posición",name:"Nombre del marcador de posición",invalidName:"El marcador de posición no puede estar vacío y no puede contener alguno de los siguientes caracteres: [, ], \x3c, \x3e",pathName:"marcador de posición"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/preview/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/preview/lang/es-mx.js new file mode 100644 index 0000000000..881213c920 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/preview/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("preview","es-mx",{preview:"Vista previa"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/print/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/print/lang/es-mx.js new file mode 100644 index 0000000000..59fb8b4003 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/print/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("print","es-mx",{toolbar:"Imprimir"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/save/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/save/lang/es-mx.js new file mode 100644 index 0000000000..7eb76ce532 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/save/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("save","es-mx",{toolbar:"Guardar"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css b/app/Resources/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css new file mode 100644 index 0000000000..427c4b42dc --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/scayt/dialogs/dialog.css @@ -0,0 +1,23 @@ +div.cke_dialog_ui_scaytItemList { + border: 1px solid #c9cccf; +} + +.cke_scaytItemList-child { + position: relative; + padding: 6px 30px 6px 5px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.cke_scaytItemList-child:hover { + background: #ebebeb; +} + +.cke_scaytItemList-child .cke_scaytItemList_remove { + position: absolute; + top: 0; + right: 5px; + width: 26px; + height: 26px; +} diff --git a/app/Resources/public/assets/ckeditor/plugins/selectall/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/selectall/lang/es-mx.js new file mode 100644 index 0000000000..1de7e3a745 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/selectall/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("selectall","es-mx",{toolbar:"Seleccionar todo"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/showblocks/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/showblocks/lang/es-mx.js new file mode 100644 index 0000000000..c3398b59ad --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/showblocks/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("showblocks","es-mx",{toolbar:"Mostrar bloques"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/smiley/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/smiley/lang/es-mx.js new file mode 100644 index 0000000000..78448a387d --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/smiley/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("smiley","es-mx",{options:"Opciones de smiley",title:"Insertar un smiley",toolbar:"Smiley"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/sourcedialog/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/sourcedialog/lang/es-mx.js new file mode 100644 index 0000000000..148a043b49 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/sourcedialog/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("sourcedialog","es-mx",{toolbar:"Fuente",title:"Fuente"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js b/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js new file mode 100644 index 0000000000..2cbff9e554 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","en-au",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin capital letter Æ",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js b/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js new file mode 100644 index 0000000000..6954f4267f --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","en-ca",{euro:"Euro sign",lsquo:"Left single quotation mark",rsquo:"Right single quotation mark",ldquo:"Left double quotation mark",rdquo:"Right double quotation mark",ndash:"En dash",mdash:"Em dash",iexcl:"Inverted exclamation mark",cent:"Cent sign",pound:"Pound sign",curren:"Currency sign",yen:"Yen sign",brvbar:"Broken bar",sect:"Section sign",uml:"Diaeresis",copy:"Copyright sign",ordf:"Feminine ordinal indicator",laquo:"Left-pointing double angle quotation mark", +not:"Not sign",reg:"Registered sign",macr:"Macron",deg:"Degree sign",sup2:"Superscript two",sup3:"Superscript three",acute:"Acute accent",micro:"Micro sign",para:"Pilcrow sign",middot:"Middle dot",cedil:"Cedilla",sup1:"Superscript one",ordm:"Masculine ordinal indicator",raquo:"Right-pointing double angle quotation mark",frac14:"Vulgar fraction one quarter",frac12:"Vulgar fraction one half",frac34:"Vulgar fraction three quarters",iquest:"Inverted question mark",Agrave:"Latin capital letter A with grave accent", +Aacute:"Latin capital letter A with acute accent",Acirc:"Latin capital letter A with circumflex",Atilde:"Latin capital letter A with tilde",Auml:"Latin capital letter A with diaeresis",Aring:"Latin capital letter A with ring above",AElig:"Latin capital letter Æ",Ccedil:"Latin capital letter C with cedilla",Egrave:"Latin capital letter E with grave accent",Eacute:"Latin capital letter E with acute accent",Ecirc:"Latin capital letter E with circumflex",Euml:"Latin capital letter E with diaeresis",Igrave:"Latin capital letter I with grave accent", +Iacute:"Latin capital letter I with acute accent",Icirc:"Latin capital letter I with circumflex",Iuml:"Latin capital letter I with diaeresis",ETH:"Latin capital letter Eth",Ntilde:"Latin capital letter N with tilde",Ograve:"Latin capital letter O with grave accent",Oacute:"Latin capital letter O with acute accent",Ocirc:"Latin capital letter O with circumflex",Otilde:"Latin capital letter O with tilde",Ouml:"Latin capital letter O with diaeresis",times:"Multiplication sign",Oslash:"Latin capital letter O with stroke", +Ugrave:"Latin capital letter U with grave accent",Uacute:"Latin capital letter U with acute accent",Ucirc:"Latin capital letter U with circumflex",Uuml:"Latin capital letter U with diaeresis",Yacute:"Latin capital letter Y with acute accent",THORN:"Latin capital letter Thorn",szlig:"Latin small letter sharp s",agrave:"Latin small letter a with grave accent",aacute:"Latin small letter a with acute accent",acirc:"Latin small letter a with circumflex",atilde:"Latin small letter a with tilde",auml:"Latin small letter a with diaeresis", +aring:"Latin small letter a with ring above",aelig:"Latin small letter æ",ccedil:"Latin small letter c with cedilla",egrave:"Latin small letter e with grave accent",eacute:"Latin small letter e with acute accent",ecirc:"Latin small letter e with circumflex",euml:"Latin small letter e with diaeresis",igrave:"Latin small letter i with grave accent",iacute:"Latin small letter i with acute accent",icirc:"Latin small letter i with circumflex",iuml:"Latin small letter i with diaeresis",eth:"Latin small letter eth", +ntilde:"Latin small letter n with tilde",ograve:"Latin small letter o with grave accent",oacute:"Latin small letter o with acute accent",ocirc:"Latin small letter o with circumflex",otilde:"Latin small letter o with tilde",ouml:"Latin small letter o with diaeresis",divide:"Division sign",oslash:"Latin small letter o with stroke",ugrave:"Latin small letter u with grave accent",uacute:"Latin small letter u with acute accent",ucirc:"Latin small letter u with circumflex",uuml:"Latin small letter u with diaeresis", +yacute:"Latin small letter y with acute accent",thorn:"Latin small letter thorn",yuml:"Latin small letter y with diaeresis",OElig:"Latin capital ligature OE",oelig:"Latin small ligature oe",372:"Latin capital letter W with circumflex",374:"Latin capital letter Y with circumflex",373:"Latin small letter w with circumflex",375:"Latin small letter y with circumflex",sbquo:"Single low-9 quotation mark",8219:"Single high-reversed-9 quotation mark",bdquo:"Double low-9 quotation mark",hellip:"Horizontal ellipsis", +trade:"Trade mark sign",9658:"Black right-pointing pointer",bull:"Bullet",rarr:"Rightwards arrow",rArr:"Rightwards double arrow",hArr:"Left right double arrow",diams:"Black diamond suit",asymp:"Almost equal to"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js new file mode 100644 index 0000000000..8854ee0289 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js @@ -0,0 +1,13 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("specialchar","es-mx",{euro:"Signo de Euro",lsquo:"Comillas simple izquierda",rsquo:"Comillas simple derecha",ldquo:"Comillas dobles izquierda",rdquo:"Comillas dobles derecha",ndash:"Guión corto",mdash:"Guión largo",iexcl:"Signo de exclamación invertido",cent:"Signo de centavo",pound:"Signo de Libra",curren:"Signo de moneda",yen:"Signo de Yen",brvbar:"Barra rota",sect:"Signo de la sección",uml:"Diéresis",copy:"Signo de Derechos reservados",ordf:"Indicador ordinal femenino", +laquo:"Señal de doble ángulo hacia la izquierda",not:"Sin signo",reg:"Signo registrado",macr:"Macron",deg:"signo de grados",sup2:"Superíndice dos",sup3:"Superíndice tres",acute:"Acento agudo",micro:"Signo micro",para:"Signo pilcrow",middot:"Punto medio",cedil:"Cedilla",sup1:"Superíndice uno",ordm:"Indicador ordinal masculino",raquo:"Señal de doble ángulo hacia la derecha",frac14:"Fracción un cuarto",frac12:"Fracción medio",frac34:"Fracción tres cuartos",iquest:"Signo de interrogación invertido",Agrave:"Letra mayúscula latina A con acento grave", +Aacute:"Letra mayúscula latina A con acento agudo",Acirc:"Letra mayúscula latina A con circunflexo",Atilde:"Letra mayúscula latina A con tilde",Auml:"Letra mayúscula latina A con diéresis",Aring:"Letra mayúscula latina A con anillo arriba",AElig:"Letra mayúscula latina Æ",Ccedil:"Letra mayúscula latina C con cedilla",Egrave:"Letra mayúscula latina E con acento grave",Eacute:"Letra mayúscula latina E con acento agudo",Ecirc:"Letra mayúscula latina E con circumflex",Euml:"Letra mayúscula latina E con diéresis", +Igrave:"Letra mayúscula latina I con acento grave",Iacute:"Letra mayúscula latina I con acento agudo",Icirc:"Letra mayúscula latina I con circumflex",Iuml:"Letra mayúscula latina E con diéresis",ETH:"Letra mayúscula latina Eth",Ntilde:"Letra mayúscula latina N con tilde",Ograve:"Letra mayúscula latina O con acento grave",Oacute:"Letra mayúscula latina O con acento agudo",Ocirc:"Letra mayúscula latina O con circumflex",Otilde:"Letra mayúscula latina O con tilde",Ouml:"Letra mayúscula latina O con diéresis", +times:"Signo de multiplicación",Oslash:"Letra mayúscula latina O con trazo",Ugrave:"Letra mayúscula latina U con acento grave",Uacute:"Letra mayúscula latina U con acento agudo",Ucirc:"Letra mayúscula latina U con circumflex",Uuml:"Letra mayúscula latina U con diéresis",Yacute:"Letra mayúscula latina Y con acento agudo",THORN:"Letra mayúscula latina Thorn",szlig:"Letra pequeña latina s",agrave:"Letra pequeña latina a con acento grave",aacute:"Letra pequeña latina a con acento agudo",acirc:"Letra pequeña latina a con circumflex", +atilde:"Letra pequeña latina a con tilde",auml:"Letra pequeña latina a con diéresis",aring:"Letra pequeña latina a con anillo arriba",aelig:"Letra pequeña latina æ",ccedil:"Letra pequeña latina c con cedilla",egrave:"Letra pequeña latina e con acento grave",eacute:"Letra pequeña latina e con acento agudo",ecirc:"Letra pequeña latina e con circumflex",euml:"Letra pequeña latina e con diéresis",igrave:"Letra pequeña latina i con acento grave",iacute:"Letra pequeña latina i con acento agudo",icirc:"Letra pequeña latina i con circumflex", +iuml:"Letra pequeña latina i con diéresis",eth:"Letra pequeña latina eth",ntilde:"Letra pequeña latina n con tilde",ograve:"Letra pequeña latina o con acento grave",oacute:"Letra pequeña latina o con acento agudo",ocirc:"Letra pequeña latina o con circumflex",otilde:"Letra pequeña latina o con tilde",ouml:"Letra pequeña latina o con diéresis",divide:"Signo de división",oslash:"Letra pequeña latina o con trazo",ugrave:"Letra pequeña latina u con acento grave",uacute:"Letra pequeña latina u con acento agudo", +ucirc:"Letra pequeña latina u con circumflex",uuml:"Letra pequeña latina u con diéresis",yacute:"Letra pequeña latina y con acento agudo",thorn:"Espina de letra pequeña latina",yuml:"Letra pequeña latina y con diéresis",OElig:"Ligadura de capital latino OE",oelig:"Ligadura de pequeña latino OE",372:"Letra latina mayúscula W con circunflexo",374:"Letra latina mayúscula Y con circunflexo",373:"Letra latina minúscula w con circunflexo",375:"Letra latina minúscula y con circunflexo",sbquo:"Signo de comillas simple abajo", +8219:"Signo de comillas simple arriba",bdquo:"Signo de doble comillas abajo",hellip:"Elipsis horizontal",trade:"Signo merccantl",9658:"Puntero derecho negro",bull:"Bala",rarr:"Flecha hacia la derecha",rArr:"Doble flecha hacia la derecha",hArr:"Flecha doble izquierda derecha",diams:"Palo de diamante negro",asymp:"Casi igual a"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css b/app/Resources/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css new file mode 100644 index 0000000000..155bfc20ce --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/tableselection/styles/tableselection.css @@ -0,0 +1,32 @@ +.cke_table-faked-selection-editor *::selection, table.cke_table-faked-selection-table *::selection { + background: transparent; +} + +.cke_table-faked-selection-editor { + /* With love, dedicated for Chrome, until https://bugs.chromium.org/p/chromium/issues/detail?id=702610 is resolved. + It will force repaint (without reflow) so that selection is properly displayed. */ + transform: translateZ( 0 ); +} + +.cke_table-faked-selection { + background: darkgray !important; + color: black; +} +.cke_table-faked-selection a { + color: black; +} +.cke_editable:focus .cke_table-faked-selection { + /* We have to use !important here, as td might specify it's own background, thus table selection + would not be visible. */ + background: #0076cb !important; + color: white; +} +.cke_editable:focus .cke_table-faked-selection a { + color: white; +} +.cke_table-faked-selection::-moz-selection, .cke_table-faked-selection ::-moz-selection { + background: transparent; +} +.cke_table-faked-selection::selection, .cke_table-faked-selection ::selection { + background: transparent; +} diff --git a/app/Resources/public/assets/ckeditor/plugins/templates/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/templates/lang/es-mx.js new file mode 100644 index 0000000000..145ebe5bc4 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/templates/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("templates","es-mx",{button:"Plantillas",emptyListMsg:"(Sin plantilla definida)",insertOption:"Reemplazar contenido actual",options:"Opciones de la plantilla",selectPromptMsg:"Por favor selecciona una plantilla para abrir en el editor",title:"Contenido de las plantillas"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.css b/app/Resources/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.css new file mode 100644 index 0000000000..e284ba0894 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.css @@ -0,0 +1,20 @@ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +.cke_colordialog_colorcell { + width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */ + height: 14px; + padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */ +} + +.cke_colordialog_colorcell.cke_colordialog_focused_light, +.cke_colordialog_colorcell.cke_colordialog_focused_dark { + padding: 0; /* Shrink cell to allow 1px border indicating focus. */ + border: 1px dotted #000; +} + +.cke_colordialog_colorcell.cke_colordialog_focused_dark { + border-color: #FFF; +} diff --git a/app/Resources/public/assets/ckeditor/plugins/uicolor/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/uicolor/lang/es-mx.js new file mode 100644 index 0000000000..d9d5f4a6de --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/uicolor/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uicolor","es-mx",{title:"Selector de colores de la interfaz de usuario",options:"Opciones de color",highlight:"Resaltar",selected:"Color seleccionado",predefined:"Establecer color predefinido",config:"Pega esta cadena en tu archivo config.js"}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/es-mx.js new file mode 100644 index 0000000000..5942fb6e6e --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","es-mx",{abort:"La carga ha sido abortada por el usuario.",doneOne:"El archivo ha sido cargado completamente.",doneMany:"%1 archivos cargados completamente.",uploadOne:"Cargando archivo ({percentage}%)...",uploadMany:"Cargando archivos, {current} de {max} listo ({percentage}%)..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/hr.js b/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/hr.js new file mode 100644 index 0000000000..637703acce --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","hr",{abort:"Slanje prekinuto od strane korisnika",doneOne:"Datoteka uspješno poslana.",doneMany:"Uspješno poslano %1 datoteka.",uploadOne:"Slanje datoteke ({percentage}%)...",uploadMany:"Slanje datoteka, {current} od {max} gotovo ({percentage}%)..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/sk.js b/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/sk.js new file mode 100644 index 0000000000..8fc8a6ba5b --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/uploadwidget/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("uploadwidget","sk",{abort:"Nahrávanie zrušené používateľom.",doneOne:"Súbor úspešne nahraný.",doneMany:"Úspešne nahraných %1 súborov.",uploadOne:"Nahrávanie súboru ({percentage}%)...",uploadMany:"Nahrávanie súborov, {current} z {max} hotovo ({percentage}%)..."}); \ No newline at end of file diff --git a/app/Resources/public/assets/ckeditor/plugins/widget/lang/es-mx.js b/app/Resources/public/assets/ckeditor/plugins/widget/lang/es-mx.js new file mode 100644 index 0000000000..54ae1f0ed6 --- /dev/null +++ b/app/Resources/public/assets/ckeditor/plugins/widget/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang("widget","es-mx",{move:"Presiona y arrastra para mover",label:"%1 widget"}); \ No newline at end of file diff --git a/app/Resources/public/assets/pwstrength-bootstrap/.bower.json b/app/Resources/public/assets/pwstrength-bootstrap/.bower.json index 4623886445..19f2342bad 100644 --- a/app/Resources/public/assets/pwstrength-bootstrap/.bower.json +++ b/app/Resources/public/assets/pwstrength-bootstrap/.bower.json @@ -42,6 +42,6 @@ "commit": "bc5b56e6a8f8158c13661ae1ec5522fcfb273db2" }, "_source": "https://github.com/ablanco/jquery.pwstrength.bootstrap.git", - "_target": "*", + "_target": "2.1.0", "_originalSource": "pwstrength-bootstrap" } \ No newline at end of file diff --git a/bower.json b/bower.json index b8a8d78a17..f1fd930112 100644 --- a/bower.json +++ b/bower.json @@ -28,11 +28,11 @@ "cropper": "1.0.*", "jquery.scrollbar": "0.2.*", "jquery-file-upload": "*", - "pwstrength-bootstrap": "*", + "pwstrength-bootstrap": "2.1.0", "readmore-js": "2.1.0", "qtip2": "*", "js-cookie" : "2.1.*", - "bootstrap-language" : "*" + "flag-icon-css" : "*" }, "resolutions": { "jquery": "2.1.4"