From: Kamil Domanski Date: Mon, 20 Jun 2011 15:11:28 +0000 (+0200) Subject: make files app translateable X-Git-Tag: v3.0~267^2~493 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f7e50ae8e0c869283b976ef6060d417e1d8eec9;p=nextcloud-server.git make files app translateable --- 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' ); ?>