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