From 9f7e50ae8e0c869283b976ef6060d417e1d8eec9 Mon Sep 17 00:00:00 2001 From: Kamil Domanski Date: Mon, 20 Jun 2011 17:11:28 +0200 Subject: [PATCH] make files app translateable --- files/templates/admin.php | 18 +++++++++--------- files/templates/index.php | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/files/templates/admin.php b/files/templates/admin.php index f768931eb2f..74b99b771c0 100644 --- a/files/templates/admin.php +++ b/files/templates/admin.php @@ -1,16 +1,16 @@
- Maximum upload size '/>
+ t( 'Maximum upload size' ); ?> '/>
- Allow public folders
+ t( 'Allow public folders' ); ?>
- (if public is enabled)
- separated from webdav storage
- let the user decide
- folder "/public" in webdav storage
- (endif)
+ t( '(if public is enabled)' ); ?>
+ t( 'separated from webdav storage' ); ?>
+ t( 'let the user decide' ); ?>
+ t( 'folder "/public" in webdav storage' ); ?>
+ t( '(endif)' ); ?>
- Allow downloading shared files
- Allow uploading in shared directory
+ t( 'Allow downloading shared files' ); ?>
+ t( 'Allow uploading in shared directory' ); ?>
diff --git a/files/templates/index.php b/files/templates/index.php index d2d0a237d7b..0f24a00f077 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -15,9 +15,9 @@   - Download - Share - Delete + t( 'Download' ); ?> + t( 'Share' ); ?> + t( 'Delete' ); ?>
@@ -31,9 +31,9 @@ - Name - Size - Modified + t( 'Name' ); ?> + t( 'Size' ); ?> + t( 'Modified' ); ?> -- 2.39.5