diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-08-25 03:14:26 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-08-25 03:14:26 +0200 |
commit | 4f5eff2b6fd60f603a8704cb950acff67c5cc9f3 (patch) | |
tree | 7706c477a9e119835f5ba97d861c2ed1997cc463 /apps/files_versions | |
parent | dc3bec62113b39254c4488b0502d7852328fdc84 (diff) | |
parent | f57d527a7ce10a0ed48e25d7e2432dae2ec9366a (diff) | |
download | nextcloud-server-4f5eff2b6fd60f603a8704cb950acff67c5cc9f3.tar.gz nextcloud-server-4f5eff2b6fd60f603a8704cb950acff67c5cc9f3.zip |
Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/nl.php | 4 | ||||
-rw-r--r-- | apps/files_versions/l10n/ru.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/nl.php b/apps/files_versions/l10n/nl.php new file mode 100644 index 00000000000..87e72a36202 --- /dev/null +++ b/apps/files_versions/l10n/nl.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Alle versies laten verlopen", +"Enable Files Versioning" => "Activeer file versioning" +); diff --git a/apps/files_versions/l10n/ru.php b/apps/files_versions/l10n/ru.php new file mode 100644 index 00000000000..6a824779f30 --- /dev/null +++ b/apps/files_versions/l10n/ru.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Просрочить все версии", +"Enable Files Versioning" => "Включить ведение версий файлов" +); |