Blame view
sources/apps/files_trashbin/l10n/ka_GE.php
708 Bytes
|
31b7f2792
|
1 2 3 4 5 6 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "ფაილი %s–ის სრულად წაშლა ვერ მოხერხდა", "Couldn't restore %s" => "%s–ის აღდგენა ვერ მოხერხდა", "Error" => "შეცდომა", "Nothing in here. Your trash bin is empty!" => "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!", |
|
03e52840d
|
7 |
"Name" => "სახელი", |
|
31b7f2792
|
8 9 10 11 |
"Restore" => "აღდგენა", "Deleted" => "წაშლილი", "Delete" => "წაშლა", "Deleted Files" => "წაშლილი ფაილები" |
|
03e52840d
|
12 |
); |
|
31b7f2792
|
13 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |