mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
12 lines
343 B
PHP
12 lines
343 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Contacts" => "ਸੰਪਰਕ",
|
|
"Cancel" => "ਰੱਦ ਕਰੋ",
|
|
"OK" => "ਠੀਕ ਹੈ",
|
|
"Error" => "ਗਲਤੀ",
|
|
"Download" => "ਡਾਊਨਲੋਡ",
|
|
"Delete" => "ਹਟਾਓ",
|
|
"Unknown error" => "ਅਣਜਾਣ ਗਲਤੀ",
|
|
"Groups" => "ਗਰੁੱਪ",
|
|
"Share" => "ਸਾਂਝਾ ਕਰੋ"
|
|
);
|