2013-12-09 11:40:22 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-08-17 05:56:22 +00:00
|
|
|
|
"Storage not available" => "İnformasiya daşıyıcısı mövcud deyil",
|
|
|
|
|
"Storage invalid" => "İnformasiya daşıyıcısı yalnışdır",
|
|
|
|
|
"Unknown error" => "Bəlli olmayan səhv baş verdi",
|
|
|
|
|
"Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur",
|
|
|
|
|
"Could not move %s" => "Yerdəyişmə mükün olmadı %s",
|
2014-08-16 05:56:44 +00:00
|
|
|
|
"Files" => "Fayllar",
|
2014-08-17 05:56:22 +00:00
|
|
|
|
"Share" => "Yayımla",
|
|
|
|
|
"Error" => "Səhv",
|
|
|
|
|
"Name" => "Ad",
|
|
|
|
|
"Size" => "Həcm",
|
2014-03-20 05:56:42 +00:00
|
|
|
|
"_%n folder_::_%n folders_" => array("",""),
|
|
|
|
|
"_%n file_::_%n files_" => array("",""),
|
2014-08-17 05:56:22 +00:00
|
|
|
|
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
|
|
|
"Save" => "Saxlamaq"
|
2013-12-09 11:40:22 +00:00
|
|
|
|
);
|
2014-03-20 05:56:42 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|