mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
14 lines
450 B
PHP
14 lines
450 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Save" => "భద్రపరచు",
|
|
"Cancel" => "రద్దుచేయి",
|
|
"Add" => "చేర్చు",
|
|
"Error" => "పొరపాటు",
|
|
"Delete" => "తొలగించు",
|
|
"Import" => "దిగుమతించు",
|
|
"Close" => "మూసివేయి",
|
|
"Email" => "ఈమెయిలు",
|
|
"Address" => "చిరునామా",
|
|
"Export" => "ఎగుమతించు",
|
|
"Name" => "పేరు"
|
|
);
|