1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/te.php

19 lines
581 B
PHP
Raw Normal View History

2014-10-27 21:25:53 +01:00
<?php
$TRANSLATIONS = array(
2014-05-12 06:49:51 +02:00
"Ok" => "సరే",
2013-03-26 11:53:44 +01:00
"Cancel" => "రద్దుచేయి",
2014-05-11 06:50:10 +02:00
"Save" => "భద్రపరచు",
2014-05-12 06:49:51 +02:00
"OK" => "సరే",
2013-06-20 01:16:34 +02:00
"Add" => "చేర్చు",
2013-07-03 00:56:49 +02:00
"Import" => "దిగుమతించు",
2013-03-26 11:53:44 +01:00
"Close" => "మూసివేయి",
2013-09-10 14:44:39 +02:00
"Delete" => "తొలగించు",
2013-07-03 00:56:49 +02:00
"Email" => "ఈమెయిలు",
"Address" => "చిరునామా",
2014-01-11 06:50:01 +01:00
"Name" => "పేరు",
2014-05-12 06:49:51 +02:00
"Export" => "ఎగుమతించు",
"User" => "వాడుకరి",
"Password" => "సంకేతపదం"
2013-03-26 11:53:44 +01:00
);
2014-10-27 21:25:53 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";