2013-09-18 19:50:02 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-07-09 09:55:51 +04:00
|
|
|
"Cancel" => "ਰੱਦ ਕਰੋ",
|
2014-05-04 09:56:15 +04:00
|
|
|
"Password" => "ਪਾਸਵਰ",
|
|
|
|
"Download" => "ਡਾਊਨਲੋਡ"
|
2013-09-18 19:50:02 +04:00
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|