parent
de89c31f5a
commit
680ac48856
@ -1,5 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"_Uploading %n file_::_Uploading %n files_" => array(,), |
||||
"_%n folder_::_%n folders_" => array(,), |
||||
"_%n file_::_%n files_" => array(,), |
||||
"Download" => "Download" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,9 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Files" => "ფაილები", |
||||
"_Uploading %n file_::_Uploading %n files_" => array(,), |
||||
"_%n folder_::_%n folders_" => array(,), |
||||
"_%n file_::_%n files_" => array(,), |
||||
"Download" => "გადმოწერა" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,6 +1,9 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Error" => "ایرر", |
||||
"_Uploading %n file_::_Uploading %n files_" => array(,), |
||||
"_%n folder_::_%n folders_" => array(,), |
||||
"_%n file_::_%n files_" => array(,), |
||||
"Unshare" => "شئیرنگ ختم کریں" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,5 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"_%n folder_::_%n folders_" => array(,), |
||||
"_%n file_::_%n files_" => array(,), |
||||
"Delete" => "Ջնջել" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue