1
0

sr@latin.js 818 B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Nije bilo moguće obrisati %s za stalno",
  5. "Couldn't restore %s" : "Nije bilo moguće povratiti %s",
  6. "Deleted files" : "Obrisani fajlovi",
  7. "Restore" : "Povrati",
  8. "Delete permanently" : "Obriši za stalno",
  9. "Error" : "Greška",
  10. "restored" : "povraćeno",
  11. "No deleted files" : "Nema obrisanih fajlova",
  12. "You will be able to recover deleted files from here" : "Odavde ćete moći da povratite obrisane fajlove",
  13. "No entries found in this folder" : "Nema unosa u ovom direktorijumu",
  14. "Select all" : "Odaberi sve",
  15. "Name" : "Ime",
  16. "Deleted" : "Obrisano",
  17. "Delete" : "Obriši"
  18. },
  19. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");