summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/wrap/lang
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/wrap/lang')
-rw-r--r--platform/www/lib/plugins/wrap/lang/ar/lang.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/ar/settings.php11
-rw-r--r--platform/www/lib/plugins/wrap/lang/bg/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/bg/settings.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/bn/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/bn/settings.php14
-rw-r--r--platform/www/lib/plugins/wrap/lang/cs/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/cs/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/cy/lang.php22
-rw-r--r--platform/www/lib/plugins/wrap/lang/cy/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/da/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/da/settings.php12
-rw-r--r--platform/www/lib/plugins/wrap/lang/de-informal/lang.php19
-rw-r--r--platform/www/lib/plugins/wrap/lang/de-informal/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/de/lang.php19
-rw-r--r--platform/www/lib/plugins/wrap/lang/de/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/en/lang.php19
-rw-r--r--platform/www/lib/plugins/wrap/lang/en/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/eo/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/eo/settings.php14
-rw-r--r--platform/www/lib/plugins/wrap/lang/es/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/es/settings.php18
-rw-r--r--platform/www/lib/plugins/wrap/lang/fa/lang.php22
-rw-r--r--platform/www/lib/plugins/wrap/lang/fa/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/fr/lang.php22
-rw-r--r--platform/www/lib/plugins/wrap/lang/fr/settings.php18
-rw-r--r--platform/www/lib/plugins/wrap/lang/hr/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/hr/settings.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/hu/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/hu/settings.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/it/lang.php23
-rw-r--r--platform/www/lib/plugins/wrap/lang/it/settings.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/ja/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/ja/settings.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/ko/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/ko/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/nl/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/nl/settings.php16
-rw-r--r--platform/www/lib/plugins/wrap/lang/no/lang.php24
-rw-r--r--platform/www/lib/plugins/wrap/lang/no/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/pt-br/lang.php22
-rw-r--r--platform/www/lib/plugins/wrap/lang/pt-br/settings.php18
-rw-r--r--platform/www/lib/plugins/wrap/lang/ru/lang.php22
-rw-r--r--platform/www/lib/plugins/wrap/lang/ru/settings.php18
-rw-r--r--platform/www/lib/plugins/wrap/lang/sk/lang.php12
-rw-r--r--platform/www/lib/plugins/wrap/lang/sk/settings.php12
-rw-r--r--platform/www/lib/plugins/wrap/lang/sr/lang.php21
-rw-r--r--platform/www/lib/plugins/wrap/lang/sr/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/sv/lang.php17
-rw-r--r--platform/www/lib/plugins/wrap/lang/sv/settings.php10
-rw-r--r--platform/www/lib/plugins/wrap/lang/tr/lang.php22
-rw-r--r--platform/www/lib/plugins/wrap/lang/tr/settings.php15
-rw-r--r--platform/www/lib/plugins/wrap/lang/zh-tw/lang.php19
-rw-r--r--platform/www/lib/plugins/wrap/lang/zh-tw/settings.php11
-rw-r--r--platform/www/lib/plugins/wrap/lang/zh/lang.php20
-rw-r--r--platform/www/lib/plugins/wrap/lang/zh/settings.php16
56 files changed, 990 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/wrap/lang/ar/lang.php b/platform/www/lib/plugins/wrap/lang/ar/lang.php
new file mode 100644
index 0000000..0b2fc57
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ar/lang.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author alhajr <alhajr300@gmail.com>
+ */
+$lang['column'] = 'عمود';
+$lang['box'] = 'مربع متوسط بسيط';
+$lang['info'] = 'مربع معلومات';
+$lang['tip'] = 'مربع تلميح';
+$lang['important'] = 'مربع هام';
+$lang['alert'] = 'مربع التنبيه';
+$lang['help'] = 'مربع تعليمات';
+$lang['download'] = 'مربع التحميل';
+$lang['lo'] = 'أقل أهمية';
diff --git a/platform/www/lib/plugins/wrap/lang/ar/settings.php b/platform/www/lib/plugins/wrap/lang/ar/settings.php
new file mode 100644
index 0000000..808b843
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ar/settings.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author alhajr <alhajr300@gmail.com>
+ */
+$lang['restrictedClasses'] = 'تقييد استخدام البرنامج المساعد لهذه الفئات (مفصولة بفاصلة)';
+$lang['restrictionType'] = 'تعين نوع القيد، إذا كانت الفئات المذكورة أعلاه يجب تضمينها أو استبعادها';
+$lang['restrictionType_o_0'] = 'السماح لجميع الفئات باستثناء تلك المذكورة أعلاه';
+$lang['restrictionType_o_1'] = 'تقييد للفئات المذكورة أعلاه فقط وليس غيرها';
diff --git a/platform/www/lib/plugins/wrap/lang/bg/lang.php b/platform/www/lib/plugins/wrap/lang/bg/lang.php
new file mode 100644
index 0000000..a720dfc
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/bg/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Neli Dimitrova <neli.dimitrova.office@gmail.com>
+ */
+$lang['picker'] = 'Wrap приставка';
+$lang['column'] = 'колони';
+$lang['box'] = 'обикновено центрирано поле';
+$lang['info'] = 'информационно поле';
+$lang['tip'] = 'поле за съвет';
+$lang['important'] = 'поле за важно съобщение';
+$lang['alert'] = 'поле за предупреждение';
+$lang['help'] = 'поле за съобщение за помощ';
+$lang['download'] = 'поле за сваляне';
+$lang['todo'] = 'поле за подсещане';
+$lang['clear'] = 'премахване на параметъра float';
+$lang['em'] = 'специално подчертано';
+$lang['hi'] = 'акцентирано';
+$lang['lo'] = 'маловажно';
diff --git a/platform/www/lib/plugins/wrap/lang/bg/settings.php b/platform/www/lib/plugins/wrap/lang/bg/settings.php
new file mode 100644
index 0000000..a9d0c57
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/bg/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Neli Dimitrova <neli.dimitrova.office@gmail.com>
+ */
+$lang['noPrefix'] = 'Кои имена на класове трябва да бъдат изключени от списъка с имена, които могат да бъдат разширени с префикс "wrap_"?
+Имената на класовете се изброяват в списък с разделител запетая.';
+$lang['restrictedClasses'] = 'Ограничи приставката да използва само тези класове. Класовете се изброяват в списък с разделител запетая.';
+$lang['restrictionType'] = 'тип на ограничението - специфицира дали изброените по-горе класове трябва да бъдат включени или изключени';
+$lang['restrictionType_o_0'] = 'позволи всички класове с изключение на посочените по-горе';
+$lang['restrictionType_o_1'] = 'ограничи единствено класовете изброени по-горе и никакви други';
+$lang['syntaxDiv'] = 'Какъв синтаксис трябва да бъде използван в лентата с инструменти за block wraps?';
+$lang['syntaxSpan'] = 'Какъв синтаксис трябва да бъде използван в лентата с инструменти за inline wraps?';
+$lang['darkTpl'] = 'Оптимизирай цветовете за тъмните шаблони?';
diff --git a/platform/www/lib/plugins/wrap/lang/bn/lang.php b/platform/www/lib/plugins/wrap/lang/bn/lang.php
new file mode 100644
index 0000000..301d270
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/bn/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Ninetailz <ninetailz1125@gmail.com>
+ */
+$lang['picker'] = 'মোড়ানো প্লাগইন';
+$lang['column'] = 'স্তম্ভ';
+$lang['box'] = 'সহজ কেন্দ্রিক বাক্স';
+$lang['info'] = 'তথ্য বাক্স';
+$lang['tip'] = 'টিপ বাক্স';
+$lang['important'] = 'গুরুত্বপূর্ণ বাক্স';
+$lang['alert'] = 'সতর্কতা বাক্স';
+$lang['help'] = 'সাহায্য বাক্স';
+$lang['download'] = 'ডাউনলোডের বাক্স';
+$lang['todo'] = 'করণীয় বাক্স';
+$lang['clear'] = 'স্পষ্ট floats';
+$lang['em'] = 'বিশেষ করে জোর';
+$lang['hi'] = 'হাইলাইট';
+$lang['lo'] = 'কম গুরুত্বপূর্ণ';
diff --git a/platform/www/lib/plugins/wrap/lang/bn/settings.php b/platform/www/lib/plugins/wrap/lang/bn/settings.php
new file mode 100644
index 0000000..baeca82
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/bn/settings.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Ninetailz <ninetailz1125@gmail.com>
+ */
+$lang['noPrefix'] = 'যা (কমা দিয়ে পৃথক) শ্রেণীর নাম "wrap_" সঙ্গে অগ্রে যুক্ত হওয়া থেকে বাদ দেওয়া হবে?';
+$lang['restrictedClasses'] = 'এইসব করতে প্লাগিন ব্যবহার সীমিত (কমা দিয়ে পৃথক করা) ক্লাস';
+$lang['restrictionType'] = 'ক্লাস উপরে অন্তর্ভুক্ত বা বাদ দেওয়া হইবে যদি সীমাবদ্ধতা ধরন, নির্দিষ্ট করে';
+$lang['restrictionType_o_0'] = 'উপরোক্ত জনকে ছাড়া সব শ্রেণীর অনুমতি';
+$lang['restrictionType_o_1'] = 'শুধুমাত্র উপরোক্ত শ্রেণীর এবং কোন অন্যদের সীমিত';
+$lang['syntaxDiv'] = 'কোন বাক্য গঠন ব্লক গোপন জন্য টুলবার জুতো ব্যবহার করা উচিত?';
+$lang['syntaxSpan'] = 'কোন বাক্য গঠন ইনলাইন গোপন জন্য টুলবার জুতো ব্যবহার করা উচিত?';
diff --git a/platform/www/lib/plugins/wrap/lang/cs/lang.php b/platform/www/lib/plugins/wrap/lang/cs/lang.php
new file mode 100644
index 0000000..7c3d7dc
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/cs/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
+ */
+$lang['picker'] = 'Zásuvný modul Wrap';
+$lang['column'] = 'sloupce';
+$lang['box'] = 'jednoduchý vystředěný rámeček';
+$lang['info'] = 'informační rámeček';
+$lang['tip'] = 'rámeček s radou';
+$lang['important'] = 'důležitý rámeček';
+$lang['alert'] = 'výstražný rámeček';
+$lang['help'] = 'pomocný rámeček';
+$lang['download'] = 'rámeček s odkazem ke stažení';
+$lang['todo'] = 'rámeček úkolu';
+$lang['clear'] = 'clear floats';
+$lang['em'] = 'zvláštně zdůrazněné';
+$lang['hi'] = 'zvýrazněné';
+$lang['lo'] = 'méně důležité';
diff --git a/platform/www/lib/plugins/wrap/lang/cs/settings.php b/platform/www/lib/plugins/wrap/lang/cs/settings.php
new file mode 100644
index 0000000..6d19249
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/cs/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
+ */
+$lang['noPrefix'] = 'Která (čárkou oddělená) jména tříd nemají být označována předponou "wrap_"?';
+$lang['restrictedClasses'] = 'omezit použití zásuvného modulu na tyto (čárkou oddělené) třídy';
+$lang['restrictionType'] = 'typ omezení, rozhoduje jestli mají být výše uvedené třídy zahrnuty nebo vyřazeny';
+$lang['restrictionType_o_0'] = 'povolit všechny třídy kromě těch výše';
+$lang['restrictionType_o_1'] = 'omezit pouze na třídy výše a žádné jiné';
+$lang['syntaxDiv'] = 'Jaká syntax má být použita ve výběru pro zarovnání bloku? ';
+$lang['syntaxSpan'] = 'Jaká syntax má být použita ve výběru pro zarovnání v řádku? ';
+$lang['darkTpl'] = 'Optimalizovat barvy pro tmavý vzhled?';
diff --git a/platform/www/lib/plugins/wrap/lang/cy/lang.php b/platform/www/lib/plugins/wrap/lang/cy/lang.php
new file mode 100644
index 0000000..d071712
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/cy/lang.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Alan Davies <ben.brynsadler@gmail.com>
+ * @author diafol <ben.brynsadler@gmail.com>
+ */
+$lang['picker'] = 'Ategyn Wrap';
+$lang['column'] = 'colofnau';
+$lang['box'] = 'blwch syml wedi\'i ganoli';
+$lang['info'] = 'blwch gwyb.';
+$lang['tip'] = 'blwch awgrym';
+$lang['important'] = 'blwch pwysig';
+$lang['alert'] = 'blwch rhybudd';
+$lang['help'] = 'blwch cyngor';
+$lang['download'] = 'blwch lawrlwytho';
+$lang['todo'] = 'blwch i-wneud';
+$lang['clear'] = 'clirio \'floats\'';
+$lang['em'] = 'gyda phwyslais arbennig';
+$lang['hi'] = 'aroleuedig';
+$lang['lo'] = 'llai arwyddocaol';
diff --git a/platform/www/lib/plugins/wrap/lang/cy/settings.php b/platform/www/lib/plugins/wrap/lang/cy/settings.php
new file mode 100644
index 0000000..25bd349
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/cy/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Alan Davies <ben.brynsadler@gmail.com>
+ */
+$lang['noPrefix'] = 'Pa enwau dosbarth (gwahanu gan goma) na ddylai derbyn y rhagddodiad "wrap_"?';
+$lang['restrictedClasses'] = 'cyfyngu defnydd yr ategyn hwn i\'r dosbarthiadau (gwahanu gan goma) hyn';
+$lang['restrictionType'] = 'math y cyfyngiad, yn dynodi os caiff y dosbarthiadau uchod eu cynnwys neu eu heithrio';
+$lang['restrictionType_o_0'] = 'caniatáu pob dosbarth ond y rhai uchod';
+$lang['restrictionType_o_1'] = 'cyfyngu i\'r dosbarthiadau uchod yn unig';
+$lang['syntaxDiv'] = 'Pa gystrawen a ddylid defnyddio yn newisydd y bar offer ar gyfer wrapiau bloc?';
+$lang['syntaxSpan'] = 'Pa gystrawen a ddylid defnyddio yn newisydd y bar offer ar gyfer wrapiau mewnlin?';
+$lang['darkTpl'] = 'Optimeiddio lliwiau ar gyfer templedau tywyll?';
diff --git a/platform/www/lib/plugins/wrap/lang/da/lang.php b/platform/www/lib/plugins/wrap/lang/da/lang.php
new file mode 100644
index 0000000..d300095
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/da/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author soer9648 <soer9648@eucl.dk>
+ */
+$lang['picker'] = 'Wrap Plugin';
+$lang['column'] = 'række';
+$lang['box'] = 'simpel centreret boks';
+$lang['info'] = 'info boks';
+$lang['tip'] = 'tip boks';
+$lang['important'] = 'vigtig boks';
+$lang['alert'] = 'alarm boks';
+$lang['help'] = 'hjælp boks';
+$lang['download'] = 'download boks';
+$lang['todo'] = 'todo boks';
+$lang['clear'] = 'ryd flydere';
+$lang['em'] = 'specielt fremhævet';
+$lang['hi'] = 'fremhævet';
+$lang['lo'] = 'mindre vigtigt';
diff --git a/platform/www/lib/plugins/wrap/lang/da/settings.php b/platform/www/lib/plugins/wrap/lang/da/settings.php
new file mode 100644
index 0000000..25b0962
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/da/settings.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author soer9648 <soer9648@eucl.dk>
+ */
+$lang['noPrefix'] = 'Hvilke (kommaseparerede) klassenavne skal udelukkes fra at få præfikset "wrap_"?';
+$lang['restrictedClasses'] = 'begræns brugen af plugin til følgende (kommaseparerede) klasser';
+$lang['restrictionType'] = 'begrænsningstype, specificerer om ovenstående klasser skal inkluderes eller ekskluderes';
+$lang['restrictionType_o_0'] = 'tillad alle klasser på nær de ovenstående';
+$lang['restrictionType_o_1'] = 'begræns til ovenstående klasser og ingen andre';
diff --git a/platform/www/lib/plugins/wrap/lang/de-informal/lang.php b/platform/www/lib/plugins/wrap/lang/de-informal/lang.php
new file mode 100644
index 0000000..0e83e08
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/de-informal/lang.php
@@ -0,0 +1,19 @@
+<?php
+
+$lang['picker'] = 'Wrap-Plugin';
+
+$lang['column'] = 'Spalten';
+$lang['box'] = 'einfache zentrierte Box';
+$lang['info'] = 'Info-Box';
+$lang['tip'] = 'Tip-Box';
+$lang['important'] = 'Wichtig-Box';
+$lang['alert'] = 'Warn-Box';
+$lang['help'] = 'Hilfe-Box';
+$lang['download'] = 'Download-Box';
+$lang['todo'] = 'Zu-Erledigen-Box';
+
+$lang['clear'] = 'Floats beseitigen';
+
+$lang['em'] = 'wichtig';
+$lang['hi'] = 'markieren';
+$lang['lo'] = 'weniger wichtig';
diff --git a/platform/www/lib/plugins/wrap/lang/de-informal/settings.php b/platform/www/lib/plugins/wrap/lang/de-informal/settings.php
new file mode 100644
index 0000000..ca16787
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/de-informal/settings.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * German language file for config of Wrap plugin
+ *
+ */
+
+$lang['noPrefix'] = 'Welche (mit Komma getrennten) Klassen sollen nicht mit "wrap_" anfangen? (* and ? Platzhalter erlaubt)';
+$lang['restrictedClasses'] = 'Beschränke die Benutzung des Plugins auf diese (mit Komma getrennten) Klassen (* and ? Platzhalter erlaubt)';
+$lang['restrictionType'] = 'Beschränkungsart, setzt fest ob obige Klassen ein- oder ausgeschlossen werden sollen';
+ $lang['restrictionType_o_0'] = 'Erlaube alle Klassen außer die obigen';
+ $lang['restrictionType_o_1'] = 'Beschränke auf die obigen Klassen und erlaube keine anderen';
+$lang['syntaxDiv'] = 'Welche Syntax soll die Werkzeugleiste für Block-Wraps verwenden?';
+$lang['syntaxSpan'] = 'Welche Syntax soll die Werkzeugleiste für Inline-Wraps verwenden?';
+$lang['darkTpl'] = 'Optimiere Farben für dunkle Templates?';
+$lang['emulatedHeadlines'] = 'Nutze nachgeahmte Überschriften? (veraltet)';
diff --git a/platform/www/lib/plugins/wrap/lang/de/lang.php b/platform/www/lib/plugins/wrap/lang/de/lang.php
new file mode 100644
index 0000000..0e83e08
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/de/lang.php
@@ -0,0 +1,19 @@
+<?php
+
+$lang['picker'] = 'Wrap-Plugin';
+
+$lang['column'] = 'Spalten';
+$lang['box'] = 'einfache zentrierte Box';
+$lang['info'] = 'Info-Box';
+$lang['tip'] = 'Tip-Box';
+$lang['important'] = 'Wichtig-Box';
+$lang['alert'] = 'Warn-Box';
+$lang['help'] = 'Hilfe-Box';
+$lang['download'] = 'Download-Box';
+$lang['todo'] = 'Zu-Erledigen-Box';
+
+$lang['clear'] = 'Floats beseitigen';
+
+$lang['em'] = 'wichtig';
+$lang['hi'] = 'markieren';
+$lang['lo'] = 'weniger wichtig';
diff --git a/platform/www/lib/plugins/wrap/lang/de/settings.php b/platform/www/lib/plugins/wrap/lang/de/settings.php
new file mode 100644
index 0000000..ca16787
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/de/settings.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * German language file for config of Wrap plugin
+ *
+ */
+
+$lang['noPrefix'] = 'Welche (mit Komma getrennten) Klassen sollen nicht mit "wrap_" anfangen? (* and ? Platzhalter erlaubt)';
+$lang['restrictedClasses'] = 'Beschränke die Benutzung des Plugins auf diese (mit Komma getrennten) Klassen (* and ? Platzhalter erlaubt)';
+$lang['restrictionType'] = 'Beschränkungsart, setzt fest ob obige Klassen ein- oder ausgeschlossen werden sollen';
+ $lang['restrictionType_o_0'] = 'Erlaube alle Klassen außer die obigen';
+ $lang['restrictionType_o_1'] = 'Beschränke auf die obigen Klassen und erlaube keine anderen';
+$lang['syntaxDiv'] = 'Welche Syntax soll die Werkzeugleiste für Block-Wraps verwenden?';
+$lang['syntaxSpan'] = 'Welche Syntax soll die Werkzeugleiste für Inline-Wraps verwenden?';
+$lang['darkTpl'] = 'Optimiere Farben für dunkle Templates?';
+$lang['emulatedHeadlines'] = 'Nutze nachgeahmte Überschriften? (veraltet)';
diff --git a/platform/www/lib/plugins/wrap/lang/en/lang.php b/platform/www/lib/plugins/wrap/lang/en/lang.php
new file mode 100644
index 0000000..955f250
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/en/lang.php
@@ -0,0 +1,19 @@
+<?php
+
+$lang['picker'] = 'Wrap Plugin';
+
+$lang['column'] = 'columns';
+$lang['box'] = 'simple centered box';
+$lang['info'] = 'info box';
+$lang['tip'] = 'tip box';
+$lang['important'] = 'important box';
+$lang['alert'] = 'alert box';
+$lang['help'] = 'help box';
+$lang['download'] = 'download box';
+$lang['todo'] = 'todo box';
+
+$lang['clear'] = 'clear floats';
+
+$lang['em'] = 'especially emphasised';
+$lang['hi'] = 'highlighted';
+$lang['lo'] = 'less significant';
diff --git a/platform/www/lib/plugins/wrap/lang/en/settings.php b/platform/www/lib/plugins/wrap/lang/en/settings.php
new file mode 100644
index 0000000..8699223
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/en/settings.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * English language file for config of Wrap plugin
+ *
+ */
+
+$lang['noPrefix'] = 'Which (comma separated) class names should be excluded from being prefixed with "wrap_"? (* and ? wildcards allowed)';
+$lang['restrictedClasses'] = 'Restrict usage of plugin to these (comma separated) classes (* and ? wildcards allowed)';
+$lang['restrictionType'] = 'Restriction type, specifies if classes above shall be included or excluded';
+ $lang['restrictionType_o_0'] = 'Allow all classes except the ones above';
+ $lang['restrictionType_o_1'] = 'Restrict to only the classes above and no others';
+$lang['syntaxDiv'] = 'Which syntax should be used in the toolbar picker for block wraps?';
+$lang['syntaxSpan'] = 'Which syntax should be used in the toolbar picker for inline wraps?';
+$lang['darkTpl'] = 'Optimise colours for dark templates?';
+$lang['emulatedHeadlines'] = 'Use emulated headings? (deprecated)';
diff --git a/platform/www/lib/plugins/wrap/lang/eo/lang.php b/platform/www/lib/plugins/wrap/lang/eo/lang.php
new file mode 100644
index 0000000..50c67ed
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/eo/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Robert Bogenschneider <bogi@uea.org>
+ */
+$lang['picker'] = 'Wrap-kromaĵo';
+$lang['column'] = 'kolumnoj';
+$lang['box'] = 'simpla centrita skatolo';
+$lang['info'] = 'inform-skatolo';
+$lang['tip'] = 'konsil-skatolo';
+$lang['important'] = 'grava skatolo';
+$lang['alert'] = 'avert-skatolo';
+$lang['help'] = 'help-skatolo';
+$lang['download'] = 'elŝut-skatolo';
+$lang['todo'] = 'farendaĵ-skatolo';
+$lang['clear'] = 'liberigi la randojn';
+$lang['em'] = 'aparte emfazita';
+$lang['hi'] = 'markita';
+$lang['lo'] = 'malpli grava';
diff --git a/platform/www/lib/plugins/wrap/lang/eo/settings.php b/platform/www/lib/plugins/wrap/lang/eo/settings.php
new file mode 100644
index 0000000..89d037a
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/eo/settings.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Robert Bogenschneider <bogi@uea.org>
+ */
+$lang['noPrefix'] = 'Kiuj (komo-disigitaj) klasnomoj estu ekskludataj de la prefikso "wrap_"?';
+$lang['restrictedClasses'] = 'limigi la uzon de la kromaĵo al tiuj klasoj (komo-disigitaj)';
+$lang['restrictionType'] = 'tipo de limigo (ĉu la supre menciitaj klasoj estu inkludataj aŭ ekskludataj?)';
+$lang['restrictionType_o_0'] = 'permesi ĉiujn klasojn krom la menciitaj';
+$lang['restrictionType_o_1'] = 'limigi al nur tiuj grupoj, neniuj aliaj';
+$lang['syntaxDiv'] = 'Kiun sintakson uzi por blok-volvoj en la ilaro-elektilo?';
+$lang['syntaxSpan'] = 'Kiun sintakson uzi por enliniaj volvoj en la ilaro-elektilo?';
diff --git a/platform/www/lib/plugins/wrap/lang/es/lang.php b/platform/www/lib/plugins/wrap/lang/es/lang.php
new file mode 100644
index 0000000..b357aed
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/es/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Domingo Redal <docxml@gmail.com>
+ */
+$lang['picker'] = 'Wrap Plugin';
+$lang['column'] = 'columnas';
+$lang['box'] = 'caja simple centrada';
+$lang['info'] = 'caja de información';
+$lang['tip'] = 'caja de consejo';
+$lang['important'] = 'caja importante';
+$lang['alert'] = 'caja de alerta';
+$lang['help'] = 'caja de ayuda';
+$lang['download'] = 'caja de descarga';
+$lang['todo'] = 'caja de TODO';
+$lang['clear'] = 'limpiar float';
+$lang['em'] = 'especialmente enfatizado';
+$lang['hi'] = 'destacado';
+$lang['lo'] = 'menos significativo';
diff --git a/platform/www/lib/plugins/wrap/lang/es/settings.php b/platform/www/lib/plugins/wrap/lang/es/settings.php
new file mode 100644
index 0000000..137a878
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/es/settings.php
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Domingo Redal <docxml@gmail.com>
+ * @author Juan Asensio Sánchez <okelet@gmail.com>
+ * @author Óscar M. Lage <info@oscarmlage.com>
+ */
+$lang['noPrefix'] = '¿Qué nombres de clase (separados por comas) no deberían ser precedidos de "wrap_"?';
+$lang['restrictedClasses'] = 'restringir el uso de este plugin a estas clases (separadas por comas)';
+$lang['restrictionType'] = 'tipo de restricción, especifica si las clases anteriores serán incluidas o excluidas';
+$lang['restrictionType_o_0'] = 'permitir todas las clases excepto las anteriores';
+$lang['restrictionType_o_1'] = 'restringir a sólo las clases anteriores y no otras';
+$lang['syntaxDiv'] = '¿Qué sintaxis debería ser usada en el selector de la barra de herramientas para los bloques "wrap"?';
+$lang['syntaxSpan'] = '¿Qué sintaxis debería ser usada en el selector de la barra de herramientas para los "wrap" en linea?';
+$lang['darkTpl'] = '¿Optimizar colores para plantillas oscuras?';
+$lang['emulatedHeadlines'] = '¿Usar encabezados emulados? (obsoleto)';
diff --git a/platform/www/lib/plugins/wrap/lang/fa/lang.php b/platform/www/lib/plugins/wrap/lang/fa/lang.php
new file mode 100644
index 0000000..0570889
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/fa/lang.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author reza_khn <reza_khn@yahoo.com>
+ * @author Sam01 <m.sajad079@gmail.com>
+ */
+$lang['picker'] = 'افزونه قراردادن';
+$lang['column'] = 'ستون‌ها';
+$lang['box'] = 'جعبه محور ساده';
+$lang['info'] = 'جعبه اطلاعات';
+$lang['tip'] = 'جعبه نکته';
+$lang['important'] = 'جعبه مهم';
+$lang['alert'] = 'جعبه هشدار';
+$lang['help'] = 'جعبه کمک';
+$lang['download'] = 'جعبه دانلود';
+$lang['todo'] = 'جعبه کاربردی';
+$lang['clear'] = 'جعبه شناور';
+$lang['em'] = 'تاکید مهم';
+$lang['hi'] = 'برجسته';
+$lang['lo'] = 'کم اهمیت';
diff --git a/platform/www/lib/plugins/wrap/lang/fa/settings.php b/platform/www/lib/plugins/wrap/lang/fa/settings.php
new file mode 100644
index 0000000..30dc2d4
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/fa/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Sam01 <m.sajad079@gmail.com>
+ */
+$lang['noPrefix'] = 'کدام نام‌های کلاس باید از پیشوند شدن با "wrap_" محروم شوند؟';
+$lang['restrictedClasses'] = 'محدودکردن استفاده‌ی افزونه از این کلاس‌ها (جداکردن با کاما)';
+$lang['restrictionType'] = 'نوع محدودیت، مشخص می‌کند که آیا کلاس‌های فوق گنجانده شوند و یا محروم شوند';
+$lang['restrictionType_o_0'] = 'اجازه دادن برای طبقه‌بندی همه به جز بالایی‌ها';
+$lang['restrictionType_o_1'] = 'محدودکردن به کلاس‌های بالا و نه دیگری';
+$lang['syntaxDiv'] = 'کدام الگوی نگارشی باید استفاده شود در انتخابگر نوارابزار برای مسدودکردن قرارگرفته‌ها؟';
+$lang['syntaxSpan'] = 'کدام الگوی نگارشی باید استفاده شود در انتخاب‌گر نوارابزار برای قرارگرفته‌های درون‌خطی؟';
+$lang['darkTpl'] = 'تنظیم رنگ‌ها برای قالب‌های تیره؟';
diff --git a/platform/www/lib/plugins/wrap/lang/fr/lang.php b/platform/www/lib/plugins/wrap/lang/fr/lang.php
new file mode 100644
index 0000000..d6dc321
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/fr/lang.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Laynee <seedfloyd@gmail.com>
+ * @author schplurtz <Schplurtz@laposte.net>
+ */
+$lang['picker'] = 'Extension Wrap';
+$lang['column'] = 'colonnes';
+$lang['box'] = 'bloc simple';
+$lang['info'] = 'bloc information';
+$lang['tip'] = 'bloc astuce';
+$lang['important'] = 'bloc important';
+$lang['alert'] = 'bloc alerte';
+$lang['help'] = 'bloc aide';
+$lang['download'] = 'bloc téléchargement';
+$lang['todo'] = 'bloc à faire';
+$lang['clear'] = 'rétablir le flux après un élément flottant';
+$lang['em'] = 'particulièrement important';
+$lang['hi'] = 'important';
+$lang['lo'] = 'peu important';
diff --git a/platform/www/lib/plugins/wrap/lang/fr/settings.php b/platform/www/lib/plugins/wrap/lang/fr/settings.php
new file mode 100644
index 0000000..c2dc39f
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/fr/settings.php
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
+ * @author Laynee <seedfloyd@gmail.com>
+ * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr>
+ */
+$lang['noPrefix'] = 'Quelles classes (séparées par une virgule) ne devraient pas être préfixées d\'un "wrap_" ?';
+$lang['restrictedClasses'] = 'Restreindre l\'utilisation de cette extension à ces classes. (liste séparée par des virgules)';
+$lang['restrictionType'] = 'Type de restriction. Indique s\'il faut inclure ou exclure les classes ci-dessus.';
+$lang['restrictionType_o_0'] = 'Autoriser toutes les classes sauf celles ci-dessus.';
+$lang['restrictionType_o_1'] = 'N\'autoriser que les classes ci dessus.';
+$lang['syntaxDiv'] = 'Quelle syntaxe les boutons de la barre d\'outil doivent-ils générer pour les éléments blocs ?';
+$lang['syntaxSpan'] = 'Quelle syntaxe les boutons de la barre d\'outil doivent-ils générer pour les éléments en ligne ?';
+$lang['darkTpl'] = 'Optimiser les couleurs pour les thèmes sombres?';
+$lang['emulatedHeadlines'] = 'Utiliser l\'émulation des titres ? (déprécié)';
diff --git a/platform/www/lib/plugins/wrap/lang/hr/lang.php b/platform/www/lib/plugins/wrap/lang/hr/lang.php
new file mode 100644
index 0000000..c9ab06b
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/hr/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Davor Turkalj <turki.bsc@gmail.com>
+ */
+$lang['picker'] = 'Wrap dodatak';
+$lang['column'] = 'kolone';
+$lang['box'] = 'običan centrirani okvir';
+$lang['info'] = 'info okvir';
+$lang['tip'] = 'okvir savjet';
+$lang['important'] = 'okvir važno';
+$lang['alert'] = 'okvir upozorenja';
+$lang['help'] = 'okvir pomoći';
+$lang['download'] = 'okvir učitavanja';
+$lang['todo'] = 'okvir preostalo';
+$lang['clear'] = 'prazan okvir';
+$lang['em'] = 'posebno naglašeni';
+$lang['hi'] = 'istaknuti';
+$lang['lo'] = 'manje bitan';
diff --git a/platform/www/lib/plugins/wrap/lang/hr/settings.php b/platform/www/lib/plugins/wrap/lang/hr/settings.php
new file mode 100644
index 0000000..1adb7dd
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/hr/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Davor Turkalj <turki.bsc@gmail.com>
+ */
+$lang['noPrefix'] = 'Koja (zarezom odvojene) imena klasa trebaju ne trebaju biti s prefiksom "wrap_"? ';
+$lang['restrictedClasses'] = 'ograniči korištenje ovog dodatka na ove klase (zarezom odvojena lista)';
+$lang['restrictionType'] = 'vrsta ograničenja, određuje da li gore navedene klase trebaju biti uključene ili isključene';
+$lang['restrictionType_o_0'] = 'dozvoli sve klase osim gore navedenih';
+$lang['restrictionType_o_1'] = 'dozvoli samo gore navedene klase';
+$lang['syntaxDiv'] = 'Koja sintaksa treba biti korištena u alatnoj traci za omeđivanje bloka?';
+$lang['syntaxSpan'] = 'Koja sintaksa treba biti korištena u alatnoj traci za omeđivanje teksta u liniji?';
+$lang['darkTpl'] = 'Prilagoditi boje za tamne predloške?';
+$lang['emulatedHeadlines'] = 'Koristi imitirana zaglavlja? (Obustavljeno)';
diff --git a/platform/www/lib/plugins/wrap/lang/hu/lang.php b/platform/www/lib/plugins/wrap/lang/hu/lang.php
new file mode 100644
index 0000000..4dbfc99
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/hu/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Marina Vladi <deldadam@gmail.com>
+ */
+$lang['picker'] = 'Wrap-csatoló';
+$lang['column'] = 'oszlopok';
+$lang['box'] = 'egyszerű, középre igazított doboz';
+$lang['info'] = 'információs doboz';
+$lang['tip'] = 'tippdoboz';
+$lang['important'] = 'fontos doboz';
+$lang['alert'] = 'figyelmeztető doboz';
+$lang['help'] = 'súgódoboz';
+$lang['download'] = 'letöltéshez doboz';
+$lang['todo'] = 'teendőhöz doboz';
+$lang['clear'] = 'float tiltása';
+$lang['em'] = 'különösen hangsúlyos';
+$lang['hi'] = 'kiemelt';
+$lang['lo'] = 'kevésbé fontos';
diff --git a/platform/www/lib/plugins/wrap/lang/hu/settings.php b/platform/www/lib/plugins/wrap/lang/hu/settings.php
new file mode 100644
index 0000000..6f3c9da
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/hu/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Marina Vladi <deldadam@gmail.com>
+ * @author DelD <deldadam@gmail.com>
+ */
+$lang['noPrefix'] = 'Mely (vesszővel elválasztott) osztályneveknek ne legyen "wrap_" előtagja?';
+$lang['restrictedClasses'] = 'csatoló korlátozása ezekre a (vesszővel elválasztott) osztályokra';
+$lang['restrictionType'] = 'korlátozás típusa, megadja, hogy a fenti osztályokat figyelembe vegye vagy se a csatoló';
+$lang['restrictionType_o_0'] = 'minden osztály engedélyezése, kivéve a fentieket';
+$lang['restrictionType_o_1'] = 'csak a fenti osztályok engedélyezése';
+$lang['syntaxDiv'] = 'Milyen szintaxist használjunk a blokktípusú dobozokhoz az eszközsorban?';
+$lang['syntaxSpan'] = 'Milyen szintaxist használjunk a soron belüli (inline) dobozokhoz az eszközsorban?';
+$lang['darkTpl'] = 'Optimalizáljam a színeket sötét sablonokhoz?';
diff --git a/platform/www/lib/plugins/wrap/lang/it/lang.php b/platform/www/lib/plugins/wrap/lang/it/lang.php
new file mode 100644
index 0000000..19e1b68
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/it/lang.php
@@ -0,0 +1,23 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Edmondo <snarchio@gmail.com>
+ * @author Giovanni <Giovanni.Garofalo@outlook.com>
+ * @author Torpedo <dgtorpedo@gmail.com>
+ */
+$lang['picker'] = 'Plugin Wrap';
+$lang['column'] = 'colonne';
+$lang['box'] = 'box semplice centrato';
+$lang['info'] = 'box informazione';
+$lang['tip'] = 'box suggerimento';
+$lang['important'] = 'box importante';
+$lang['alert'] = 'box attenzione';
+$lang['help'] = 'box aiuto';
+$lang['download'] = 'box download';
+$lang['todo'] = 'box cose da fare';
+$lang['clear'] = 'elimina elementi flottanti';
+$lang['em'] = 'enfatizzato speciale';
+$lang['hi'] = 'evidenziato';
+$lang['lo'] = 'meno importante';
diff --git a/platform/www/lib/plugins/wrap/lang/it/settings.php b/platform/www/lib/plugins/wrap/lang/it/settings.php
new file mode 100644
index 0000000..cbdd2c0
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/it/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Edmondo <snarchio@gmail.com>
+ * @author Torpedo <dgtorpedo@gmail.com>
+ */
+$lang['noPrefix'] = 'quali nomi di classi (elenco separato da virgole) non devono avere il prefisso "wrap_"?';
+$lang['restrictedClasses'] = 'restringi l\'uso del plugin a queste classi (elenco separato da virgole)';
+$lang['restrictionType'] = 'tipo di restrizione, specifica se le classi sopra devono essere incluse o escluse';
+$lang['restrictionType_o_0'] = 'permetti tutte le classi tranne quelle sopra';
+$lang['restrictionType_o_1'] = 'restringi solo alle classi sopra e a nessun\'altra';
+$lang['syntaxDiv'] = 'Quale sintassi usare nella paletta degli strumenti per riquadri a blocchi?';
+$lang['syntaxSpan'] = 'Quale sintassi usare nella paletta degli strumenti per riquadri in linea?';
+$lang['darkTpl'] = 'Ottimizzare i colori per tema scuro?';
diff --git a/platform/www/lib/plugins/wrap/lang/ja/lang.php b/platform/www/lib/plugins/wrap/lang/ja/lang.php
new file mode 100644
index 0000000..598b481
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ja/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Satoshi Sahara <sahara.satoshi@gmail.com>
+ */
+$lang['picker'] = 'Wrap プラグイン';
+$lang['column'] = '多段組み';
+$lang['box'] = '中央配置枠';
+$lang['info'] = '情報枠';
+$lang['tip'] = 'ヒント枠';
+$lang['important'] = '重要枠';
+$lang['alert'] = '警告枠';
+$lang['help'] = 'ヘルプ枠';
+$lang['download'] = 'ダウンロード枠';
+$lang['todo'] = 'TODO枠';
+$lang['clear'] = '回り込み解除';
+$lang['em'] = '特に強調';
+$lang['hi'] = 'ハイライト表示';
+$lang['lo'] = '非強調(薄色表示)';
diff --git a/platform/www/lib/plugins/wrap/lang/ja/settings.php b/platform/www/lib/plugins/wrap/lang/ja/settings.php
new file mode 100644
index 0000000..ec880ac
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ja/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Satoshi Sahara <sahara.satoshi@gmail.com>
+ * @author Hideaki SAWADA <chuno@live.jp>
+ */
+$lang['noPrefix'] = 'プレフィックス"wrap_" なしのCSSセレクタを例外的に適用するクラス名(カンマ区切り)';
+$lang['restrictedClasses'] = '有効性をチェックするクラス名(カンマ区切り)';
+$lang['restrictionType'] = '指定したクラスの扱い方';
+$lang['restrictionType_o_0'] = '指定クラスを無効とし、他は有効とする';
+$lang['restrictionType_o_1'] = '指定クラスのみを有効とする';
+$lang['syntaxDiv'] = 'ツールバー使用時:ブロック型構文に使用するタグ名';
+$lang['syntaxSpan'] = 'ツールバー使用時:インライン型構文に使用するタグ名';
+$lang['darkTpl'] = '色の濃いテンプレート用に最適化しますか?';
diff --git a/platform/www/lib/plugins/wrap/lang/ko/lang.php b/platform/www/lib/plugins/wrap/lang/ko/lang.php
new file mode 100644
index 0000000..6dce54e
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ko/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Myeongjin <aranet100@gmail.com>
+ */
+$lang['picker'] = 'Wrap 플러그인';
+$lang['column'] = '단';
+$lang['box'] = '간단한 가운데 상자';
+$lang['info'] = '정보 상자';
+$lang['tip'] = '팁 상자';
+$lang['important'] = '중요 상자';
+$lang['alert'] = '경고 상자';
+$lang['help'] = '도움말 상자';
+$lang['download'] = '다운로드 상자';
+$lang['todo'] = '할 일 상자';
+$lang['clear'] = '플로트 지우기';
+$lang['em'] = '특히 강조';
+$lang['hi'] = '강조';
+$lang['lo'] = '덜 중요함';
diff --git a/platform/www/lib/plugins/wrap/lang/ko/settings.php b/platform/www/lib/plugins/wrap/lang/ko/settings.php
new file mode 100644
index 0000000..2ac0e01
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ko/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Myeongjin <aranet100@gmail.com>
+ */
+$lang['noPrefix'] = '어떤 (쉼표로 구분된) 클래스 이름이 "wrap_" 접두어가 필요가 없습니까?';
+$lang['restrictedClasses'] = '다음 (쉼표로 구분된) 클래스에 플러그인의 사용을 제한';
+$lang['restrictionType'] = '제한 유형은 위의 클래스가 포함되거나 제외되어야 하는지 지정';
+$lang['restrictionType_o_0'] = '위의 클래스를 제외하고 모든 클래스를 허용';
+$lang['restrictionType_o_1'] = '위의 클래스만 허용하고 다른 클래스를 제한';
+$lang['syntaxDiv'] = '어떤 문법이 블록 포장을 위해 도구 모음 선택기에서 사용되어야 합니까?';
+$lang['syntaxSpan'] = '어떤 문법이 인라인 포장을 위해 도구 모음 선택기에서 사용되어야 합니까?';
+$lang['darkTpl'] = '어두운 템플릿을 위해 색을 최적화하겠습니까?';
diff --git a/platform/www/lib/plugins/wrap/lang/nl/lang.php b/platform/www/lib/plugins/wrap/lang/nl/lang.php
new file mode 100644
index 0000000..f771b9d
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/nl/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Gerrit Uitslag <klapinklapin@gmail.com>
+ */
+$lang['picker'] = 'Wrap Plugin';
+$lang['column'] = 'kolommen';
+$lang['box'] = 'simpele gecentreerde blok';
+$lang['info'] = 'informatie blok';
+$lang['tip'] = 'tip blok';
+$lang['important'] = 'belangrijk blok';
+$lang['alert'] = 'waarschuwingsblok';
+$lang['help'] = 'helpblok';
+$lang['download'] = 'downloadblok';
+$lang['todo'] = 'tedoen blok';
+$lang['clear'] = 'reset drijvende blokken (clear floats)';
+$lang['em'] = 'bijzonder benadrukken';
+$lang['hi'] = 'gemarkeerd';
+$lang['lo'] = 'minder belangrijk';
diff --git a/platform/www/lib/plugins/wrap/lang/nl/settings.php b/platform/www/lib/plugins/wrap/lang/nl/settings.php
new file mode 100644
index 0000000..8fb33ae
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/nl/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Gerrit Uitslag <klapinklapin@gmail.com>
+ * @author Johan Wijnker <johan@wijnker.eu>
+ */
+$lang['noPrefix'] = 'Welke (komma gescheiden) klassennamen moeten niet het voorvoegsel "wrap_" krijgen?';
+$lang['restrictedClasses'] = 'Beperk het gebruik van de plugin tot deze (komma gescheiden) klassen';
+$lang['restrictionType'] = 'beperkingstype, specificeer of de klassen hierboven wel of niet gebruikt mogen worden';
+$lang['restrictionType_o_0'] = 'alle klassen zijn toegestaan, behalve de bovenstaande';
+$lang['restrictionType_o_1'] = 'beperk de toegestane klassen tot de bovenstaande, en geen anderen';
+$lang['syntaxDiv'] = 'Welke syntax moet worden gebruikt in het werkbalk-keuzemenu voor blok-wraps?';
+$lang['syntaxSpan'] = 'Welke syntax moet worden gebruikt in het werkbalk-keuzemenu voor inline-wraps?';
+$lang['darkTpl'] = 'Optimaliseer de kleuren voor donkere templates?';
diff --git a/platform/www/lib/plugins/wrap/lang/no/lang.php b/platform/www/lib/plugins/wrap/lang/no/lang.php
new file mode 100644
index 0000000..a1734b8
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/no/lang.php
@@ -0,0 +1,24 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Aurora Voje <aurora.voje@jbv.no>
+ */
+$lang['picker'] = 'Omhylningsplugin
+Omkransningsplugin';
+$lang['column'] = 'kolonner';
+$lang['box'] = 'enkel sentrert boks';
+$lang['info'] = 'infoboks';
+$lang['tip'] = 'tipsboks';
+$lang['important'] = 'viktig boks';
+$lang['alert'] = 'alarmboks';
+$lang['help'] = 'hjelpeboks';
+$lang['download'] = 'nedlastningsboks';
+$lang['todo'] = 'gjøremålsboks';
+$lang['clear'] = 'tøm floats';
+$lang['em'] = 'spesielt fremhevet (singular)
+spesielt fremhevede (plural)';
+$lang['hi'] = 'markert (singular)
+markerte (plural)';
+$lang['lo'] = 'mindre viktig';
diff --git a/platform/www/lib/plugins/wrap/lang/no/settings.php b/platform/www/lib/plugins/wrap/lang/no/settings.php
new file mode 100644
index 0000000..1bdc762
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/no/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Aurora Voje <aurora.voje@jbv.no>
+ */
+$lang['noPrefix'] = 'Hvilke klasser (adskilt med komma) bør eksluderes fra å ha prefiks "wrap_"?';
+$lang['restrictedClasses'] = 'begrens bruk av plugin til klasser adskilt med komma';
+$lang['restrictionType'] = 'restriksjonstype, spesifiserer om de ovenforstående klassene skal inkluderes eller ekskluderes';
+$lang['restrictionType_o_0'] = 'vis alle klasser bortsett fra de ovenforstående';
+$lang['restrictionType_o_1'] = 'begrens til kun ovenforstående klasser og ingen fler';
+$lang['syntaxDiv'] = 'Hvilken syntaks bør brukes i verktøylinjen valg for blokkomkransning?';
+$lang['syntaxSpan'] = 'Hvilken syntaks bør brukes i verktøylinjen valg for omkransning på en linje?';
+$lang['darkTpl'] = 'Optimer farger for mørke maler?';
diff --git a/platform/www/lib/plugins/wrap/lang/pt-br/lang.php b/platform/www/lib/plugins/wrap/lang/pt-br/lang.php
new file mode 100644
index 0000000..f02846a
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/pt-br/lang.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Sérgio Motta <sergio@cisne.com.br>
+ * @author Fábio Nogueira <fnogueira@gnome.org>
+ */
+$lang['picker'] = 'Plugin Wrap';
+$lang['column'] = 'colunas';
+$lang['box'] = 'caixa centralizada simples';
+$lang['info'] = 'caixa de informação';
+$lang['tip'] = 'caixa de sugestão';
+$lang['important'] = 'caixa importante';
+$lang['alert'] = 'caixa de alerta';
+$lang['help'] = 'caixa de ajuda';
+$lang['download'] = 'caixa de download';
+$lang['todo'] = 'caixa de tarefas a fazer';
+$lang['clear'] = 'limpar';
+$lang['em'] = 'especialmente enfatizado';
+$lang['hi'] = 'enfatizado';
+$lang['lo'] = 'menos significativo';
diff --git a/platform/www/lib/plugins/wrap/lang/pt-br/settings.php b/platform/www/lib/plugins/wrap/lang/pt-br/settings.php
new file mode 100644
index 0000000..e265965
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/pt-br/settings.php
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Sérgio Motta <sergio@cisne.com.br>
+ * @author Juliano Marconi Lanigra <juliano.marconi@gmail.com>
+ * @author Flaudísio Tolentino <flaudisio@gmail.com>
+ * @author Fábio Nogueira <fnogueira@gnome.org>
+ */
+$lang['noPrefix'] = 'Quais classes (separadas por vírgula) deverão ser excluídas de receber o prefixo "wrap_"?';
+$lang['restrictedClasses'] = 'uso restrito do plugin para essas classes (separadas por vírgula)';
+$lang['restrictionType'] = 'tipo de restrição, especifica se as classes acima deveriam ser incluídas ou excluídas';
+$lang['restrictionType_o_0'] = 'permite todas as classes exceto as acima';
+$lang['restrictionType_o_1'] = 'restrita somente às classes acima e nenhuma outra';
+$lang['syntaxDiv'] = 'Qual a sintaxe que deve ser utilizada no selecionador de barra de ferramentas para wraps em bloco?';
+$lang['syntaxSpan'] = 'Qual a sintaxe que deve ser utilizada no selecionador de barra de ferramentas para wraps em linha?';
+$lang['darkTpl'] = 'Otimizar cores para templates escuros?';
diff --git a/platform/www/lib/plugins/wrap/lang/ru/lang.php b/platform/www/lib/plugins/wrap/lang/ru/lang.php
new file mode 100644
index 0000000..7aaddd0
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ru/lang.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Aleksandr Selivanov <alexgearbox@gmail.com>
+ * @author Ilya Rozhkov <impeck@ya.ru>
+ */
+$lang['picker'] = 'Wrap';
+$lang['column'] = 'колонки';
+$lang['box'] = 'простой центрированный блок';
+$lang['info'] = 'блок «Информация»';
+$lang['tip'] = 'блок «Подсказка»';
+$lang['important'] = 'блок «Важно»';
+$lang['alert'] = 'блок «Тревога»';
+$lang['help'] = 'блок «Справка»';
+$lang['download'] = 'блок «Скачивание»';
+$lang['todo'] = 'блок «Список задач»';
+$lang['clear'] = 'очистить float’ы';
+$lang['em'] = 'пометить важным';
+$lang['hi'] = 'выделить (маркер)';
+$lang['lo'] = 'пометить неважным';
diff --git a/platform/www/lib/plugins/wrap/lang/ru/settings.php b/platform/www/lib/plugins/wrap/lang/ru/settings.php
new file mode 100644
index 0000000..1cd3f56
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/ru/settings.php
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Aleksandr Selivanov <alexgearbox@yandex.ru>
+ * @author Ilya Rozhkov <impeck@ya.ru>
+ * @author Rouslan <root.of.system@gmail.com>
+ */
+$lang['noPrefix'] = 'Имена каких классов не должны начинаться с префикса wrap_? (перечислите через запятую; символы * и ? разрешены)';
+$lang['restrictedClasses'] = 'Классы плагина, которые нельзя использовать (перечислите через запятую; символы * и ? разрешены)';
+$lang['restrictionType'] = 'Тип ограничения, указывающий, должны ли быть включены или исключены классы выше';
+$lang['restrictionType_o_0'] = 'разрешить все, за исключением классов, указанных выше';
+$lang['restrictionType_o_1'] = 'ограничить только классами, указанными выше';
+$lang['syntaxDiv'] = 'Какой синтаксис использовать для создания блоков и примечаний?';
+$lang['syntaxSpan'] = 'Какой синтаксис использовать для создания блоков выделения внутри текста?';
+$lang['darkTpl'] = 'Оптимизировать цвета для тёмных тем оформления (шаблонов)?';
+$lang['emulatedHeadlines'] = 'Использовать эмуляцию заголовков? (устаревшее)';
diff --git a/platform/www/lib/plugins/wrap/lang/sk/lang.php b/platform/www/lib/plugins/wrap/lang/sk/lang.php
new file mode 100644
index 0000000..af572f7
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/sk/lang.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Martin Michalek <michalek.dev@gmail.com>
+ */
+$lang['picker'] = 'Wrap Plugin';
+$lang['column'] = 'stĺpec';
+$lang['em'] = 'zvlášť zdôraznený';
+$lang['hi'] = 'zvýraznený';
+$lang['lo'] = 'menej významný';
diff --git a/platform/www/lib/plugins/wrap/lang/sk/settings.php b/platform/www/lib/plugins/wrap/lang/sk/settings.php
new file mode 100644
index 0000000..4e79e94
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/sk/settings.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Martin Michalek <michalek.dev@gmail.com>
+ */
+$lang['noPrefix'] = 'Ktoré (čiarkou oddelené) mená tried by mali byť vynechané pri použití predpony "wrap_"?';
+$lang['restrictedClasses'] = 'Obmedzenie použitia pluginu na tieto (čiarkou oddelené) triedy';
+$lang['restrictionType'] = 'Typ obmedzenia, špecifikuje, či triedy uvedené vyššie maju byť zahrnuté alebo vynechané';
+$lang['restrictionType_o_0'] = 'povolenie pre všetky triedy okrem uvedených vyššie';
+$lang['restrictionType_o_1'] = 'obmedzenie len na triedy uvedené vyššie a žiadne iné';
diff --git a/platform/www/lib/plugins/wrap/lang/sr/lang.php b/platform/www/lib/plugins/wrap/lang/sr/lang.php
new file mode 100644
index 0000000..5840a24
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/sr/lang.php
@@ -0,0 +1,21 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Марко М. Костић <marko.m.kostic@gmail.com>
+ */
+$lang['picker'] = 'Прикључак за преламање';
+$lang['column'] = 'колоне';
+$lang['box'] = 'једноставна кутија на средини';
+$lang['info'] = 'инфо кутија';
+$lang['tip'] = 'кутија са саветима';
+$lang['important'] = 'важна кутија';
+$lang['alert'] = 'кутија са узбуном';
+$lang['help'] = 'кутија за испомоћ';
+$lang['download'] = 'кутија за преузимање';
+$lang['todo'] = 'кутија са задацима';
+$lang['clear'] = 'очисти плутајуће';
+$lang['em'] = 'нарочито назначено';
+$lang['hi'] = 'означено';
+$lang['lo'] = 'мање важно';
diff --git a/platform/www/lib/plugins/wrap/lang/sr/settings.php b/platform/www/lib/plugins/wrap/lang/sr/settings.php
new file mode 100644
index 0000000..d9c626c
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/sr/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Марко М. Костић <marko.m.kostic@gmail.com>
+ */
+$lang['noPrefix'] = 'Која (зарезима одвојена) имена класа треба изузети од додавања префикса "wrap_"?';
+$lang['restrictedClasses'] = 'ограничи употребу прикључна на ове (зарезима одвојене) класе';
+$lang['restrictionType'] = 'врста ограничења, наводи да ли класе изнад треба укључити или искључити';
+$lang['restrictionType_o_0'] = 'дозволи све класе осим оних изнад';
+$lang['restrictionType_o_1'] = 'ограничи само на класе изнад и ниједну више';
+$lang['syntaxDiv'] = 'Коју синтаксу користити у бирачу алатне траке за преламања блокова?';
+$lang['syntaxSpan'] = 'Коју синтаксу користити у бирачу алатне траке за преламања у линији?';
+$lang['darkTpl'] = 'Оптимизовати боје за тамне шаблоне?';
diff --git a/platform/www/lib/plugins/wrap/lang/sv/lang.php b/platform/www/lib/plugins/wrap/lang/sv/lang.php
new file mode 100644
index 0000000..6c71e4e
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/sv/lang.php
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Tor Härnqvist <tor@harnqvist.se>
+ */
+$lang['picker'] = 'Wrap-plugin';
+$lang['column'] = 'kolumner';
+$lang['info'] = 'infolåda';
+$lang['tip'] = 'tipslåda';
+$lang['important'] = 'viktigt-box';
+$lang['help'] = 'hjälp-box';
+$lang['download'] = 'nedladdningsbox';
+$lang['todo'] = 'att böra-box';
+$lang['hi'] = 'förstärkt';
+$lang['lo'] = 'mindre betydelsefullt';
diff --git a/platform/www/lib/plugins/wrap/lang/sv/settings.php b/platform/www/lib/plugins/wrap/lang/sv/settings.php
new file mode 100644
index 0000000..e571553
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/sv/settings.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Tor Härnqvist <tor@harnqvist.se>
+ */
+$lang['noPrefix'] = 'Vilka (komma-separerade) class-namn ska undantas från att få prefix "wrap_"?';
+$lang['restrictedClasses'] = 'begränsa plugin-användningen till dessa (komma-separerade) class ';
+$lang['darkTpl'] = 'Optimera färger för mörkt templat?';
diff --git a/platform/www/lib/plugins/wrap/lang/tr/lang.php b/platform/www/lib/plugins/wrap/lang/tr/lang.php
new file mode 100644
index 0000000..ba55922
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/tr/lang.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author ilker R. Kapac <irifat@gmail.com>
+ * @author İlker R. Kapaç <irifat@gmail.com>
+ */
+$lang['picker'] = 'Paket Eklentisi';
+$lang['column'] = 'sütunlar';
+$lang['box'] = 'ortalanmış basit kutu';
+$lang['info'] = 'bilgi kutusu';
+$lang['tip'] = 'ipucu kutusu';
+$lang['important'] = 'önemli kutusu';
+$lang['alert'] = 'ikaz kutusu';
+$lang['help'] = 'yardım kutusu';
+$lang['download'] = 'indirme kutusu';
+$lang['todo'] = 'yapılacaklar kutusu';
+$lang['clear'] = 'boşlukları temizle';
+$lang['em'] = 'özellikle vurgulanmış';
+$lang['hi'] = 'vurgulanmış';
+$lang['lo'] = 'daha az önemli';
diff --git a/platform/www/lib/plugins/wrap/lang/tr/settings.php b/platform/www/lib/plugins/wrap/lang/tr/settings.php
new file mode 100644
index 0000000..a4f7cd5
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/tr/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author İlker R. Kapaç <irifat@gmail.com>
+ */
+$lang['noPrefix'] = 'Hangi sınıf isimleri, (virgülle ayrılmış) önüne "wrap_" öneki almaktan hariç tutulsun?';
+$lang['restrictedClasses'] = 'eklentinin kullanımını bu sınıflarla (virgülle ayrılmış) sınırla';
+$lang['restrictionType'] = 'kısıtlama tipi, üstteki sınıfların dalil mi edileceklerini yoksa hariç mi tutulacaklarını belirler.';
+$lang['restrictionType_o_0'] = 'üsttekiler hariç tüm sınıflara izin ver';
+$lang['restrictionType_o_1'] = 'sadece üstteki sınıflarla sınırla, başkasına izin verme';
+$lang['syntaxDiv'] = 'Blok paketi için araç çubuğunda hangi sözdizimi kullanılsın?';
+$lang['syntaxSpan'] = 'Satır içi paketi için araç çubuğunda hangi sözdizimi kullanılsın?';
+$lang['darkTpl'] = 'Karanlık şablonlar için renkler iyileştirilsin mi?';
diff --git a/platform/www/lib/plugins/wrap/lang/zh-tw/lang.php b/platform/www/lib/plugins/wrap/lang/zh-tw/lang.php
new file mode 100644
index 0000000..fe60272
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/zh-tw/lang.php
@@ -0,0 +1,19 @@
+<?php
+
+$lang['picker'] = 'Wrap 插件';
+
+$lang['column'] = '分欄';
+$lang['box'] = '簡易置中方盒';
+$lang['info'] = '「資訊」方盒';
+$lang['tip'] = '「提示」方盒';
+$lang['important'] = '「重要」方盒';
+$lang['alert'] = '「警告」方盒';
+$lang['help'] = '「協助」方盒';
+$lang['download'] = '「下載」方盒';
+$lang['todo'] = '「待辦」方盒';
+
+$lang['clear'] = '清除浮動';
+
+$lang['em'] = '特別強調';
+$lang['hi'] = '醒目標記';
+$lang['lo'] = '不重要';
diff --git a/platform/www/lib/plugins/wrap/lang/zh-tw/settings.php b/platform/www/lib/plugins/wrap/lang/zh-tw/settings.php
new file mode 100644
index 0000000..c17edf7
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/zh-tw/settings.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Traditional Chinese language file for config of Wrap plugin
+ *
+ */
+$lang['noPrefix'] = '哪些CSS類別不需要加上"wrap_"前置詞?(逗號分隔)';
+$lang['restrictedClasses'] = '下列的類別將套用使用限制(逗號分隔)';
+$lang['restrictionType'] = '使用限制,指定上述的類別限制條件。';
+ $lang['restrictionType_o_0'] = '允許所有類別。但上述的類別都被排除。';
+ $lang['restrictionType_o_1'] = '只允許上述的類別。';
+
diff --git a/platform/www/lib/plugins/wrap/lang/zh/lang.php b/platform/www/lib/plugins/wrap/lang/zh/lang.php
new file mode 100644
index 0000000..2c935a4
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/zh/lang.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ */
+$lang['picker'] = 'Wrap 插件';
+$lang['column'] = '分栏';
+$lang['box'] = '简单居中方框';
+$lang['info'] = '消息框';
+$lang['tip'] = '提示框';
+$lang['important'] = '重要信息方框';
+$lang['alert'] = '警告框';
+$lang['help'] = '帮助框';
+$lang['download'] = '下载框';
+$lang['todo'] = '待办事项方框';
+$lang['clear'] = '清除浮动';
+$lang['em'] = '特别强调';
+$lang['hi'] = '高亮';
+$lang['lo'] = '不重要';
diff --git a/platform/www/lib/plugins/wrap/lang/zh/settings.php b/platform/www/lib/plugins/wrap/lang/zh/settings.php
new file mode 100644
index 0000000..d4f2bb2
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/zh/settings.php
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author lainme <lainme993@gmail.com>
+ * @author maie <dokuwiki@maie.name>
+ */
+$lang['noPrefix'] = '哪些CSS类不需要加上“wrap_"前缀?(逗号分隔)';
+$lang['restrictedClasses'] = '将插件的使用限制应用到这些类(逗号分隔)';
+$lang['restrictionType'] = '限制类型,指定上述类应该被包含或排除';
+$lang['restrictionType_o_0'] = '允许除上述类之外的所有类';
+$lang['restrictionType_o_1'] = '仅允许上述类';
+$lang['syntaxDiv'] = '在编辑工具栏的选择器中应对块级元素使用何种语法?';
+$lang['syntaxSpan'] = '在编辑工具栏的选择器中应对行内元素使用何种语法?';
+$lang['darkTpl'] = '优化黑模板的颜色?';