sl.js 1.0 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Uredi opombo",
  5. "Delete comment" : "Izbriši opombo",
  6. "New comment …" : "Nov komentar ...",
  7. "Post" : "Objavi",
  8. "Cancel" : "Prekliči",
  9. "[Deleted user]" : "[Izbrisan uporabnik]",
  10. "Comments" : "Opombe",
  11. "No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!",
  12. "More comments …" : "Več komentarjev ....",
  13. "Save" : "Shrani",
  14. "Allowed characters {count} of {max}" : "Dovoljeni znaki: {count} od {max}",
  15. "Error occurred while updating comment with id {id}" : "Napaka se je zgodila med posodabljanjem komentarja z oznako {id}",
  16. "Error occurred while posting comment" : "Napaka se je zgodila med predajo komentarja",
  17. "Comment" : "Opomba",
  18. "You commented" : "Vaša opomba",
  19. "%1$s commented" : "%1$s opomb",
  20. "%1$s commented on %2$s" : "%1$s opomb ob %2$s",
  21. "<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke"
  22. },
  23. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");