diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-12-06 17:47:28 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-12-06 17:47:28 +0100 |
commit | 98f42d314ce290002dc2e54ff08992e2cf792777 (patch) | |
tree | ec07db5d1ab8abec9bbbc6a50a9ed444b3d644a7 /apps/files_encryption | |
parent | be30b1a8de2c7858be3f1dfa792504478af70eb4 (diff) | |
parent | 5b04db9b225fd1ed4ad39bef3b77d5fe46b933df (diff) | |
download | nextcloud-server-98f42d314ce290002dc2e54ff08992e2cf792777.tar.gz nextcloud-server-98f42d314ce290002dc2e54ff08992e2cf792777.zip |
merge master into filesystem
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/sr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/sr.php b/apps/files_encryption/l10n/sr.php index dbeda58af08..4718780ee52 100644 --- a/apps/files_encryption/l10n/sr.php +++ b/apps/files_encryption/l10n/sr.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( "Encryption" => "Шифровање", +"Exclude the following file types from encryption" => "Не шифруј следеће типове датотека", "None" => "Ништа", "Enable Encryption" => "Омогући шифровање" ); |