Blame view
sources/apps/files_trashbin/l10n/et_EE.php
476 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "%s jäädavalt kustutamine ebaõnnestus", "Couldn't restore %s" => "%s ei saa taastada", |
|
31b7f2792
|
5 6 |
"Error" => "Viga", "restored" => "taastatud", |
|
03e52840d
|
7 |
"Nothing in here. Your trash bin is empty!" => "Siin pole midagi. Sinu prügikast on tühi!", |
|
31b7f2792
|
8 |
"Name" => "Nimi", |
|
03e52840d
|
9 |
"Restore" => "Taasta", |
|
31b7f2792
|
10 11 12 |
"Deleted" => "Kustutatud", "Delete" => "Kustuta", "Deleted Files" => "Kustutatud failid" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |