~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to share/owncloud/apps/files/l10n/km.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$TRANSLATIONS = array(
 
3
"_%n folder_::_%n folders_" => array(""),
 
4
"_%n file_::_%n files_" => array(""),
 
5
"_Uploading %n file_::_Uploading %n files_" => array(""),
 
6
"Delete" => "លុប"
 
7
);
 
8
$PLURAL_FORMS = "nplurals=1; plural=0;";