From 9cf1b31d2689811bc21c7ca8cdb6963004a13516 Mon Sep 17 00:00:00 2001 From: Gustavo Benjamin Date: Thu, 26 Nov 2020 17:36:29 -0300 Subject: [PATCH] copy en lang files as es lang files --- lang/es/lang.php | 104 +++++++++++++++++++++++++++++++++++++++++++ lang/es/settings.php | 17 +++++++ lang/es/style.txt | 1 + 3 files changed, 122 insertions(+) create mode 100755 lang/es/lang.php create mode 100755 lang/es/settings.php create mode 100755 lang/es/style.txt diff --git a/lang/es/lang.php b/lang/es/lang.php new file mode 100755 index 0000000..af8c4b2 --- /dev/null +++ b/lang/es/lang.php @@ -0,0 +1,104 @@ + .li'] = 'Top-level list items'; + +$lang['header_layout'] = 'Adjust header layout:'; +$lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline'; +$lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline'; + diff --git a/lang/es/style.txt b/lang/es/style.txt new file mode 100755 index 0000000..99f0a95 --- /dev/null +++ b/lang/es/style.txt @@ -0,0 +1 @@ +If you'd like to change the favicon, simply use the Media Manager to upload a ''favicon.ico'' into the ''wiki'' or the root namespace and it will automatically be used. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your favicon will not be shown to logged-out users.