diff options
Diffstat (limited to 'apps/comments/l10n/et_EE.js')
-rw-r--r-- | apps/comments/l10n/et_EE.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js index cba33642bfa..0979ed0c04b 100644 --- a/apps/comments/l10n/et_EE.js +++ b/apps/comments/l10n/et_EE.js @@ -1,22 +1,22 @@ OC.L10N.register( "comments", { - "You commented" : "Sa kommenteerisid", - "%1$s commented" : "%1$s kommenteeris", - "You commented on %2$s" : "Sa kommenteerisid %2$s", - "%1$s commented on %2$s" : "%1$s kommenteeris %2$s", - "Comments" : "Kommentaarid", "Type in a new comment..." : "Kirjuta uus komentaar...", "Delete comment" : "Kustuta kommentaar", "Post" : "Postita", "Cancel" : "Loobu", "Edit comment" : "Muuda kommentaari", "[Deleted user]" : "[Kustutatud kasutaja]", + "Comments" : "Kommentaarid", "No other comments available" : "Ühtegi teist kommentaari pole saadaval", "More comments..." : "Veel kommentaare...", "Save" : "Salvesta", "Allowed characters {count} of {max}" : "Lubatud märkide arv {count}/{max}", "{count} unread comments" : "{count} lugemata kommentaari", - "Comment" : "Kommentaar" + "Comment" : "Kommentaar", + "You commented" : "Sa kommenteerisid", + "%1$s commented" : "%1$s kommenteeris", + "You commented on %2$s" : "Sa kommenteerisid %2$s", + "%1$s commented on %2$s" : "%1$s kommenteeris %2$s" }, "nplurals=2; plural=(n != 1);"); |