diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-15 04:53:54 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-15 04:53:54 -0400 |
commit | 680ac48856a4fff2445f0be3707d846b46ae670c (patch) | |
tree | d3a548cdc624d55ab79562174070868594e7cc92 /lib/l10n/he.php | |
parent | de89c31f5a63f399151093aa8e29715e7be24e82 (diff) | |
download | nextcloud-server-680ac48856a4fff2445f0be3707d846b46ae670c.tar.gz nextcloud-server-680ac48856a4fff2445f0be3707d846b46ae670c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/he.php')
-rw-r--r-- | lib/l10n/he.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/l10n/he.php b/lib/l10n/he.php index 8a33cb393fe..4190769f2b7 100644 --- a/lib/l10n/he.php +++ b/lib/l10n/he.php @@ -19,15 +19,13 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין.", "Please double check the <a href='%s'>installation guides</a>." => "נא לעיין שוב ב<a href='%s'>מדריכי ההתקנה</a>.", "seconds ago" => "שניות", -"1 minute ago" => "לפני דקה אחת", -"%d minutes ago" => "לפני %d דקות", -"1 hour ago" => "לפני שעה", -"%d hours ago" => "לפני %d שעות", +"_%n minute ago_::_%n minutes ago_" => array(,), +"_%n hour ago_::_%n hours ago_" => array(,), "today" => "היום", "yesterday" => "אתמול", -"%d days ago" => "לפני %d ימים", +"_%n day go_::_%n days ago_" => array(,), "last month" => "חודש שעבר", -"%d months ago" => "לפני %d חודשים", +"_%n month ago_::_%n months ago_" => array(,), "last year" => "שנה שעברה", "years ago" => "שנים", "Could not find category \"%s\"" => "לא ניתן למצוא את הקטגוריה „%s“" |