aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/core-extensions/UserCSS/i18n/tr/ext.php7
-rw-r--r--lib/core-extensions/UserJS/i18n/tr/ext.php7
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/core-extensions/UserCSS/i18n/tr/ext.php b/lib/core-extensions/UserCSS/i18n/tr/ext.php
new file mode 100644
index 000000000..c68ed97c3
--- /dev/null
+++ b/lib/core-extensions/UserCSS/i18n/tr/ext.php
@@ -0,0 +1,7 @@
+<?php
+
+return array(
+ 'user_css' => array(
+ 'write_css' => 'Ek CSS kuralları',
+ ),
+);
diff --git a/lib/core-extensions/UserJS/i18n/tr/ext.php b/lib/core-extensions/UserJS/i18n/tr/ext.php
new file mode 100644
index 000000000..3ac3493ef
--- /dev/null
+++ b/lib/core-extensions/UserJS/i18n/tr/ext.php
@@ -0,0 +1,7 @@
+<?php
+
+return array(
+ 'user_js' => array(
+ 'write_js' => 'Ek JS',
+ ),
+);