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_external/l10n | |
parent | 685f03edf6e35e24e71ecd3e89d9df23638df769 (diff) | |
download | nextcloud-server-e8fcc7112918ac425560655384ba54ed09657145.tar.gz nextcloud-server-e8fcc7112918ac425560655384ba54ed09657145.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/he.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_external/l10n/he.php b/apps/files_external/l10n/he.php new file mode 100644 index 00000000000..edfa9aa85f0 --- /dev/null +++ b/apps/files_external/l10n/he.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "אחסון חיצוני", +"Configuration" => "הגדרות", +"Options" => "אפשרויות", +"All Users" => "כל המשתמשים", +"Groups" => "קבוצות", +"Users" => "משתמשים", +"Delete" => "מחיקה", +"SSL root certificates" => "שורש אישורי אבטחת SSL ", +"Import Root Certificate" => "ייבוא אישור אבטחת שורש", +"Enable User External Storage" => "הפעלת אחסון חיצוני למשתמשים", +"Allow users to mount their own external storage" => "יאפשר למשתמשים לעגן את האחסון החיצוני שלהם" +); |