blob: 13c07188433bcb015cec9395c98205db94455dab (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$TRANSLATIONS = array(
"Password" => "ئىم",
"Shared by" => "ھەمبەھىرلىگۈچى",
"Name" => "ئاتى",
"Save" => "ساقلا",
"Download" => "چۈشۈر"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
|