From bdcf31cc7335f280e04182bb356be98862dc7e55 Mon Sep 17 00:00:00 2001 From: Marvin Thomas Rabe Date: Sun, 2 Oct 2011 16:06:30 +0200 Subject: [PATCH] Added translatable text. --- apps/admin_export/templates/settings.php | 12 ++++++------ apps/calendar/templates/settings.php | 2 +- apps/files_sharing/templates/list.php | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/admin_export/templates/settings.php b/apps/admin_export/templates/settings.php index a65b17ce26f..47689facbbc 100644 --- a/apps/admin_export/templates/settings.php +++ b/apps/admin_export/templates/settings.php @@ -1,12 +1,12 @@
- Export this ownCloud instance -

This will create a compressed file that contains the data of this owncloud instance. - Please choose which components should be included: + t('Export this ownCloud instance');?> +

t('This will create a compressed file that contains the data of this owncloud instance. + Please choose which components should be included:');?>

-


-
- +


+
+

diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index 922dce76663..44fbb230a43 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -52,7 +52,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect'); ?>
- t("Minutes");?> + t("Minutes");?>
t('Calendar CalDAV syncing address:');?>
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index 7faf2cf4ba6..d46ff818ac1 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -1,11 +1,11 @@
- Your Shared Files + t('Your Shared Files');?> - - - + + + @@ -13,8 +13,8 @@ - - + + -- 2.39.5
ItemShared WithPermissionst('Item');?>t('Shared With');?>t('Permissions');?>
t('Read'); echo($item['permissions'] & OC_SHARE::WRITE ? ", ".$l->t('Edit') : ""); echo($item['permissions'] & OC_SHARE::DELETE ? ", ".$l->t('Delete') : "");?>