diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-27 01:55:45 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-27 01:55:45 -0400 |
commit | 1079554284a9be0a5b943ec1c0595f78644f9898 (patch) | |
tree | 524853f5a0097f8edf282d244dadbf10da348ffb /apps/comments | |
parent | 3e33b686b18b9e698ed16bf4466666357be0c407 (diff) | |
download | nextcloud-server-1079554284a9be0a5b943ec1c0595f78644f9898.tar.gz nextcloud-server-1079554284a9be0a5b943ec1c0595f78644f9898.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/fil.js | 6 | ||||
-rw-r--r-- | apps/comments/l10n/fil.json | 4 | ||||
-rw-r--r-- | apps/comments/l10n/pt_BR.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/pt_BR.json | 2 |
4 files changed, 14 insertions, 0 deletions
diff --git a/apps/comments/l10n/fil.js b/apps/comments/l10n/fil.js new file mode 100644 index 00000000000..e3734cb6ceb --- /dev/null +++ b/apps/comments/l10n/fil.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "I-cancel" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/fil.json b/apps/comments/l10n/fil.json new file mode 100644 index 00000000000..a368f5adea8 --- /dev/null +++ b/apps/comments/l10n/fil.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "I-cancel" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js index d7f61e4f161..9d143822a99 100644 --- a/apps/comments/l10n/pt_BR.js +++ b/apps/comments/l10n/pt_BR.js @@ -2,7 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Comentários</strong> por arquivos", + "You commented" : "Você comentou", "%1$s commented" : "%1$s comentado", + "You commented on %2$s" : "Você comentou em %2$s", "%1$s commented on %2$s" : "%1$s comentado em %2$s", "Comments" : "Comentários", "Type in a new comment..." : "Digite um novo comentário...", diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json index 728a7e458ce..10b32799a54 100644 --- a/apps/comments/l10n/pt_BR.json +++ b/apps/comments/l10n/pt_BR.json @@ -1,6 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Comentários</strong> por arquivos", + "You commented" : "Você comentou", "%1$s commented" : "%1$s comentado", + "You commented on %2$s" : "Você comentou em %2$s", "%1$s commented on %2$s" : "%1$s comentado em %2$s", "Comments" : "Comentários", "Type in a new comment..." : "Digite um novo comentário...", |