Blame view
sources/apps/files/l10n/hy.php
312 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Delete" => "Ջնջել", |
|
31b7f2792
|
4 5 6 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
03e52840d
|
7 |
"Save" => "Պահպանել", |
|
6d9380f96
|
8 |
"Download" => "Բեռնել" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |