diff options
Diffstat (limited to 'apps/comments/l10n/eo.js')
-rw-r--r-- | apps/comments/l10n/eo.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/comments/l10n/eo.js b/apps/comments/l10n/eo.js deleted file mode 100644 index 6cfa79a31c0..00000000000 --- a/apps/comments/l10n/eo.js +++ /dev/null @@ -1,21 +0,0 @@ -OC.L10N.register( - "comments", - { - "Comments" : "Komentoj", - "You commented" : "Vi komentis", - "{author} commented" : "{author} komentis", - "You commented on %1$s" : "Vi komentis %1$s", - "You commented on {file}" : "Vi komentis pri {file}", - "%1$s commented on %2$s" : "%1$s komentis %2$s", - "{author} commented on {file}" : "{author} komentis pri {file}", - "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj", - "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj", - "Edit comment" : "Redakti komenton", - "Delete comment" : "Forigi komenton", - "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!", - "Retry" : "Reprovi", - "_1 new comment_::_{unread} new comments_" : ["1 nova komento","{unread} novaj komentoj"], - "Comment" : "Komento", - "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"] -}, -"nplurals=2; plural=(n != 1);"); |