diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-05 02:05:39 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-05 02:05:39 +0200 |
commit | e8fcc7112918ac425560655384ba54ed09657145 (patch) | |
tree | 1df6f021c1ef576834b50c996ee9335c34229cc4 /apps/files_versions | |
parent | 685f03edf6e35e24e71ecd3e89d9df23638df769 (diff) | |
download | nextcloud-server-e8fcc7112918ac425560655384ba54ed09657145.tar.gz nextcloud-server-e8fcc7112918ac425560655384ba54ed09657145.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/he.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/he.php b/apps/files_versions/l10n/he.php new file mode 100644 index 00000000000..097169b2a49 --- /dev/null +++ b/apps/files_versions/l10n/he.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "הפגת תוקף כל הגרסאות", +"Versions" => "גרסאות", +"This will delete all existing backup versions of your files" => "פעולה זו תמחק את כל גיבויי הגרסאות הקיימים של הקבצים שלך", +"Enable Files Versioning" => "הפעלת ניהול גרסאות לקבצים" +); |