Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-11-18 19:13:52 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-11-18 19:13:52 +0400
commitd003e7bea3ed9e67dbb851286ae6fd93eaaaa1ca (patch)
tree03258b34f5c8e070342b23de9fc742377e05b9a3 /templates/documents.php
parent758b14f6e5c85a06f7e4d91cb011c4a2b01b07be (diff)
translate buttons
Diffstat (limited to 'templates/documents.php')
-rwxr-xr-xtemplates/documents.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/documents.php b/templates/documents.php
index f23eeabd..0b461a74 100755
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -2,7 +2,7 @@
<ul class="documentslist">
<li class="add-document">
<a class="add svg" target="_blank" href="">
- <label><?php p('New document') ?></label>
+ <label><?php p($l->t('New document')) ?></label>
</a>
<div id="upload" title="<?php p($l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize']) ?>">
<form data-upload-id="1"
@@ -24,7 +24,7 @@
<input type="hidden" name="dir" value="<?php p($_['savePath']) ?>" id="dir" />
<input type="file" id="file_upload_start" name='files[]' />
<a href="#" class="upload svg">
- <label><?php p('Upload') ?></label></a>
+ <label><?php p($l->t('Upload')) ?></label></a>
</form>
</div>
</li>