diff options
Diffstat (limited to 'apps/comments/l10n/sl.js')
-rw-r--r-- | apps/comments/l10n/sl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/sl.js b/apps/comments/l10n/sl.js index d8c4134d79f..8718a374b4d 100644 --- a/apps/comments/l10n/sl.js +++ b/apps/comments/l10n/sl.js @@ -12,7 +12,6 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Napaka se je zgodila med prenosom komentarja z oznako {id}", "Error occurred while updating comment with id {id}" : "Napaka se je zgodila med posodabljanjem komentarja z oznako {id}", "Error occurred while posting comment" : "Napaka se je zgodila med predajo komentarja", - "{count} unread comments" : "{count} neprebranih opomb", "Comment" : "Opomba", "You commented" : "Vaša opomba", "%1$s commented" : "%1$s opomb", @@ -20,6 +19,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s opomb ob %2$s", "Type in a new comment..." : "Vpis nove opombe ...", "No other comments available" : "Ni drugih opomb", - "More comments..." : "Več opomb ..." + "More comments..." : "Več opomb ...", + "{count} unread comments" : "{count} neprebranih opomb" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |