Blame view
sources/apps/files_trashbin/l10n/eo.php
475 Bytes
|
31b7f2792
|
1 2 3 4 |
<?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", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Forigitaj dosieroj", "Restore" => "Restaŭri", |
|
31b7f2792
|
7 8 9 |
"Error" => "Eraro", "restored" => "restaŭrita", "Nothing in here. Your trash bin is empty!" => "Nenio estas ĉi tie. Via rubujo malplenas!", |
|
03e52840d
|
10 |
"Name" => "Nomo", |
|
31b7f2792
|
11 |
"Deleted" => "Forigita", |
|
6d9380f96
|
12 |
"Delete" => "Forigi" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |