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 /lib/l10n/he.php | |
parent | 685f03edf6e35e24e71ecd3e89d9df23638df769 (diff) | |
download | nextcloud-server-e8fcc7112918ac425560655384ba54ed09657145.tar.gz nextcloud-server-e8fcc7112918ac425560655384ba54ed09657145.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/he.php')
-rw-r--r-- | lib/l10n/he.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/l10n/he.php b/lib/l10n/he.php new file mode 100644 index 00000000000..149637d09d2 --- /dev/null +++ b/lib/l10n/he.php @@ -0,0 +1,28 @@ +<?php $TRANSLATIONS = array( +"Help" => "עזרה", +"Personal" => "אישי", +"Settings" => "הגדרות", +"Users" => "משתמשים", +"Apps" => "יישומים", +"Admin" => "מנהל", +"ZIP download is turned off." => "הורדת ZIP כבויה", +"Files need to be downloaded one by one." => "יש להוריד את הקבצים אחד אחרי השני.", +"Back to Files" => "חזרה לקבצים", +"Selected files too large to generate zip file." => "הקבצים הנבחרים גדולים מידי ליצירת קובץ zip.", +"Application is not enabled" => "יישומים אינם מופעלים", +"Authentication error" => "שגיאת הזדהות", +"Token expired. Please reload page." => "פג תוקף. נא לטעון שוב את הדף.", +"seconds ago" => "שניות", +"1 minute ago" => "לפני דקה אחת", +"%d minutes ago" => "לפני %d דקות", +"today" => "היום", +"yesterday" => "אתמול", +"%d days ago" => "לפני %d ימים", +"last month" => "חודש שעבר", +"months ago" => "חודשים", +"last year" => "שנה שעברה", +"years ago" => "שנים", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s זמין. קבלת <a href=\"%s\">מידע נוסף</a>", +"up to date" => "עדכני", +"updates check is disabled" => "בדיקת עדכונים מנוטרלת" +); |