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