File: lang.php

package info (click to toggle)
dokuwiki 2024-02-06b%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 24,624 kB
  • sloc: php: 97,851; javascript: 3,724; sh: 599; makefile: 70; xml: 34
file content (27 lines) | stat: -rw-r--r-- 1,482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Thanushka Peiris <apps@thanushka.me>
 */
$lang['encoding']              = 'utf-8';
$lang['direction']             = 'ltr';
$lang['doublequoteopening']    = '“';
$lang['doublequoteclosing']    = '”';
$lang['singlequoteopening']    = '‘';
$lang['singlequoteclosing']    = '’';
$lang['apostrophe']            = '’';
$lang['btn_edit']              = 'මෙම පිටුව සංස්කරණය කරන්න';
$lang['btn_source']            = 'පිටුවේ මූලාශ්‍රය පෙන්වන්න';
$lang['btn_show']              = 'මෙම පිටුව පෙන්වන්න';
$lang['btn_create']            = 'නව පිටුවක් නිර්මාණය කරන්න';
$lang['btn_search']            = 'සොයන්න';
$lang['btn_save']              = 'සංරක්ෂණය කිරීම';
$lang['btn_preview']           = 'පූර්වදර්ශනය';
$lang['btn_top']               = 'නැවත වරක් පිටුව මුලට ';
$lang['btn_newer']             = 'වඩාත් ආසන්න';
$lang['btn_older']             = 'අවම වශයෙන් ආසන්න';
$lang['btn_revs']              = 'පැරණි සංස්කරණ';
$lang['btn_recent']            = 'ආසන්න වෙනස්කිරීම්';
$lang['btn_upload']            = 'උඩුගතකිරීම';