diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-06-22 01:54:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-06-22 01:54:55 -0400 |
commit | b85bcccc09746137dd6fed78629b5bce45cebe01 (patch) | |
tree | bc89579ebc15776e3dd32f7945b797b8ce007407 /apps/comments/l10n | |
parent | 704a993e37fc02b4dda0f0e683af4c9572ed51c7 (diff) | |
download | nextcloud-server-b85bcccc09746137dd6fed78629b5bce45cebe01.tar.gz nextcloud-server-b85bcccc09746137dd6fed78629b5bce45cebe01.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/lb.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/lb.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/comments/l10n/lb.js b/apps/comments/l10n/lb.js index f63640ac6f7..d7f8c5884ac 100644 --- a/apps/comments/l10n/lb.js +++ b/apps/comments/l10n/lb.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Cancel" : "Ofbriechen", - "Save" : "Späicheren" + "Save" : "Späicheren", + "Comment" : "Kommentar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/lb.json b/apps/comments/l10n/lb.json index c015c4dd2a8..bfa307a7e8d 100644 --- a/apps/comments/l10n/lb.json +++ b/apps/comments/l10n/lb.json @@ -1,5 +1,6 @@ { "translations": { "Cancel" : "Ofbriechen", - "Save" : "Späicheren" + "Save" : "Späicheren", + "Comment" : "Kommentar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |