From 10bd64debdf15a181def233ef8685c15d528c5e1 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Sat, 1 Sep 2012 13:23:37 +0200 Subject: [PATCH] translation support enhanced --- apps/files_versions/templates/settings-personal.php | 11 ++++++++--- settings/js/users.js | 2 +- settings/templates/admin.php | 6 ++++-- 3 files changed, 13 insertions(+), 6 deletions(-) mode change 100755 => 100644 settings/templates/admin.php diff --git a/apps/files_versions/templates/settings-personal.php b/apps/files_versions/templates/settings-personal.php index fe9ba381e5..6d97cea46c 100644 --- a/apps/files_versions/templates/settings-personal.php +++ b/apps/files_versions/templates/settings-personal.php @@ -1,9 +1,14 @@
- Versions + t('Versions'); ?> -

This will delete all existing backup versions of your files

- +

+ t('This will delete all existing backup versions of your files'); ?> +

+
diff --git a/settings/js/users.js b/settings/js/users.js index 6026b22d1a..d0a3c1c21a 100644 --- a/settings/js/users.js +++ b/settings/js/users.js @@ -182,7 +182,7 @@ UserList={ }; var label; if(isadmin){ - label = t('files', 'add group'); + label = t('core', 'add group'); }else{ label = null; } diff --git a/settings/templates/admin.php b/settings/templates/admin.php old mode 100755 new mode 100644 index b701b0e839..a02d3f5cfe --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -13,7 +13,9 @@ if(!$_['htaccessworking']) {
t('Security Warning');?> - Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root. + + t('Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.'); ?> +
ownCloud ()
- Developed by the ownCloud community, the source code is licensed under the AGPL. + t('Developed by the ownCloud community, the source code is licensed under the AGPL.'); ?>