Blame view
sources/apps/files_trashbin/l10n/eo.php
475 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Ne povis foriĝi %s por ĉiam", "Couldn't restore %s" => "Ne povis restaŭriĝi %s", "Error" => "Eraro", "restored" => "restaŭrita", "Nothing in here. Your trash bin is empty!" => "Nenio estas ĉi tie. Via rubujo malplenas!", |
|
03e52840d
|
8 |
"Name" => "Nomo", |
|
03e52840d
|
9 |
"Restore" => "Restaŭri", |
|
31b7f2792
|
10 |
"Deleted" => "Forigita", |
|
03e52840d
|
11 12 13 |
"Delete" => "Forigi", "Deleted Files" => "Forigitaj dosieroj" ); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |