mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-01 05:24:11 +01:00
14 lines
496 B
PHP
14 lines
496 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "பக்க அடையாளங்கள்",
|
|
"Warning" => "எச்சரிக்கை",
|
|
"Close" => "மூடுக",
|
|
"Save" => "சேமிக்க",
|
|
"Edit" => "தொகுக்க",
|
|
"Delete" => "அழிக்க",
|
|
"Cancel" => "இரத்து செய்க",
|
|
"List" => "பட்டியல்",
|
|
"Settings" => "அமைப்புகள்",
|
|
"Import" => "இறக்குமதி",
|
|
"Export" => "ஏற்றுமதி"
|
|
);
|