diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-22 01:54:49 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-22 01:54:49 -0500 |
commit | 92c8cd3933e90c0886095be7e49e311d2a2cb69f (patch) | |
tree | 5fd08fa48c61b83dfa4440cd1f3de9e3df7d6e52 /apps/files_trashbin | |
parent | dc12f5d9af3034411ecdfe6919da679927ec7cd3 (diff) | |
download | nextcloud-server-92c8cd3933e90c0886095be7e49e311d2a2cb69f.tar.gz nextcloud-server-92c8cd3933e90c0886095be7e49e311d2a2cb69f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/kn.js | 8 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/kn.json | 6 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/lv.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/lv.json | 1 |
4 files changed, 16 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/kn.js b/apps/files_trashbin/l10n/kn.js new file mode 100644 index 00000000000..a3401f36083 --- /dev/null +++ b/apps/files_trashbin/l10n/kn.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "ತಪ್ಪಾಗಿದೆ", + "Name" : "ಹೆಸರು", + "Delete" : "ಅಳಿಸಿ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/kn.json b/apps/files_trashbin/l10n/kn.json new file mode 100644 index 00000000000..2a04a32e7a4 --- /dev/null +++ b/apps/files_trashbin/l10n/kn.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "ತಪ್ಪಾಗಿದೆ", + "Name" : "ಹೆಸರು", + "Delete" : "ಅಳಿಸಿ" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/files_trashbin/l10n/lv.js b/apps/files_trashbin/l10n/lv.js index 7e8e3340feb..4e6fb3ea3a2 100644 --- a/apps/files_trashbin/l10n/lv.js +++ b/apps/files_trashbin/l10n/lv.js @@ -8,6 +8,7 @@ OC.L10N.register( "Delete permanently" : "Dzēst pavisam", "Error" : "Kļūda", "restored" : "atjaunots", + "Select all" : "Atzīmēt visu", "Name" : "Nosaukums", "Deleted" : "Dzēsts", "Delete" : "Dzēst" diff --git a/apps/files_trashbin/l10n/lv.json b/apps/files_trashbin/l10n/lv.json index 230f2aad4ff..1c798fb7f59 100644 --- a/apps/files_trashbin/l10n/lv.json +++ b/apps/files_trashbin/l10n/lv.json @@ -6,6 +6,7 @@ "Delete permanently" : "Dzēst pavisam", "Error" : "Kļūda", "restored" : "atjaunots", + "Select all" : "Atzīmēt visu", "Name" : "Nosaukums", "Deleted" : "Dzēsts", "Delete" : "Dzēst" |