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